
body 
{
	background-color: #191919;
}		

img
{
	text-decoration:none;
	border:0;
}

#conteneur     
{
	margin: 0 auto 0;
	width: 800px;
	background:url(images/fondsite.png);
	overflow: hidden;
	position:relative;
}	

#header        
{
	height:118px; 
	background:url(images/header.png) no-repeat top;
} 	

/*Contenu */
#bloccontenu   
{
	float: right;
	width: 530px;
	margin-right:50px;
	margin-top:15px;
	padding: 0;
	color:#9a9a9a;
}  

/*couleur du texte*/
h1             
{
	margin:0;
	padding:0;
	width:163px;
	height: 25px;
	line-height:30px;
	color:#74991d;
	font:small-caps 0.8em/28px Helvetica;
	text-decoration: none; 
	text-align:center
} 

h2             
{
	font:small-caps 1.3em Helvetica;
	color:#969696;
	margin:0;
	padding:0;
}   	

a              
{
	color:#969696;
	text-decoration: none;
}  
/*couleur des liens*/  

/*Menu*/
.menuhaut      
{
	background:url(images/menuhaut.png) ;
	width:163px;
	height: 25px;
	margin-left:35px;
	margin-top:10px;
}

ul            
{
	margin:0;
	padding:0 0 0 35px;
	width:163px;
	color: #969696;
	font: small-caps 0.7em Helvetica;
	text-decoration: none;
	list-style: none;
}

ul li a        
{
	display: block;
	height: 20px;
	line-height: 20px;
	color: #969696;
	text-decoration: none;
	background:url(images/bouton.png) ;
	text-align:center;
	margin:0;
	padding:0;
}

ul li a:hover  
{
	color: #94de04;
	background:url(images/boutonhover.png);
}

.menubas       
{
	background:url(images/menubas.png) ;
	width:163px;
	height: 17px;
	margin-left:35px;
}  

/*Pied*/
#pied        
{
	background: url(images/piedsite.png);
	height: 137px;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	clear: both;
} 

p.lien	     
{
	margin:0 auto 0;
	text-align:center;
	font: 0.7em Helvetica;
	color:#fff;
}	

#connexion
{
	color: #969696;
	text-align:center;
	font: small-caps 0.7em Helvetica;
	width:163px;
	background:url(images/bouton.png) ;
	margin-left:35px;
}

#connexion input
{
	text-align:center;
	width:130px;
	margin:0;
	padding:0;
	margin-right:5px;
}
