

  	body {
	  	border: 0pt none;
		margin-top:20px;
	  	margin-left:auto;
	  	margin-right:auto;
	  	padding: 0pt;
	  	color:#CAB981;
		text-align: center; /* pour corriger le bug de centrage IE */
	  	background-repeat: no-repeat;
	  	background-attachment: fixed;
	  	background-position:center;
	  	font-family : Georgia;
	  	background-color :transparent;	
	}

	
	#cadre_site {
		margin-top:0px;
		padding-top:0px;
		padding-left:0px;
		padding-right:0px;
  		margin-left:auto;
  		margin-right:auto;
		margin-bottom:0px;
		text-align: left; /* pour corriger le bug de centrage IE */
		width:856px;
		background-color:transparent;
		border-width:0px; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:none; /*  */
	}
		
	div#barre_defile_haut {
		width: 856px;
		height: 30px;
		font-size: 12pt;
		color: red;
		font-weight: bolder;
		background-image: url('bg-1.png');
		background-color:transparent;
		border-width: 0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style: none;
		background: blue;
	}
	div#banniere {
		width : 856px ;
		margin:0;
		height:215px;
		padding-right:10px;
		background-color:transparent;
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:none;
	}
	/* class permettant de mettre le menu admin dans la bannière */

	.banniere_inf {
		width : 856px ;
		margin:0;
		height:173px;
		
		padding-right:10px;
		padding-left:10px;
		background-image: url('banniere_inf.png');
		background-color:transparent;
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:none;
	}


	/* class permettant de mettre le menu admin dans la bannière */
		/* respecter le top et la hauteur afin de mettre la div dans la bannière */
	div#pub_haut {
		margin-top:-80px;
		height:80px;	
	}


	.menu_titre {
		width: 205px;
		/* height:40px; */
		float: inherit;
		font-family: Georgia;
		font-size: 0pt;
		color: #CAB981;
		font-weight: bold;
		text-align: left;
		line-height: 0px;
		/* background-image: url('bg-haut-menu.png'); */
		border-width: 0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style: none;
	}


	.menu_milieu {
		width: 220px;
		text-transform:uppercase;
		font-family : Georgia;
		float:inherit;
		padding-left :0px;
		padding-top:0px;
		margin:0;
		font-size : 10px;
		color : #306BD1;
		font-weight : normal;
		text-align:left;
		/* background-image : url('bg-milieu-menu.png'); */
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:none;
    }

	.menu_milieu ul {
		list-style: none;
		margin: 0;
		padding-left: 0px;
		background-color:transparent;
	}

	.menu_milieu ul li {
		padding-left: 15px;
		margin-left: 0px;
			font-size : 10px;
		font-weight:normal;
		text-decoration: none;
		cursor: pointer;
	}

	.menu_milieu ul li i {   /*********************************/
		color: #306BD1;
		font-size : 10px;
		font-weight: normal;
		text-decoration: none;
	}
	.menu_milieu ul li a:hover i {   /*********************************/
		color: #ffffff;
		font-size : 10pt;
		font-weight: normal;
		text-decoration: none;
	}

	.menu_milieu ul li a {
		display:block;
		padding: 0 ;
		margin-left:-5px;
		margin-right:10px;
		font-size : 10pt;
		font-weight : normal;
		text-decoration: none;
		text-align:left;
		color: #306BD1;
		cursor:pointer;
	background-color:transparent;
	}

	.menu_milieu ul li a:hover {
		color: #306BD1;
		cursor: pointer;
		text-align:left;
		text-decoration:none;
		font-size : 10pt;
		font-weight: bold;
	}
	
	.menu_milieu  ul li.mfocus  {   
		font-size : 10pt;
		font-weight:normal;
	}

	.menu_milieu ul li.mfocus a {
		display: block;
		font-size : 10pt;
		text-align:right;
		font-weight: bold;
		color: #306BD1;
	}

	.menu_milieu a {

		font-size: 10px;
		text-align:center;
		font-weight: normal;
		color: #306BD1;
	}
	.menu_milieu a:hover {
		font-size: 10px;
		text-align:center;
		text-decoration:underline;
		font-weight: normal;
		color: #306BD1;
	}

	.menu_milieu p {
		line-height : 18px;
		font-size: 10px;
		text-align:center;
		font-weight: normal;
		color: #606060;
	}

	.menu_separateur {
		width : 180px;
		font-family : Georgia;
		float:inherit;
		padding-left :0px;
		padding-right :0px;
		margin:0;
		font-size : 10pt;
		color : #CAB981;
		font-weight : bold;
		text-align : left;
		/* background-image : url('bg-separateur-menu.png'); */
    }	

	.menu_bas {
		width: 205px;
		float:inherit;
		font-family : Georgia;
		font-size : 10pt;
		color : #ffffff;
		font-weight : bold;
		text-align : center;
		line-height : 11px;
		margin-bottom:16px;
		/* background-image : url('bg-bas-menu.png'); */
	}


	/* ---- ajouté pour faire du scroll sur corp de texte avec toujours le titre en haut */

	div#page_corps{
		position:relative;
		width:856px;
		float:left;
		border-width: 0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style: none;
	}
	
	div#page_accueil {
		margin-top:-19px;
		margin-bottom:0px;
	    padding-left: 22px;
		padding-bottom : 2px;
			
		background-color:transparent;
		text-align: left; /* pour corriger le bug de centrage IE */
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:solid;		
	}
	
	.principal_gauche {
		float:left;
		width: 375px;	/*	height:685px; */
		height:300px;	
		margin-left: 3px;
		margin-right: 0px;
		margin-bottom : 5px;
	}

	.principal_droit {
		float:right;
		width: 640px;	/*	height:685px; */
		height:300px;	
		padding-right:10px;
		margin-left: 10px;
		border-width:0px; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:none;
	}

	.principal_centre {
		float:none;
		width:790px;
		padding-left:0px;
		padding-right:0px;
		margin-left: 0px;
		margin-right: 0px;
		background-color:#ffffff;
		border-width:1px; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:solid;		
	}


	.texte_page {
		overflow:hidden;	
		margin-left:0px;  
		background-color:#ffffff;
		width:100% ;
	}


	.titre_page {
		position:relative;
		text-transform:uppercase;
		font-family : Georgia;
		font-size: 0px;
		height:0px;
		padding-left:20px;
		width: 360px;
		text-align : left;
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:none;
	}

	.page_infos {	
		/*overflow:auto;*/
		overflow:hidden;	
		margin-left:8px;
		margin-right:0px;
		margin-top:20px;		
		color:#CAB981;
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:none;				
	}

	.menu_gauche {
		z-index: 4 ;
		float:left;
		margin-top:110px;
		margin-bottom:0px;
		margin-left : 5px;
		margin-right : 0px;
		width : 235px ;	
		background-color:transparent;
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:none;
	}	

	.menu_droit {
		z-index: 4 ;
		float:left;
		margin-top:0px;
		margin-bottom:0px;
		margin-left: 3px;
		margin-right: 0px;
		text-align: center;
		width : 220px ;	
		background-color:transparent;	
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:none;
	}


