body {
	color: #336699;
	font-size: 0.9em;
	font-family: "Trebuchet MS", Tahoma, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background:	#f9f9f9 URL(image/fond.jpg) repeat-x 0% 0;
}

#conteneur {
	margin:0 auto 0 auto;
	width: 760px;
	text-align:center;
	background-color: #fff;	
	border: 0px;
	}
	
#logo {
	margin: 0 auto 0 auto;
	width: 600px;
	height: 130px;
	text-align: center;
	border-bottom: 0px solid #666;
	}	

a.logo{
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	background:	#f9f9f9 URL(image/titre.jpg) no-repeat;
	width: 600px;
	height: 104px;
}

#dekstro {
	float:right;
	width: 160px;
	color: #000;
	margin-top:50px;                
	text-align: left;
	padding-left:5px;
	background: #fff URL(image/fonddroit.jpg) repeat;
	height: 100%;
}		

#maldekstro {     
	float:left;
	width: 120px;
	margin: 30px 0 0 0;
	padding:0;
	text-align:left;
	height: 100%;
}

#centro {   
	margin:30px 200px 0 160px;
	text-align:left;
	padding: 0;	
	}


.piedo {
	margin:30px auto 0 auto;
	text-align: center;
	font-size: 90%;
	clear:both;
	width:760px;
	color:#336699;
	}

.spacer {
  clear: both;
}

/* Style du menu */  

  ul#maldekstro
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}

ul#maldekstro li
{
	margin: 0 0 5px 0 ;
	padding: 0 ;
}

ul#maldekstro li a
{
	display: block ; 
	width: 120px ;
	line-height: 24px ;
	color: #fff ;
	text-indent: 20px ;
 	text-decoration: none ;
	background: url(image/bg_menuh.gif) repeat; 
	border: 0px solid #dbd ;
}

ul#maldekstro li a:hover
{
	background: url(image/bg_menu.gif) repeat; 
	border: 0px solid #f97 ;
	color: #000 ;
}


/* Style du texte */  


h1 {
  font-family: "Times new roman", Times, "Trebuchet MS", Tahoma, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 140%;
  font-weight: heavy;
  color: #006699; 
}

h2 {
  font-family: "Times new roman", Times, "Trebuchet MS", Tahoma, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 100%;
  font-weight: heavy;
  color: #006699; 
}

h3 {
  font-family: "Times new roman", Times, "Trebuchet MS", Tahoma, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 110%;
  font-weight: heavy;
  color: #336699; 
}

a { 
text-decoration: underline; 
color: #006699; }

a:hover { 
color: #303030; 
text-decoration: none; }

