 html, body {
 min-height: 100%;
 /*height: auto !important;*/
 height: 100%;
 }
 * {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

html {
/*padding:0*/
}
body {
  margin: 0px;
  background-color: #FFFFFF;
  text-align: left;
  font-family: Arial,Helvetica,sans-serif;
  background-position: left top;
  /*background-image: url(images/fond_home.jpg);*/
  /*background-repeat: repeat-x;*/
  /*padding-top: 0px;*/
  /*padding-bottom: 0px;*/
  }
#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: black;
  padding-left: 10px;
  padding-right: 10px;
  color: #183E89;
  min-height: 100%;
  overflow: auto; 
   }
#sousconteneur {
  background-color: white;
  width: 980px;
  position: relative;
  background-image: url(images/fond-centre.jpg);
  background-repeat: repeat-y;
}
#cdsheader {
  width: 980px;
  background-repeat: no-repeat;
  height: 449px;
  margin-top: 0px;
  top: 0px;
  padding-top: 0px;
  background-image: url(images/fond_header.jpg);
}
#csheaderarticle {
  width: 980px;
  background-repeat: no-repeat;
  height: 180px;
  margin-top: 0px;
  top: 0px;
  padding-top: 0px;
  background-image: url(images/Article-header.jpg);
}
#centre {
  width: 980px;
  }
#centrearticle {
  width: 980px;
 }
#blocflash {
  background-color: #00b1e6;
  position: relative;
  width: 980px;
  height: 300px;
}
#blocflashvideo {
  padding: 0em;
  position: absolute;
  width: 350px;
  height: 300px;
  background-color: #ccffff;
  visibility: visible;
  left: 583px;
  top: 53px;
}
#textcentre {
padding: 0.5em 0em 2em 0em;
  float: left;
  margin-left: 3px;
  width: 596px;
  background-color: white;
}
#texte img{
padding: 5px 0em 5px 0em;
  border: 0px solid #DFFC0C;
}
#fmenuright {
padding: 0px 0em 150px 0em;
  margin-left: 2px;
  float: right;
  width: 182px;
  text-align: center;
  background-color: transparent;
  /*background-image: url(images/fond_blockcentre.jpg);
  background-position: right top;
  background-repeat: repeat-y;*/
  /*background-position: right top;
  background-image: url(images/Rubrique-bandeau.jpg);
  background-repeat: repeat-y;
  background-color: white;
  height: 100%;*/
  
}
#fmenurightart {
padding: 20px 0em 150px 0em;
  margin-left: 2px;
  float: right;
  width: 182px;
  text-align: center;  
}
#piedcds {
clear:both;
  width: 980px;
  position: relative;
  bottom: 0;
  padding-bottom: 20px;
  padding-top: 15px;
  background-color: #05BEEC;
 /*background-image: url(images/fond_blockcentre.jpg);
 background-repeat: repeat-y;*/
}
#blocduport {
padding: 10px 0em 10px 0em;
}
#blocduport img  {
margin-bottom: 20px;
padding-top: 3px;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 3px;
border: 2px solid  #DFFC0C;
background-color: transparent;
}
.classpiedpage {
padding: 2em 0em 2em 0em;
  color: #DFFC0C;
  font-size: 0.8em;
  text-align: center;
  font-weight: normal;
}
  .centrer {
  text-align: center;
   }
   .articletexte {
   padding: 1em 1em 1em 1em;
  text-align: justify;
  font-size: 1.1em;
   }
 h2{
 padding: 1em 0.5em 1em 0.5em;
color: #FF0066;
font-weight: bold;
text-align: center;
font-size: 1em;
}
h3{
/*padding: 1em 0em 1em 0em;*/
color: #FF0066;
font-weight: bold;
text-align: center;
font-size: 1em;
}
h3.spip{
padding: 0.8em 0em 0em 0em;
margin: 0em 0em 0em 0em;
color: #00B7F0;
font-weight: bold;
text-align: center;
font-size: 1.2em;
clear:both;
}
p {
  padding: 1em 0.5em 1em 0.5em;
  font-size: 0.8em;
  color: #808080;
  text-align: justify;
}
img {
  padding: 1em 0em 0.5em 0em;
  /*border: 1px solid #000099;*/
  }
hr {
margin: 10px 0px 0px 0px;
  clear:both;
 }
#filart {
font-size: 0.6em;
text-align: center;
 }

 /* 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: #DD581F; text-align: center;font-size: 0.9em;}
table.spip tr.row_odd { background: #EEB000;text-align: center; font-weight: bold;font-size: 1em;}
table.spip tr.row_even { background: #E8CAAE;text-align: center;font-size: 0.9em; }
table.spip th, table.spip td { padding: 3px; text-align: center; vertical-align: middle; }


