body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, geneva, lucida, helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background-color: #00682c;
}

img {
	border: none;
}

/* ======================================================================== */
/* ================ STRUCTURE PAGE HOME ET PRESENTATION =================== */
#homepage_contenu {
	position: relative;
	width: 760px;
	margin: 0 auto 0 auto;
	text-align: left;
	display: block;
	/*z-index: 1;*/
}
#centrage_contenu {
	position: relative;
	width: 760px;
	margin: 0 auto 0 auto;
	text-align: left;
	display: block;
	/*z-index: 1;*/
}

#nom_page {
	position: absolute;
	top: 0;
	left: 280px;
	width: 200px;
	height: 20px;
	text-align: center;
	/*z-index: 2;*/
	background-color: #000000;
	color: #d20e27;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.5em;
	padding: 3px 0;
}

.homepage_image {
	float:left;
	margin-top: 26px;
	/*width: 380px*/
	height: 210px;
	overflow: hidden;
	text-align: left;
}
#emplacement_logo {
	position: relative;
	width: 760px;
	height: 66px;
	margin: 0 auto 0 auto;
	text-align: center;
	display: block;
}
#contenu_bas {
	position: absolute;
	top: 305px;
	left: 0;
	width: 760px;
	margin: 0 auto 0 auto;
	text-align: left;
	display: block;
}
#contenu_page {
	position: relative;
	top: 90px;
	left: 0;
	width: 760px;
	margin: 0 auto 0 auto;
	text-align: left;
	display: block;
	z-index: 1;
}

.colonnes {
	float:left;
	width: 290px;
	height: 200px;
	margin-top: 0px;
}
.emplacement_navigation {
	float:left;
	margin: 0;
	width: 180px;
	height: 200px;

	background-color: #000000;
}

.contenus_colonnes {
	padding: 0 10px;
	width: 280px;
	scrollbar-face-color: 00682c;
	scrollbar-highlight-color: 737373;
	scrollbar-3dlight-color: 285c3e;
	scrollbar-darkshadow-color: 000000;
	scrollbar-shadow-color: 446a54;
	scrollbar-arrow-color: ee2d45;
	scrollbar-track-color: 333333;
	font-size:10px;

}


/* ============================================================================ */
/* ================ STRUCTURE PAGE PAGE RUBRIQUE ET ARTICLE =================== */
.emplacement_navigation_page {
	position: absolute;
	top: 90px;
	left: 280px;
	width: 200px;
	margin: 0;
	height: 70px;
	background-color: #000000;
	z-index: 5;
}
#emplacement_fond_noir {
	position: absolute;
	top: 130px;
	left: 280px;
	width: 200px;
	margin: 0;
	height: 100%;
	background-color: #000000;
	z-index: 2;
}
#nom_page_rubrique {
	position: absolute;
	top: 40px;
	left: 17px;
	width: 183px;
	text-align: left;
	color: #d20e27;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.5em;
	padding: 3px 0;
	/*z-index: 5;*/
}
.un_element_article {
	position: relative;
	top: 0;
	left: 0;
	width: 760px;
	height: 200px;
/*	border-bottom: 1px solid #e5d3b3;*/
	display: block;
	z-index: 1;
}
.colonne_image {
	position: relative;
	top: 0;
	left: 0;
	width: 280px;
	height: 200px;
	overflow: hidden;
	border-bottom: 1px solid #e5d3b3;
}
.colonne_vide {
	position: absolute;
	top: 0;
	left: 280px;
	width: 200px;
	height: 200px;
	border-bottom: 0px solid #000000;
	background-color: #000000;
}
.colonne_texte {
	position: absolute;
	top: 0;
	left: 480px;
	width: 270px;
	height: 200px;
	/*overflow: hidden;*/
	border-bottom: 0px solid #e5d3b3;
}

/* =================================================== */
/* ============= STYLES TYPOGRAPHIQUES ================== */
h2 { /*surtitre*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	color: #e5d3b3;
	text-align: left;
	margin: 10px 0 0 0;
}
h1 { /*titre*/
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	color: #ee2d45;
	text-align: left;
	margin: 1px 0 3px 0;
}

h3 { /*soustitre*/
	color: #e5d3b3; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	margin: 0 0 -10px 0;
}
.chapo { /*chapo*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #e5d3b3;
	text-align: left;
	margin: 15px 0 0 0;
}


.texte {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	/*display: block;*/
	color: #e5d3b3;
}

a.texte:link, a.texte:visited {
	color: #ee2d45;
	text-decoration: none;
	font-weight: bold;
}

a.texte:hover {
	color: #e5d3b3;
	text-decoration: underline;
	font-weight: bold;
}

.texte_fond_noir {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 16px;
	text-align: left;
	color: #e5d3b3;
}

a.texte_fond_noir:link, a.texte_fond_noir:visited {
	color: #ee2d45;
	text-decoration: none;
	font-weight: bold;
}

a.texte_fond_noir:hover {
	color: #e5d3b3;
	text-decoration: none;
	font-weight: bold;
}


