/*** CSS Document ***/

body
{
	background:#d4c5a8 url(../img/bk_main.jpg) center top repeat-x;
	overflow:visible;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#7e6454;
	text-align:center;
	overflow:visible;
}

.bg_accueil
{
	background:#d4c5a8 url(../img/bk_main.jpg) top center repeat-x;
}

.bg_extra
{
	background:#d4c5a8 url(../img/bk_main_extra.jpg) top center repeat-x;
}

.clear_all
{
	clear:both;
}

.float_left
{
	float:left;
}

.float_right
{
	float:right;
}

img
{
	border:none;
}

a
{
	color:#652015;
}

a:hover
{
	color:#a43322;
}

.red
{
	color:#a00800;
}

.gold
{
	color:#976b00;
}

/*** Container ***/

#container
{
	position:relative;
	display:block;
	margin:0 auto;
	width:820px;
}

/*** Header ***/

#header
{
	display:block;
	width:820px;
	height:200px;
	margin-bottom:35px;
}

#header.xtra
{
	margin-bottom:20px;
}

#header h1
{
	text-indent:-9999px;
	margin-top:-14px;
}


/*** Main menu ***/

.main_menu
{
	display:block;
	width:480px;
	height:180px;
	margin:11px auto 0 auto;
}

.main_menu li
{
	display:block;
	height:12px;
	font-family: 'ArnoProRegular';
	font-size:12px;
	text-transform:uppercase;
	float:left;
	margin-right:10px;
	padding-right:10px;
	border-right:solid 1px #e76505;
}

.main_menu li a
{
	color:#652015;
	text-decoration:none;
}

.main_menu li a:hover
{
	color:#652015;
	text-decoration:underline;
}

.main_menu .selected
{
	color:#b43012;
	text-decoration:none;
}

.main_menu li.last
{
	margin:0;
	padding:0;
	border:none;
}


/*** Logo space ***/

.logo_space
{
	display:block;
	width:820px;
}


/*** Home 3 boxes ***/
.home_3_boxes
{
	display:block;
	width:666px;
	height:330px;
	margin:0 auto;
}

.home_3_boxes .box_home
{
	display:block;
	width:196px;
	height:330px;
	float:left;
}

.home_3_boxes .box_home.bg_habitation
{
	background:url(../img/bg_box_habitation.png) top left no-repeat;
}

.home_3_boxes .box_home.bg_vehicules
{
	background:url(../img/bg_box_vehicules.png) top left no-repeat;
}

.home_3_boxes .box_home.bg_commercial
{
	background:url(../img/bg_box_commercial.png) top left no-repeat;
}

.home_3_boxes .box_home h2
{
	display:block;
	width:170px;
	margin:194px auto 22px auto;
	color:#a1816b;
	font-family: 'ArnoProRegular';
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
}

.home_3_boxes .box_home p
{
	display:block;
	width:170px;
	margin:0 auto;
	color:#a0683a;
	line-height:14px;
	font-size:11px;
}

.sep
{
	display:block;
	width:38px;
	height:330px;
	background:url(../img/sep_home_boxes.png)center no-repeat;
}

.home_3_boxes .box_home .btn
{
	margin-top:15px;
}


/*** Main content ***/

.main_content
{
	display:block;
	width:748px;
	background:url(../img/bg_white.png) top center repeat-y;
	margin:19px 0 0 0;
	padding:22px 36px 0 36px;
	text-align:left;
	float:left;
}


.main_content .rows
{
	display:block;
	width:100%;
	background:url(../img/dots_horz.gif) bottom left repeat-x;
	padding-bottom:25px;
	margin-bottom:0px;
	float:left;
}

.main_content .rows.home_last
{
	border:none;
	background:none;
	padding:0;
	margin-top:15px;
}

.main_content .rows.last
{
	border:none;
	background:none;
	padding:0;
	margin-top:0px;
}

.main_content .welcome_img
{
	display:block;
	width:478px;
	float:left;
}

.main_content .welcome_img h2
{
	display:block;
	background:#f8efe5;
	width:375px;
	padding:10px 7px 8px 7px;
	font-family: 'ArnoProRegular';
	font-size:17px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;
	margin:20px 0 15px 0;
}

.main_content .welcome_img p
{
	display:block;
	width:460px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#7e6454;
	line-height:22px;
	text-align:justify;
	margin:0 0 0 1px;
}

.main_content .welcome_img .btn
{
	float:right;
	margin-right:50px;
}

