@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
	color: #FFFFFF;
	background-color: #8A9082; /*B6BFBC*/
	font-family: Verdana, Helvetica, Lucida Sans, Arial, sans-serif;
	font-size: 12px;
}

/* TOUS LES LIENS GÉNÉRAUX DU SITE */
a {
	color: #A28700; /* 3D4638*/
	font-family: Verdana, Helvetica, Lucida Sans, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: grey;
}

/* LES DIV PRINCIPALES */
div#englobe {
	position : relative;
	background: #8A9082 url(../_img/IMG_Fond.jpg) top center no-repeat;
	width: 1004px;
	min-height: 100%; 
	margin: 0 auto;
	padding: 0px; 
	border: 0px solid red;
}

DIV#haut {
	position: relative;
	height: 213px;
	border: 0px solid orange;
}

DIV#omb_entete {
	background: url(../_img/ombre.png) no-repeat;
	height: 21px;
}

div#milieu {
	position: relative;
	overflow: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	border: 0px solid blue;
	text-align: justify;
	color: black;
}

DIV#menu_gauche {
    vertical-align:top;
	border: 0px dashed red;
	border-right: 0px solid #CCD2FF;
	float: left;
	margin-top: 0px;
	width: 167px;
}

div#contenant {
	float: left;
	
	background: url(../_img/ombre.gif) top repeat-x;
	width: 676px;
	margin-right: 0px;
	border: 0px solid pink;
	text-align: left; /* justify */
	margin-top: 0px;
	
}
DIV#contenu {
    background-color:#FFFFFF;
	border: 0px solid cyan;
	padding: 45px; /* 30px */
	padding-top: 0px;
	min-height: 350px;
}

DIV#titre_index {
	border: 1px solid cyan;
}


DIV#bas {
	float: left;
	width: 800px;
	height: 20px;
	margin-left: 167px;
	border: 0px solid pink;
	text-align: justify;
	margin-top: 0px;
	background: url(../../modeles_php/images/ombres/omb_bas_centre.png) no-repeat;
}


DIV#pied {
	border: 0px groove #FF0000;
}

DIV#titre_section {
	color: #2C8989;
	font-family: Verdana, Helvetica, Lucida Sans, Arial, sans-serif;
	font-size: 14px;
}


/* ******************************************************************************** */
/* ******************************* recordlist *************************************** */
/* ******************************************************************************** */     



tr.table_row {
	background-color: white;
	border-bottom: 1px solid orange;
}

tr.alt_row {
	background-color: #DFDDD7; /*C5C5BB*/
	border-bottom: 1px solid orange;
}

/************************/
/* nav_btn.inc.php 	*/
/************************/

#nav_btns {
    
    background: url(../_img/onglet/ong_entete_nav.jpg) right top no-repeat;
	border:0px solid cyan;
	height:53px;
	width:972px;
	margin-left:16px;
	
}

#texte_r

{
    color:#384133;
	font-family: Verdana, Helvetica, Lucida Sans, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#texte_g
 {
    color:grey;
	font-family: Verdana, Helvetica, Lucida Sans, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
}



a#navigation_r {
    color:#384133;
	font-family: Verdana, Helvetica, Lucida Sans, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a:hover#navigation_r {
font-size:11px;
}

a#navigation_g {
    color:grey;
	font-family: Verdana, Helvetica, Lucida Sans, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a:hover#navigation_g {
font-size:11px;
}