/*
	menu_admin   : div cadre menu contenant les div icon_admin
	principal_admin : cadre de droite contenant les div admin_liste
	
*/
	div#barre_basse {
		clear: both;
		position:inherit;
		overflow:visible;
		width: 856px;
		margin-left:0px;
		margin-right:0px;
		text-align: center;
		font-style: italic;
		font-family: Georgia;
		font-size: 8pt;
		color: #ffffff;
		font-weight: normal;
		background-color: transparent;

		border-color:#000000;
		border-width: 0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style: solid;
	}



	.mention_menu_bas {
		position:relative;
		top:0;
		clear: both;
		width: 810px;
		height: 0px;
		margin-left:auto;
		margin-right:auto;
		padding-top: 25px;
		text-align: center;
		font-style: italic;
		font-family: Georgia;
		font-size: 8pt;
		color:#CAB981;
		font-weight: normal;
		vertical-align: middle;
		background-color:transparent;
		border-width: 0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style: none;
	}

	.mention_menu_bas a {
		font-style: italic;
		font-family: Georgia;
		font-size: 8pt;
		font-weight: normal;
	}
	.mention_menu_bas a:hover {
		font-style: italic;
		font-family: Georgia;
		font-size: 8pt;
		font-weight: normal;
	}
/*
  menu horizontal avec gestion des onglets
  image de fond 'bg-milieu.png'

*/
	dl, dt, dd, ul, li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.dl_bouton_droit {
		float:right;
		text-align:right;
	}
		
	#menu {
		z-index:100;
		margin-left: 0px;
		padding-right:0px;
		width : 856px ;	
		height : 56px;
		padding-top :0px ;
		margin-top:0px;
		font-size: 14px;
		background-color:transparent;
		background-image : url('logos/bg-milieu.jpg');
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:solid;
	}
	#menu dl {
		list-style:none;
		margin: 0; 
		padding:0;
		height:100% ;
 		padding-left : 10px ;
		float: left;

	}
	#menu dt {
		cursor: pointer;
		padding-left:20px;
		height:100% ;
		text-align: center;
		font-weight : normal;
	}
	#menu dd {
		z-index: 200;
		position: absolute;
		display: none;
		border: 1px solid #000000;
		float: left;
		margin-top: -2px;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		font-size: 14px;
		font-weight: normal;
		text-decoration: none;
		color: #CAB981;
		background: blue;
		cursor: pointer;
	}
	#menu li {
		text-align: left;
		background: transparent;
	}
	#menu li a, #menu dl dt {
		color: #CAB981;
		padding-top:0;
		height:100% ;
		text-decoration: none;
		display: block;
		border: 0 none;
	}
	
	#menu dl dt a{
		padding-top:0px;
		margin:0;
		color: #CAB981;
		height:100% ;
	}
	#menu li a:hover, #menu li a:focus, #menu dt a:hover {
		font-weight: normal;
		text-decoration: none;
		color: #CAB981;
		cursor: pointer;
	}
	#menu dl dt.mfocus a {
		font-weight: bold;
		text-decoration: none;
		color: #CAB981;
		cursor: pointer;
	
	}
	

	.fond {
		text-align : left;
		background-color : #ffffff;
	}



	.lien_menu_module {
		color : #CAB981;
		text-decoration : none;
		font-weight : normal;
		font-size : 10pt;
	}
	.lien_menu_module:hover {
		color : #aa0707;
		text-decoration : none;
		font-size : 10pt;
	}
	
	.banniere_bas {
		font-family : Georgia;
		font-size : 10pt;
		color : #CAB981;
		font-weight : normal;
		text-align : center;
	}

	.liste_chantier_focus {

		background-color : #ffffff;
		text-decoration : none;
		font-weight : normal;
		font-size : 10pt;
	}




