/* *****************structure de base des pages************** */

/* pour forcer le block a descendre en bas d`un autre */
#clearfix:after, .clearfix:after {   
    content: ".";   
    display: block;   
    clear: both;   
    visibility: hidden;   
}     
#clearfix, .clearfix {   
    display: inline-block;   
}   
html[xmlns] .clearfix, html[xmlns] #clearfix {   
    display: block;   
}   
* html .clearfix, * html #clearfix {   
    height: 1%;   
}
.clearfix {display: block;}

/***************paramètres generaux************/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
  background-color: #f0f0f0;	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 70%; /*ajuster la propriete de la police de utile en fonction de celle-ci - la valeur est contenue dans le HREF du MAP */
	color:#000000;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1.1em;	
}
a:link {
	color: #003399;
	margin: 10px 0;
}
a:visited {
	color: #8c1a1a;
	margin: 10px 0;
}
a:active {
	color: #660099;
	margin: 10px 0;
}
a:hover {
	color: #5e6323;
	margin: 10px 0;
}
a.blanc {
	color: #FFF;
	margin: 0px;
}
img {
	border: 0;
	padding: 0;
}
p, li  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align: left;
}
dl {
	margin: 0;
  padding: 0 0 5px 0;
}
dl dt {
	margin: 0 0 2px 0;
}
hr {
	width: 100%;
	height: 2px;
  clear: both;
}
hr.hr-vert-fonce  {
	color: #5e6323;
  background-color: #5e6323;
  border: 0;
  margin: 5px 0;
}
hr.hr-vert-moyen {
	color: #969d38;
  background-color: #969d38;
  border: 0;
  margin: 5px 0;
}
hr.hr-ambre {
	color: #c2600f;
  background-color: #c2600f;
  border: 0;
  margin: 5px 0;
}
/* ***** remplacement d'image avec texte ***** */

.remplace{
	position: relative;
	margin: 0;
	padding: 0;
  /* hide overflow:hidden from IE5/Mac */
  /* \*/
  overflow: hidden;
  /* */
}

.remplace span{
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 1; /*for Opera 5 and 6*/
}

/**************divisions principales*********************/
#structurePage {
	width: 1000px;
  background: url(/images/structure/fond-gris-faux-colonne.gif) repeat-y;
	text-align: left;
	height:100%;
	height:auto;
	margin: auto;
}

#structureEntete {
	width: 1000px;
	/*height:188px;*/
	display:block;
	clear:both;
}

/* dynamisme de l'entete de la page d'accueil*/

/* ATENTION : Enlever les images dans  preloadInit() si desactivee  */

.switchMenu1 {
	background: #fff url(/images/structure/entete/menu_accueil_1.jpg);
}

.switchMenu2 {
	background: #fff url(/images/structure/entete/menu_accueil_2.jpg);
}

.switchMenu3 {
	background: #fff url(/images/structure/entete/menu_accueil_3.jpg);
}

.switch1 {
	background: #fff url(/images/structure/entete/entete_accueil_1.jpg);
}

.switch2 {
	background: #fff url(/images/structure/entete/entete_accueil_2.jpg);
}

.switch3 {
	background: #fff url(/images/structure/entete/entete_accueil_3.jpg);
}

/* ************************************************************ */
#structureContenu {
	width: 1000px; /* plus large pour eviter le float de tomber en bas*/
	display: block;
	clear: both;  
  background: url(/images/structure/fond-transparent-coin-droit-gris.gif) no-repeat center bottom;
	padding-bottom: 25px; /* force l'afffichage du coin bas droit*/
}
#structureContenu #colCentre #texte { 
	clear: both;	 
}
#contenu {
	height: auto !important;
	height: 100%;
	overflow: visible;
	margin: 0;
	padding: 0;
}
#contenu  #colgchHaut {
	min-height: 135px; /* controle l'emplacement des titres de la colonne - influence le coin en bas de la clonne contenu - */ 
}
#colGauche {
	position: relative;
	width: 200px;
	height: 100%;
	float: left;
	overflow: visible; /* corrige bug IE lorsque police plus grand */
}
#colCentre {
	width: 600px;
	float: left;
	padding: 2px 0 0 0;
	display: block;
}
#colDroite {
	background-color: #f0f0f0;
	display: block;
	float: left;
	width: 198px;
	overflow: hidden; /* corrige bug IE lorsque police plus grand */
  margin-left: 2px;
}
#structureBasPage {
	width: 100%;
	clear: both;  
  background: url(/images/structure/fond-gris.gif) repeat-y;
	padding-bottom: 20px;
}
#basPage {
	text-align: center;
  background: url(/images/structure/fond-gris.gif) repeat-y;
}