/****Design Powered By Julien Hervouet, julien.hervouet@gmail.com | Intégration Powered By Guillaume Perrault, g.perrault@gmail.com*****/

/*General Class*/
*{
	padding:0px;
	margin:0px;
}

html {
	padding:0px;
	margin:0px;
	height: 100%; 
}
body {
	font-family: Arial, Verdana, Arial, sans-serif;
	color:#000;
	font-size: 12px;
	text-align: left;
	background:transparent url(../images/bg_body.jpg) top left repeat;
}
input, textarea{
	padding:0;
	margin:0;
	font-family: Arial, Verdana, Arial, sans-serif;
	color:#000;
	font-size: 13px;
	font-weight:bold;
}
a, a:hover{
	text-decoration:none;
	color:#0066CC;
	font-size: 12px;
	font-weight: bold;
}
a img{
	border:none;
}
#page{
	background: url(../images/bg_page.jpg) top left repeat-x;
	font-family: Arial, Verdana, Arial, sans-serif;
}
#container{
	position: relative;
	margin:0 auto;
	width:930px;
	min-height:312px;	
	height:auto !important;
	height:312px;	
	text-align:left;  
}
#header{
	position:relative;
	height:90px;
}
#main{
	position:relative;
	min-height:200px;
	height:auto !important;
	height:200px;
  margin-bottom:30px;
}
#footer{
	position:relative;
	height:187px;
}
/********/

/*Meta Class*/
.left{
	float:left;
}
.right{
	float:right;
}
.clearer {
	display:block;
	clear:both;
	visibility:hidden;
	font-size:0;
	width:1px;
	height:1px;
}
ul{
	list-style-type: none;
	list-style-image: none;
}
a img{
	border:none;
}
.strong{
	font-weight:bold;
}
.margin_t{
	margin-top:10px;
}
.margin_b{
	margin-bottom:10px;
}
.margin_l{
	margin-left:10px;
}
.margin_r{
	margin-right:10px;
}
.margin_b_t{
	margin-top:25px;
}
.margin_b_b{
	margin-bottom:25px;
}
.margin_b_l{
	margin-left:25px;
}
.margin_b_r{
	margin-right:25px;
}
.absolute_b_r{
	position:absolute;
	bottom:0;
	right:0;
}
/********/

/*Header*/
.logo{
  position:absolute;
  bottom:-1px;
	height:52px;
	width:495px;
	background: transparent url(../images/bg_logo.png) top left no-repeat;
}
* html .logo{ /* hack IE6 */
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_logo.png", sizingMethod="scale");
}
.logo a{
	display:block;
	height:52px;
	width:495px;
}
.draw{
	position:absolute;
	top:0;
	left:0;
	height:89px;
	width:928px;
	background: transparent url(../images/draw.gif) top left no-repeat;
}
.identity{
	float:left;
	margin:15px 0 0 20px;
}
div.company{
	height:29px;
	width:315px;
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:1px solid #88BF3E;	
	background: transparent url(../images/bg_company.gif) top left no-repeat;	
}
div.company a{
	display:block;
	height:29px;
	width:315px;
}
h1.company{
	display:none;
}
h2.tagline{
	font-size:12px;
	font-family:Trebuchet MS;
	text-transform:uppercase;
	letter-spacing:1px;
}
ul.context{
	position:absolute;
	top:25px;
	right:0;
}
ul.context li{
	display:inline;
}
ul.context li a{
	color:#FFFFFF;
	text-transform:uppercase;
	font-family:Trebuchet MS;	
	font-weight:bold;
}
ul.context li.home a{
	padding:0 0 0 20px;
	background: transparent url(../images/icon_home.gif) top left no-repeat;	
}
ul.context li.map a{
	padding:0 0 0 20px;
	background: transparent url(../images/icon_map.gif) top left no-repeat;	
}
ul.context li.contact a{
	padding:0 0 0 20px;
	background: transparent url(../images/icon_contact.gif) top left no-repeat;	
}
ul.context li.border_l{
	padding-left:10px;
	margin-left:6px;
	border-left:1px solid #FFFFFF;
}
/********/

