html, body {
	margin: 0 0 0 0;
	padding: 0;
}

body {
	background: #696969 url('bg.gif') repeat-x top center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a 	{
	color:#333333;
	text-decoration:none;
}

a:hover {
	color:#fff;
}

.liensnoir a 	{ 
	color:#333333;
	text-decoration:none;
}

.liensnoir a:hover {
	color:#79b41e;
	text-decoration:underline;
}

a img {
	border:none;
}

p {
	margin:1em 0;
}

.hidden {
	text-indent:-9999px;
	overflow:hidden;
}

/******************/

#container {
	width:1000px;
	overflow:hidden;
	margin:auto;
}

/****** Commun buttons *******/

a.fiche_cstb,
a.fiche_aqc {
	display:block;
	width:250px;
	height:70px;
	overflow:hidden;
	text-indent:-9999px;
}

a.fiche_cstb {
	background:url('btn_cstb.png') no-repeat;
}

a.fiche_cstb:hover {
	background-position:0 -70px;
}

a.fiche_aqc {
	background:url('btn_aqc.gif') no-repeat 0 -15px;
}


/*****************INTRO******************/

#top_intro {
	width:100%;
	height:321px;
	clear:both;
	float:left;
	background:url('top_intro.gif') no-repeat top center;
	position:relative;
}

#top_intro div.particulier {
	position:absolute;
	width:269px; height:131px;
	bottom:0px;left:320px;
}

#top_intro div.particulier a {
	display:block;
	background:url('particulier.gif') no-repeat bottom center;
	width:269px; height:131px;
}

#top_intro div.particulier a:hover {
	display:block;
	background:url('particulier.gif') no-repeat top center;
	width:269px; height:131px;
}

#top_intro a h3, #top_intro a b {
	display:none;
}

#top a h3, #top a b {
	display:none;
}

#top_intro div.professionnel {
	position:absolute;
	width:269px; height:131px;
	bottom:0px;left:620px;
}

#top_intro div.professionnel a {
	display:block;
	background:url('professionnel.gif') no-repeat bottom center;
	width:269px; height:131px;
}

#top_intro div.professionnel a:hover {
	display:block;
	background:url('professionnel.gif') no-repeat top center;
	width:269px; height:131px;
}

#content_intro {
	width:100%;
	clear:both;
	float:left;
	background:url('content_intro.gif') repeat-y center;
}

#content_intro .content_right {
	width:600px;
	float:left; 
	margin-left:40px; 
	font-size:11px;
}

#content_intro .visu_intro {
	width:250px;
	height:250px;
	padding:15px;
	float:left; 
	background:url('accueil_batimat_bg.gif') no-repeat;
}

#content_intro .visu_right {
	width:290px; 
	float:right;
}

#content_intro .visu_right h3 {
	font-size:14px; 
	font-weight:bold; 
	color:#79b41e;
}

#content_intro .visu_right p {
	padding-right:40px;
	line-height:18px;
}

#content_intro #avis_techniques {
	clear:both;
	padding-top:30px;
	width:100%;
	overflow:hidden;
}

#content_intro #avis_techniques a {
	float:left;
}

#content_intro #avis_techniques .fiche_cstb {
	margin:0 40px 0 15px;
}

#content_intro #avis_techniques .fiche_aqc {
}

#bottom_intro {
	width:100%; height:137px;
	clear:both;
	float:left;
	background:url('bottom_intro.gif') no-repeat top center;
	position:relative;
}

#bottom_intro div.copyright {
	width:600px;
	color:#FFFFFF;
	font-size:10px;
	position:absolute; bottom:10px;left:100px;
}

/***********************************INDEX**************************************/

#top {
	float:left;
	clear:both;
	width:100%;
	height:203px;
	position:relative;
	background:url('top.gif') no-repeat top center;
}

#fond {
	float:left; clear:both; width:100%;
	background: transparent url('content.gif') repeat-y top center;
}

#main {
	float:left;
	clear:both;
	width:100%;
	background: transparent url('content_top.gif') no-repeat top center;
}


#sideleft {
	float:left;
	width:200px;
	padding-left:30px;
}

#sideright {
	float:left;
	width:680px;
	margin:0px 0px 0px 40px;
}

#bottom {
	float:left; clear:both; width:100%;
	background: transparent url('bottom.gif') no-repeat;
	height:138px;
	position:relative;
}

#bottom div.copyright {
	width:1000px;
	color:#FFFFFF;
	font-size:10px;
	position:absolute; bottom:-10px;left:0px;
	text-align:center;
}

/******************menu side***************************/

#menuleft {
	float:left;
	width:200px;
	margin:30px 0px 0px 0px;
}

#menuleft div.titre {
	float:left;
	width:200px;
	background:url('menu_top.gif') no-repeat;
	height:30px;
}


#menuleft ul {
	padding:0px;
	margin:0px;
	text-align:left;
	list-style-type:none;
	width:200px;
	float:left;
	background-color:#79b41e;
}

#menuleft ul li {
	width:200px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	border-bottom:1px solid #669933;
}

#menuleft ul li a {
	color:#fff;
	/*width:200px;*/
	width:192px;
	display:block;
	_display:inline-block;
	background-color:#79b41e;
	padding:4px;
}

#menuleft ul li a:hover, #menuleft ul li.active a {
	color:#ffffff;
	background-color:#333333;
	text-decoration:none;
}

#menuleft div.bottom {
	width:200px;
	height:30px;
	float:left;
	background:url('menu_bottom.gif') no-repeat;
}

/* CONTACT */

div.contact form {
	margin:0; padding:0;
}

div.contact form fieldset {
	margin:0; padding:0;
	border:0;
	margin-bottom:5px;
}

div.contact form legend {
	font-size:18px;
	color:#333333;
	font-weight:normal;
	margin:10px;
	margin-bottom:0;
	padding:5px;
	padding-bottom:0;
	border-bottom:1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

div.contact form sup {
	color:#cc0000;
}

div.contact table.inner label {
	font-weight:bold;
	/*float:left;
	width:40%;
	clear:left;*/
}

div.contact table.inner div {
	float:right;
	width:58%;
	clear:right;
}

div.contact table.inner div.clear {
	margin-bottom:10px;
	clear:both;
	width:100%;
	float:left;
}

div.contact textarea,
div.contact input,
div.contact select {
	border:1px solid #aaaaaa;
}

div.contact textarea {
	width:100%;
}

div.contact table.inner input, div.contact table.inner textarea, div.contact table.inner select {
	width:100%;
}

div.contact form input.radio {
	width:auto;
	clear:none;
}

div.contact form input.submit {
	background:url('submit.gif') no-repeat;
	border:0;
	width:200px;
	height:30px;
	color:#fff;
	font-size:14px;
}
/*****************************************************************/
