/* DEFINITIONS GENERALE */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }
#modal_overlay { background-color:#000; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */
/* FIN DEFINITIONS GENERALE */

html, body {
	font-size: 11px;
	font-family: Arial;
	color: #ffffff;
  background-color:#000000;
}


blockquote {
  margin-left:20px;
}

a {
  text-decoration: underline;
  color: #CCCCCC;
}

a.bouton {
  background-color: #F77527;
  color: #CCCCCC;
  text-decoration: none;
  font-weight: bold;
  margin: 0 0 0 20px;
  padding: 0 0 2px 20px;
  background: transparent url(../images/puce.gif) no-repeat 0 2px;
}
a.bouton:hover {
  background-position: 5px 2px;
}

a#home {
  display: block;
  position: absolute;
  width: 250px;
  height: 33px;
  margin: 0;
  padding: 0;
  top: 188px;
  left: 0;
}

div#titre {
  position: absolute;
  top: 220px;
  left: 280px;
  color: #FF6600;
  font-size: 20px;
  font-weight: bold;
}

h1 {
  color: #FF6600;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial;
  padding: 0 0 0 20px;
  margin: 0 0 0 -20px;
  background: transparent url(../images/puce.gif) no-repeat 0 3px;
}

h2 {
  color: #CCCCCC;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial;
}

/* LAYOUT */
#container {
  width:960px;
  margin:0 auto 10px auto;
  position: relative;
}

#header {
  width: 100%;
  height: 223px;
  position: relative;
}
#headercache {
  position: absolute;
  top: 155px;
  left: 0;
  width: 960px;
  height: 68px;
  margin: 0;
  padding: 0;
  background: transparent url(../images/header.png) no-repeat 0 0;  
}

#content {
  width: 100%;
  position: relative;
  background: #666666 url(../images/tile.png) repeat-x 0 0;
}
#footer {
  width: 940px;
  position: relative;
  background: transparent url(../images/footer.png) repeat-x 0 0;
  height: 100px;
  overflow: hidden;
  margin: 0 px;
  padding: 10px;
}
/* FIN LAYOUT */

div#titre {
  position: absolute;
  top: 197px;
  left: 270px;
  font-size: 16px;
  font-weight: bold;
  color: #eee;
}

div.image {
  float: left;
  display: inline;
  background: transparent url(../images/image.png) no-repeat 0 0;
  width: 212px;
  height: 167px;
  padding: 0 0 0 10px;
  margin: 0 10px 10px -10px;
}

#toogtm {
  position: absolute;
  top: 5px;
  right: 0px;
  margin: 0;
  padding: 0;
}
#toogtm a {
  color: #B0CE5E;
  font-weight: bold;
  font-size: 9px;
  text-decoration: none;  
}
#toogtm a:hover {
  text-decoration: underline;
}

/* MENUS */
div.headermenu {
  background: transparent url(../images/menuhaut.png) no-repeat 0 0;
  position: absolute;
  left: 104px;
  top: 0px;
  width: 752px;
  height: 36px;
  text-align: center;
}
div.headermenu span {
  background-color: #555;
}
div.headermenu span.sep1 {
  display: none;
}
div.headermenu a {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
  line-height: 22px;
  color: #3E3E3E;
  padding: 0 0 0 5px;
}
div.headermenu a:hover {
  text-decoration: underline;
}
a.footermenu {
  color: #ddd;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  border-right: 1px solid #fff;
  margin: 0 3px 0 0;
  padding: 0 3px 0 0;
}
a.footermenu:hover {
  text-decoration: underline;
}

.accordion {
}
.accordion h3 {
  background: transparent url(../images/flechemenu.gif) no-repeat 6px 10px;
  font-size: 13px;
  font-weight: bold;
  color: #ccc;
  padding: 0 0 0 25px;
  margin: 0;
  line-height: 30px;
}
.accordion h3.sel {
  background: transparent url(../images/flechemenuon.gif) no-repeat 6px 10px;
}
.accordion a {
  background: transparent url(../images/pucemenu.gif) no-repeat 0 5px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #ccc;
  padding: 0 0 0 20px;
  margin: 0 0 0 20px;
  line-height: 20px;  
  text-decoration: none;
}
.accordion a:hover {
  background-position: 3px 5px;
  color: #D12A5D;
}
  border: none;
.accordion hr {
  height: 12px;
  background: transparent url(../images/ombremenu.png) repeat-x 0 0;
  margin: 0;
}
.accordion hr.sep1 {
  display: none;
}

/* FIN MENUS */
