body {
	background-color: #dddddd; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header {
	height: 107px;
	background-image: url(../img/header1.jpg);
}
#haut {
	height: 33px;
	line-height: 33px;
	background-image: url(../img/haut1.jpg);
}
#conteneur {
	width:980px;
	margin:0 auto;
	background-image: url(../img/conteneur1.jpg);
	background-repeat: repeat;
}
#centre {
	float: right;
	width: 821px;
}
#gauche {
	float:left;
	width: 159px;
}
#pied {
	clear:both;
	height: 37px;
	line-height: 37px;
	background-image: url(../img/bas1.jpg);
}

/*=============================================*/
/* MENU HAUT                                   */
/*=============================================*/

#menuhaut {
	list-style-type: none;
	margin: 0;
	padding:0;
	text-align: center;
}
#menuhaut li {
	display: inline;
}
#menuhaut a {
	margin: 0 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#menuhaut a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/*=============================================*/
/* MENU GAUCHE                                 */
/*=============================================*/

#menugauche {
	list-style-type: none;
	margin: 0;
	padding:0;
}
#menugauche ol {
	margin: 0;
	padding:0;
	text-align:left;
	cursor: pointer;
	font-weight: bold;
	color: #FFFFFF;
}
#menugauche li {
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	text-align:left;
	color: #85adeb;
}
#menugauche a {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	text-align:left;
}
#menugauche a:hover {
	text-decoration: none;
	color: #85adeb;
}
#menugauche dl {
	background: url(../img/gauche_bas.jpg) bottom left no-repeat;
	padding-bottom: 36px;
}
#menugauche dt {
	padding-top: 16px;
	background: url(../img/gauche_haut.jpg) top left no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #85adeb;
}
#menugauche dd{
	padding-top: 20px;
	padding-left: 20px;
	text-align: justify;
	background: url(../img/gauche_conteneur.jpg) top left repeat-y;
}

/*=============================================*/
/* MENU BAS                                    */
/*=============================================*/

#menubas {
	list-style-type: none;
	margin: 0;
	padding:0;
	text-align: center;
}
#menubas li {
	display: inline;
}
#menubas a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#menubas a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/*=============================================*/
/* MENU CENTRE                                 */
/*=============================================*/

#menucentre {
	list-style-type: none;
	margin: 0;
	padding:0;
}
#menucentre dl {
	background: url(../img/centre_bas.jpg) bottom left no-repeat;
	padding-bottom: 36px;
}
#menucentre dt {
	padding-top: 16px;
	background: url(../img/centre_haut.jpg) top left no-repeat;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}
#menucentre dd{
	padding: 20px 20px 0 20px;
	text-align: justify;
	background: url(../img/centre_conteneur.jpg) top left repeat-y;
}
#menucentre a {
	margin: 0;
	color: #6299ea;
	text-decoration: none;
	font-weight: bold;
}

/*=============================================*/
/* MENU INTERNE                                */
/*=============================================*/

#menuinterne {
	list-style-type: none;
	padding:0;
	margin-left: -20px;
}
#menuinterne dl {
	background: url(../img/interne_bas.gif) bottom left no-repeat;
	padding-bottom: 5px;
}
#menuinterne dt {
	padding-top: 5px;
	background: url(../img/interne_haut.gif) top left no-repeat;
	font-size: 1.3em;
	font-weight: bold;
}
#menuinterne dd{
	padding: 10px 90px 10px 110px;
	text-align: justify;
	background: url(../img/interne_conteneur.gif) top left repeat-y;
}
#menuinterne a {
	margin: 0;
	text-decoration: none;
	font-weight: bold;
}
#menuinterne li {
	text-align: right;
	margin-right: 80px;
	font-style: italic;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

/*=============================================*/
/* MENU ERROR                                  */
/*=============================================*/

#menuerror {
	list-style-type: none;
	padding:0;
	margin-left: -20px;
	font-style: normal;
	color:#FF0000;
	font-weight: bold;
}
#menuerror dl {
	background: url(../img/error_bas.gif) bottom left no-repeat;
	padding-bottom: 5px;
}
#menuerror dt {
	padding-top: 5px;
	background: url(../img/error_haut.gif) top left no-repeat;
	font-size: 1.3em;
	font-weight: bold;
}
#menuerror dd{
	padding: 10px 90px 10px 110px;
	text-align: justify;
	background: url(../img/error_conteneur.gif) top left repeat-y;
}
#menuerror a {
	margin: 0;
	text-decoration: none;
	font-weight: bold;
}