/*Content*/
.content{
	width:69%;
}
.menu{
	height:50px;	
}
*:first-child+html .menu{
	height:56px;
}
.menu ul{
	margin:6px 0 0 0;
}
.menu ul li{
	display:inline;
}
.menu ul li a{
	display:block;
	float:left;
	height:50px;
	padding:0 4px;	
	text-align:center;
	line-height:40px;
	font-size:14px;
	font-weight:bold;	
	color:#3399FF;
}
.menu ul li a:hover{
	color:#3399FF;
}
.menu ul li a span{
	padding:4px 5px;
	
	border-right:1px solid #CCCCCC;
}
.menu ul li.selected a{		
	border:none;
	border-right:2px solid #999999;
	color:#000000;
	background:white;
}
.menu ul li.selected a:hover{
	color:#000000;
}
.menu ul li.selected a span{
	border:none;
}
.catcheye{
  height:127px;
  width:620px;
	background:url(../images/catch_eye.png) top left no-repeat;
}
.catcheye_terrasse{
  height:300px;
  width:620px;
	background:url(../images/illu_terrasse.jpg) top left no-repeat;
}
.catcheye_porte{
  height:127px;
  width:620px;
  margin-bottom:10px;
  background:url(../images/catch_eye_porte.png) top left no-repeat;
}
.catcheye_fenetre{
  height:127px;
  width:620px;
  margin-bottom:10px;
  background:url(../images/catch_eye_fenetre.png) top left no-repeat;
}
.catcheye div{
  height:95px;
  padding:20px 20px 0 140px;
  font-size:18px;
  font-weight:bold;
  font-family:Trebuchet MS, Arial;
}
.catcheye_porte div{
  height:95px;
  padding:28px 20px 0 10px;
  font-size:18px;
  font-weight:bold;
  font-family:Trebuchet MS, Arial;
}
.catcheye_fenetre div{
  height:95px;
  padding:28px 20px 0 10px;
  font-size:18px;
  font-weight:bold;
  font-family:Trebuchet MS, Arial;
}
.texte{	
	min-height:630px;	
	height:auto !important;
	height:630px;	
	padding:10px;
	border-right:2px solid #999999;	
	border-bottom:2px solid #999999;	
	background:white;
}
.plus{
	position:relative;
	width:48%;
	margin:10px 0 20px 0;
	min-height:315px;	
	height:auto !important;
	height:320px;	
}
.plus2{
	position:relative;
	width:48%;
	margin:10px 0 20px 0;
	min-height:50px;
	height:50px !important;
	height:50px;
}



.plus_title{
	padding:0 5px;
	color:#18252D;
	text-transform:uppercase;
	font-weight:bold;
	height:26px;
	line-height:26px;
	font-size:13px;
	background:url(../images/bg_plus_title.gif) top left repeat-x;
}
.plus_content{
	margin:10px 0;
	
}
a.plus_btn{
	display:block;
	padding:0 0 0 20px;
	width:205px;
	height:18px;	
	line-height:18px;
	color:#0066FF;
	font-weight:bold;
	text-align:center;
	background:url(../images/btn_plus.gif) top left no-repeat;
}
a.plus_btn_small{
	display:block;
	width:165px;
	height:23px;	
	line-height:23px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	background:url(../images/btn_plus_small.gif) top left no-repeat;
}
.leaf{
	height:130px;
	padding:10px 10px 10px 20px;
	border-top:1px solid #A2A4A5;
	background:#D2D5D7 url(../images/bg_enveloppe.gif) 18px 50px no-repeat;
}
.leaf2{
	height:170px;
	padding:10px 10px 10px 20px;
	border-top:1px solid #A2A4A5;
	background:#FFF url(../images/illu_bardage.png) no-repeat;
}
.leaf3{
	height:170px;
	padding:10px 10px 10px 20px;
	border-top:1px solid #A2A4A5;
	background:#FFF url(../images/illu_porte.png) no-repeat;
}
.leaf4{
	height:259px;
	padding:10px 10px 10px 20px;
	border-top:1px solid #A2A4A5;
	background:#FFF url(../images/illu_bardage2.jpg) no-repeat;
}

.leaf_title{
	color:#884210;
	font-size:22px;
	font-weight:bold;
	font-family:Trebuchet MS;
}
.leaf_title2{
	color:#884210;
	font-size:24px;
	font-weight:bold;
	font-family:Trebuchet MS;
	margin-left:25px;
}
.leaf_baseline{
	margin:20px 0 0 100px;
	color:#000000;
	font-size:16px;
	font-weight:bold;
}
.leaf_button{
	margin:15px 0 0 100px;
}

