html, body, #page  {
	margin : 0;
	padding : 0;
	}

body {
    background-color: #10010f;
	font-family: arial, helvetica, sans-sherif;
	text-align : center;
	border-top: 0px solid #999;
    }
a {	
	color:#666;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style:none;
	margin: 0px;
	padding: 0px;
}
a:hover {
    color: #333;
    text-decoration:none;
    margin: 0px;
    padding: 0px;
}	

h1 {
    color: #999;
	text-decoration:none;
    margin: 0px;
    padding: 0px;
}	

#page {
    background-color: #10010f;
	margin : 0 auto;
	text-align : left;
	width: 100%;
	}

/*début Menu gauche*/
#menugauche ul {
	position:absolute;
	top:0;
	margin: 0;
}

/*début Menu Haut*/
#menu_haut ul {
	position:relative;
	top:0;
}
/*règle pour IE. Supprime la marge extra basse*/
html #menu_haut ul {
    margin: 0;
}
#menu_haut ul li {
	display: inline;
}
/*Les liens tels que vous voulez qu'ils apparaissent*/
#menu_haut ul li a {
    font-family: arial, helvetica, sans-serif. ;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
}
/*Ici, c'est pour le configurer le survol des liens*/
#menu_haut ul li a:hover {
	color: #CCC;
	text-decoration: underline;
}
/*Fin Menu Haut*/

#titres {
	position:relative;
	margin: 0;
	border: 0;
	width: 500px;
	height: 100px;
}

#texteintro {
	position:relative;
	margin: 0;
	border: 0;
	width: 750px;
	height: auto;
	}
#texteintro p{
	font-family: arial, helvetica, sans-sherif;
    color: #CCC;
	line-height:1.5em;
	font-size: 14px;
	padding: 0px 10px 0px 10px;
	}
	
/*Début Menu-3choix*/	
#menu-3choix {
    position:relative;
	width: 750px;
	}
#menu-3choix ul {
	position:relative;
	margin: 0;
	border: 0;
	top:0;
}
/*règle pour IE. Supprime la marge extra basse*/
html #menu-3choix ul {
    margin: 0;
	border: 0;
}
#menu-3choix ul li {
	display: inline;
	margin: 0;
	border: 0;
}
/*Les liens tels que vous voulez qu'ils apparaissent*/
#menu-3choix ul li a {
    font-family: arial, helvetica, sans-serif;
	margin: 0;
	border: 0;
	padding: 0;
}
/*Ici, c'est pour le configurer le survol des liens*/
#menu-3choix ul li a:hover {
	color: #FFF;
	text-decoration: bold;
}
/*Fin Menu-3choix*/

#content {
    line-height: 100%;
	width: 750px;
	margin: 0;
	border: 0;
	background-color: transparent;
	height: 200px;
	}
html>body #content {
	height: auto;
	min-height: 200px;
}



#footer {
    position:relative;
	top: 0px;
	background-color: transparent;
	height : 15px;
	width: 750px;
	border-top: 1px solid #333;
	}

	
	#vignettes {
    position: relative;
	margin-left: 20px;
	top: 0px;
    width:200px;
	float:left;
	padding-top: 10px;
	padding-bottom: 5px;
}
#vignettes td{
    width:60px;
	float:left;
	padding-left: 5px;
	}
#apercu {
	position: relative;
	top: 0px;
	width:530px;
	float:right;
	padding-top: 10px;
	padding-bottom: 0px;
}
#legende {
	position: relative;
	padding-left: 150px;
	top: -5px;
	}	