* {
	margin: 0;
	padding: 0;
}

/* @group Hacks */

.clearfix { display: inline-block;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

.spacer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	border: none;
}
/* @end */

body {
	color: #555;
	background: #300 url(../img/bodybg.jpg) repeat-x;
	font: 13px "Trebuchet MS", Helvetica, Geneva, sans-serif;
}

.left {
	float: left;
}

.right {
	float: right;
}

img, a img {
	border: none;
}

a {
	color: #008bcc;
}

a:hover {
	color: #f00;
}


#container, #footer {
	position: relative;
	margin: 30px auto 0;
	width: 800px;
}

#header {
	position: relative;
	padding-top: 30px;
	background-color: #fff;
	/*background: url(../img/headerbg.png) no-repeat;*/
}

#header h1 {
	margin-left: 45px;
	margin-bottom: 30px;
}

#header h1,
#header h1 a {
	display: block;
	width: 250px;
	height: 80px;
	text-indent: -5000px;
	background: url(../img/signassur.jpg) no-repeat;
}

#header img.section {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

#container {
	padding-bottom: 30px;
	background-color: #fff;
	/*background: url(../img/containerbg.png) repeat-y;*/
}

#footer {
	text-align: center;
	/*background: url(../img/footerbg.png) no-repeat;*/
}

#content {
	background: url(../img/contentbg.jpg) repeat-x;
}

#maincol,
#subcol {
	margin-top: 30px;
}

#maincol.left {
	width: 570px;
	margin-left: 30px;
}

#subcol.right {
	width: 150px;
	padding-right: 30px;
}

#footer {
	margin-top: 0;
}

#footer p {
	margin: .5em 0;
	font-size: .8em;
}

#footer, #footer a {
	color: #fff;
}

#maincol {

}

#maincol h2 {
	color: #ca1325;
	font-size: 1.4em;
}

#maincol h3 {
	margin: .4em 0 .4em;
	color: #333;
}

#maincol ul,
#maincol ol {
	margin-left: 1.8em;
}

#maincol p {
	margin: .2em 0 .4em;
	line-height: 1.2em;
	text-align: justify;
}

div.intro {
	color: #333;
	font-size: 1.1em;
}

div.features h3 {
	font-size: .9em;
	font-weight: normal;
}

div.features li {
	margin: .8em 0;
	padding-left: 32px;
	list-style: none;
	font-size: 16px;
	line-height: 32px;
	background-position: left center;
	background-repeat: no-repeat;
}

div.features .signature {
	background-image: url(../img/features/signature.png);	
}

div.features .horodatage {
	background-image: url(../img/features/horodatage.png);	
}

div.features .identification {
	background-image: url(../img/features/identification.png);	
}

div.features .performance {
	background-image: url(../img/features/performance.png);	
}
div.features .organisation {
	background-image: url(../img/features/organisation.png);	
}

div.features .securite {
	background-image: url(../img/features/securite.png);	
}

div.features .economie {
	background-image: url(../img/features/economie.png);	
}

div.features .ecologie {
	background-image: url(../img/features/ecologie.png);	
}

div.features .legal {
	background-image: url(../img/features/legal.png);	
}

/* @group Menu */

ul#menu {
	clear: both;
	margin: 0 30px;
}

ul#menu, ul#menu * {
	list-style: none;
	font-size: 11px;
}

ul#menu li a {
	display: block;
	float: left;
	padding: 5px 10px;
	text-decoration: none;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	color: #999;
}

ul#menu li a:hover {
	color: #008bcc;
}

ul#menu li.current a {
	background-color: #fff;
	color: #777;
	bborder-bottom: 1px solid #cecece;
}

/* @end */

img.auto {
	display: block;
	margin: 1em auto;
	border: 1px solid #ddd;
}

