@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0 0 20px 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#293447;
	color:#000;
}

/* //////////////////////////////////// HEADER ///////////////////////////////////////////*/
#header{
	width:100%;
	height:100px;
	background:#293447;
}
#logo{
	width:534px;
	height:90px;
	margin:10px 0 0 30px;
	background:url(img/logo.jpg)
}

/* //////////////////////////////////////////// MENU ///////////////////////////////////// */
#menu{
	width:100%;
	height:30px;
	background:url(img/bg_menu.jpg) repeat-x;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	font-size:11px;
}
#cont_menu{
	margin-left:auto;
	margin-right:auto;
}
#menu ul{
	margin:3px 0 0 20px;
	padding:0;
	list-style:none;
}
#menu ul li{
	float:left;
	padding:5px 6px 0 0;
	margin:0 10px 0 0;
	color:#fff;
	background:url(img/separator.jpg) no-repeat right bottom;
}
#menu ul li#power_cat{
	float:left;
	padding:5px 25px 5px 5px;
	margin:0 20px 0 0;
	color:#fff;
	background:url(img/arrow_menu.jpg) no-repeat right;
}
#menu ul li a{
	text-decoration:none;
	color:#fff;
}

/* /////////////////////////////////// ILLU ////////////////////////////////// */
#illu{
	width:1024px;
	height:260px;
	margin-left:auto;
	margin-right:auto;
}
#box_infos{
	width:188px !important;
	width:180px;
	height:220px;
	background:#511315;
	float:left;
	color:#fff;
	font-size:14px;
	padding:20px;
}
#box_illu{
	width:691px;
	height:260px;
	background:url(img/illu_header.jpg) no-repeat;
	float:left;
}
#marques{
	width:550px;
	height:20px;
	background:#3a3a3a;
	border:1px solid #fff;
	margin:230px 0 0 10px;
}
#box_right{
	width:75px;
	height:250px;
	background:#690004;
	float:right;
	padding:10px 5px 0 25px;
}
.lg{
	display:block;
	width:22px;
	height:17px;
	float:left;
	margin:0 8px 3px 0;

}

/* /////////////////////////////////////////////////////// CONTENT /////////////////////////////////// */
#content{
	width:1024px;
	height:auto;
	overflow:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
	background:#690004;
}
#content_boxes{
	width:800px;
	height:auto;
	float:left;
}
.box_content{
	width:399px;
	height:auto;
	float:left;
	border-right:1px solid #293447;
	border-bottom:1px solid #293447;
	background:#fff;
}
.box_sub{
	height:150px;
	overflow:auto;
}
.box_content p{
	padding-left:20px;
	padding-right:20px;
	margin:0 20px 0 10px;
	background:#e3e3e3;
}
.box_content2{
	width:780px;
	height:auto;
	float:left;
	border-right:1px solid #293447;
	border-bottom:1px solid #293447;
	background:#fff;
}
.box_content3{
	width:730px;
	margin-left:auto;
	margin-right:auto;
	background:#e3e3e3;
}


.box_content2 p {
	margin:0 20px 0 10px;
	background:#e3e3e3;
	padding-left:20px;
	padding-right:20px;
}

.box_content2 table {
	width:750px;
	margin:0 20px 0 10px;
	background:#e3e3e3;
	padding-left:20px;
	padding-right:20px;
}
.box_content3 table{
	margin-left:auto;
	margin-right:auto;
	width:650px;

}
.box_content2 table tr {
	background:#e3e3e3;
	padding-left:20px;
	padding-right:20px;
}

.box_content2 ul {
	padding-left:20px;
	padding-right:20px;
	margin:0 20px 0 10px;
	background:#e3e3e3;
}
.box_content2 ul li {
	padding-left:20px;
	padding-right:20px;
	margin:0 20px 0 10px;
	background:#e3e3e3;
}
.box_content2 p span {
/*	margin:0 20px 0 10px;*/
	background:#e3e3e3;
}

/* --- Box more info --- */
.more_info{
	height:18px;
	background:url(img/bg_more_info.jpg) repeat-x;
	margin:5px 1px 5px 1px;
	text-align:right;
	padding:2px 0 0 10px;
}
.more_info a{
	margin:0 10px 0 0;
	padding:0;
	color:#fff;
	background:none;
	text-decoration:none;
}
.more_info a img{
	margin:0 0 0 3px;
	position:relative;
	top:1px;
	left:1px;
	border:0;
}
h1{
	margin:0;
	padding:0 0 0 10px;
	color:#770004;
	font-size:18px;
}
a{
	color:#fff;
}

.ital{
	font-style:italic;
}

/* --- Box right list --- */

#content_list{
	width:224px;
	height:auto;
	background:#690004 url(img/list_type.jpg) no-repeat right top;
	float:right;
	text-align:right;
}
#content_list ul{
	margin:2px 27px 0 0;
	padding:0;
	list-style:none;
	color:#fff;
}
#content_list ul li{
	margin:0 0 14px 0;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}

/* /////////////////////////////////// FOOTER ///////////////////////////////// */
#footer{
	width:100%;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:20px;
	padding:5px;
	background:url(img/bg_footer.jpg) repeat-x;
	color:#fff;
	text-align:center;
	border:1px solid #222d40;
}
#footer ul{
	margin:0 0 10px 30px;
	padding:0;
	list-style:none;
/*	width:600px;*/
}
#footer ul li{
	float:left;
	color:#fff;
	font-size:10px;
	margin:2px;
}
#footer ul li a{
	text-decoration:none;
}

