/*----------------------------------
--DESIGN-GENERAL-TPF--
----------------------------------*/
body
{
	margin:0px;
	padding:0px;
	background:url(../img/main.png) top center repeat-x;
	/*background-attachment:fixed;*/
	background-color:#078e3a;
}

#backgroundplan2
{
	position:relative;
	z-index:1;
	width:1200px;
	height:900px;
	top:0px;
	left:50%;
	margin-left:-600px;
	background:url(../img/background_plan_2.png) top center no-repeat;
}

#bloc_general
{
	position:relative;
	z-index:10;
	width:800px;
	height:100%;
	top:0px;
	left:50%;
	margin-left:-400px;
}

.styleselectimg td img
{
	padding:3px;
	background-color: #666666;
	cursor:  pointer;	
}
.styleselectimg td img:hover
{
	padding:3px;
	background-color: #32a3c8;	
}
/*-------------HEADER-------------*/
#header
{
position:absolute;
	width:800px;
	height:150px;
	top:0px;
	left:0px;
}
#element_header img
{
	float:left;
}
#element_header
{
	font-family:"Trebuchet Ms", serif;
}

/*---------MENU HEADER----------*/

/*--------------MENU--------------*/
#topmenu
{
position:absolute;
	width:800px;
	height:43px;
	top:150px;
	left:0px;
	z-index:100;
}
ul, li
{
	font-size:14px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left;
}
#menu 
{
	margin-top:0px;
	list-style:none;
	width:800px;
	margin-left:0px;
	padding-left:0px;
	/*margin:30px auto 0px auto;*/
	height:43px;
	/*padding:0px 20px 0px 20px;*/

	/* Rounded Corners */
	
	/*-moz-border-radius: 10px;*/
	/*-webkit-border-radius: 10px;*/
	/*border-radius: 10px;*/

	/* Background color and gradients */
	
	background: #045c32;
	background: -moz-linear-gradient(top, #109657, #045c32);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#109657), to(#045c32));
	
	/* Borders */
	
	/*border: 1px solid #033a20;*/

	-moz-box-shadow:inset 0px 0px 1px #edfff3;
	-webkit-box-shadow:inset 0px 0px 1px #edfff3;
	box-shadow:inset 0px 0px 1px #edf9ff;
}
#menu li
{
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 10px 4px 10px;
	margin-right:0px;
	margin-top:7px;
	border:none;
}
#menu li:hover
{
	border: 1px solid #3f6b56;
	padding: 4px 9px 4px 9px;
	
	/* Background color and gradients */
	
	background: #F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
	
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
	color: #EEEEEE;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}

#menu li:hover a
{
	color:#161616;
	text-shadow: 1px 1px 1px #ffffff;
}
#menu li .drop
{
	padding-right:21px;
	background:url("../img/img_menu/drop.png") no-repeat right 8px;
}
#menu li:hover .drop
{
	background:url("../img/img_menu/drop.png") no-repeat right 7px;
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns
{
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #3f6b56;
	border-top:none;
	
	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_5columnss
{
	width: 788px;
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #3f6b56;
	border-top:none;
	
	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));

	/* Rounded Corners */
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#menu li:hover .dropdown_5columnss
{
	left:-87px;
	top:auto;
}
.col_1s
{
	width:145px;
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_5s
{
	width:778px;
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
#menu li:hover div.col_1s h3 a
{
	font-size:14px;
	color:#042e1a;
}
#menu li:hover div.col_1s h3 a:hover
{
	font-size:14px;
	color:#109657;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns
{
	left:-1px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5
{
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right
{
	left:auto;
	right:-1px;
	top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li
{
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu h2
{
	font-size:21px;
	font-weight:400;
	letter-spacing:0px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h3
{
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p
{
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a
{
	font-size:12px;
	color:#085c34;
}
#menu li:hover div a:hover
{
	color:#109657;
}


.strong
{
	font-weight:bold;
}
.italic
{
	font-style:italic;
}

.imgshadow
{ /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left
{ /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu li .black_box
{
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li ul
{
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li
{
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover
{
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu li .greybox li
{
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greybox li:hover
{
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}



/*----------CORP-DU-SITE----------*/
#corpsite
{
position:absolute;
	width:800px;
	left:0px;
	top:193px;
	z-index:10;
}
#corpelementstext
{
	padding:10px;
	margin-top:-10px;
}

#corpelementstext h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#109657;
	text-transform:uppercase;
}
#corpelementstext p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
}

#corpsitetop
{
	width:800px;
	height:20px;
	background-color:#ffffff;
	/*background:url(../img/corpsite_top.png) no-repeat;*/
}
#corpsitecentre
{
	padding-top:0px;
	padding-bottom:0px;
	width:800px;
	background-color:#ffffff;
}
#corpsitebottom
{
	width:800px;
	height:20px;
	background-color:#ffffff;
	/*background:url(../img/corpsite_bottom.png) no-repeat;*/
}

#corpsitecentre_index
{
	padding-top:0px;
	padding-bottom:0px;
	width:800px;
	padding:10px;
	background:#cccccc;
	background: -moz-linear-gradient(top, #ffffff, #999999);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#999999));
	border:1px solid #666666;
}

#corpsitecentre_index h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#045c32;
	line-height:35px;
	text-transform:uppercase;
}

#corpsitecentre_index h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#333333;
	line-height:35px;
}

#corpsitecentre_index a
{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#109657;
	line-height:35px;
}
#corpsitecentre_index a:hover
{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#03ce6f;
	line-height:35px;
}

#corpsitecentre_index span
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#109657;
	line-height:35px;
}

.imgshadowseul
{
	-moz-box-shadow:0px 0px 3px #000000;
	-webkit-box-shadow:0px 0px 3px #000000;
	box-shadow:0px 0px 3px #000000;
}

#titre_index
{
position:absolute;
	top:280px;
	left:0px;
	width:460px;
	height:200px;
	padding:10px;
}
#titre_index h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#045c32;
	line-height:35px;
	text-transform:uppercase;
}

/*--------------------PRODUITS-DEROULANT---------------------*/
#produit_deroulant
{
	width:780px;
	left:0px;
	top:0px;
}

#produit_deroulant ul
{
	margin:0;
	padding:0;
}

#produit_deroulant ul.container
{
	/* The topmost UL */
	width:780px;
}

#produit_deroulant li
{
	list-style:none;
	text-align:left;
}

#produit_deroulant li.menu
{
	/* The main list elements */
	padding:0px 0;
	width:100%;
}

#produit_deroulant li.button a
{
	/* The section titles */
position:relative;
	width:770px;
	height:49px;	
	display:block;		
	font-weight:400;	
	overflow:hidden;
	padding:3px 0px 6px 10px;
	/*margin:7px 0 14px 0;*/
	border-bottom:1px solid #666666;
	background-color:#cccccc;
}
#produit_deroulant li.button a p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#085c34;
	letter-spacing:0px;
	margin-top:14px;
}

#produit_deroulant li.button a:hover
{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
	background-color:#dcdcdc;
}

#produit_deroulant li.button a span
{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}

/* Setting up different styles for each section color */

#produit_deroulant li.button a.blue
{
	/*background-color:#b9babc;*/
	color:#085c34;
}

/* The hover effects */

#produit_deroulant li.button a:hover
{ 
	background-position:bottom left;
}
#produit_deroulant li.button a:hover span
{ 
	background-position:bottom right;
}

#produit_deroulant .dropdown
{
	/* The expandable lists */
	display:none;
	padding-top:5px;
	width:100%;
}

#produit_deroulant .dropdown li
{
	/* Each element in the expandable list */
	/*background-color:#999ca0;*/
	color:black;
	margin:5px 0;
	padding:4px 18px;
}

#produit_deroulant .clear
{
	clear:both;
}

#produit_deroulant a, #form_contact a:visited
{
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

#produit_deroulant a:hover
{
	text-decoration:underline;
}

/*---------------SOUS-MENU-DEROULANT---------------*/
#produit_deroulant li.button2 a
{
position:relative;
	width:750px;
	height:20px;	
	display:block;		
	font-weight:400;	
	overflow:hidden;
	//padding:3px 0px 6px 10px;
	margin-left:-20px;
	//margin:7px 0 14px 0;
	border-bottom:1px solid #666666;
	//background-color:#cccccc;
	color:#085c34;
	font-size:18px;
}
#produit_deroulant li.button2 a:hover
{
	color:#109657;
	text-decoration:none;
}
#produit_deroulant li.button2 a p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#085c34;
	letter-spacing:0px;
	margin-top:14px;
}
#produit_deroulant .dropdown2
{
	display:none;
	padding-top:5px;
	width:730px;
}

/*---------------FORMULAIRE-DEVIS---------------*/

div.black_box
{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

.codesecurite
{

}

/*--------------TABLEAU-DEVIS---------------*/
.tabledevis
{
	border-collapse:collapse;
}

.tabledevis td
{
	height:35px;
}
/*--------------TABLEAU-IDENTIFICATION---------------*/


/*----------TABLEAU-ADRESSE----------*/


/*----------SLIDE PRODUITS ACCUEIL----------*/


/*-------------FOOTER-------------*/
#footer
{
position:relative;
	width:800px;
	height:75px;
	background: #045c32;
	background: -moz-linear-gradient(top, #109657, #045c32);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#109657), to(#045c32));
	text-align:center;
	
	-moz-box-shadow:inset 0px 0px 1px #edfff3;
	-webkit-box-shadow:inset 0px 0px 1px #edfff3;
	box-shadow:inset 0px 0px 1px #edf9ff;
}
#element_footer
{
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:white;
	text-shadow: 1px 1px 1px #000;
}
.liensfooter a
{
	color:white;
	text-decoration:none;
}
.liensfooter a:hover
{
	color:white;
	text-decoration:underline;
}
.liencaeterra a
{
	color:#99cc33;
	text-decoration:none;
}
.liencaeterra a:hover
{
	color:#99ff33;
	text-decoration:none;
}
