#donpaypal {width:425px;height:425px;background:url(img/donpaypal.png);}

/* 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 {
   background-color: #bababa;
   margin: 0;
   padding: 0;
}
body {
   font-size: 0.8em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #bababa;
   font-weight: normal;
   width: 1000px;
   margin: 0em auto;
   text-align: left;
}


/* lien par défaut */

a {
   color: red;
	font-weight: bold;
   text-decoration: underline;
}
a:hover {
   color: white;
}


/* 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 {
	text-indent: 2em;
	background: url(img/artimenurightarrow.gif) no-repeat;
   background-position: -20% 0.6em;
   color: white;
   font-weight: bold;
}
h2 {
   font-size: 1.4em;
}
h2, h2 a {
   color: #669900;
   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: 2%;*/
   background: url(img/conteneur.jpg);
/*	border-left: 1px solid #a3b8cb;
	border-right: 1px solid #a3b8cb;*/
}

#header {
   height: 220px;
   background-color: #FFFFFF;
   border: 0;
}

#logo {
   float: left;
   background: url(img/titre.png) no-repeat;
   width: 1000px;
   height: 220px;
   text-align: center;
   font-size: 10px;
/*   font-weight: bold;*/
}

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

#haut {
   height: 0px;
   border: 0;
   padding: 0;
}

#centre {
	position: relative;
   background-color: transparent;
	width: 500px;
   margin-left: 30px; /* pour colonne gauche */
   /*margin-right: 15%;*/ /* pour colonne droite */
   /*border-left: #000000 1px solid;*/
/*   padding: 0.5em;*/
   min-height: 400px;
}

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


/* partie de droite */

#gauche {
   float: right;
	margin-right: 25px;
	margin-top: 20px;
   width: 425px; /* largeur environ égale à marge gauche de #centre */
   background: url(img/agenda.png) no-repeat;
	padding-top: 40px;
}

#parten{
	text-align: center;
	background-color: white;
	border-left: white solid 1px;
	border-right: white solid 1px;
	/*border-top: white solid 1px;*/
/*	min-height: 203px;*/
}

#parten a {
	padding: 0;
	margin: 0;
	}

#parten img.parten{
/*	padding: 20px 0;	*/
}

/*#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: #DFDFDF;
   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: #FF8000;
   }

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

#pied {
	clear: both;
   position:relative;
/*   height: 2em;*/
   background: url(img/pied.jpg) no-repeat;
   border: 0;
/*   padding: 0.75em;*/
	padding-top: 62px;
	text-align: center;
	height: 40px;
	margin-bottom:1px;
	color: white;
}
	#pied a {
      color: white;
		text-decoration: none;
      font-weight: bold;
		background-color: none;
   }


/* temp.html */

div.menugauchetitre {
   clear: right;
	background: url(img/bordure_haut.png) no-repeat;
   width: 350px;
   color: #246464;
   font-weight: bold;
   text-align: center;
}
div.menugauchetitre span {
   font-size: 1.1em;
}

div.menugauchecontenu {
  clear: right;
	padding-left: 10px;
	padding-top: 15px;
	background: url(img/bordure_bas.png) no-repeat #f7f2b1;
   width: 250px;
   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: 1.6em;
   background: red;
}
#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: 100%;
}

   #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: #EEEEEE;
   border: #000000 1px solid; 
   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 11.15em 0;*/
}

.diviseVerticalDroite {
/*   background: url(GabLargFluide/colbgnoir.gif) repeat-y 85% 0; */
}
