body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 0.8em;*/
	margin: 0;
	padding: 0;
	background-color:#F0F0F0;
}

#grandConteneur
{
	position: absolute;
	width: 900px;  
	left: 50%;
	margin-left: -450px;
}

#corps
{
	margin-top:20px;
	margin-left: 150px;
	margin-right: 150px;
	padding: 0px;	
	font-family: arial;

}

#corps .central
{
    background-color:#FFFFFF;
    background:url('images/fondCentral.png');
    color: #3f3f3f;
    font-size: medium;
    padding:10px 20px 10px 20px;
}

#corps .central img
{
    margin:20px 0px 10px 30px;
}

#corps .central a
{
    font-size: small;
    font-family: times;	
    color: #033e83;	
    text-decoration: none;
}

#corps .central a:hover
{
	text-decoration: underline;
}

#corps .central h1
{
	font-size: x-large;
	font-family: times;	
	color: #0078c1;	
    padding : 0px;
	margin: 5px 0px 5px 0px;
    text-align:center;
}

#corps .central h2
{
	font-size: large;
	font-family: times;	
	color: #64c42f;	
    padding : 0px;
	margin: 5px 0 5px 0;
    text-align:center;
}

#corps .central h3
{
	font-size: medium;
	font-family: times;	
	color: #000000;	
	margin: 5px 0 3px 0;
}

#corps .bas
{
    padding-top:20px;
    text-align:center;
    margin-bottom:40px;
    font-size: small;
    background:url('images/basCentral.png') no-repeat;
}

#corps .haut
{
    font-family: times;	
    height:50px;
    background:url('images/hautCentral.png') no-repeat;
}

#corps .hautTexte
{
    padding-left:50px;
    padding-top:16px;
    font-size: small;
    color: orange;
}

#corps .hautTexte a
{
    font-size: small;
    color: #688dfb;
    text-decoration: none;
}

#corps .hautTexte a:hover
{
	text-decoration: underline;
}

#menuGauche
{
    margin : 0px;
	margin-top:30px;
	position: absolute;
	left:0;
	width: 130px;
}		


#menuDroite
{
    margin : 0px;
	margin-top:30px;
	position: absolute;
	right:0;
	width: 130px;
	
}

.sousMenu .titreMenu
{    
    background:url('images/titreMenu.png') no-repeat;
}


.sousMenu
{
    margin: 0;
    background:url('images/basMenu.png') no-repeat;
    background-color:#2b81db;
    background-position : bottom center;
}

.sousMenu h1
{
	font-size: large;
	font-family: tahoma;
	padding: 5px;
	color: #ffffff;
    text-align:center;

}

.sousMenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 5px;
    padding-left :20px;
	padding-top:0;
}

.sousMenu li
{
	margin-bottom: 5px;
}
.sousMenu a
{
	margin:0 0 3px;
	color: #ffffff;
	font-size: small;
	font-family: times;
	text-decoration: none;
}

.sousMenu a.pageImportante
{
	margin:0 0 3px;
	color: #000077;
	font-size: small;
	font-family: times;
    font-weight: bold;
	text-decoration: none;
}

.sousMenu a:hover
{
	text-decoration: underline;
}

