﻿* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #231F20;
}

table  {
	border-spacing: 0px;
	border: 0px solid #1F6196;
}

td
{
	
	font-size: 12px;
}
.titreadmin
{
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #231F20;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
div {
	float: left;
	display: block;
	position: relative;
	text-align: left;
}
ul, ol {
	text-indent: 0px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	color: #576F05;
	font-size: 20px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
/* FORMULAIRE */
label {
	width:80px;
    float:left;
	font-size: 13px;
	font-weight: bold;
}
input {
    padding: 2px;
}


/* CONTENU */
#contenu {
	background-color: #FFFFFF;
	border-spacing: 0px;
	border: 2px solid #9D9FA2;
	margin: 14px 0px 14px 0px;
}
.bg_contenu {
	background-image:url('images/bg_contenu.gif');
	background-repeat:no-repeat;
	background-position:bottom center;
}
.container {
	background-color: #F6F0D8;
	width: 516px;
	margin-left: 3px;
	margin-bottom: 11px;
	padding: 0px 28px 0px 28px;
}

/* ENTÊTE */
#menu_top {
	color: #576F05;
	margin: 20px 25px 0px 0px;
	float: right;
	font-weight: bold;
}
#menu_top  a {
	color: #231F20;
	text-decoration:none;
	font-weight: normal;
}
#menu_top  a:hover {
	color: #576F05;
	text-decoration:none;
}

/* MENU GAUCHE */
div.menu_gauche {
	margin: 16px 0px 0px 0px;
	color: #FFFFFF;
}
ul.menu_gauche {
	text-indent: 0px;
	margin-left: 0px;
	width: 254px;
	margin-top: 0px;
	margin-bottom: 0px;
}
li.menu_gauche {
	background-color: #DAB028;
	padding: 8px 14px 8px 14px;
	list-style: none;
	font-weight: bold;
	margin-bottom: 2px;
}
li.menu_gauche  a {
	color: #FFFFFF;
	text-decoration:none;
}
li.menu_gauche  a:hover {
	color: #4b1319;
	text-decoration:none;
}
li.menu_gauche.over  a {
	color: #4b1319;
	text-decoration:none;
}
li.menu_gauche.over  a:hover {
	color: #4b1319;
	text-decoration:none;
}
/* ouvert */
ul.menu_openned {
	margin-top: 0px;
	margin-left: 0px;
	text-indent: 0px;
	width: 254px;
	background-color: #DEBF6D;
	padding: 4px 0px 4px 0px;
	margin-bottom: 2px;
}
li.menu_openned {
	list-style-type: disc;
	margin: 0px 14px 0px 28px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
}
li.menu_openned  a {
	color: #FFFFFF;
	text-decoration:none;
}
li.menu_openned  a:hover {
	color: #4b1319;
	text-decoration:none;
}
li.menu_openned.over  a {
	color: #4b1319;
	text-decoration:none;
}
li.menu_openned.over  a:hover {
	color: #4b1319;
	text-decoration:none;
}
/* page en cours */
li.menu_active {
	background-color: #4b1319;
	padding: 8px 14px 8px 14px;
	font-weight: bold;
	margin-bottom: 2px;
	list-style: none;
}
li.menu_active  a {
	color: #FFFFFF;
	text-decoration:none;
}
li.menu_active  a:hover {
	color: #D4B028;
	text-decoration:none;
}
li.menu_active.over a {
	color: #D4B028;
	text-decoration:none;
}
li.menu_active.over  a:hover {
	color: #D4B028;
	text-decoration:none;
}

/* TEXTE SOUS-MENU */
.texte_sousmenu {
	margin: 25px 14px 25px 14px;
	color: #576F05;
}
.texte_titre_sousmenu {
	font-size: 24px;
}

a.titrenouvelle {
	color: #576F05;
}
a.titrenouvelle:hover {
	color: #000000;
}
a.titrenouvelle:link {
	color: #576F05;
}

/* MENU ENPIED */
#menu_bottom {
	width: 838px;
	color: #576F05;
	margin: 0px 0px 0px 0px;
}
#menu_bottom  a {
	color: #231F20;
	text-decoration:none;
	font-weight: bold;
	letter-spacing: -1px;
}
#menu_bottom  a:hover {
	color: #576F05;
	text-decoration:none;
}
.menu_parligne {
	width: 838px;
	text-align: center;
	font-size: 10px;
	margin: 0px 0px 10px 0px;
	line-height: 15px;
}
.menu_parligne2 {
	width: 838px;
	text-align: center;
	font-size: 9px;
	color: #231F20;
	margin: 0px 0px 20px 0px;
	line-height: 15px;
}







.message
{
    font-size: 14px;
    color: #70381E;
    font-weight: bold;
}

