@import url(css/hcard.css);
@import url(css/form.css);



*{
	margin: 0px;
	padding: 0px;
}


body {

	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	background-color: #a6c833;
	

}

img{
	border: 1px solid white;
}



h1 {

	font-size: 1px;

}

h2{
	font-size: 25px;	
	color: #eaf3c7;
	font-weight: normal;
	text-indent: 25px;
	margin-bottom: 20px;
	}


h3{
	font-size: 16px;	
	color: #c6df69;	
	text-indent: 25px;
	margin-bottom: 10px;
	padding-top: 10px;
}

h3 a{
	color: #c6df69;	
}

#texte{
	padding: 30px;
	padding-top: 0px;
	position: relative;
}

#texte p {
	font-family: Arial, Helvetica, sans-serif;	
	color: white;
	font-size: 12px;
	padding: 10px;
	padding-left: 25px;
	
}

#texte p a{
	color: #dbe9a4;
}

#texte p.p1{
	font-size: 13px;
	color: black;
	font-weight: bold;
}

#texte ul{
	font-family: Arial, Helvetica, sans-serif;	
	color: white;
	font-size: 12px;
	list-style: disc;
	margin-left: 35px;
	padding-top: 10px;
}

#texte ul a{
	color: #dbe9a4;
}

#texte ul li{
	margin-top: 5px;
}


.sep{
	width: 95%;
	line-height: 0px;
	border-bottom: 1px dotted white;
	margin-top: 10px;
	margin-bottom: 10px; 
	margin-left: 10px;
}

.ad{
	width: 430px;
	height: 80px;
	background-color: #c6df69;
	margin: 0 auto;
	
}


#diapo_p{
	margin: 0 auto;
	width: 433px;
}

#hcard{
	float: left;
	width: 400px;
	height: 150px;
	
}

#baseline{
	float: left;
	width: 500px;
	height: 150px;	
}

#baseline ul{
	font-family: Arial, Helvetica, sans-serif;	
	color: white;
	font-size: 12px;
	list-style: none;
	text-align: center;
	padding-top: 35px;
	padding-left: 20px;
	padding-bottom: 30px;
}


#baseline ul li{
	display: inline;
	font-weight: bold;
}

#baseline ul li a{
	color: #f0e68c;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px dotted #f0e68c;
	text-decoration: none;
}

#baseline ul li a:hover{
	color: white;
}

#baseline ul li.mention a{
	border-right: none;
}

.clr{
	clear: both;
}



.bandeau{

 background-image:url(interface/bandeau.jpg);
 width:955px;
 height:237px;
}

#contenu{
	width: 955px;
	background-image: url(interface/fond_centre.jpg);
	background-position: top;
	background-repeat: no-repeat;	
}


.gauche {
	background-image: url(interface/gauche.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.droite {
	background-image: url(interface/droite.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.centre {
	background-image: url(interface/body.jpg);
	background-repeat: repeat-y;
}


.bgauche{
	background-image: url(interface/bgauche.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
} 

.bdroite {
	background-image: url(interface/bdroite.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.bcentre {
	background-image: url(interface/bcentre.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 177px;
}


#powered { 
 font-family: Arial, Helvetica, sans-serif;	
  font-size: 11px; 
  color: #c6df69;
  text-decoration: none; 
  vertical-align: middle; 
  text-align:center;
 
  margin-left: 225px;  
   
  }
  
 #powered img { 
  height: 11px; 
  width: 11px; 
  margin-bottom:2px; 
  margin-right: 4px; 
  vertical-align: middle; 
  border: 0px; 
  }





