@charset "utf-8";
    /* CSS Document */
* {
    margin:0;
    padding:0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
	text-align:justify;
}

body {
    background-color: #00C;
}

#principale {
    margin: 0 auto;
    width: 800px;
    background-color: #fff;
}

#banniere {
    height: 150px;
    width: 800px;
}

#bouton {
    height: 36px;
    width: 800px;
}

#ContenuGeneral {
    position:relative;
    width: 800px;
    background-color: #fff;
}
#ContenuGeneral ul{
	margin:30px 30px;
	padding-left: 1em;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: decimal;
}
#ContenuGeneral ul h1{
	font-size: 27px;
	margin:5px 0 10px 0;
	text-align: center;
}
#ContenuGeneral ul h2{
	font-size: 16px;
	margin:5px 0 10px 0;
}
#ContenuGeneral ul li{
	font-size: 14px;
	color: #1E1669;
	font-weight:bold;
}
#ContenuGeneral ul li span.reponse{
	display:none;
	font-size: 14px;
	color: #1E1669;
	font-weight:normal;
}
#ContenuGeneral ul li:hover span.reponse{
	display:block;
	padding: 10px;
}



#baspage {
	height: 150px;
	width: 800px;
	bottom: auto;
}
#boutonBas {
	height: 36px;
	width: 800px;
	bottom: auto;
}
#pagetitre {
	font-size: 36px;
	text-align: center;
	border-top-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
/*  Début Balise pour les liens de traduction de page   */   
p.langue {display:block;width:100%;text-align:center;
background:#00094E;padding-top:10px;}
p.langue a{color:#fff;font-size:10px; text-decoration:none; padding:0 20px;}
/*  Fin Balise pour les liens de traduction de page   */   
