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

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

a { color: #666; }
a:hover { color: #ff3300;}
a.bouton {
  padding: 3px 0 0 15px;
  line-height: 20px;
  background: #fff url(../images/fleche.png) no-repeat 0 5px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}
a.bouton:hover {
  background: #fff url(../images/fleche.png) no-repeat 3px 5px;  
}

#container {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(../images/tile_main.jpg) repeat-y 0 0;
}
#header {
  position: relative;
	margin: 0;
	padding: 0;
  height: 379px;
	background: #fff url(../images/header.jpg) no-repeat 0 0;
}
#content {
  float: left;
  display: inline;
  position: relative;
	padding: 0;
	margin: 0 0 0 11px;
  width: 712px;
}
#column {
	float: left;
  display: inline;
	width: 214px;
	margin: 0;
	padding: 0;
}
#footer {
  position: relative;
	clear: left;
	padding: 0;
	margin: 0;
  height: 120px;
	background: transparent url(../images/footer.jpg) no-repeat 0 100%;
  font-size: 10px;
  color: #888;
}

#transzone {
  position: absolute;
  top: 270px;
  left: 11px;
  height: 75px;
  width: 926px;
  background-color: #000;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}
#transzonetext {
  position: absolute;
  top: 270px;
  left: 11px;
  height: 65px;
  width: 400px;
  overflow: hidden;
  color: #eee;
  padding: 10px 0 0 10px;
  line-height: 1.5em;
}

#telephone {
  z-index:11;
  position:absolute;
  top:290px;
  left:690px;
  height:30px;
  width:190px;
  color:#eee;
  font-size:18px;
  text-align: right;
}

#addresse {
  z-index:11;
  position:absolute;
  top:316px;
  left:750px;
  height:40px;
  width:168px;
  color:#eee;
  font-size:11px;
  text-align: right;
}

/* MENUS */
a.boutondroite {
  display: block;
  width: 155px;
  height: 43px;
  background: transparent url(../images/boutondroite.png) no-repeat 0 0;
  margin: 0 0 0 14px;
  text-decoration: none;
  color: #eee;
  font-size: 12px;
  font-weight: bold;
  padding: 13px 15px 3px 30px;
}
a.boutondroite:hover {
  margin: 0 0 0 24px;
  padding: 13px 5px 3px 30px;
}

a.petitmenu {
  display:block;
  border-top:1px solid #888;
  padding:7px 0 7px 25px;
  font-weight:bold;
  color:#666;
  margin:3px 0 0 1px;
  background: #fff url(../images/fleche.png) no-repeat 10px 10px;
  text-decoration:none;
}
a.petitmenu:hover {
  background: #fff url(../images/fleche.png) no-repeat 13px 10px;
}

a.headermenu {
  float:left;
  display:inline;
  margin: 0 20px 0 0;
  padding: 0 0 0 24px;
  line-height: 30px;
  background: transparent url(../images/fleche.gif) no-repeat 10px 10px;
  text-decoration: none;
  color:#666;
  font-size: 12px;
}
a.headermenu:hover {
  background: transparent url(../images/fleche.gif) no-repeat 13px 10px;
}

div.vignette {
  float:left;
  display:inline;
  width:172px;
  height:178px;
  background:#fff url(../images/vignette.jpg) no-repeat 0 0;
  overflow:hidden;
  padding:8px 0 0 9px;
  margin:0;
}

div.vignette2 {
  width:315px;
  height:180px;
  background:#fff url(../images/vignette2.jpg) no-repeat 0 0;
  overflow:hidden;
  padding:8px 0 0 9px;
  margin:0 0 15px 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;
}

h1 {
  color: #ff3300;
  font-size: 16px;
}
h2 {
  color: #666;
  font-size: 14px;
}

div.boutonprojet {
  position: relative;
  width: 714px;
  height: 71px;
  margin: 0;
  padding: 0;
  background:#fff url(../images/bout_proj_off.jpg) no-repeat 0 0;
}
div.boutonprojet:hover {
  background:#fff url(../images/bout_proj_on.jpg) no-repeat 0 0;
}
