/* Initialisation CSS */
* {
   margin: 0;
   padding: 0;
   border: 0;
}
/* police par défaut de tout le site */

html, body {
   background-color: #FFFFFF;
}
html {	
  scrollbar-face-color: #FFEDED;
	scrollbar-arrow-color: #7D5685;
	scrollbar-track-color: #FFF;
	scrollbar-base-color: #FFF;
	scrollbar-darkshadow-color: #BC92C2;
	scrollbar-3dlight-color: #CAA8CE;
	scrollbar-highlight-color: #FFFDFD;
	scrollbar-shadow-color: #FDD;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #669;
	background: transparent url("bienvoir/bv_15.gif") left repeat-y;
}
/* lien par défaut */

a {
   color: #800080;
   text-decoration: none;
}
a:hover {
   color: #BC92C2;
   text-decoration: underline;
}


/* liste par défaut */

ul {
}
li {
  margin: 0 0 5px 10px;
}
/* titres par défaut */
h1, h1 a {
   color: #915D95;
   font-size: 1.3em;
   font-weight: bold;
   border-bottom: 2px dotted #699;
   margin: 2em 0 1em 0;
   background: transparent url("bienvoir/bv_flecheedito.gif") left bottom no-repeat;
   padding: 0 0 0.2em 1em;
}

