body {margin:0;padding:0;background-color:#1a1a1a;}	    
#conteneur { margin: 0 auto 0;position:relative;width:1024px;position:relative;}	
#header{margin: 0 auto 0;width:1024px;height:211px;background: url(images/header.png) no-repeat top;} 	

/*Contenu*/  
#contenu{float:left;width:80%;margin:0;padding: 0;margin:0 0 0 5%;}  	
#blocmenu{float:right;width:120px;margin:0;padding: 0;margin:0 0 0 0;}	
h2 {font-size: 1.5em;font-family: comic;color:#a3d825;margin:0 0 0 0}   	  
p	{color: #fff;font:15px arial;margin: 2% 6% 0 0;}	
a  {color:#a3d825;text-decoration: none;}  /*couleur des liens*/

/*titre menu*/
h1	{float:right;height: 30px; color: #fff;text-decoration: underline;width:129px;font: 14px/30px verdana;text-align :center;margin:0 13px 0 0  ; background:url(images/fondmenu.png);} 

/*menu droite*/
#menuhaut  {float:right;height: 10px; color: #fff;text-decoration: none;width:129px;margin:0 13px 0 0;background:url(images/menuhaut.png); } 
ul.vertical {float:right;margin:0 13px 0 0;padding:0;width:129px;font: small-caps 12px Helvetica;text-decoration: none;list-style: none;}
ul.vertical li a {display: block; color: #fff;height: 15px;font: 13px/15px Verdana;text-decoration: none;width:129px;margin:0 0 0 0;text-align:center;background:url(images/fondmenu.png);}
ul.vertical li a:hover {color: #fff;height: 15px;font:13px/15px Verdana;text-decoration: none;width:129px;margin:0 0 0 0;text-align:center;background:url(images/boutonhover.png);}	
#menubas  {float:right;height: 27px; color: #fff;text-decoration: none;width:129px;margin:0 13px 0 0;background:url(images/menubas.png); } 	   

/*menu horizontal*/
#menuhorizontal{text-align:center;width:600px;margin: 0;padding-top:169px;padding-left:11%}
ul#menuhorizon {	height: 26px ;margin: 0 ;padding: 0 ;list-style-type: none} 	 
ul#menuhorizon li {float: left ;text-align: center ;}
ul#menuhorizon li a {display: block;height: 26px; color: #fff;font: small-caps 0.8em/26px Verdana;text-decoration: none;width:120px;}		 
ul#menuhorizon li a:hover {height: 26px; color: #fff;font: small-caps 0.8em/26px Verdana;text-decoration: none;width:120px;background:url(images/hover.png);}	   

/*Pied et copyright*/ 
 p.lien	{margin:0 auto 0;text-align:center;font: 12px Helvetica;}
#pied {width:1024px;height:25px ;position:relative;margin: 0 auto 0 ; background:url(images/pied.png);clear: both;}		



.tableau {
 border-collapse:collapse; 
 text-align:center;
 }
 
 .cellule {
 border:1px solid black;
 text-align:center;
 padding-left: 20px
 }
 
a.bouton {
color:white;
background-color:#1276a9;
text-decoration:none;
font-weight:bold;
text-align:center;
padding:5px;
}
a.bouton:hover{
background-color:#ff1800;
}

.submit{
     border:none;
     background-color:#1276a9;
	 color:#fff;
     width:120px;
     height:40px;
	 font-size:25px;
}

.submit:hover{
     border:none;
     background-color:#ff1800;
	 color:#fff;
}

#input {
 border:1px solid black;
 background-color:#1276a9;
 color:#fff;
 width:120px;
 height:20px;
 font-size:15px;
 }
 
#input:hover {
 background-color:#ff1800;
 }
 
 



