 html, body {
 min-height: 100%;
 height: 100%;
 }
 * {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

body {
  margin: 0px;
  background-color: #0A4780;
  text-align: left;
  font-family: Arial,Helvetica,sans-serif;
  background-position: left top;
  }
#leconteneur {
  position: relative;
  left: 50%;
  width: 980px;
  margin-left: -500px;
  text-align: left;
  top: 0px;
  background-image: url(design/ombconteneur.jpg);
  background-position: left top;
  background-repeat: repeat-y;
  font-size: 1em;
  font-weight: normal;
  background-color: #007AC7;
  padding-left: 2px;
  padding-right: 2px;
  color: #183E89;
  min-height: 100%;
  overflow: auto; 
   }
#sousconteneur {
  background-color: white;
  width: 980px;
  position: relative;
}
#labanniere-art {
  width: 980px;
  background-repeat: no-repeat;
  height: 180px;
  margin-top: 0px;
  top: 0px;
  padding-top: 0px;
  background-image: url(images/ban-article.jpg);
}

#centre {
  width: 980px;
position: relative;
  float: left;
   background-color: #007AC7;
   background-image: url(images/fond-tarifs.jpg);
  }
 #blocgauche  {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
float: left;
width: 196px;
background-color: #FFCCFF;
}
 #menugauche  {
padding: 15px 0px 0px 0px;
margin: 0px 0px 0px 0px;
float: left;
width: 196px;
background-color: #00A5E9;
background-image: url(images/fond-menu.jpg);
background-repeat: repeat-x;
}
#menugauche li {
margin: 0px;
  display: block;
  text-align: center;
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
}
#menugauche ul {
margin: 0px;
padding: 0px;
list-style-type: none;
font-size: 1.1em;
}
#menugauche a {
 padding: 5px 0px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #EFFFFF;
    background-color: transparent;
}
#menugauche a:hover {
color: white;

background-color: #2CBEF1;
  font-weight: bold;
}
#menugauche a.on {
background-color: transparent;
color: #FFDD02;

}

#blocmilieu {
padding: 0em 0em 0em 0em;
  float: left;
  width: 606px;
  background-color: transparent;  
}
#blocmilieu-un {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  text-align: left;
  width: 606px;
  height: 70px;
  background-color: transparent;
}
#blocmilieu-video {
  margin: 0px;
  padding: 0px;
 float: left;
  text-align: left;
  width: 380px;
  height: 70px;
 /* background-color: red; */
   background-color: transparent; 
}
#blocmilieu-homecontact {
  margin: 0px;
  padding: 0px;
  font-size: 0.5em;
  font-weight: bold;
 float: right;
  text-align: right;
  width: 210px;
  height: 30px;
  background-color: transparent; 
}
#blocmilieu-homecontact li{
margin: 0px;
  padding: 0px 10px 0px 0px;
  list-style-type: none;
  font-weight: normal;
  top: 10px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  text-align: left;
  display: inline;
}

#blocmilieu-homecontact ul{
padding: 0px;
 margin-top: 10px;
  margin-right: 7px;
  list-style-type: none;
  font-weight: normal;
}
#blocmilieu-homecontact li a{
 margin: 0px;
  padding: 0px;
  text-decoration: none;
  list-style-type: none;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  text-indent: 0em;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  color: #FFDD02;
}
#blocmilieu-homecontact li a:hover {
color: white;
}

#blocmilieu-texte {
padding: 0em;
margin-left: 17px;
margin-top: 20px;
margin-bottom: 20px;
width: 650px;
  /*background-color: transparent;  */
    background-color: transparent; 
  font-size: 1em;
    text-align: justify;
	color: #CCCCCC;
}
#blocmilieu-texte h1{
font-size: 1.1em;
  font-weight: bold;
  padding-top: 0.5em;
  padding-bottom: 1em;
  padding-left: 0px;
  color: #3975BE;
  text-align: center;
}
#blocmilieu-texte p{
padding-bottom: 10px;
}
#blocdroit {
padding: 0px 0em 0px 0em;
  float: right;
  width: 100px;
  height: 794px;
  text-align: center;
  background-color: transparent;
  background-image: url(images/tarif-droit.jpg);
  background-position: right top;
  background-repeat: no-repeat;  
}

#piedcds {
clear:both;
  width: 980px;
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 15px;
  background-color: #00A1E7;
 /*background-image: url(images/fond_blockcentre.jpg);
 background-repeat: repeat-y;*/
}
p {
}
.clear {
clear: both;
display: block;
height: 1px;
overflow: hidden;
margin: 0;
padding: 0;
}

/* Tableaux */
table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold; }
table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #007AC7; }
table.spip tr.row_even { background: #0A4780; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }

