/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/fond.gif);
	font-family: Arial, sans-serif;
	color: #333;
	text-align: center;
	}
#conteneur_global {
	width: 1020px;
	margin: 0 auto;
	font-size: 0.7em;
	}
#centre_global {
	background: url(../images/centre_global.png);
	float: left;
}
/*****************
**** MENU HAUT ***
******************/
ul#menu_haut {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	width: 1020px;
	}
#menu_haut li {
	float: left;
	}
#menu_haut a {
	display: block;
	width: 170px;
	height: 45px;
	text-decoration: none;
	color: #fff;
	background: url(../images/fond_menu_haut.png) left center no-repeat;
	padding-top: 12px;
	line-height: 1.3em;
	}
#menu_haut a:hover, #menu_haut a:focus {
	color: #036;	
	}
#menu_haut li a#actif {
	background-image: url(../images/fond_menu_haut_AL.png);
	color: #036;	
	}
/*****************
**** MENU BAS ***
******************/
#pied {
	width: 1020px;
	clear: both;
	background-color: #aaa;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	}
ul#menu_bas {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
	}
#menu_bas li {
	display: inline;
	color: #fff;
	}
#menu_bas a {
	text-decoration: none;
	color: #fff;
	}
#menu_bas a:hover, #menu_bas a:focus {
	/*text-decoration: underline;*/
	color: #069;
	}
#menu_bas li a#actif {
	/*text-decoration: underline;*/
	color: #069;
	}

/*******************
**** MENU GAUCHE ***
********************/
#conteneur_gauche {
	float: left;
	width: 170px;
	height: 700px;
	margin: 0;
	padding: 0;
	border-top: 1px solid white;
	background: url(../images/encart_bas.png) left center no-repeat;
	}
ul#menu {
	border-bottom: 2px solid #ddd;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 170px;
	font-size: 1.1em;
	}
#menu a {
	border-top: 2px solid #ddd;
	padding: 5px 10px;
	margin: 0;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: left;
	background-image: url(../images/encart_bt.png);
	}
#menu a:hover, #menu a:focus {
	background-image: url(../images/encart_bt_AL.png);
	color: #036;
	}
#menu li a#actif {
	background-image: url(../images/encart_bt_AL.png);
	font-weight: bold;
	color: #036;
	}
#sous_menu {
	margin: 0;
	padding: 0;
	width: 170px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	font-size: 0.9em;
	}
ul#sous_menu {
	list-style-type: none;
	}
#sous_menu a {
	padding-left: 15px;
	display: block;
	border-top-width: thin;
	border-top-style: dashed;
	}
	
/*******************
**** MENU DROIT ****
********************/
#conteneur_droit {
	float: right;
	width: 170px;
	height: 700px;
	margin: 0;
	padding: 0;
	border-top: 1px solid white;
	background: url(../images/encart_bas.png) left center no-repeat;
	}
ul#menu_simple {
	margin: 10px;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
	}
#menu_simple li {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	}
#menu_simple a {
	text-decoration: none;
	}
#menu_simple a img {
	border: 0;
	}
#menu_simple a:hover, #menu_simple a:focus {
	text-decoration: underline;
	}

/***********************
**** CENTRE CONTENU ****
************************/
#conteneur_centre {
	float: left;
	margin: 0;
	padding: 0;
	width: 680px;
	background-color: #eee;
	border-top: 1px solid white;
	text-align: justify;
	font-size: 1.1em;
	}
#conteneur_centre_ssTraits {
	float: left;
	margin: 0;
	padding: 0;
	width: 680px;
	background-color: #eee;
	border-top: 1px solid white;
	text-align: justify;
	font-size: 1.1em;
	}
#contenu_texte {
	margin: 0;
	padding-top: 1px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #eee;
	}
#contenu_intro {
	margin: 0;
	background-color: #e0e0e0;
	border-bottom: 1px solid white;
	padding-top: 1px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	}

#conteneur_centre ul {
	list-style-type: square;
	}
#conteneur_centre li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #e0e0e0;
	border-right-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	border-left-color: #e0e0e0;
	}
#conteneur_centre_ssTraits ul {
	list-style-type: square;
	}
#conteneur_centre_ssTraits li {
	padding-top: 5px;
	padding-bottom: 5px;
	}	

/**********************
**** STYLE GENERAUX ***
***********************/
a:link {
	color: #036;
	text-decoration: underline;
	}
a:hover {
	color:#069;
	text-decoration: underline;
	}
a:visited {
	color: #660066;
	}
h1 {
	padding-bottom: 5px;
	font-size: 1.4em;
	color: #069;
	text-align: left;
	}
h2 {
	padding-top: 3px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	}
h3 {
	padding-top: 3px;
	font-size: 1em;
	text-align: left;
	}


/*************************
**** STYLE PARTICULIER ***
**************************/
.encart_haut {
	margin: 0;
	padding: 5px 0;
	background-image: url(../images/encart_haut.png);
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: #036;
	}
.couleurBleu {
	color: #069;
	}
.texteGras {
	font-weight: bold;
	}
.texteListe_carre {
	list-style-position: outside;
	list-style-type: square;
	}
.texteListe_decimal {
	list-style-position: outside;
	list-style-type: decimal;
	font-weight: bold;
	}
.texteListe_alpha {
	list-style-position: outside;
	list-style-type: lower-alpha;
	font-weight: normal;
	}
.souligne_texte {
	text-decoration: underline;
}
.espacement {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	}
.alignemant_bas {
	margin: 0;
	padding: 5px;
	vertical-align: bottom;
	background-image: url(../images/encart_haut.png);
}
.adresse {
	margin: 0;
	padding: 8px;
	display: block;
	background-color: #ddd;
	color: #666;
	font-style: normal;
	font-size: 1em;
	letter-spacing: 0.1em;
}