h1 {
	font-family : Georgia;
	font-size : 13pt;
	color : #7E99CD;
	font-weight : normal;
	text-align : center;
	line-height : 40px;
}


h2 {
	font-family : Georgia;
	font-size : 13pt;
	color : #CAB981;
	font-weight : bold;
	text-align : left;
	margin : 5pt;
}
h3 {
	font-family : Georgia;
	font-size : 8pt;
	color : #CAB981;
	font-weight : bold;
	text-align : center;
}
h4 {
	font-family : Georgia;
	font-size : 13pt;
	color : #CAB981;
	font-weight : bold;
	text-align : left;
	margin : 5pt;
}

big {
	font-family : Georgia;;
	font-size : 10pt;
	color : #CAB981;
	font-weight : bold;
}

p {
	font-family : Georgia;
	font-size : 10pt;
	color : #CAB981;
	font-weight : normal;
	text-align : justify;
}
b {
	font-family : Georgia;
	font-size : 10pt;
	color : #CAB981;
	font-weight : bold;
}
i {
	font-family : Georgia;
	font-size : 8pt;
	color : #ffffff;
	font-weight : normal;
	text-align : center;
}
td {
	font-family : Georgia;
	font-size : 10pt;
	color : #000000;
	font-weight : normal;
	text-align : left;
}

tr {
	font-family : Georgia;
	font-size : 10pt;
	color : #000000;
	font-weight : normal;
	text-align : left;
	background-color : #F9EFCF;
}
th {
font-family : Georgia;
	font-size : 10pt;
	color : #CAB981;
	font-weight : normal;
	text-align : center;
}





.ligne_navigation {
	text-align : center;
	background-color : #aaaaaa;
}


.cadre_image {
   	border-width:2px;
  	border-color : #CAB981 ;	
}



