/* CSS Document */

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#ban_top_left {
	position: absolute;
	top: 0;
	left:0;
	width: 300px;
	color: #76785B;
	}

#ban_top_right {
	position: absolute;
	top: 0;
	right:0;
	width: 350px;
	}

#content {
	position: relative;
	color: #FFFFFF;
	background-color: #76785B;
	width: 750px;
	padding-top: 150px;
	padding-bottom: 0.5em;
}
#content p{
	padding-right: 25px;
	padding-left: 30px;
	text-align: left;
}

#content h1{
	color: #C9DFA8;
	font-size: 1.4em;
	text-align: center;
	padding-top: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h2{
	color: #60436A;
	font-size: 1.30em;
	margin-left: 20px;
	margin-bottom: 0.5em;
	background-image: url(IMG/fond_h2.png);
	background-repeat: no-repeat;
	background-position: 10,0,0,0;
	padding-left: 3.5em;
	padding-top: 1.2em;
	text-align: left;
	height: 50px;
}
#content h3{
	text-align: center;
}

#content li{
	list-style-type: square;
	text-align: left;
	color: #FFFFFF;
}

.texte{
	font-size: 0.82em;
	color: #FFFFFF;
	text-align: left;
}
.texte a, .texte a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
.texte a:hover{
	color: #48A86F;
	text-decoration: none;
}

.bt {
	border: thick #FFFFFF;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;

}

.realisation {
	margin-top: 0.5em;
/* 	min-height: 180px; */
	}

.chapo {
	font-weight: bold;
	color: #E3DBAB;
	text-align: left;
	padding: 1em;
	margin-right: 50%;
	}

/*Menu en onglets*/
.barremenu {
	height: 40px;
	width: 600px;
	background-image: url(IMG/barreblanchefond.png);
	background-repeat: repeat-x;
	vertical-align: bottom;

}
.onglet{
	height: 40px;
	width: 120px;
	background-image: url(IMG/barreblancheonglet.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	background-position: bottom;
}

/* Espaceur de blocs */
.nettoyeur {
	clear: left;
	margin: 0;
	padding: 0;
	border: none;
	height: 0;
	line-height: 1px;
	font-size: 1px;
	visibility: hidden;
}
.img_float_left {
	float: left;
	margin-right: 5px;
	margin-left: 10px;
	clear: both;
}
.img_float_right {
	float: right;
	margin-right: 10px;
	margin-left: 25px;
}


/*Footer*/
#footer {
	color: #FFFFFF;
	width: 750px;
	margin-bottom: 1.5em;
}
.footertext{
	text-align: left;
	font-size: 0.82em;
	color: #76785B;
	float: left;
}
.footertext a, .footertext a:visited {
	color: #76785B;
}
.footertext a:hover {
	color: #FFFFFF;
}

.footerlink {
	text-align: right;
	font-size: 0.82em;
	color: #76785B;
	float: right;
}
.footerlink a, .footerlink a:visited {
	color: #76785B;
		text-align: right;
}
.footerlink a:hover {
	color: #FFFFFF;
}

/*CADRE ANNONCE PROJETS*/

.conteneur{
	width: 650px;
}

.ligne1{
	background-color: #00FF33;
	width: 50%;
	float: left;
}

.ligne2{
	background-color: #00CC33;
	width: 25%;
	float: left;
}

.ligne3{
	background-color: #FFFF33;
	width: 50%;
	float: left;
	}
	
	
 /*MENU à onglets "portes coulissantes" */	
#header {
  float:left;
  width: 100%;
  background: /*#DAE0D2*/url("IMG/bg.gif") repeat-x bottom;#006666:93%;
  line-height:normal;
  margin-bottom: 20px;
  }
#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
/*padding-left: 45px;*/
  }
#header li {
  display:inline;
  margin:0;
  padding:0;
  }
#header a {
  float:left;
  background:url("IMG/left_both.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 40px;
  border-bottom:0px solid #765;
  text-decoration:none;
  white-space:nowrap;
  }
#header a span {
  float:left;
  display:block;
  background:url("IMG/right_both.gif") no-repeat right top;
  padding:5px 20px 4px 0px;
  font-weight:bold;
  color:#FFFFFF;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
  color:#333;
  }
#header #current a {
  background-position:0 -150px;
  border-width:0;

  }
#header #current a span {
  background-position:100% -150px;
  padding-bottom:5px;
  color: black;
  font-weight: bold;
  }
#header a:hover {
  background-position:0% -150px;
  }
#header a:hover span {
  background-position:100% -150px;
  }

