/*************** STYLES MISE EN PAGE ****************/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#393939;
	background-color:#e2e3e3;	
}

#global {
	width:920px;
	margin:auto;
	background-image:url(img/fond_global.jpg);
	background-repeat:repeat-y;
}

#entete1 {
	width:260px;
	height:125px;
	float:left;
}

#entete2 {
	width:660px;
	height:125px;
	background-image:url(img/entete2.jpg);
	background-repeat:no-repeat;
	float:left;
}

#menu_gauche {
	width:260px;
	float:left;
}

.menu_titre {
	width:210px;
	height:20px;
	background-color:#d9d3be;
	color:#009036;
	font-weight:bold;
	text-indent:10px;
	line-height:20px;;
	vertical-align:middle;
	margin:10px 10px 0px 20px;
}

.sous_menu {
	width:196px;
	background-color:#f1ecdc;
	padding-left:10px;
	margin:0px 10px 10px 20px;
	border-style-left:solid;
	border-left-style:solid;
	border-left-width:thin;
	border-left-color:#323232;
	border-right-style:solid;
	border-right-width:thin;
	border-right-color:#323232;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#323232;
}

.menu_titre_sel {
	width:210px;
	height:20px;
	background-color:#928d79;
	color:#ffffff;
	font-weight:bold;
	text-indent:10px;
	line-height:20px;;
	vertical-align:middle;
	margin:10px 10px 0px 20px;
}

#page_index {
	float:left;
	width:400px;
}

#page {
	float:left;
	width:630px;
	margin-top:-15px;
}

#pageAdm {
	float:left;
	width:870px;
	margin-top:-15px;
	padding:50px;
}

#menu_droite {
	width:260px;
	float:left;
}

.bloc_menu_droite {
	width:188px;
	background-color:#f1ecdc;
	padding:10px;
	margin:10px 10px 10px 30px;
	font-size:11px;
	border-style:solid;
	border-width:thin;
	border-color:#323232;
}

#pied_page {
	width:920px;
	text-align:center;
	margin:auto;
	padding-top:5px;
}

/************** FIN STYLES MISE EN PAGE ***************/

/*************** STYLES TEXTES ****************/

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#009036;
	text-decoration:none;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#009036;
	text-decoration:none;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#666666;
	text-decoration:none;
}

.txtCentre {
	text-align:center;
}

.txtVCentre {
	line-height:25px;
}

.txtGras {
	font-weight:bold;
}

.txtItal {
	font-style:italic;
}

.txtJustif {
	text-align:justify;
}

.txtRouge {
	color:#FF0000;
}

.txtBlanc {
	color:#FFFFFF;
}

.txt11px {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#393939;
	text-decoration:none;
}

.txt12px {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#393939;
	text-decoration:none;
}

.txt13px {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#393939;
	text-decoration:none;
}

.txt14px {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#393939;
	text-decoration:none;
}

/************** FIN STYLES TEXTES ***************/

/*************** STYLES LIENS ****************/

a {
	color:#009036;
	text-decoration:none;
}

a:hover {
	color:#009036;
	text-decoration:underline;
}

/************** FIN STYLES LIENS ***************/

/*************** STYLES DIVERS ****************/

.clear {
	clear:both;
}

.flotte_gauche {
	float:left;
}

.fondVert {
	background-color:#009036;
}

.fondBeige {
	background-color:#f1ecdc;
}

.bordureNoire {
	border-color:#000000;
	border-style:solid;
	border-width:thin;
}

.bouton {
	border-color:#000000;
	border-style:solid;
	border-width:thin;
	background-color:#f1ecdc;
}

.sansAffichage {
	display:none;
}

.avecAffichage {
	display:block;
}

.filetRouge {
	border-color:#FF0000;
	border-style:solid;
	border-width:thin;
}

#page hr {
	border-top-color:#666666;
	border-top-style:solid;
	border-top-width:thin;
	border-bottom:none;
	border-left:none;
	border-rigth:none;
	width:600px;
}

#pageAdm hr {
	border-top-color:#666666;
	border-top-style:solid;
	border-top-width:thin;
	border-bottom:none;
	border-left:none;
	border-rigth:none;
	width:800px;
	margin-left:0px;
}
/************** FIN STYLES DIVERS ***************/