/* ----------------------------------------------------------------------------------------------- */
/* --- C S S --- Cédric CARMIE --- iMédia Création --- C-toucom ---------------------------------- */
/* --------------------------------------------------------------------------------------------------
                           ___          ____  ____       ___  ____  _  __
                  WWW .   /     ___      /   /   / /  / /    /   / / \/ /   . COM
                         /__            /   /___/ /__/ /___ /___/ /    /                  

-------------------------------------------------------------------------------------------------- */

body, html {
	margin:0;
	padding:0;
	
	height:100%;
	width:100%;
	
	text-align:center;
	
	background-color:#3f3222;
}

html {
    font-size: 100%;
}

body {
    font-size: .8em;
    line-height: 1.3;
	
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
    color: black;
}

/* ----------------------------------------------------------------------------------------------- */
/* Contenu total */

#contenu {
	position:relative;
	overflow:hidden;
	width:100%;
	height:auto;
	margin-bottom:0;
	min-height:100%;
}

/* ----------------------------------------------------------------------------------------------- */
/* Calque contenant l'ombre */

#conteneur_ombre {
	position:relative;
	overflow:hidden;
	height:auto;
	background:url(../images/ombre.png) repeat-y;
	width:897px;
	margin-left:auto;
	margin-right:auto;
}

/* ----------------------------------------------------------------------------------------------- */
/* Partie haute du site */

#haut {
	position:relative;
	overflow:auto;
	width:100%;
}

/* ----------------------------------------------------------------------------------------------- */
/* Bannière du site */

#banniere {
	position:relative;
	overflow:auto;
	background:#E4E4E4 url(../images/banniere.jpg) no-repeat;
	height:226px;
	width:863px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Menu du haut */

#menu_haut {
	position:relative;
	overflow:auto;
	text-align:left;
	text-align:left;
	background:#F0F0F0;
	width:863px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Partie centrale du site Internet */

#centre {
	position:relative;
	overflow:auto;
	width:863px;
	margin-top:0;
	text-align:left;
	background-color:#fff;
}

/* ----------------------------------------------------------------------------------------------- */
/* Calque contenant l'ombre */

#zone_encadree {
	position:relative;
	padding:0;
	overflow:auto;
	background:#fff url(../images/bg_gauche.jpg) repeat-y left;
}

#bottom_left {
	position:absolute;
	overflow:hidden;
	width:180px;
	height:146px;
	bottom:47px;
	left:0;
	background:url(../images/bl_trimay.jpg) no-repeat left top;
	z-index:2;
}

/* ----------------------------------------------------------------------------------------------- */
/* Partie gauche du site */

#gauche {
	position:relative;
	overflow:hidden;
	float:left;
	width:180px;
	padding-bottom:180px;
}
#gauche ul, #gauche ul li {
	margin:0;
	padding:0;
	width:180px;
}
#gauche ul li {
	list-style:none;
	background:none;
	border-bottom:1px solid #c69714;
}
#gauche ul li a {
	display:block;
	background:#e2aa0f;
	padding:5px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:22px;
	width:153px;
	color:#594a20;
	font-weight:bold;
	font-size:12px;
}
#gauche ul li a:hover, #gauche ul li a:active, #gauche ul li a.active_menu {
	background:#e7c158 url(../images/bg_menu_over.jpg) repeat-y;
}
#gauche ul li a:active {
	text-decoration:none;
}

/* ---------- */

#gauche ul li ul {
	display:none;
}
#gauche ul li ul li {
	border-bottom:none;
}
#gauche ul li ul li a {
	display:block;
	background:#e7c158;
	padding:5px;
	padding-top:5px;
	padding-bottom:5px;
	width:170px;
	color:#3f3222;
	font-weight:bold;
	font-size:12px;
}
#gauche ul li ul li a:hover, #gauche ul li ul li a:active, #gauche ul li ul li a.active_menu {
	color:#836c38;
	background:#e7c158;
}

/* ----------------------------------------------------------------------------------------------- */
/* Contenu du site */

#milieu {
	position:relative;
	overflow:auto;
	float:left;
	width:663px;
	padding:10px;
	background:#ffffff;
}

/* ----------------------------------------------------------------------------------------------- */
/* Partie droite du site */

#droite {
	position:relative;
	overflow:auto;
	float:right;
	width:160px;
	background:#E4E4E4;
}

/* ----------------------------------------------------------------------------------------------- */
/* Pied de page du site */

#pied {
	position:relative;
	overflow:hidden;
	float:left;
	
	width:863px;
	height:20px;
	
	padding-top:12px;
	padding-bottom:12px;
	background:#3f3222;
	border-top:3px solid #817463;
}

#pied ul, #pied li {
	padding:0;
	margin:0;
}

#pied ul li
{
	display:inline;
	padding-left:12px;
	padding-right:12px;
	background:none;
}

#pied ul li a
{
	display:inline;	
	color:#817463;
	font-size:11px;
}

#pied ul li a:hover
{
	display:inline;
	color:#e2aa0f;
}

/* ----------------------------------------------------------------------------------------------- */
/* Haut de page */

#haut_de_page {
	position:absolute;
	overflow:auto;
	width:16px;
	height:16px;
	top:15px;
	right:15px;
}

#haut_de_page p {
	margin:0;
	padding:0;
}

/* ----------------------------------------------------------------------------------------------- */
/* Contenu auto */

.contenu_auto {
	overflow:auto;
}


/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */

.active_menu {
	color:#FF0000;
}

/* ----------------------------------------------------------------------------------------------- */
/* Utilisé pour les actualités du site Internet : */

.lire_la_suite {
	text-align:right;
	color:#3f3222;
	font-size:11px;
}

p.lire_la_suite  a{
	display: block;
	color: #fff;
	background-color: #dfa90e;
	width:	80px;
	height: 14px;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

p.lire_la_suite  a:hover{
	color: #fff;
	background-color: #493921;
}
