/* CSS Document */
/* 
	Color Codes:
	- Logo: 
		# red  --> #EC1D24
		# blue --> #00AAEE

*/
*{
	margin:0;
	padding:0;
	border:0;
}
b{
	color:#00aaee;
}
/*Header*/
#header{
	border-top:15px solid #000;
	border-bottom:5px solid #EC1D24;
	background-color:#333;
	height:130px;
}
#header img{
	margin-left:2%;
	float:left;
}
/*Menu du haut*/
#navigation{
	font-family:"Trebuchet MS";
	float:left;
	margin-top:70px;
	margin-left:5%;
}
#navigation em{
	font-style:normal;
}
#navigation dl{
	float:left;
	width:100px;
	margin-left:5px;
}
#navigation dt{
	text-align:center;
}
#navigation a{
	padding-top:12px;
	font-family:"Trebuchet MS";
	font-size:1em;
	text-decoration:none;
	display:block;
	background:url(images/onglet_menu.gif) no-repeat;
	height:50px;
}
#navigation a:hover{
	color:#00aaee;
}
.lien{
	color:#fff;
}
.lien_c{
	color:#EC1D24;
}
/*Contenant*/
#contenant{
	background-color:#fff;
	height:500px;
	font-family:"Trebuchet MS";
}
#cont_gauche{
	float:left;
	width:45%;
	padding:2%;
}
#cont_gauche em{
	font-style:normal;
	color:#00aaee;
}
#cont_gauche p, #cont_gauche ul, #cont_droit p{
	font-size:0.8em;
	border-left:1px dotted;
	padding-left:5px;
	margin-left:5px;
	text-align:justify;
	text-indent:1.3em;
}
#cont_gauche ul li{
	list-style-type:none;
}

#cont_gauche p img{
	float:left;
}
#cont_gauche p a, #cont_droit p a{
	color:#00aaee;
	text-decoration:underline;
	font-weight:bold;
}
#cont_gauche p a:hover, #cont_droit p a:hover{
	color:#ff0000;
}
#cont_droit{
	float:right;
	width:45%;
	padding:2%;
}
#cont_droit ul{
	right:0;
	color:#00aaee;
	margin-left:20%;
	margin-top:-20px;
	position:absolute;
}
#cont_droit ul a{
	font-family:"Trebuchet MS";
	font-size:0.8em;
	text-decoration:none;
	color:#00aaee;
	font-weight:bold;
}
#cont_droit ul a:hover{
	color:#000;
}
#cont_droit ul li{
	list-style-type:none;
}
#contenant h1{
	font-variant:small-caps;
	font-size:1.2em;
	margin-top:5%;
	background:url(images/puceh1.gif) no-repeat;
	padding-left:15px;
}

/*Contact*/
.champs{
	border:1px solid #00AAEE;
	margin-left:10%;
}
.btn_envoyer{
	background:url(images/btn_envoyer.gif) no-repeat;
	margin-left:10%;
	width:90px;
	height:25px;
	cursor:pointer;
}
#contenant label{
	margin-left:10%;
	font-size:0.8em;
}
.envoi_ok{
	background:url(images/envoi_ok.gif) no-repeat;
	padding-left:20px;
}
.envoi_non_ok{
	background:url(images/envoi_non_ok.gif) no-repeat;
	padding-left:20px;
}
/*Footer*/
#footer{
	border-top:5px solid #EC1D24;
	border-bottom:2px solid #00AAEE;
	background-color:#333;
	height:60px;
	padding-top:1%;
}
#footer p{
	color:#fff;
	text-align:center;
	font-family:"Trebuchet MS";
	font-size:0.7em;
	margin-top:2px;
}
#footer p a{
	color:#fff;
	text-decoration:none;
}
#footer p a:hover{
	color:#00aaee;
}
.imgfooter{
	position:absolute;
	top:560px;
	left:0;
}