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

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

/* TOUS LES LIENS GÉNÉRAUX DU SITE */
a {
	color: #740000;
	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: #3A3A3A 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: 166px;
}

div#contenant {
	float: left;
	/*	background: url(../_img/IMG_milieu_2.jpg) top no-repeat;*/
	width: 656px;
	margin-right: 0px;
	text-align: left; /*justify */
	margin-top: 0px;
	
}

div#contenant_ombre {
	background: url(../_img/IMG_milieu_2.jpg) top no-repeat;
	width: 656px;
	height:221px;
	border: 0px solid pink;

}

DIV#contenu {
   background: url(../_img/ombretitre.jpg) top left no-repeat;
   background-color:#FFFFFF;
	border: 0px solid white;
	padding: 6px 45px 45px 45px;
	vertical-align:top;
	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: #EAEAEA;
	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:#740000;
	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:#740000;
	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;
}


