/* CSS issu des tutoriels www.alsacreations.com/articles */
body {
margin: 0;
padding: 0;
background-color: #CCCC66; /*couleur de fond */
}
	
.conteneur {
	width: 750px;
	height: 700px;
	position: absolute;
	left: 50%;
	margin-top: 5px;
	margin-left: -385px;	
	background-image: url(../images/fondnoir.jpg);
	}
	
.entete {
position: absolute;
margin-top: 30px;
margin-left: 168px;
left:0;
width: auto;
height: auto;
font-family: Helvetica, sans-serif, Verdana, ;
font-size: 2.3em;
color: #CCCC66;
text-decoration:underline overline; 
} 

.menu {
position: absolute;
margin-top: 120px;
margin-left: 25px;
padding:10px;
left:0;
width: auto;
height: auto;
text-align:center;
border-style:solid; 
border-width:1px; 
border-color:#CCCC66;
}

.frame {
background-color: #CCCC66;
color: navy; /* couleur du texte*/
position: absolute;
margin-top: 119px; /*119*/
margin-left: 155px;
padding-left: 0px;
width: 594px;
height: 459px; /*422px; /*hauteur de la boite scrollable*/
overflow: auto;
font-family: Verdana, Helvetica, sans-serif, Verdana, ;
font-size: 15px;
}

.choix {
position: absolute;
margin-top: 580px;
margin-left: 155px;
width: 594px;
font-family: Helvetica, sans-serif, Verdana, ;
font-weight: bold;
text-align:center;
color: #CCCC66;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
/*background-color: ##3399FF; /*couleur de fond */
 } 

p {
margin: 10px 0px 0px 10px; /*haut droite bas gauche*/
}

.menugauche {
	list-style-type: none;
	margin: 0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.menugauche li {
margin-bottom: 6px; /*distance entre lignes du menu*/


}
.menugauche a {
margin: 0 2px;
text-decoration: none;

}
 a { color: red;  
text-decoration:none; 
 font-weight: bold;}

a:visited { 
color: #CCCC66; 
text-decoration:none ; 
}

A:hover { color: white; 
text-decoration:overline; 
 }
