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

html {
	margin: 0;
	padding: 0;
	height: 100%
}
.Style9 {font-size: 12px}
.Style10 {font-size: 12px; color: #000000; }
.Style11 {
color:#ffffff;
font-size: 24px
}
.Style13 {font-size: 12px}
.Style14 {
	font-size: 10px;
	color: #FF0000;
}
.Style15 {
	font-size: 18px;
	color: #009933;
	font-style: italic;
	font-weight: bold;
}
.Style18 {font-size: 18px; color: #0099FF; font-style: italic; font-weight: bold; }
.Style19 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
}
.Style20 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #FF9900;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#99e403;
	background-image:url('images/fond-degrade.jpg');
	background-repeat:repeat-x;
	font-size:12px;
	font-family:arial;	
}
/*********************ONGLETS*********************/
#onglet {
	position:fixed;
	left:-3px;
	top:20px;
	width:156px;
	height:187px;
	z-index:1;
}
/**************SITE****************************/
#content{
border:2px solid black;
position:relative;
top:50px;
background-image:url(images/bg.jpg);
width:900px;
margin:0 auto;
height:100%;
}

/***************BANDEAU****************************/
#bandeau{
background-image:url(images/bandeau.png);
background-repeat:no-repeat;
padding:0 0 0 0px;
width:900px;
position:relative;
height:183px;
}
/*******************MENU_Bas***************************/
.lien{
font-size:12px;
color:#000;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-style: bold; 
text-transform: uppercase;
}
.lien a
{
color:#000;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-style: bold; 
text-transform: uppercase;
}
.lien a:hover{
color:#000;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-style: bold; 
text-transform: uppercase;
}
/*******************MENU1***************************/
.lien_vert{
font-size:16px;
color:#ffffff;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-style: bold; 
text-transform: uppercase;
}
.lien_vert a
{
color:#ffffff;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-style: bold; 
text-transform: uppercase;
}
.lien_vert a:hover{
font-family:Arial, Helvetica, sans-serif;
font-style: bold; 
color:#ffffff;
text-decoration:none;
text-transform: uppercase;
}
/*******************lien_Bas***************************/
.lien_Bas{

color:#000;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;

}
.lien_Bas a
{
color:#000;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
 

}
.lien_Bas a:hover{
font-family:Arial, Helvetica, sans-serif;
color:#000;
text-decoration:none;

}
/*******************MENU_VOITURE***************************/
.lien_bleu{
font-size:12px;
color:#000;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-style: bold; 
text-transform: uppercase;
}
.lien_bleu a
{
color:#000;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-style: bold; 
text-transform: uppercase;
}
.lien_bleu a:hover{
font-family:Arial, Helvetica, sans-serif;
color:#000;
text-decoration:none;
font-style: bold;
text-transform: uppercase; 

}
/************CONTENU*********************************/

#contenu{
width:100%;
top:0px;
position:relative;
padding: 0 auto;
height:auto;

}

#bandeaubas{
background-image:url(images/fond_bas1.png);
	position:fixed;
	bottom:0;
	width:100%;
	height:75px;
}



/*#menu{
top:182px;
position:absolute;
width:100%;
margin:0 auto;
padding:25;
list-style-type:none;
			}
		
			#menu li{
				margin:0;
				border-left:1px solid #888;
				border-right:1px solid #aaa;
				padding:0;
				width:130px;
				height:36px;
				float:left;
				background:url('images/bg_menu.jpg') repeat-x;
			}
			#menu li:hover{
				background-position:bottom;
			}
			#menu .arrondigauche,#menu .arrondidroite{
				width:7px;
				border:none;
			}
			#menu .arrondigauche{
				background:url('images/background-menu-gauche.png') no-repeat;
			}
			#menu .arrondidroite{
				background:url('images/background-menu-droite.png') no-repeat;
			}
			#menu li a{
				margin:0;
				padding:0;
				display:block;
				width:100%;
				height:100%;
				line-height:36px;
				color:#fff;
				font-family:Arial, Helvetica, sans-serif;
				font-weight:700;
				text-decoration:none;
				font-size:13px;
				text-align:center;
			}
			#menu li a:after {
				color:#fff;
				content:attr(title);
				display:block;
				margin-top:-37px;
			}
			#menu li a:hover{
				color:#fff;
				position:relative;
				top:-2px;
			}
			#menu li a:hover:after{
				color:#fff;
				margin-top:-35px;
			}
			#menu .prems{
				border-left:none;
			}
			#menu .last{
				border-right:none;
			}
            .Style1 {font-size: 10px}
