/* Gabarit Largeur fluide 2 colonnes - jimro - 07/11/2005 */
/* Feuille de style inspirée des tutoriels css.alsacreations.com */


/* Initialisation CSS */

html, body { /* OU * { MAIS CA PEUT ETRE ASSEZ PERTURBANT ;-) */
   margin: 0;
   padding: 0;
   border: 0;
}


/* police par défaut de tout le site */

html, body {
   background-color: white;
   margin: 0;
   padding: 0;
}
body {
   font-size: 0.8em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #000000;
   font-weight: normal;
}


/* lien par défaut */

a {
   color: #A85145;
   text-decoration: none;
}
a:hover {
   color: #DF9E00;
   /*background: #FFFFFF;*/
   text-decoration: none;
}


/* liste par défaut */

ul {
   list-style-type: square;
   margin: 0;
   padding-left: 0.5em;
}


/* titres par défaut */

h1 {
   font-size: 1.6em;
}
h1, h1 a {
   color: #a44f47;
   font-weight: bold;
}
h2 {
   font-size: 1.4em;
}
h2, h2 a {
   color: #A85145;
   font-weight: bold;
}

h3 {
   font-size: 1.2em;
}
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 {
   width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background:  none;
   /*background: url(img/haut-dessin.png) bottom left no-repeat #df9e00;*/
}

#header {
   height: 160px;
   background:  url(img/barre-menu2.png);
   border: 0;
   padding: 0;
}

#logo {
	display: none;
   float: left;
   width: 33%;
   margin: 10px 0;
   text-align: center;
   font-size: 2em;
   font-weight: bold;
}

#banniere {
   float: right;
   width: 66%;
   margin: 10px 0;
   text-align: center;
   font-size: 2em;
   font-weight: bold;
}

#haut {
   height: 30px;
   background: none;
   border: 0;
   padding: 0;
}

#centre {
   background-color: transparent;
   margin-left: 220px; /* pour colonne gauche */
   margin-right: 15%; /* pour colonne droite */
   /*border-left: #000000 1px solid;*/
   padding: 0px 0px 20px 20px;
   min-height: 400px;
}

* html #centre {
   height: 400px; /* hack uniquement interprété par IE Win+Mac */
} 

#gauche {
   float: left;
   width: 220px; /* largeur environ égale à marge gauche de #centre */
   /*border-right: #000000  1px solid;*/
   background-color: transparent;
   padding-bottom: 0.5em;
}

#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;
   height: 80px;
   background: url(img/pied.png) bottom right #ffffff no-repeat;
	padding: 0px;
	margin: 0px;
}

#conception {
   display:inline;
   position:absolute;
   right:10px;
   top:3px;
   color:#006699;
   font-size:0.7em;
}

#pied {
	color: lightgrey;
	font-size: 10px;
	font-weight: normal;
   height: 2em;
   background-color: #FFFFFF;
   border: 0;
   padding: 0.75em;
	text-align: center;
   margin-bottom:1px;
}
	#pied a {
      color: lightgrey;
      font-weight: normal;
   }


/* temp.html */

div.menugauchetitre {
   clear: left;
   width:150px;
   color: #FFFFFF;
   font-weight: bold;
   background: url(img/barre-gauche.png);
   height: 20px;
   margin-bottom: 1em;
   margin-left: 70px;   
   text-align: center;
}

div.menugauchetitre div {
	border-left: 1px solid #df9e00;
	}

div.menugauchetitre span {
   font-size: 1.1em;
}

div.menugauchecontenu {
	text-align: right;
   clear: right;
   width:140px;
   margin-left: 70px;
   color: #a44f47;
   font-weight: bold;
   line-height: 1.2em;
   margin-bottom: 1em;
}
   div.menugauchecontenu a {color: #df9e00; font-weight: normal;}
   div.menugauchecontenu a:hover {color: #000000; background: #FFFFFF; font-weight: normal;}


/* pages.html */

div.entete2 A {color: #A44F47;}
div.entete2 A:hover {color: #DF9E00;}

#mentete {
	display: none;
   width: 100%;
   height: 1.6em;
   background: #006699;
}
#entete {
   float: left;
   padding-top: 0.2em;
   padding-left: 1em;
   color: #FFFFFF;
   font-weight: normal;
   background: #006699;
}
   #entete a {
      color: #FFFFFF;
   }
   #entete a:hover {
      color: #FF8000;
   }

#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: 98%;
   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: #fff7e5;
   border: #df9e00 1px solid; 
	margin-bottom: 5px;
   text-indent: 1px;  
   font-size: 9px;
}

textarea {   
   font-size:10pt;
   color:#000000;
   font-style:normal;
   line-height:normal;
   font-weight:normal;
   text-decoration:none;
   letter-spacing:normal;
   word-spacing:normal;
   border:thin ridge;
   border-color: #000000;
   background-color:#FFFFFF;
}

select {  
   font-size:9px;
   color:#000000;
   background-color:#FFFFFF;
}

hr {
   color:#000000;
}


/* séparation par lignes verticales */

.nePasAfficher {
  display: none !important;
}

.clearBoth {
  clear: both;
}

.diviseVerticalGauche {
  background: url(GabLargFluide/colbgnoir.gif) repeat-y 220px 0;
}

.diviseVerticalDroite {
  /*background: url(GabLargFluide/colbgnoir.gif) repeat-y 85% 0;*/
}

/* nuage de tags - laurentcoco */

.sidebox_e {
display :block ; margin:0 auto; margin-top:15px; padding:0; height:70px; width:75%;
border:1px solid #7f7f7f; color:#A99D61;}

.sidebox_e {background-color: #7F7F7F; border:1px solid black; width:75%;}

.sidebox_e a:link, .sidebox_e a:visited
{
color:#ffffff;
font-weight:normal;
text-decoration:underline;
background-color: #FF6600;
}

.sidebox_e a:hover, .sidebox_e a:active {
color:#ffffff;font-weight:normal;background-color:#666666;font-weight:normal; text-decoration:none;}


#tagcloud {
font-weight:bold;
text-align: center;
float: left;
margin-left: -20px;
display:block;
}

#tagcloud li {
float: left;
display: inline;
margin: 0 .15em;
}

#tagcloud li.cloud1 { font-size: 0.85em; }
#tagcloud li.cloud2 { font-size: 0.95em; }
#tagcloud li.cloud3 { font-size: 1em; }
#tagcloud li.cloud4 { font-size: 1.1em; }
#tagcloud li.cloud5 { font-size: 1.2em; }


