@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	background : url("fond.png") #89973c 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:113px;
	 background:url(logopernet.png) no-repeat top center;
	 font-size:24px;
	 text-align:center;
	 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:50px;

}	


#menu ul li{
	list-style: none;
	float:left;
	padding:0;
}


#menu ul li a{
	height:1px;
	width:90px;
	font-size:11px;
	text-decoration:none;
	display:block;
	text-align:center;

	line-height:1px;
	color:#bac0b4;
}


#menu ul li a:hover{
	height:10px;
	width:90px;
	font-size:11px;
	text-decoration:none;
	display:block;
	text-align:center;

	line-height:10px;
	color:#333;
}



/*///////////////////////////////////////////////////////////////////////
             LE CONTENU
///////////////////////////////////////////////////////////////////////*/

#contenu{
	background:url(fondg.jpg) repeat;
	padding:0 20px;


}



#news{

	background-color:#ece9e5;
	position:relative;
	width:970px;
	height :400px;
	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;

	
}



/*///////////////////////////////////////////////////////////////////////
             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;
}
