/* CSS issu des tutoriels css.alsacreations.com */
html, body {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

html {
  color: #8B3F00;
}
/************************************/
/*                     entête (header)                    */
/************************************/
#header {
  background: url('images/Fond0.png') repeat-x;
  width:expression(document.body.clientWidth < 861? "860px" : "100%" );
  min-width:860px;
  height:144px;
  z-index:1;
}
#header_conteneur {
  background: url('images/Fond1.png') repeat-x;
  position: relative;
  width:expression(document.body.clientWidth < 861? "860px" : document.body.clientWidth > 1201? "1200px" : "auto" );
  max-width: 1200px;
  min-width: 860px;
  height: 144px;
  margin: 0px auto;
}
#centre{
  top: 0px;
}
#centre img{
  position: relative;
  top:0px;
  z-index:5;
}
#gauche {
  position: absolute;
  left:0px;
  z-index:12;
}
#droite {
  position: absolute;
  right:0px;
  z-index:12;
}
/************************************/
/*                 bannière publicitaire               */
/************************************/
#banniere_pub{
  width:expression(document.body.clientWidth < 861? "860px" : "auto" );
  min-width: 860px;
  height:63px;
  z-index:5;
  position: aboslute;
  text-align: center;
}
div.pub_relative{
  position: relative;
  height:63px;
  margin-bottom:-27px;
  z-index:20;
}
div.pub{
  position: absolute;
  width:516px;
  height:64px;
  z-index:20;
  background: url('images/header_banniere_centre.png') repeat-x;
  margin-left: -258px;
  left:50%;
}
div.pub iframe{
  border:0px;
  width:468px;
  height:60px;
  z-index:11;
  padding:0px;
  overflow: hidden;
}
.img_droite{
  position:absolute;
  right:0px;
}
.img_gauche{
  position:absolute;
  left:0px;
}
/* composition du corps */
#corps{
overflow:hidden;
width:expression(document.body.clientWidth < 861? "860px" : "100%" );
width:auto;
min-width:860px;
margin-top:15px;
padding:0px;
}

/* composition du corps */
#corps{
  width:expression(document.body.clientWidth < 861? "860px" : "100%" );
  width:auto;
  min-width:860px;
  padding:0px;
}
/* Découpage du corps en 3 colonnes */
#colonne_gauche{
  float:left;
  width:155px;
  left:0px;
  padding-left:10px;
}

#colonne_centrale{
  float:both;
  margin:0px 10px;
  padding:0px;
}
#zone_droite{
  position: relative;
  top:-30px;
  text-align:center;
}
#zone_droite p{
  margin : 0px;
}
.petit_rouge
{font-size: 80%;
  color: red;
}
#pubgoogle{
  float:right;
  position: relative;
  margin:0;
  top: 30px;
  right: 20px;
}

.label{
  margin-left : 8px;
  color: #8B3F00;
}

.right{
  text-align:right;
  margin:0px;
}

/***********************************/
/* */
/***********************************/
div.menu_contenu a{
  color: #8B3F00;
  text-decoration: none;
}
div.menu_contenu a:hover{
  color: #FFCC33;
  font-style: italic;
  text-decoration: underline;
}

.date_news {
  margin-left: 205px;
  font-size: 70%;
}
#bloc_presentation p{
  margin: 8px;
}
#titre_page_news{
  position: relative;
  left:50%;
  margin-left:-158px;
  width: 316px;
  text-align: center;
}

#titre_page {
  top: -10px;
  height: 31px;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 5px;
}

#bloc_news {
  margin-top: 10px;
  width: auto;
  height: 205px;
  overflow: auto;
  border-right: 1px outset;
  border-bottom: 1px outset;
  border-left: 2px outset;
  border-top: 2px outset;
  padding: 2px;
}
/***********************************/
/*                              liens                            */
/***********************************/
a {
  color: #8B3F00;
  text-decoration: none;
}
a:visited {
  color: #8B3F00;
  text-decoration: none;
}
a:hover {
  color: #8B3F00;
  font-style: italic;
  text-decoration: none;
}

/***********************************/
/*                 Pied de page (Footer)             */
/***********************************/

#footer {
  background: url('images/footer_fond.png') repeat-x;
  width:expression(document.body.clientWidth < 861? "860px" : "100%" );
  min-width:860px;
  height:35px;
  z-index:5;
  font-weight:bold;
}

#footer_conteneur {
  position: relative;
  width:expression(document.body.clientWidth < 861? "860px" : document.body.clientWidth > 1201? "1200px" : "auto" );
  max-width: 1200px;
  min-width: 860px;
  height: 35px;
  margin: 0px;
  z-index:10;
}

#footer_conteneur ul{
  list-style-type: none;
}

#footer_conteneur ul li {
  float: left;
}

#footer_img{
	overflow : visible;
	margin-top:-195px;
	margin-right:10px;
	text-align:right;
}

li.onglet1 {
  background-image: url('images/footer_fond_onglet.png');
  background-repeat: repeat-x;
}

li.onglet2 {
  background-image: url('images/footer_fond_centre.png');
  background-repeat: repeat-x;
}

.footer-text{
	position:relative;
	bottom:13px;
}

