body
{
	margin: 0px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background: url(img/fond3.jpg) no-repeat top center #c2c7ca;
}



#conteneur
{
	width: 935px;
	margin: 0 auto;
	clear: both;
	overflow: hidden
}


div#top
{
	height: 145px;
	margin: 0 auto;
}
#top p
{
	font-size: 11px;
	text-decoration: none;
	font-weight: regular;
	text-align: center ;
	line-height: 12px;
	color:#204f99;
	
}

#banniere
{

	margin: 0 auto;
	width:468px;

}

marquee
{
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	text-align: right ;
	line-height: 18px;
	color:#204f99;
	padding-top:5px;
}

/* --------------------------MENU PRINCIPAL------------------*/



ul#menu
{
	height: 25px;
	margin: 0 ;
	padding: 0 ;	
}

ul#menu li
{
	list-style: none;
	float: left;
	padding: 0;
	
}

ul#menu li a
{
	height: 14px;
	width: auto;
	font-size: 11px;
	text-decoration: none;
	padding: 5px;
	text-align: left ;
	display: block;
	line-height: 11px;
	color:#666666;
}

ul#menu li a:hover
{
	color: #06579f;

}

#contenu
{
	padding: 0 0px 0 0px;
	height: 210px;
	background: url(img/conteneur.jpg) no-repeat top center;
}


/* --------------------------EDITO------------------*/



div#edito
{
	float: right;
	width: 805px;
}

#edito h1
{
	display: block;
	width: 805px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: justify;
}

#edito p
{
	padding: 0 20px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
}


/* --------------------------NAVIGATION------------------*/


#navigation
{
	background: url(img/barette.png) repeat-y;
	list-style: none;
	float: left;
	display: block;
	width: 130px;
	
}

#navigation li a
{
	height: 20px;
	width: 130px;
	font-size: 11px;
	text-decoration: none;
	padding: 7px;
	text-align: left ;
	line-height: 20px;
	color:#FFFFFF;
}

#navigation li a:hover
{
	color: #767676;
	
}


/* --------------------------PHOTOS/VIDEOS------------------*/

#photo
{
	float: left;
	margin-left: 130px;
	display: block;
	width: 500px;
}




/* --------------------------FOOTER------------------*/

div#footer
{
	margin: 0;
	background: url(img/footer.jpg) no-repeat ;
	width: 935px;
	height: 55px;
	padding: 0px;
	
}
#footer p
{
	margin: 0;
	text-align: left;
	padding-left: 10px ;
	font-size: 9px;
	line-height: 60px;
	color: #4e5a5a;
}

#footer a
{
	font-size: 9px;
	text-decoration: none;
	font-weight:bold;
	color:#4e5a5a;
}

#footer a:hover
{
	color:#999999;
	text-decoration: underline;
	
}

