/* Gabarit Largeur fluide 2 colonnes - jimro - 07/11/2005 */
/* Feuille de style inspirée des tutoriels css.alsacreations.com */


/* Initialisation CSS */

/* * { CA PEUT ETRE ASSEZ PERTURBANT ;-) { */
html, body {
   margin: 0;
   padding: 0;
   border: 0;
}


/* police par défaut de tout le site */

html, body {
   font-family: arial,helvetica,sans-serif; font-size:13px; color: #133734;
   margin: 0;
   padding: 0;
}
body {
   font-family: arial,helvetica,sans-serif ; font-size:13px; color: #133734; 
}


/* lien par défaut */

a {color: #6F116F; text-decoration:none;  font-weight: bold; }
 a:hover {color: #E143E2; text-decoration:underline; font-weight: bold;  }


/* liste par défaut */

ul {
   list-style-type: square;
   margin: 0;
   padding-left: 0.5em;
}


/* titres par défaut */

h1 {
   font-size: 1.6em;
   text-align: center;
}
h1, h1 a {
   color: #006699;
   font-weight: bold;
}
h2 {
   font-size: 1.4em;
   text-align: center;
}
h2, h2 a {
   color: #669900;
   font-weight: bold;
}

h3 {
   font-size: 1.2em;
   text-align: center;
}
h3, h3 a {
   color: #990066;
   font-weight: bold;
}
h1, h2, h3 {
   margin: 0;
   padding: 0.5em 0;
}


/* image par défaut */

img {
   border: 0;
}


/* Agencement des pages */

#conteneur {
   margin-left: auto;
  margin-right: auto;
  /* largeur obligatoire pour être centré */

	width: 1200px;
      border: #000000 1px solid;
	background-color: #f88312;
}

#header {
   height: 175px;
 width: 1200px;
   border: 0;
  
}

#logo {
   
   
	 position:absolute;
   top:10px;
   margin-left: auto;
  margin-right: auto;
  width: 400px;

}

#banniere {
   float: right;
   width: 66%;
   margin: 10px 0;
   text-align: center;
   font-size: 2em;
   font-weight: bold;
}

#haut {
   height: 45px;
   
   border: 0;
   padding: 0;
  
   background-color: #f88312;
}


#gauche {
   float: left;
   width: 183px; /* largeur environ égale à marge gauche de #centre */
   /*border-right: #000000  1px solid;*/
  background-color: #f88312;
   padding-bottom: 0.5em;
   
   background-repeat: repeat-y;
    min-height: 600px;
	
}
#BarreCG {
	background: url(BarreCG.jpg) repeat-y;
	width: 33px;
	margin-left: 182px;
	
}
#centre {
   background-color: transparent;
   margin-left: 183px; /* pour colonne gauche */
   /*margin-right: 15%;*/ /* pour colonne droite */
   /*border-left: #000000 1px solid;*/
  
	
   min-height: 950px;
	background-image: url(fondcentre.jpg);
	width: 1007px;
	background-repeat: repeat-y;
	padding-left: 10px;
}

* html #centre {
   height: 400px; /* hack uniquement interprété par IE Win+Mac*/
} 

/*#droite {
   float: right;
   width: 15%;*/ /* largeur égale à marge droite de #centre */
/*   background-color: #FFFFFF;
   text-align: center;
   line-height: 200px;
  font-size: 1em;
}*/

#bas {
   clear: both;
   position:relative;
   background-color: #f88312;
   border: 0;
   padding: 0.5em;
   text-align: center;
}
	#bas ul {
      display: inline;
      border-right: 2px solid #000000;
   }
	#bas ul li {
      border-left: 2px solid #000000;
      display: inline;
      padding-right: 0.6em;
      padding-left: 1em;
   }
	#bas a {
      color: #006699;
   }
	#bas a:hover {
      color: #191970;
   }

#conception {
  display:inline;
  position:absolute;
  right:10px;
  top:3px;
  color:#006699;
  font-size:0.7em;
}

