body {
	background:url(../images/template/header_bg.jpg) repeat-x;
}

img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
	background: transparent;
}

#maintenance {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	color:#000;
	background-color:#FF9933;
	font-size:10px;
	padding:2px 0px;
	text-align:center;
	font-weight:bold;
	border-top:1px solid #FF6600;
	border-bottom:1px solid #FF6600;
}


/* header */
#hd {
	height:140px;
	position:relative;
}
#hd #pclogo {
	position:absolute;
	top:27px;
	left:0px;
	width:216px;
	height:48px;
}
#hd #wslogo {
	position:absolute;
	top:32px;
	right:59px;
	width:192px;
	height:49px;
}
#hd #pc10ans {
	position:absolute;
	top:27px;
	right:0px;
	width:304px;
	height:57px;
	background: url(../images/template/pc_10ans_304x57.jpg) no-repeat;
}
#hd #pcvoeux {
	position:absolute;
	top:27px;
	right:0px;
	width:262px;
	height:57px;
	background: url(../images/template/pc_voeux_262x57.jpg) no-repeat;
}
#hd #nav {
	position:absolute;
	top:108px;
	left:0px;
}
#hd #nav a {
	margin-right:20px;
}

/* body */
#bd {
	margin-bottom:15px;
	background-color:#fff;
}
#bd h1 {
	font-family:Helvetica, Arial;
	color:#20343F;
	font-weight:bold;
	font-size:108%;
	padding-bottom:5px;
	border-bottom:1px solid #20343F;
	margin-bottom:10px;
}
#bd a {
	color:#20343F;
}
#bd a:hover {
	text-decoration:none;
}

/* footer */
#ft {
	/*border-top:1px solid #1C323D;*/
}
#ft #footerline {
	background:url(../images/template/footer_line.jpg) no-repeat;
	height:3px;
}
#ft .menu {
	float:right;
	padding:10px 0px 10px 0px;
}
#ft .menu a.menulink {
	font-size:85%;
	margin-left:20px;
	color:#000;
}
#ft .menu a.menulink:hover {
	margin-left:20px;
	text-decoration:none;
}

/* custum blocs */
.cust-bloc-1 {
	margin-top:10px;
	border:1px solid #c8d3da;
	background-color:#f0f0f0;
}
.cust-bloc-1 .bloctitle {
	font-weight:bold;
	font-size:12px;
	color:#1d313a;
	padding:10px 10px 0 10px;
}
.cust-bloc-1 .bloccontent {
	margin:0;
	padding:10px;
}

div.explain {
	border:1px solid #ddd;
	padding:10px 10px 10px 30px;
	background:#f2f2f2 url(../images/template/admin_bullet_important.png) no-repeat 5px 5px;
	margin-top:5px;
}
div.errors {
	font-weight: bold;
    border: 2px solid red;
    background: #fee;
    color: red;
	padding:10px 10px 10px 30px;
	background:#f2f2f2 url(../images/picto/exclamation.png) no-repeat 5px 5px;
	margin-top:5px;
}

/* bloc industries */
#intro #industries ul li {
	margin-bottom:5px;
}
#intro #industries ul li a {
	background:url(../images/template/puce_1.gif) no-repeat 0px 6px;
	padding-left:10px;
	font-size:85%;
}

/* soon gallery */
#soon-gallery {
	margin-top: 20px;
	height:150px;
}
#soon-gallery img {
	max-width: 150px;
}

/* =Clearfix (all browsers)--------------------------------*/.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}/* IE6 */ * html .clearfix {height: 1%;}/* IE7 */*:first-child+html .clearfix {min-height: 1px;}
