@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	background-color:#051016;
	background-image:url(../img/bg-body.png);
	background-position:top left;
	background-repeat:repeat-x;
}
#hexag-body{
	width:1782px;
	height:1366px;
	background-image:url(../img/hexag-body.png);
	background-position:top left;
	background-repeat:repeat;
	position:absolute;
	top:-300px;
	left:-300px;
	z-index:-10;
}
#main {
	width: 1017px;
	margin: auto;
	/*height: 2000px;*/
	border: 7px solid #FFFFFF;
	background-color:#BDDEE8;
	z-index:1;
}
#header{
}
#fond-header{
	position:relative;
	z-index:5;
}
#logo{
	position:relative;
	top:-144px;
	left:15px;
	z-index:10;
}
#baseline{
	line-height:30px;
	height:30px;
	position:relative;
	top:-210px;
	border-bottom:5px solid #FFFFFF;
	background-color:#1A486A;
	padding-left: 400px;
	z-index: 1;
}
#contact{
	position:relative;
	top:-161px;
	left:930px;
	z-index:11;
	width:200px;
}
#content{
	margin:0 30px;
	position:relative;
	top:-150px;
}
#menu{
	/*border-top:5px solid #FFFFFF;*/
	border-left:5px solid #FFFFFF;
	line-height:35px;
	height:35px;
	width:780px;
}
#menu .divmenu{
	float:left;
	padding: 0 50px 0 20px;;
	line-height:30px;
	height:30px;
	padding-top:5px;
}

#menu .divmenu img{
	position:relative;
	top:-2px;
	left:15px;
}
#contenu{
	border:5px solid #FFFFFF;
	padding: 40px 60px;
}
#accueil{
	line-height:26px;
	height:30px;
	position:relative;
	top:-40px;
	left:705px;
	background-image:url(../img/bg-accueil.png);
	background-position:left -7px;
	background-repeat:no-repeat;
	padding-left:100px;
	width:82px;
}
#video-home{
	float:left;
	background-color: #000000;
	height: 310px;
	padding-top: 5px;
}
#cadre_texte_video_home{
	float:left;
	background-image:url(../img/bg-texte-video-home.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:255px;
	height:315px;
	padding:10px 20px;
}
#footer{
}
#commercial{
	position:relative;
	width:380px;
	height:80px;
	margin:auto;
	text-align:center;
	top:55px;
	background-image:url(../img/bg-commercial.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:20px;
}
#devis{
	float:left;
	width:45%;
	text-align:left;
	padding-left:50px;
	height:30px;
	line-height:30px;
	background-color:#1A486A;
}
#catalogue{
	float:left;
	width:45%;
	text-align:right;
	padding-right:50px;
	height:30px;
	line-height:30px;
	background-color:#1A486A;
}

form label{
	display:inline-block;
	width:200px;
}

.titre{
	text-transform:uppercase;
	font-family: 'Maven Pro', sans-serif;
	font-size:18px;
}
.titre a, .titre:hover{
	text-decoration:none;
}
.titre_contenu{
	border-bottom:3px solid	#FFFFFF;
	height:30px;
	line-height:30px;
}
.fd_titre_contenu{
	background-image:url(../img/bg_titre_contenu.png);
	background-position:top right;
	background-repeat:no-repeat;
	display:block;
	width:auto;
	float:left;
	padding:0 30px 0 10px;
}
.hspacer20{
	height:20px;
	line-height:20px;
}

.hspacer14{
	height:14px;
	line-height:14px;
}

.cadre_texte{
	background-color:#FFFFFF;
	border:3px solid #0B202D;
	margin-top:20px;
	padding:10px 20px;
}
.cadre_error{
	border:3px solid #FF0000;
	background-color:#FFFFFF;
	color:#1A486A;
	padding:10px;
}
.texte{
	/*color:#1A486A;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.texte_contenu{
	padding:20px 0;
}
.col2-sep{
	float:left;
	width:48%
}
.col2-sep_col2{
	float:left;
	width:4%;
	min-height:100px;
}
.col2{
	float:left;
	width:400px;
}
.cadre_blc{
	border:3px solid #FFFFFF;
}
.sep_col2{
	float:left;
	width:21px;
	min-height:100px;
}

.txt_blc{color:#FFFFFF;}
.txt_orange{color:#E86122;}
.txt_jaune{color:#FCC824;}
.txt_vert{color:#91B516;}
.txt_bleu{color:#1A486A;}
.txt_bleuclair{color:#BDDEE8;}

.fdblc{background-color:#FFFFFF;}
.fdbleu{background-color:#1A486A;}
.fdorange{background-color:#E86122;}
.fdjaune{background-color:#FCC824;}
.fdvert{background-color:#91B516;}
.fdbleuclair{background-color:#BDDEE8;}

.sep-oj{background-image:url(../img/bg-oblic-oj.png);background-position:right;background-repeat:no-repeat;}
.sep-jv{background-image:url(../img/bg-oblic-jv.png);background-position:right;background-repeat:no-repeat;}
.sep-vb{background-image:url(../img/bg-oblic-vb.png);background-position:right;background-repeat:no-repeat;}

.clr{clear:both;}
