@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	background : url("fond.png") #31415b repeat-x;

	margin:0;
	padding:0;
}



.droite{
	text-align:right;
}

a{
	text-decoration:none;
	color:#7DA0F0;
}

a:hover{
	color:#000000;
}

a img

{

  border:  none ;

}


.clear {clear: both; }



/*///////////////////////////////////////////////////////////////////////
             LE HEADER
///////////////////////////////////////////////////////////////////////*/

#top{
	height:107px;
	background:url(titr.png) no-repeat top center;
	font-size:24px;
	text-align:right;
	margin:0 0 0 0;
}



/*///////////////////////////////////////////////////////////////////////
             LE CONTENEUR
///////////////////////////////////////////////////////////////////////*/

#conteneur{
	width:990px;
	margin:0 auto; 
	
	
} 


/*///////////////////////////////////////////////////////////////////////
             LE MENU
///////////////////////////////////////////////////////////////////////*/
#menu{
	background:url(contenuh.png) no-repeat bottom left;
	height:70px;

}	


#menu ul li{
	list-style: none;
	float:left;
	padding:0;
}


#menu ul li a{
	height:34px;
	width:100px;
	font-size:16px;
	text-decoration:none;
	display:block;
	text-align:center;
	background:url(bouton.png) no-repeat top left;
	line-height:25px;
	color:#FFFFFF;
}


#menu ul li a:hover{
	height:34px;
	width:100px;
	font-size:16px;
	text-decoration:none;
	display:block;
	text-align:center;
	background:url(bouton.png) no-repeat top left;
	line-height:25px;
	color:#333;
}



/*///////////////////////////////////////////////////////////////////////
             LE CONTENU
///////////////////////////////////////////////////////////////////////*/

#contenu{
	background:url(fondg.jpg) repeat;
	padding:0 20px;


}



#news{
	float:left;
	background-color:#ece9e5;
	position:relative;
	width:630px;
	height :2500px;
	padding:0 10px;
	overflow:auto;
}


#news h1{
	background: url(imh1.png) no-repeat;
	font-family: Franklin Gothic Book, Helvetica Neue Light;
	display:block;
	width:500px;
	height:25px;
	line-height:25px;
	font-size:1.6em;
	font-weight: lighter;
	
	color: #FDFDFD;
	padding:0 10px;
}

#news p{
	padding:0 20px;
	color:#1b2a3f;

	
}





#navigation{
	float:right;
	position:relative;
	width:340px;
	height:2500px;
	background-color:#CECECE;
	
}




.bloc{
	width:340px;
	margin:10px 10px 0 0;
	padding:10px 0 0 10px;


}

.finbloc{
	background: url(bar.png) repeat top left;
	width:340px;
	margin:0 auto;
	height:9px;
}


#navigation h1{
	font-size:1em;
	color:#FFF;
	
}


#navigation h2{
	font-size:1em;
	color:#a7adb2;
	
}



#navigation h3{
	font-size:0.1em;
	color:#a7adb2;
	
}


#navigation h6{
	font-size:0.1em;
	color:#a7adb2;
	
}



/*///////////////////////////////////////////////////////////////////////
             LE FOOTER
///////////////////////////////////////////////////////////////////////*/

#bas{
	background: url(bascontenu.png) no-repeat;
	width:950px;
	height:40px;
	margin:0 auto;
	padding:17px 0 12px 43px;
	color:#FFFFFF;
}

#bas a{
	font-weight:bold;
	color:#CCCCCC;
}

#bas a:hover{
	font-weight:bold;
	color:#FFFFFF;
}
body p {
	color: #FFF;
}