.bordure {
	text-align : left;
	background-color : #666666;
}
input, textarea, select {
	color : #CAB981;
	font-family : Verdana;
	font-size : 9pt;
	background-color : #eeeeee;
	border-color : #cecece;
	border-style : solid;
}

a {
	color : #CAB981;
	text-decoration : none;
	font-weight : normal;
	font-size : 10pt;
}
a:hover {
	color : #CAB981;
	text-decoration : none;
	font-size : 10pt;
}

.a-blanc {
	color : #ffffff;
	text-decoration : none;
	font-weight : normal;
	font-size : 10pt;
}
.a-blanc:hover {
	color : #ffffff;
	text-decoration : none;
	font-size : 10pt;
}




/* module PUB haut , dans bannière (avec lien internet) */

.slide-show-h {
	position:relative;
	margin-top:-88px;
	padding-top:0px;
    padding-bottom:88px;
	left:100px;
	height:0px;	
	margin-left:0;
	margin-right:auto;
	text-align:center;
	background-color:transparent;
	border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
	border-style:none;
}

.slide-show-h ul{
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:0px;
	width:470px;
	height:75px;
	overflow:hidden; 
}

.slide-show-h ul li{
	position:absolute;
	display:block;
	text-align:left;
	list-style-type:none;
	padding:0px;
	background-color:transparent;
}

.slide-show-h ul li a {
	margin-left:auto;
	margin-right:auto;
	padding:0;
	text-align:left;
	text-decoration:none;
	border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
	border-style:none;
}

.slide-show-h ul li a img{
	display:block;
	width:468px;   /* taille des images pub  */
	height:60px;   /* taille des images pub  */
	background-color:transparent;
}

.slide-show-h ul li img{
	display:block;
	background-color:transparent;
}



/* module PUB dynamique (avec lien internet) */
.slide-show-m {
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:transparent;
	border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
	border-style:none;
}

.slide-show-m ul{
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:0px;
	width:165px;
	height:175px;

	overflow:hidden; 
}

.slide-show-m ul li{
	position:absolute;
	display:block;
	text-align:left;
	list-style-type:none;
	padding:0px;
	background-color:transparent;
}

.slide-show-m ul li a {
	margin-left:auto;
	margin-right:auto;
	padding:0;
	text-align:left;
	text-decoration:none;
	border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
	border-style:none;
}

.slide-show-m ul li a img{
	width:165px;
	display:block;
	background-color:transparent;
}

.slide-show-m ul li img{
	width:165px;
	display:block;
	background-color:transparent;
}


/*  MODULE include/pub_slide_show  */


.slide-show-j {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:transparent;
	border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
	border-style:none;
}

.slide-show-j ul{
	position:relative;
	display:block;
	padding-top:5px;
	margin-left:auto;
	margin-right:30px;
	text-align:left;
	padding:0px;
	width:705px;
	height:165px;
	 overflow:hidden; 
	border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
	border-style:none;
}

.slide-show-j ul li{
	position:absolute;
	display:block;
	text-align:left;
	list-style-type:none;
	padding-top:10px;
	padding-left:405px;
	background-color:transparent;
}

.slide-show-j ul li img{
	height:163px;
	display:block;
	background-color:transparent;
}


/*  MODULE SLIDE SHOW */


div#cadre_module_slideshow {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:221px;
	height:215px;
	background-color:transparent;
	border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
	border-style:none;
}


div#cadre_module_slideshow  img{
	width:214px;
	height:210px;
	display:block;
	border-width:0pt;
	border-style:none;
}



/*  MODULE DYNAMIQUE   PROMOTION */


#slide-show-p {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:transparent;
	border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
	border-style:none;
}

#slide-show-p ul{
	position:relative;
	display:block;
	margin-top:-10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:0px;
	width:175px;
	height:165px;
 	overflow:hidden; 
}

#slide-show-p ul li{
	position:absolute;
	display:block;
	text-align:left;
	text-decoration: none;
	list-style-type:none;
	padding:5px;
	background-color:transparent;
}

#slide-show-p ul li img{
	width:165px;
	display:block;
	background-color:transparent;
}


/*  MODULE DYNAMIQUE   NOUVEAUTE */

#slide-show-n {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:transparent;
	border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
	border-style:none;
}

