/* Structure du site ------------------------------------------- */
html {font-family: Verdana; font-size:12px; text-align:justify; color: #333; line-height:20px; background-color:#FFF; background:url(../img-gen/fond-gen.jpg) repeat-x;}
body{margin:0; padding:0;}
a {text-decoration:none; color: #333;}
a:hover {text-decoration:underline; color:#FF6600;}
p {margin:0 0 0 0;padding: 0 0 0 0;}
img {border:0;}
/*---------conteneur principal---------------------*/

#conthaut{
	margin:0 auto;
	padding:0;
	width:995px;
	height:120px;
	background: url(../img-gen/bandeau-haut.jpg) no-repeat;
	}
#contnav{
	margin:0 auto;
	padding:0;
	width:995px;
	height:30px;
	}
#contnavsec{
	position:absolute;
	height:120px;
	width:150px;
	margin:15px 0 0 833px;
	}
#contpage{
	margin:0 auto;
	padding:10px 20px 10px 20px;
	width:955px;
	min-height:370px;
	background-color: #FFF;
	overflow:hidden;
	}
#contpagegauche{
	margin:0 auto;
	padding:0;
	width:200px;
	min-height:370px;
	float:left;
	overflow:hidden;
	}
#contpagedroite{
	margin:0 auto;
	padding:0 0 0 10px;
	width:745px;
	min-height:370px;
	float:left;
	overflow:hidden;
	}
#contfooter {
	margin:0 auto;
	padding:0;
	width:995px;
	height:20px;
	font-size:0.8em;
	color:#FFF;
	text-align:center;
	background-color: #12AABE;
	}
#contfooter a{
	color:#FFF;
	text-decoration:none;
	}
#contfooter a:hover{
	color:#FF6600;
	text-decoration:underline;
	}
	
/*---------Textes---------------------*/

h1 {
	border-bottom:#12AABE 1px solid;
	color:#666;
	font-size:1.2em;
	width:100%;
	}
h2 {
	border-bottom: #FF6666 1px solid;
	color:#666;
	font-size:1em;
	font-weight:bold;
	width:95%;
	text-align:left;
	}
h2 a:hover {color: #CC6666; text-decoration:none;}
h3 {
	border-bottom:#12AABE 1px solid;
	color:#666;
	font-size:1em;
	width:100%;
	text-align:center;
	}
h4 {
	border-bottom: #FFCC00 1px solid;
	color:#666;
	font-size:1em;
	font-weight:bold;
	width:95%;
	text-align:left;
	}
h4 a:hover {color: #FF9900; text-decoration:none;}

.txtBleu {
	color:#12AABE;
	}
