
/******************** Gestion de la structure de base de la page ********************/
body{
	margin:0;
	padding:0;
	background-color:#101570;
	background-repeat:repeat-x;
	background-position:top;
	background-image:url(images/bg.png);
}
#site{
	margin: 0 auto 40px auto;
	width: 858px; /* Partie principale de 832 px + partie débordement de 26px */
}
#generale{
	width: 832px;
	margin: 0;
	padding: 0;
}
 
/*************** Gestion de l'affichage de l'entète: Bannière plus partie de bannière hors structure ***************/
#debordement{
	background-image:url(images/SSLdeborde.gif);
	background-repeat:no-repeat;
	position:relative;
	top: 286px;
	float: right;
	width: 26px;
	height: 142px;
	margin: -142px 0 0 0;
}
#entete{
	height:336px;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-image:url(images/banniere.jpg);
}
#enteteMenu{
	height: 80px;
	width: 205px;
	background-repeat:no-repeat;
	background-image:url(images/EnteteMenu.gif);
}

/******************** Gestion de la structure interne de la page (menu, contenu, panneau secondaire) ********************/
#centre{
	border-left-style:solid;
	border-left-color:#000000;
	border-left-width: 3px;
	
	border-right-style:solid;
	border-right-color:#000000;
	border-right-width: 3px;
	
	background-color:#FFFFFF;
	padding-bottom: 3px; /* A cause de IE pour éviter le chevochement avec le pied de page */
}

/********************  Gestion de l'affichage du menu  ********************/
#menu{
	background-color: #e3dfd5;
	width: 199px;
	height: 100%;
	float:left;
	padding-bottom: 20px;
}

#menuListe{
	margin: 0;
	padding-left: 20px;
	padding-right: 5px;
}

#menuListe ul{
	margin: 0;
	padding-left:25px;
}

#menuListe li{
	padding-top: 4px;
}

#menuListe .current{
	font-weight:bold;
}

/********************  Gestion de l'affichage du contenu  ********************/
#contenu{
	position:relative;
	top: -70px; /* On réhausse le texte */
	padding: 0;
	margin-bottom: 0px; margin-right:0px; margin-top:0px;
	margin-left:220px;
}
#contenu p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#contenu h1{
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	text-decoration:underline;
}
#contenu h2{
	margin-top: 30px;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	text-decoration: underline;
}

/********************  Gestion de l'affichage du pied de page ********************/
#pied{
	position:relative;
	top: -19px; /* On réhausse le pied de page  -  +3px a cause de IE*/
	height: 105px;
	background-image:url(images/pied.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding: 0 10px 0 10px;
}

#pied p{
	margin: 0;
	padding:0;
	font-size:11px;
}
