/** styles de base **/ 
/*les styles de base pour td, p, a sont dans stylebase.css*/ 
body, html {
  height:100%;
  padding:0px;
  margin:0px;
}

body {
	background:#FFFFFF;
	width: 100%;
	margin-top:4px;
	/*overflow-x:hidden;*/
	}

.spacer{
	clear: both;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	/*border: #0000ff solid 1px;*/
}

/*
communs
*/

#haut {
  position:absolute;
  width: 100%;
  height: 220px;
  z-index:20;
  padding:0px;
  margin:0px;
  
}
#banniere_haut {
  margin:auto;
  width: 900px;
  z-index:21;
}
#menu_haut {
  margin:auto;
  width: 900px;
  height:42px;
  /*border:1px solid #ff9900;*/
  z-index:21;  
}

#credits {
  margin:auto;
  width: 900px;
  background-color: #ffffff;
  text-align:right;
}
#credits a {
  color:#919191;
}


/*
accueil
*/
#accueil_page {
  position:absolute;
  width: 100%;
  top: 190px;
  background-color: #ffffff;
  padding:0px;
  margin:0px;  
}

#accueil_conteneur {
  margin:auto;
  width: 900px;
  height:100%;
  
}

#accueil_contenu {
  background-color: #f1f6b3;  
  background-image: url('images/bande_bas_accueil.jpg');
  background-position: bottom;
  background-repeat : no-repeat;
  height:100%;
  padding:0px;
  margin:0px;
  padding-top:35px;
}

/*
#accueil_bandeau_bas {
  background-color: #f1f6b3;  
  background-image: url('images/bande_bas_accueil.jpg');
  background-position: bottom;
  background-repeat : no-repeat;
  width: 900px;
  height:140px;
}
*/
#accueil_edito {
  text-align:justify;
  font-size:12px;
  font-family: Arial;
  margin-left:10px;
  width:370px;
  float:left;
}

#accueil_carte {
  margin-right:10px;
  float:right;
}

#div_connection {
  margin-left:0px;
}
/*
inter
*/

#page {
  position:absolute;
  width: 100%;
  top: 220px;
  background-color: #ffffff;
  z-index:10;
}

#conteneur {
  margin:auto;
  width: 900px;
  height:200px;
}

#inter_contenu {
  height:100%;
}



#inter_bandeau_bas {
  background-image: url('images/bande_bas_accueil.gif');
  background-position: bottom;
  background-repeat : no-repeat;
  width: 900px;
  height:140px;
}




#inter_menu {
  height: 100%;
  width:180px;
  /*border-right:1px solid #f1f6b1;*/
  float: left;
  z-index:40;
}

#inter_texte {
  float: left;
  margin-left: 20px;
  width:680px;
}


/**forms**/
.saisie, input, textarea, select {
  border:1px solid #CFCFCF;
  font-family: Arial;
  font-size:11px;
  color:#00641E;
}
input.submit {
  border:1px solid #CFCFCF;
  font-family: Arial;
  font-size:11px;
  background:#DFEC54;
  color: #00641E;
  font-weight:bold;
  cursor:pointer;
  cursor:hand;
}

hr {
    color: #a7a7a7;
    text-align:center;
    width: 75%;
    size:1;
}


.hrSeparateur {
    color: #a7a7a7;
    text-align:center;
    width: 400px;
    size:1;
}

/* special ancre */
.divanchor {
    background-image: url(images/anchor.gif);
}

/**menu**/
.menu_0 {
  background-color:#DFEC54;
  width:180px;
  height:19px;
  color:#646300;
  font-size:13px;
  margin-bottom:2px;
  margin-top:2px;
  border-left:5px solid #006420;
  padding:2px;
}
.menu_0 a {
  color:#646300;
}
.menu_0 a:hover {
  color:#006420;
}
.menu_0_actif {
  background-color:#DFEC54;
  width:200px;
  height:19px;
  color:#646300;
  font-size:13px;
  margin-bottom:2px;
  margin-top:2px;
  border-left:10px solid #006420;
}

.menu_1 {
  margin-top:1px;
  width:180px;
  margin-left:20px;
  height:20px;
}
.menu_1 a {
  color:#646300;
}