h2, h2 a {
   color: #800080;
   font-weight: bold;
   font-size: 1.1em;
   display:inline;
   margin: 2em 0 0.3em 0;
}
h2 a:hover {
  color: #BC92C2;
}
h3 {
  padding-left: 15px;
	background: transparent url(bienvoir/bv_flechedroit.gif) left top no-repeat;
  
}
h3, h3 a {
   font-size: 1.1em;
   font-weight: bold;
   color: #507D7E;
   display: inline;
   margin: 2em 0 0.3em 0;
   
}
h3 a:hover {
  	color: #699;
}
h4 {
  margin-bottom: 0.5em;
  font-size: 1.1em;
}
/* autres balises par defaut*/
span {color:#BD92C6; font-size:0.8em;margin-left: 0.5em; font-weight: normal;}
p {
  padding: 5px 0;
}
table {
  margin:1em auto;
  border:1px solid #BD92C6;
  font-size: 11px;
  font-weight: normal;
}
td {
  border: 1px solid #BD92C6;
  padding: 0.5em;
}
label {font-weight: bold;}
form {
  margin:auto;
}
textarea, select, input {
	color: #805087;
	font-size: 11px;
	border: 1px solid #63659C;
	
}
textarea, input {   
  margin: 2px 0;
}
textarea {
  background-color: #FFF;
}
select {  
}

hr {
   color:#800080;
}
iframe {
}
/* Agencement des pages */

#conteneur {
   background-color: transparent; 
   margin:0 /* 20px */;
   min-width: 760px; 
   width: auto;
   
}
* html #minwidth {
  width: 760px;
  height: 1px;
}
/* en-tete */
#banniere {	
	text-align:center;
	background-color: #99CCCC;
}
#logo{
   display: none;
}
#haut01{
	height: 60px;
	background: transparent url("bienvoir/bv_02b.gif") bottom repeat-x;
}
#h01a{
	width: 200px;
	height: 60px;
  float:left; 
	background: transparent url("bienvoir/bv_01.gif") no-repeat;
}
#h01b{
	/* emplacement banniere pub */
	width: 560px;
	height: 60px;
  position: absolute;
  left: 200px;
	background: transparent url("bienvoir/bv_02.gif") no-repeat;
	text-align: right;
}
#haut02{
	height: 21px;
	background: transparent url("bienvoir/bv_04.gif") top repeat-x;
}
#h02a{
	width: 200px;
	height: 21px;
	float: left;
	background: transparent url("bienvoir/bv_03.gif") no-repeat;
}
#h02b{
	width: 685px;
	height: 21px;
	position: absolute;
	top: 150,5px;
	left: 200px;
	z-index: 100;
	background: transparent url("bienvoir/bv_04.gif") top repeat-x;
}
#haut03{
	height: 50px;
  background: transparent url("bienvoir/bv_09.gif") top left repeat-x;
}
#h03a{
	width: 169px;
	height: 41px;
	background: transparent url("bienvoir/bv_07.gif") top right no-repeat;
	float: left;
}
#h03b{
	width: 590px;
	height: 50px;
	background: transparent url("bienvoir/bv_08.gif") top left no-repeat;
 	position: absolute;
	left: 169px;
}
/* contenu */
#centre {
   background-color: transparent;
   margin-left: 200px;
   margin-right: 160px; 
   text-align: justify;
   margin-bottom: 2em;
}
#cg02 {
	width: 169px;
	height: auto;
  background: transparent url("bienvoir/bv_11.gif") repeat-y;
	padding: 12px 0 0 22px;
	text-align: center;
	float: left;
}
#cg03, #cg03a{
	width: 169px;
	height: 3px;
	line-height: 0;
	font-size: 0;
	float: left;
}
#cg03{
background: transparent url("bienvoir/bv_13.gif") no-repeat;
}
#cg03a{
	background: transparent url("bienvoir/bv_13b.gif") no-repeat;
}
/* menu gauche */
#gauche {
   float: left;
   width: 168px;
   font-size: 11px;
   padding-bottom: 1em;
}
.bghaut, .bgbas {
	width: 168px;
	height: 6px;
	background-repeat: no-repeat;
	line-height: 0;
	font-size: 0;
	float: left;
}
.bghaut{
	background-image: url("bienvoir/bv_bghaut.gif");
	margin-top: 10px;
}
.bgbas {
	background-image: url("bienvoir/bv_bgbas.gif");
	margin-bottom: 10px;
}
.blocgauche{
	width: 148px;
	_width: 168px;
	height: auto;
	padding-left: 15px;
	background-image: url("bienvoir/bv_bgcont.gif");
	background-repeat: repeat-y;
	float: left;
	padding-right: 5px;
	line-height: 1.3em;
}
.blocgauche a, .blocgauche a:hover {
  text-decoration: none; 
}
.blocgauche a {
  color: #63659C;
  padding-left: 4px;
}
.blocgauche a:hover {
  color: #528684; 
  background: transparent url("bienvoir/bv_ptfleche.gif") left no-repeat; 
}
/* pub a droite */
#droite {
   float: right;
   width: 140px; /
   background-color: #FFF;
   text-align: center;
   font-size: 1em;
}
/* pied de page */
#b01a {
  width: 100%;
  clear:both;
  height: 1px;
}
#b01 {
  width: 100%;
  height: 8px;
  background: #FFF url("bienvoir/bv_18.gif") repeat-x;
}
#b02 {
  width: 100%;
  height: 27px;
}
#b03 {
  width: 200px;
  height: 27px;
  text-align: center;
  padding-right:40px;
  background: #9CCFCE url("bienvoir/bv_19.gif") bottom right no-repeat;
}
#bas {
   clear: both;
   position:relative;
   background-color: #9CCFCE;
   padding: 0.5em;
   text-align: center;
   font-size: 11px;
}
	#bas ul {
      display: inline;
      border-right: 2px solid #63659C;
   }
	#bas ul li {
      border-left: 2px solid #63659C;
      display: inline;
      padding-right: 0.6em;
      padding-left: 1em;
   }
	#bas a {
      color: #840084;
   }
	#bas a:hover {
      color: #63659C;
      text-decoration: underline;
   }

#pied {
   height: 2em;
   font-size: 11px;
   padding: 0.75em;
	text-align: center;
   margin-bottom:1px;
   color: #4fa0a0;
   background-color: #FFF 
}
#pied a {
  color: #BC92C2;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
   }
#pied a:hover {
  color : #908ABF; 
  background : #E4E1F6;
}

/* temp.html */

div.menugauchetitre {
   clear: left;
   color: #800080;
   font-weight: bold;
   text-align: center;
   padding:5px 0 0 0;
    width: 143px;
}
div.menugauchetitre span {
  color: #840084;
  font-size: 1em;
}

div.menugauchecontenu {
   clear: left;
   font-weight: bold;
   width: 143px;
}
div.menugauchecontenu a {
	font-weight: normal;
}
div.menugauchecontenu a:hover {
	font-weight: normal;
}
/* pages.html */

#mentete {
  font-size: 0.9em;
  border-bottom: 1px solid #85558C;
  padding-bottom: 2px;
  height: 1em;
  margin-bottom: 20px;
}
#entete {
   float:left;
}
#entetepage {	
  float: right;
}
/* séparation par lignes verticales */

.nePasAfficher {
  display: none !important;
}

.clearBoth {
  clear: both;
}