/******/
/*Sidebar*/
.sidebar{
	width:30%;
	height:300px;
}
.contact_block{
	margin-top:19px;
  width:278px;
}
.contact_header{
	height:32px;
	line-height:32px;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	text-transform:uppercase;
	padding:0 0 0 10px;
	background:transparent url(../images/bg_sidebar_top.gif) top left no-repeat;
}
.contact_content{
	padding:20px 15px;
	background:white url(../images/bg_sidebar_b.gif) bottom left no-repeat;
}
.contact_title{
	font-weight:bold;
	font-size:14px;	
}
.contact_content ul li{
	margin:10px 0;
}
.contact_content .phone{
  color:#D89E67;
}
.phone {
	padding:0 0 0 20px;
	font-weight:bold;
	font-size:20px;
	color:#238CB8;
	background: transparent url(../images/icon_phone.gif) left 5px no-repeat;	
}
a.contact {
	padding:0 0 0 20px;
	font-weight:bold;
	font-size:12px;
	color:#238CB8;	
	background: transparent url(../images/icon_contact.gif) left 1px no-repeat;	
}

.guarantee_block{
	margin-top:30px;
  width:278px;
}
.guarantee_header{
	height:70px;
	line-height:32px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	padding:0 0 0 10px;
	background:transparent url(../images/bg_sidebar.gif) top left no-repeat;
}
.guarantee_content{
	padding:0 15px 20px 15px;
	background:#FFFFFF url(../images/bg_sidebar_b.gif) bottom left no-repeat;
}
.point{
	margin:0 0 30px 0;
  color:#875930;
}
.point_1_title{
	padding:0 0 0 30px;
	margin:0 0 10px 0;
	line-height:24px;
	color:#452C18;
	font-weight:bold;
	font-size:14px;	
	background:#FFFFFF url(../images/icon_1.gif) bottom left no-repeat;
}
.point_2_title{
	padding:0 0 0 30px;
	margin:0 0 10px 0;
	line-height:24px;
	color:#452C18;
	font-weight:bold;
	font-size:14px;	
	background:#FFFFFF url(../images/icon_2.gif) bottom left no-repeat;
}
.point_3_title{
	padding:0 0 0 30px;
	margin:0 0 10px 0;
	line-height:24px;
	color:#452C18;
	font-weight:bold;
	font-size:14px;	
	background:#FFFFFF url(../images/icon_3.gif) bottom left no-repeat;
}

/*Category page*/
.picto{
	width:100px;
}
.accroche{
	width:510px;
}
ul.category_menu{
	margin-left:15px;
}
ul.category_menu li{
	margin-bottom:5px;
	list-style-image:url(../images/icon_orange_right.jpg);
}
ul.category_menu li a{
	font-weight:bold;
}
.argument_title{
	padding:0 5px;
	color:black;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	height:26px;
	line-height:26px;
	background:url(../images/bg_plus_title.gif) top left repeat-x;
}
.argument_title_terrasse{
	padding:0 5px;
	color:#553317;
	font-size:14px;
	font-weight:bold;
	height:26px;
	line-height:26px;
	background:url(../images/bg_plus_title.gif) top left repeat-x;
}
.top a{
	padding:0 0 0 13px;
	font-size:11px;
	text-transform:lowercase;
	background:url(../images/icon_blue_top.gif) left center no-repeat;	
}
.argument{
	margin:0 0 50px 0;
	font-family: Arial, Verdana, Arial, sans-serif;
}
.argument_content{
	margin:10px 0;
}
.argument_content h3{
	margin:10px 0 5px 0;
}
.argument_content a{
	font-weight:bold;
	font-size:13px;
}
/**/
/********/

/*Footer*/
#footer{
  height:80px;
	padding:100px 0 0 0;
	background: url(../images/bg_footer.jpg) left top repeat-x;	
}
#footer ul.context{
	position:relative;
}
#footer  ul.context li a, #footer  ul.context li a:hover{
  color:black;
}
#footer  ul.context li.legals{
	margin:0 20px 0 0;
	font-weight:bold;
}
/********/

