/* CSS Design par Mathieu Laroussi */

body
{
	width: 763px;
	margin:auto;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color:rgb(246,246,246);
	position:static;
	left: auto;
	right: auto;
	text-align: center;
}

#global {
     margin-left: auto;
     margin-right: auto;
     width: 763px; 
	 text-align: left
}	 

#en_tete
{
	
	width:760px;
	height: 100px;
	background-image: url("images/entete.png");
	background-repeat:no-repeat;
	margin-bottom: 0px;
	background-color: rgb(246,246,246);
	left: auto;
	margin:auto;
	right: auto;
	
}

#bandeau
{
width:760px;
height: 18px;
background-repeat: x-repeat;
background-color: rgb(246,246,246);
background-image: url("images/bandeau.png");
margin-bottom: 0px;
margin-left: 0px;
top:auto;
margin:auto;

color: black;
font-family: Verdana;
font-size:18px;
text-align: right;
}


.element_bandeau a
{
color: black;
font-size:15px;
font-family: helvetica, "Arial Black", "Times New Roman", Times, serif;
text-align: right;
text-decoration: none;
}


#espace
{
height: 1px;
width:760px;
background-color: rgb(246,246,246);
}


#menu
{
	float:left; 
	text-align:left;
	position:fixed;
	width: 160px;
	height:auto;
}

.element_menu
{
background-image: url("images/menu.png");
background-color: rgb(246,246,246);
background-repeat:no-repeat;
height: 550px;
padding-left:2px;
padding-right:3px;
padding-top:4px;
padding-bottom:4px;
margin-bottom: 4px;
}

.element_menu h3
{ 
font-size:15px;
color: white;
font-family: arial, "Arial Black", "Times New Roman", Times, serif;
text-align: center;
}

.element_menu ul
{
list-style-image: url("images/puce.gif");
padding: 0px;
padding-left: 25px;
margin: 0px;
margin-bottom: 5px;
font-family: verdana;
font-size:12px;
color: black;
text-align:left;

}

.element_menu a
{
color:black;
text-decoration: none;
}

.element_menu a:hover
{
/*background-color: #B3B3B3;*/
color: rgb(246,246,246);
}

#decocorps
{
	background-image: url("images/corps.png");
	background-repeat: no-repeat;
	font-size:10px;
	color: white;
	font-family: arial, "Arial Black", "Times New Roman", Times, serif;
	text-align: left;
	padding-left:20px;
	height: 25px;
	margin-left: 170px;
	width: 590px;
}


#corps
{
	height:auto;
	overflow:auto;
	color: black;
	background-color: white;
	background-repeat: no-repeat;
	width: 590px;
	margin-left: 170px;
	overflow-y: hidden;


}

#corps td, table
{
/*border-collapse: collapse;*/
/*border: 1px solid black;*/
}

#corps h1
{
color: green;
text-align: left;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
font-size:16pt;
font-weight: lighter;
}

#corps h2
{
	color: green;
	text-align: left;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size:14pt;
	font-style: normal;
	font-weight: lighter;
}
#corps h3
{
	font-size:11pt;
	color: black;
	font-family: Arial, "Arial Black", Times, serif;
	text-align:justify;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
	
}

#piedpage
{
clear:both;   
height: 20px;
margin-left: 170px;
padding-top:4px;
width:590px;
margin-bottom: 0px;


color: white;
background-color: rgb(57,151,123);
font-family: Verdana;
font-size:10px;
text-align: center;
}