/* ============================================ */
/* =============== MENU GENERAL =============== */

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

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

.on {
	color: #e5d3b3;
}


.menu_principal {
	font-family: verdana, arial, geneva, lucida, helvetica, sans-serif;
	font-size: 10.5px;
	line-height: 13px;
	font-weight: bold;
	color: #e5d3b3;
	margin: 0 0 0 15px;
	padding: 0;
	/*clear: both;*/
	list-style: none;
}		
.menu_principal a {
	color: #e5d3b3; 
	text-decoration: none;
}
.menu_principal a:hover {
	color: #e5d3b3;
	text-decoration: underline;
}

.sousmenu_principal {
	font-family: verdana, arial, geneva, lucida, helvetica, sans-serif;
	font-size: 10.5px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	width: 20em;
	margin: 0;
	text-decoration: none;
}
.sousmenu_principal a {
	color: #000000;
}	
.sousmenu_principal a:hover {
	color: #e5d3b3; 
	/*padding-right: 5px;
	padding-left: -6px;*/
}

.menu_principal_highlight {
	font-family: verdana, arial, geneva, lucida, helvetica, sans-serif;
	font-size: 10.5px;
	line-height: 13px;
	font-weight: bold;
	color: #d20e27;
	margin: 0 0 0 15px;
	padding: 0;
	/*clear: both;*/
	list-style: none;
}
.menu_principal_highlight a {
	color: #d20e27; 
	text-decoration: none;
}
.menu_principal_highlight a:hover {
	color: #d20e27;
	text-decoration: underline;
}


#nav_haut {
	padding: 0;
	margin: 10px 0 0 0;
	width: 100%;
	list-style: none;
	display: block; 
	line-height: 13px;
}

#nav_haut ul {
	padding: 0 30px 0 0;
	margin: 0;
	line-height: 13px;
	list-style: none;
}

#nav_haut li {
	/* liste des liens en general du menu et du sous-menu */
	margin: 0 0 2px 0;
	line-height : 2px;/* pour interlignage dans IE */
}

#nav_haut a {
	/* ici cest le menu ferme */
	padding: 0 30px 0 0;
	display: block;
	text-align: left;
}

#nav_haut a:hover {
	/* ici cest le menu ferme actif a la souris */
	text-align: left;
}

#nav_haut li ul {
	/* fond du sous-menu non selectionne */
	left: -999em;
	margin-top: 0em;
	margin-left: 40px;
	padding-left: 5px;
	position: absolute;
	width: 160px;
	height: auto;
	background-color: #d20e27;
}

#nav_haut li ul a {
	/* texte du menu deroulant non selectionne */
	padding: 1px;
}

#nav_haut li ul a:hover {
	display: block;
	color: #e5d3b3;
}

#nav_haut li:hover ul {
	left: auto
}

#nav_haut li.sfhover ul {
	left: auto
}

/* ADMINISTRATION */
input{
	font-family:Trebuchet MS,Arial,Helvetica;
	font-size:small;
	padding:1px;
	border:1px solid #555555;
	background-color:#EEEEEE;
}

input.bouton {
	border:1px outset white;
	font-weight:bold;
	cursor:pointer;
}
input.bouton:hover {
	border:1px outset white;
	background-color:white;
	color:#ed1c24;
}
input.bouton:active {
	border:1px outset white;
	background-color:white;
	color:#ed1c24;
} 

select{
	font-family:Trebuchet MS,Arial,Helvetica;
	font-size:small;
	padding:0px;
	background-color:#EEEEEE;
}

textarea {
	color:#000;
	border:1px solid #555555;
	background-color:#eee;
	font-family:Trebuchet MS,Arial,Helvetica;
	font-size:small;
}

input:focus, textarea:focus {
	background-color:white;
	color:#000;
}


.contenu table  {
	
	text-align: left;
	background-color:#a39b81;
	font-family:Verdana;
	font-size:10px;
	color:#382622;
	line-height:18px;
}

.contenu {
	text-align: left;
	background-color:#a39b81;
	font-family:Verdana;
	font-size:10px;
	color:#382622;
	line-height:18px;
}
#header{
	text-align: left;
	font-family:Verdana;
	font-size:13px;
	color:#382622;
	background-image:url('../imgs/fondHeader.gif');
	height:107px
}

#ariane{
	text-align: left;
	background-color:#e5d3b3;
	font-family:Verdana;
	font-size:13px;
	color:#382622;
	padding-left:5px;
}

#page{
	text-align: left;
	background-color:#a39b81;
	font-family:Verdana;
	font-size:13px;
	color:#382622;
	padding-top:20px;
}

#menuadmin{
	text-align: left;
	background-color:#a39b81;
	font-family:Verdana;
	font-size:13px;
	color:#382622;
	float:left;
	width:250px;
	padding-left:5px;
	padding-right:5px;
}

.bodyadmin {
	background-color:#a39b81;
}

#contenu{
	text-align: left;
	background-color:#a39b81;
	font-family:Verdana;
	font-size:13px;
	color:#382622;
	height: 5000px;
}
