html, body{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}
#conteneur {
     position:absolute;
     left: 50%; 
     width: 984px;
     margin-left: -492px; /* moitié de la largeur */
}

#en_tete{
	width: 100%;	
	text-align: center;
	background-image: url(Titre.jpg);
	height:160px;
	background-position: center;
	background-repeat: no-repeat;	
	text-indent: -999em;
	border: 1px dashed green;
}
#contenu{
	float: right;
	width: 690px;
	border: 1px dashed green;
	margin: 0;
	padding: 20px;
	background-color: #CEFFCE;		
}
* html body #conteneur #contenu{	/* pour ie5+ */
	width: 730px;
}
#gauche{
	float: left;
	width: 234px;
	border: 1px dashed green;
	padding-top: 20px;
	background-color: #CEFFCE;		
}
* html body #conteneur #gauche{	/* pour ie5+ */
	width: 244px;
}
#titrem{
	font-weight : bold;
	display: block;
	text-align: center;
	color: green;
}


h2{
	text-align:center;	
	color: green;
	border: solid 5px #CEFFCE;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
h3{
	text-align: center;
}
* #menu li, * #menu li ul li{  
    list-style:none;
    display: block;
    padding:0;
    padding-top:2px;
    padding-bottom: 2px;
}
#conteneur #gauche ul li a{
	text-decoration:none;
	color: black;
	display: block;
}
#identifier{
	text-align: center;
	padding-bottom: 20px;
}
#menu{
	margin-left: 20px;
	padding:0;
	padding-right: 20px;
	display: block;
}
html body #conteneur #gauche #menu li a{
	width: 194px;
	text-decoration: none;
	padding-left: 5px;
	border-left: 2px solid green;
	border-bottom: 2px solid green;
	font-weight : bold;	
	display: block;
	color: black;
	text-align: left; 
}
html body #conteneur #gauche #menu li span{
	width: 194px;
	text-decoration: none;
	padding-left: 5px;
	border-left: 2px solid green;
	border-bottom: 2px solid green;
	font-weight : bold;	
	display: block;
	color: black;
	text-align: left; 
}
html body #conteneur #gauche #menu li ul li a{
	width: 124px;
	text-decoration: none;
	padding-left: 5px;
	border-left: 2px solid green;
	border-bottom: 2px solid green;
	font-weight : bold;	
	display: block;
	color: black;
	text-align: left; 
	font-size: 0.9em;
}
html body #conteneur #gauche #menu li a:hover{
	border-left: 2px solid orange;
	border-bottom: 2px solid orange;
	font-weight: bold;
	color: green;
	display: block;
	text-align: center;
}
#pied_de_page{
	width: 100%;
	clear: both;	
	text-align: center;
	font-size: 0.6em;
}
#connect{
	background-color: green;	
	color: orange;
	font-weight : bold;		
	margin-top: 10px;
	width: 150px;	
}
#pseudo{
	height: 18px;
	background-image: url(pseudo.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
}
* html body #conteneur #gauche #pseudo{		/* pour ie */
	height: 25px;
}
#pass{
	height: 18px;
	background-image: url(pass.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
}
* html body #conteneur #gauche #pass{		/* pour ie */
	height: 25px;
}
html body #conteneur #gauche .acceuil{
	font-weight : bold;	
}
#changedMdP{
	margin-top: 20px;
	font-size : 10px;
	font-weight : normal;	
}