#slide-show-n ul{
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:0px;
	width:175px;
	height:175px;
	 overflow:hidden; 
	border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
	border-style:none;
}

#slide-show-n ul li{
	position:absolute;
	display:block;
	text-align:center;
	text-decoration: none;
	list-style-type:none;
	padding:5px;
	background-color:transparent;
}

#slide-show-n ul li img{
	width:165px;
	display:block;
	background-color:transparent;
}

/*  MODULE DYNAMIQUE   RUBRIQUE */

 .div_image {
	background-color:transparent ; 	
	/* width:120px;*/
	/* height:100px; */
	text-align:center;
	overflow:hidden;
 }
 .div_image:hover{
 }

.div_image a img{
	width:70px;	
 }
 .div_image:hover a img{
	width:120px;	
 }



	a img {
			border-style:none;	
			border-width:0pt;
			background-color:transparent;	
	}
	#menu_bas {
		position:relative;
		clear: both;
		width: 820px;
		margin-left:auto;
		margin-right:auto;
		text-align: center;
		width: 856px;
		color: #CAB981;
		font-size: 10px;
		background-color:transparent;
		background-repeat:no-repeat;
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:solid;
	}


	#menu_bas dl {
		list-style:none;
		font-size: 10px;
	
		text-align: center;
 		padding-left : 10px ;
		float: left;
		border-width:0pt; /* utile pour des tests de mise en page , Pb compatible avec IE7 */
		border-style:none;
	}

	#menu_bas dt {
		cursor: pointer;
		padding-left:20px;
		font-size: 10px;		
		height:100% ;
		text-align: center;
		font-weight : normal;
	}

	#menu_bas dd {
		z-index: 200;
		position: absolute;
		display: none;
		border: 1px solid #000000;
		float: left;
		margin-top: -2px;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
		cursor: pointer;
	}


	#menu_bas li {
		text-align: left;
		background: transparent;
	}

	#menu_bas li a, #menu_bas dl dt {
		padding-top:0;
		height:100% ;
		text-decoration: none;
		display: block;
	}


	#menu_bas li a:hover, #menu_bas li a:focus, #menu_bas dt a:hover {
		font-weight: normal;
		text-decoration: none;
		color: #CAB981;
		cursor: pointer;
	}

/* Style of the cell "month year" of the header */
/* Style de la cellule "mois annee" du titre    */
.Image_Calendar_title_month {
  	color: #B29B48; /* B29B48 */
	text-align: center;
	font-size: 16px;
	font-weight: bolder;
}



	.menu_h {
		margin: 0 0 0 0;
		font-weight : bold;
		float: left;
		height : 25px;
		background:url("image-onglet.png") no-repeat bottom right;
	}

	.menu_h a {
		display:block;
		font-size: 0.9em;
		font-weight : bold;
		text-decoration: none;
		color: white;
		padding-left:10px;
		padding-right:10px;
		height : 25px;
		background:url("image-onglet-gauche.png") no-repeat bottom  left;
	}

	.menu_image a {
		display:block;
		font-size: 0.9em;
		font-weight : bold;
		text-decoration: none;
		color: white;
		padding: 0;
		height : 25px;
	}

	.menu_h_focus {
		margin: 0 0 0 0;
		padding: 0;
		font-weight : bold;
		height : 25px;
		float: left;
		background:url("image-onglet-focus.png") no-repeat top right;
	}

	.menu_h_focus a {
		display:block;
		font-size: 0.9em;
		text-decoration: none;
		height : 25px;
		font-weight : bold;
		color:#000000;
		padding-left:10px;
		padding-right:10px;
		background:url("image-onglet-gauche-focus.png") no-repeat top left;
	}

	.menu_h a:hover {
		display:block;
		font-size: 0.9em;
		text-decoration: none;
		height : 25px;
		font-weight : bold;
		color:#000000;
		padding-left:10px;
		padding-right:10px;
		background: url("image-onglet-gauche.png") no-repeat top left;
	}

	
	.liste_chantier_focus ,.liste_chantier_focus td{
		background-color:#B19B48;
		height:25px;
		color:#ffffff;
	}

	.liste_chantier ,.liste_chantier td{
		background-color:#F9EFCF;
		height:25px;
		color:#ffffff;
	}	
	
	
