@charset "utf-8";
/* CSS Document */

body {
	background: url(Theme/fond.jpg) no-repeat top center #003399;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;

}

/*/////////////////////////
			MISE EN PAGE
/////////////////////////*/
.droite{
	text-align:right;
	text-decoration:underline;

}

.justif{
text-align:justify;
}

.centre{
text-align:center;
font-weight:bold;

}

a{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

a:hover{
	color:#0FAFCF;
}

.clear{
	clear:both;

}
/*/////////////////////////
			Le Header
/////////////////////////*/
#top {
	height:72px;
	background:url(Theme/top.png) no-repeat top center;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	line-height:68px;
	color:#FFFFFF;
	margin:50px 0 0 0;
	
}

#top a{
	color: #ffffff;
}

#top a:hover{
	color:#0FAFCF;
}

#top .petit{
	font-size:14px;
}

/*/////////////////////////
			CONTENEUR
/////////////////////////*/
#conteneur{
	width:900px;
	margin:0 auto;

}

/*/////////////////////////
			MENU
/////////////////////////*/

#menu{
	background:url(Theme/contenu_h.png) no-repeat bottom left ;
	height:79px;
	
}

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

#menu ul li a{
	height:55px;
	width:168px;
	font-size:11.5px;
	text-decoration:none;
	text-align:center;
	display:block;
	background:url(Theme/bouton.png);
	background-repeat: no-repeat; 
	line-height:60px;
	color:#FFFFFF;
}

#menu ul li a:hover{
	background:url(Theme/bouton_h.png);
	line-height:40px;
	
}

#menu ul li span{
	height:55px;
	width:168px;
	font-size:11.5px;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
	display:block;
	background:url(Theme/bouton_h.png);
	background-repeat: no-repeat; 
	line-height:40px;
	color:#FFFFFF;
}

/*/////////////////////////
			MENU FIN
/////////////////////////*/



/*/////////////////////////
		****CONTENU****
/////////////////////////*/



#contenu{
	background:url(Theme/contenu.png) repeat-y left;
	padding:0 20px;

}

/*/////////////////////////
			NAVIGATION
/////////////////////////*/
#navigation{
	float:left;
	width:auto;
	
}

.bloc{
	width:180px;
	background:url(Theme/fond_menu.png) no-repeat;
	padding:5px 0 0 0px;


}

.finbloc{

width:180px;
height:20px;
margin:0 ;
text-align:center;
line-height:20px;
font-size:1.3em;

}

#navigation h1{
	
	display:block;
	margin:0; padding:0;
	width:180px;
	color:#333333;
	height:27px;
	line-height:29px;
	font-size:1.6em;
	font-weight:bold;
	text-align:center;

}

#navigation ul{
list-style:outside;
text-align:left;
padding-right:10px;
padding-bottom:20px;
line-height:20px;
}
#navigation ul li{
	color:#6099CC;
	font-weight:bold;
	font-size:15px;

}
#navigation ul li a{
	color:#333333;
	font-size:15px;
	font-weight:bold;
	text-align:left.

}

#navigation ul li a:hover{
	color:#6099CC;
	font-size:15px;
	font-weight:bold;

}

/*/////////////////////////
			NEWS
/////////////////////////*/
#news{
	float:left;
	width:600px;
	margin-left:30px;
	background:url(Theme/fond_news.png);
	font-size:10px;
}

#news h1{
	background:url(Theme/fond_h1.png) no-repeat;
	display:block;
	width:600px;
	height:27px;
	line-height:24px;
	font-size:1.4em;
	font-weight:bold;
	padding:0 10px 0 38px;
}

#news p{
	padding:0 15px;
	color:#333333;
}





/*/////////////////////////
			FOOTER
/////////////////////////*/

#bas{
	background:url(Theme/footer.png) no-repeat;
	margin:0 auto;
	padding:0 0 16px 40px;
	width:860px;
	height:8px;
	line-height:25px;
	color:#FFFFFF;
	text-align:center;

}

#bas a{
	font-weight:bold;
	color:#ffffff;
}

#bas a:hover{
	font-weight:bold;
	color:#FF6600;
}
