@charset "UTF-8";
html  { 
height:100%;;
}

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	height:100%;
	margin-left:10%;
	padding-left:13px;
	padding-right:10%;
	margin-top:0px;
        background-color: #2D71B0;
}
#boite{
background-color:#A9D9FE;
height:140px;
}
/* Style de l'entete */ 
#entete {
        float:left;
        width:99%;
        margin-left:5px;
        margin-right:5px;
        margin-bottom:5px;
        margin-top:5px;
	background-color:#2D71B0;
        color:#A9D9FE;
}
#entete h1 {
        color:white;
	margin: 0 0 20px 0px;
        text-align: center;
}
#entete h2 {
	margin: 0 0 0px 10px;
        text-align: center;
}
#entete h3 {
	margin: 0 0 0px 10px;
        text-align: center;
}
#entete a {
	text-decoration: none;
	color: #A9D9FE;
}

/* Fin de style de l'entete */

/* Style principal */ 
#main {
	z-index: 100;
	min-height:100%;
	background-color:#A9D9FE;
	background-position:right;
	padding-right:0px;
}

/* Fin style principal */


/* boite de droite */
#droite {
        float:right;
        width:65%;
	padding:0px;
	background:#A9D9FE;
}
#droite p{
	text-align: justify;
	margin:1em;
}

#droite h2 {
  /* border-bottom: 2px solid #99bbcc;*/
  font-family: Georgia,"Times New Roman",Times,serif;
  line-height: 0.9em;
  /* font-style: oblique;*/
  text-align: left;
  color: black;
  margin-right: 10px;
  margin-top:0px;	
}
#droite ul {
	margin-right: 0px;
        list-style:none;
}
#droite li {
	margin: 0.5em 1em;
}

hr.overflow {
  visibility: hidden;
  clear: both;
}
/* Fin boite de droite */

/* Boite du milieu */



/* Fin de la boite du milieu */

/* Boite de gauche */

#gauche {
        border-bottom:0.5px solid #99bbcc;
        border-right:0.5px solid #99bbcc;
	float: left;
	width: 30%;
        background-color:#A9D9FE;
}

#gauche ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

#gauche li li {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 30px;
	padding-left: 15px;
	border-bottom: 1px dashed #BDBDBD;
	background: url(images/img04.jpg) no-repeat left 50%;
}

#gauche li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#gauche h2 {
	background: #444444 url(images/img02.jpg) no-repeat left 50%;
	padding: 7px 25px;
	font-size: 1.4em;
}

#gauche a {
        text-decoration:none;
        color:#003333;
        font-weight:bold;
}
#gauche a:hover {
        text-decoration:none;
        font-weight:bold;
        color:#666666;
}

/* Fin boite de gauche */

/* pied */

#pied {
	clear: both;
        border-top:0.5px solid #99bbcc;
	width: 900px;
	height: 50px;
	margin: 0px auto 30px auto;
	
}

#pied p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#pied a {
	color: #FFFFFF;

/* fin pied */
