/* CSS Document */
body { background-color:#333333;}

.conteneur { position: absolute; /* on positionne le conteneur */
     left: 50%;
	 top: 10px; 
width: 960px;
margin: 5px;
padding: 0;
float: left;
 margin-left: -490px; /* moitié de la largeur */
background-image: url("../image/fond.gif");
background-repeat: repeat-y;
background-color: transparent;
}
.conteneur p{
margin: 0 0 0 0;
padding: 0px 0px 0px 20px; /* 15 px qui correspondent à 5px + 10px de la hauteur de la celule basse */
}
#nombrepage {align: center;}

.bas_conteneur { 
            width: 840px;
			margin: 0 0 0 0;
			padding: 0 100 80 0;
			background-image:  url("../image/pied.jpg");
			background-repeat: no-repeat;
			background-position: bottom;
			background-color: transparent;
}


.verti {position: relative;
			left: 2px;
			}
				
.haut_conteneur { 
            width: 960px;
			margin: 10px;
			padding: 75 0 0 0;
			background-image:  url("../image/titre3.gif");
			background-repeat: no-repeat;
			background-position: top;
			background-color: transparent;
}

.arriereplan { position: relative;
			width: 800px;
			left: 145px;
			height: 380px;
			background-image:  url("../image/arriere4.gif");
			background-repeat: no-repeat;
			background-position: top;
}

.lienmenu {position: relative;
	left: 140px; 
	top: 10px;
	font-weight: bold;
	color: #996633;
	font-size: 15pt;
	z-index: 2;}
	
.lienmenu a {
	color: #996633;
	font-size: 15pt;
	font-weight: bold;
	text-decoration: none;
}
	
		
h2 {position: relative;
	left: 10px;
	color: #996633;
	font-size: 15pt;}
	
h3 {position: relative;
	left: 10px; 
	color: #333399;
	font-size: 12pt;}
	
.text {position: relative;
		left: 150px;
		font-size: 12pt;
		color: #3333FF;}
		
.centre {position: relative;
	left: 120px; 
		}

.index {position: absolute;
	left: 10px; 
	top: 100px;
	text-align: center;
		}
		
.index a{text-decoration: none;
		color: #fff;}
		

.fla {position: relative;		
		left: 65px;
		}
		
.flamenu {position: relative;		
			left: 50px;
			}
			
.ligne {position: relative;
		left: 0px;
		width: 60%;}					
					
.langue {position: absolute;
		top: 170px;
		left: 27px;
		font-size: 12pt;
		color: #FF0033;	
		}	
		
.valider {position: absolute;
		left: 180px;
		top: 255px;
		}							
		
.ajoutmess {position: absolute;
		top: 140px;
		left: 27px;
		}
		
#liengite a {
			  text-decoration: none;
			  color: #333399;
			  font-size: 12pt;
			  font-weight:bold;
}							
