@charset "utf-8";
/* CSS pour la page index*/
.header {
height: 200px;
width: 990px;
text-align: center;
margin: auto;
margin-top:15px;
background-image : url(../img/header.jpg);
background-repeat:no-repeat;
}
.menu {
	height: 36px;
	width: 984px;
	background-color: #555;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	background: -moz-linear-gradient(top, #555, #2a2a2a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555), to(#2a2a2a));
		-moz-box-shadow:0px 0px 5px #666;
	-webkit-box-shadow:0px 0px 5px #666;
	box-shadow:0px 0px 5px #666;
}
body {
	margin: 0;
	padding: 0;
	font-family:Calibri,Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: middle;
	text-align: justify;
	background-color: #F5F6F7;
	line-height: 150%;
}
.conteneur {
	width: 990px;
	margin: auto;
	background-image : url(../img/conteneur-bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
}


	
.frame {
	width: 942px;
	vertical-align: middle;
	text-align: justify;
	margin: 0 4px;
	margin-left:15px;

}

.footer {
	clear:both;
	height: 80px;
	width: 990px;
	background-image : url(../img/footer-bg.jpg);
}

/* CSS pour les styles de texte*/
h1, h2, h3, h4, h5 {
	padding-bottom: 0px;
	padding-top: 20px;
	font-weight: normal;
	line-height: 100%;
	text-shadow:1px 1px 0px #fff;
	font-family: Calibri,Verdana;
	color: #333333;
	text-align: left;
}
h1 {
	font-size: 300%;
	line-height: 80%;
	text-align: left;
}
h2 {font-size: 200%;line-height: 100%;}
h3 {font-size: 175%;}
h4 {font-size: 120%;line-height: 130%;}
h5 {font-size: 120%;text-transform: uppercase;}
.conteneur h1 span {
	color: #163f67;
}


