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; }
body {
	background-color: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#3d3d3d;
	padding:0;
	margin:0;
}

blockquote {
  margin-left: 20px;
}

.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 */

/* control.modal */
#modal_overlay {
  background-color:#000;
}
/*FIN control.modal */

h1 {
  color: #428987;
  font-size: 18px;
  font-weight: bold;
}

h2 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

a {
  color: #428987;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#wrapper {
  position: relative;
}

#container {
  width:950px;
  margin:0 auto;
  background: #fff url(../images/background_contenu.png) repeat-y 0 0;
}
#containeracc {
  width:950px;
  margin:0 auto;
  height:975px;
  background: #fff url(../images/fond_centre.jpg) no-repeat 0 310px;
}
#header {
  height: 310px;
  background: #fff url(../images/header_contenu.jpg) no-repeat 0 0;
  position: relative;
}
#headeracc {
  height: 310px;
  background: #fff url(../images/haut_accueil.jpg) no-repeat 0 0;
  position: relative;
}
#content {
  position: relative;
  display: inline;
  float: right;
  width: 692px;
  margin: 0 38px 0 0;
  color: #666;
}
#contentacc {
  position: relative;
  display: inline;
  float: right;
  width: 430px;
  height: 452px;
  margin: 0 160px 0 0;
  color: #333;
}
#contentacc h1 {
  color: #fff;
  font-size: 18px;
}
#navigation {
  float:left;
  display: inline;
  width: 194px;
  margin: 0 0 0 20px;
}
#footer {
  clear:both;
  position: relative;
  width:100%;
  height: 155px;
  background: #fff url(../images/footer.jpg) no-repeat 0 0;
  color: #aaa;
  font-size: 10px;
}
#telephone {
  z-index:11;
  position:absolute;
  top:20px;
  left:630px;
  height:30px;
  width:190px;
  color:#fff;
  font-size:18px;
  font-weight: bold;
}
div.vignette {
  float:left;
  display:inline;
  width:315px;
  height:180px;
  background:#fff url(../images/vignette.jpg) no-repeat 0 0;
  overflow:hidden;
  padding:8px 0 0 9px;
  margin:0 20px 15px 0;
}

div.vignette2 {
  float:left;
  display:inline;
  width:124px;
  height:124px;
  background:#fff url(../images/vignette2.png) no-repeat 0 0;
  overflow:hidden;
  padding:10px 0 0 10px;
  margin:0 0 0 0;
}

div.video {
  float:left;
  display:inline;
  width:309px;
  height:213px;
  background:#fff url(../images/fond_video.png) no-repeat 0 0;
  overflow:hidden;
  padding:30px 0 0 45px;
  margin: -10px 10px 0 0;
}

a.bouton {
  display:inline;
  float: left;
  clear:both;
  margin: 2px 0 0 0;
  text-decoration: none;
  color: #428987;
  font-weight: bold;
  padding: 0 0 0 16px;
  background: transparent url(../images/puce.gif) no-repeat 0 4px;
  line-height: 18px;
}

a.bouton:hover {
  background: transparent url(../images/puce.gif) no-repeat 3px 5px;
}

/* MENU */
a.colmenu {
  display: block;
  text-decoration: none;
  font-size: 12px;
  color: #428987;
  font-family: Arial;
  font-weight: bold;
  margin: 0 0px 10px 0;
  padding:4px 10px 4px 10px;
}
a.colmenu:hover {
  /*margin: 0 0 11px 0;*/
  background: #C3EFCF url(../images/fle.gif) no-repeat 2px 6px;
}

div#contact {
  margin: 0 50px 20px 20px;
  padding: 10px;
  border-left: 2px solid #aaa;
}
div#contact p {
  margin: 0 0 5px 20px;
  padding: 0;
}
div#contact h1 {
  color: #386F90;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px  solid #386F90;
  margin: 5px 0 5px 0;
}
div#contact h2 {
  color: #50845E;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1pt;
  margin: 3px 0 3px 0;
}
div#contact label {
  float: left;
  display: inline;
  width: 100px;
}
div#contact input, div#contact textarea {
  border: 1px solid #aaa;
  padding: 1px;
  font-size: 11px;
}

a#previmage {
  position: absolute;
  display: block;
  bottom: 11px;
  left: 10px;
  width: 40%;
  height: 90%;
}
a#previmage img {
  display: block;
  position: absolute;
  left: 0;
  bottom: 200px;
}
a#nextimage {
  position: absolute;
  display: block;
  bottom: 11px;
  right: 10px;
  width: 40%;
  height: 90%;
}
a#nextimage img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 200px;
}