.main_content .home_form
{
	float:right;
	width:199px;
	height:276px;
	background:url(../img/bg_form_accueil.jpg) top left no-repeat;
	padding:72px 26px 0 26px; 
}


.main_content .home_form input[type=text]
{
	display:block;
	width:192px;
	height:25px;
	background:#120201;
	border:solid 1px #4a1910;
	margin:0 0 13px 0;
	color:#a1816b;
	font-size:11px;
	padding:0 0 0 6px;
}

.main_content .home_form textarea
{
	display:block;
	width:192px;
	background:#120201;
	border:solid 1px #4a1910;
	margin:0 0 12px 0;
	font-family:Tahoma, Geneva, sans-serif;
	color:#a1816b;
	font-size:11px;
	padding:3px 0 0 6px;
}

.main_content .home_form img
{
	float:right;
}

.main_content .home_form input[type=text]:hover, .rows .contact_form input[type=text]:focus, .rows .contact_form textarea:hover, .rows .contact_form textarea:focus
{
	border:solid 1px #913323;
	background:#210503;
}

.main_content .home_map
{
	display:block;
	float:left;
	width:316px;
	height:175px;
	padding:15px 0 0 10px;
	background:url(../img/dots_vert.gif) top right repeat-y;
}


.main_content .home_address
{
	display:block;
	float:left;
	width:212px;
	height:175px;
	padding:15px 0 0 10px;
	background:url(../img/dots_vert.gif) top right repeat-y;
}

.main_content .home_address h2
{
	display:block;
	background:#f8efe5;
	width:84%;
	padding:10px 7px 8px 10px;
	margin:-17px 0 15px 3px;
	font-family: 'ArnoProRegular';
	font-size:17px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;
}

.main_content .home_address p
{
	display:block;
	margin:0 0 0 10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#7e6454;
}

.main_content .home_address b
{
	color:#583c2a;
	font-weight:normal;
}


.main_content .home_partners
{
	display:block;
	float:left;
	width:180px;
	height:175px;
	padding:15px 0 0 10px;
}

.main_content .home_partners.last
{
	background:none;
	margin:0;
}

.main_content .home_partners h2
{
	display:block;
	background:#f8efe5;
	width:94%;
	padding:10px 7px 8px 10px;
	margin:-17px 0 15px 3px;
	font-family: 'ArnoProRegular';
	font-size:17px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:0.5px;
}

.main_content .home_partners .slideshow
{
	display:block;
	width:170px;
	height:125px;
	margin:0 0 0 10px;
}

/*** Profil ***/

.main_content .profil
{
	display:block;
	width:100%;
	float:left;
}

.main_content .profil img
{
	display:block;
	margin:0 20px 0 -2px;
}

.main_content .profil h2
{
	display:block;
	background:#f8efe5;
	width:375px;
	padding:10px 7px 8px 7px;
	font-family: 'ArnoProRegular';
	font-size:17px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;
	margin:0 0 15px 0;
}

.main_content .profil h3
{
	display:block;
	padding:0 0 0 1px;
	font-family: 'ArnoProRegular';
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;
	margin:20px 0 0 0;
}

.main_content .profil h4
{
	font-family: 'ArnoProRegular';
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;
	float:left;
	display:block;
	font-style:italic;
	margin-top:15px;
}

.main_content .profil p
{
	display:block;
	width:100%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#7e6454;
	line-height:22px;
	text-align:justify;
	margin:0 0 10px 1px;
}

.main_content .profil p.integra
{
	width:60px;
	float:left;
	line-height:8px;
	margin-top:15px;
}

.main_content h2
{
	display:block;
	background:#f8efe5;
	width:375px;
	padding:10px 8px 8px 7px;
	font-family: 'ArnoProRegular';
	font-size:17px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;
	margin:0 0 20px 0;
}

.main_content h2.contact_width
{
	width:450px;
}

/*** Services ***/

.rows .services
{
	display:block;
	width:100%;
	background:url(../img/dots_horz.gif) bottom left repeat-x;
	padding:0 0 20px 0;
	margin-bottom:30px;
	float:left;
}

.rows .services.last
{
	background:none;
	margin:0;
}

.rows .services img
{
	display:block;
	float:left;
	margin:0 15px 0 0;
}

.rows .services h3
{
	display:block;
	float:left;
	padding:0 0 0 1px;
	font-family: 'ArnoProRegular';
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;
	margin:10px 0 10px 0;
}

.rows .services p
{
	display:block;
	float:left;
	width:530px;
	text-align:justify;
	line-height:16px;
}

.rows .services ul
{
	display:block;
	float:left;
	margin:15px 0 0 10px;
}