#pied {
   height: 2em;
   background-color: #FFFFFF;
   border: 0;
   padding: 0.75em;
	text-align: center;
margin-bottom:1px;
}
	#pied a {
      color: #FF8000;
      font-weight: bold;
   }


/* temp.html */

div.menugauchetitre {
   clear: left;
   width:14em;
   color: #FFFFFF;
   font-weight: bold;
   background: #006699;
   height: 1.5em;
   margin-bottom: 1em;
   padding-left: 0;
   padding-top: 0.19em;
   text-align: center;
}
div.menugauchetitre span {
   font-size: 1.1em;
}

div.menugauchecontenu {
   clear: left;
   width:14em;
   color: #000000;
   font-weight: bold;
   line-height: 1.2em;
   margin-bottom: 1em;
}
   div.menugauchecontenu a {color: #006699; font-weight: normal;}
   div.menugauchecontenu a:hover {color: #FF8000; background: #FFFFFF; font-weight: normal;}


/* pages.html */


#mentete {
   width: 100%;
   height: 1em;
   font-size: 10px;
}
#entete {
   float: left;
   padding-top: 0.2em;
   padding-left: 3em;
   color: #006400;
   font-weight: normal;
 
}
   #entete a {
      color: #006400;
   }
   #entete a:hover {
      color: #ff8c00;
   }

#entetepage {	
   float: right;
   padding-top: 0.2em;
   padding-right: 1em;
   color: #FFFFFF;
   font-weight: bold;
   text-align: right;
   background: #006699;
}
   #entetepage a {color: #FFFFFF; font-weight: normal;}
   #entetepage a:hover {color: #FF8000; font-weight: normal;}


/* page accueil */

#accueil {
   width: 98%;
}

   #editoacc {
      width: 96%;
      padding: 0.5em;
   }

   #rubriques1 {
      width: 98%;
      padding: 0.5em;
      border-top: #000000 1px solid;
   }

   	#rubriques1 h1 {display: inline;}

   #rubriques2 {
      padding: 0.5em;
      width: 98%;
      border-top: #000000 1px solid;
   }

   	#rubriques2 ul {list-style-type: none; margin: 0; padding-left: 0.5em;}
   	#rubriques2 a {color: #000000;}
   	#rubriques2 a:hover {color: #FF8000;}
   	#rubriques2 img {}


/* autres éléments par défaut */

 input {
   background-color: #F0E68C; border-color : #7C6440;  
   border-top-width : 1px; 
   border-right-width : 1px; 
   border-bottom-width : 1px; 
   border-left-width : 1px;
   text-indent : 1px;  
   font-family: Arial; font-size: 10px;
  }

  textarea {  
   font-family: "Verdana"; 
   font-size: 10pt;
   color : #000000;
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   text-decoration: none;
   letter-spacing: normal;
   text-align: normal;
   word-spacing: normal;
   border: thin ridge;
   border-color: #000080 inset;
background-color: #F0E68C; 
  }

 SELECT {  
   font-family: "Verdana"; 
   font-size: 9pt;
   color : #000000;
background-color: #F0E68C; 
  }


hr {
   color:#000000;
}


/* séparation par lignes verticales */

.nePasAfficher {
  display: none !important;
}

.clearBoth {
  clear: both;
}

.diviseVerticalGauche {
/* background: url(GabLargFluide/colbgnoir.gif) repeat-y 182px 0;*/
}

.diviseVerticalDroite {
/*   background: url(GabLargFluide/colbgnoir.gif) repeat-y 85% 0; */
}
a.truc1{
	background-image: url(logo30.gif);
	height: 40px;
	width: 150px;
	color: #187232;
	padding-left: 45px;
	background-repeat: no-repeat;
	padding-top: 10px;
	font-size: 15px;
}
a.truc1:hover{
	
	height: 40px;
	width: 150px;
	color: #D40000;
	
	background-repeat: no-repeat;
}