.rows .services li
{
	display:block;
	margin:0 0 7px 0;
	padding:0 0 0 17px;
	list-style:inside;
	background:url(../img/boullet.png) 0px 2px no-repeat;
}

.rows .menu
{
	display:block;
	float:right;
	width:24px;
	height:40px;
	margin:-51px -46px 0 0;
}


/*** Partenaires ***/

.rows .partenaires
{
	display:block;
	width:100%;
	height:135px;
	background:url(../img/dots_horz.gif) bottom left repeat-x;
	padding:15px 0 0 0;
}

.rows .partenaires.intact {	height:150px; }

.rows .partenaires.pafco {	height:155px; }

.rows .partenaires.last
{
	border:none;
	background:none;
	padding:0;
	margin-top:15px;
}

.rows .partenaires img
{
	float:left;
}

.rows .partenaires p
{
	display:block;
	float:left;
	width:550px;
	margin:5px 0 0 0;
	text-align:justify;
	line-height:16px;
	color:#7e6454;
}

.rows .partenaires p a
{
	color:#652015;
}

.rows .partenaires .menu
{
	display:block;
	float:right;
	width:24px;
	height:40px;
	margin:-11px -46px 0 0;
}


.twisted {
	
	display: block;
	margin: 0 auto auto;

}


/*** Contact ***/

.rows .contact_adresse
{
	display:block;
	width:65%;
	float:left;
	padding:0 0 0 1px;
}

.rows .contact_adresse h3
{
	display:block;
	padding:0 0 0 1px;
	font-family: 'ArnoProRegular';
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;
	margin:0 0 5px 0;
}

.rows .contact_adresse h3.space
{
	margin-bottom:15px;
}

.rows .contact_adresse p
{
	display:block;
	width:350px;
	margin:0 0 30px 0;
	padding:0 0 0 0;
	text-align:justify;
	line-height:16px;
	color:#7e6454;
	float:left;
}

.rows .contact_adresse .map_contact
{
	float:left;
	margin:-25px 0 0 18px;
}

.rows .contact_adresse p label
{
	display:block;
	width:90px;
	color:#583c2a;
	font-weight:normal;
	margin:0 0 3px 0;
}

.rows .contact_adresse b
{
	display:block;
	width:75px;
	float:left;
	color:#583c2a;
	font-weight:normal;
}

.rows .contact_adresse p.last
{
	margin:0;
}

.rows .contact_adresse p a
{
	display:block;
}

.rows .contact_form
{
	float:right;
	width:199px;
	height:280px;
	background:url(../img/bg_form_accueil.jpg) top left no-repeat;
	padding:70px 26px 0 26px;
	margin:-51px 2px 15px 0;
}

.rows .contact_form input[type=text]
{
	display:block;
	width:192px;
	height:25px;
	background:#120201;
	border:solid 1px #4a1910;
	margin:0 0 13px 0;
	color:#a1816b;
	font-size:11px;
	padding:0 0 0 6px;
}

.rows .contact_form textarea
{
	display:block;
	width:192px;
	background:#120201;
	border:solid 1px #4a1910;
	margin:0 0 12px 0;
	font-family:Tahoma, Geneva, sans-serif;
	color:#a1816b;
	font-size:11px;
	padding:3px 0 0 6px;
}

.rows .contact_form input[type=image]
{
	float:right;
}

.rows .contact_form .auto-hint 
{
	color: #AAAAAA; 
}

.rows .contact_form input[type=text]:hover, .rows .contact_form input[type=text]:focus, .rows .contact_form textarea:hover, .rows .contact_form textarea:focus
{
	border:solid 1px #913323;
	background:#210503;
}

/*** Merci ***/
.rows .merci
{
	display:block;
	width:100%;
	line-height:22px;
}

.rows .merci h3
{
	display:block;
	float:left;
	width:570px;
	padding:0 0 0 1px;
	font-family: 'ArnoProRegular';
	font-size:16px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;
	margin:30px 0 5px 0;
}

.rows .merci img
{
	margin:10px 15px 20px 0;
	float:left;
}

/*** Footer ***/
.footer
{
	display:block;
	width:820px;
	height:95px;
	background:url(../img/bottom_white.png) top center no-repeat;
	padding:30px 0 40px 0;
	font-size:10px;
	color:#652015;
	line-height:18px;
	float:left;
}

.footer img
{
	margin:15px 0 0 0;
}


/*** Sticky Follow ***/

#back2top
{
	position:absolute;
	width: 40px;
	height: 40px;
	visibility: hidden;
	z-index: 100;
}