@charset "utf-8";
/* CSS Document */

body {
	width:100%;
	margin:0px;
	background-color:#EFEFEF;
}

#global {
	position:relative;
	width:830px;
	margin:auto;
	padding:50px;
	background-color:#FFF;
}
/* HOME */
#banniere {
	width:830px;
	/*background-color:#CCC;*/
	height:227px;
	margin-bottom:10px;
}

#home {
	position:relative;
	width:830px;
	height:390px;
}
#home .content {
	position:absolute;
	width:610px;
	left:0px;
	height:100%;
}
#home .content h1 {}
#home .content div {
	width:280px;
	float:left;
	margin-right:20px;
}
#home .encart {
	position:absolute;
	width:200px;
	height:100%;
	right:0px;
}
#home .encart h1, #home .encart p {
	padding:0 0 10px 0;
	margin:10px;
	border-bottom:1px solid #FFF;
}
#home .encart p {
}
#home .encart a {
	color:#FFF;
	padding:0 0 10px 0;
	margin:10px;
}
#home .encart p strong, #home .encart p small, #home .encart p span {
	display:block;
}
/* GENERIC */
#generic {
	position:relative;
	margin-left:210px;
	width:620px;
}
#generic .content {}
.spacer {
	clear:both;
	border-bottom:none;
	margin:0;
	padding:0;
}
ul {
	margin-bottom:1em;
}
/* METIERS */
#generic .metiers p {
}

/* EQUIPE */
#generic .content .item {
	border-bottom:1px solid #62CFF9;
	padding:10px 0;
	margin:0 0 10px 0;
	clear:both;
}
#generic .item img{
	float:left;
	margin-right:2em;
	margin-bottom:2em;
}
#generic .item p{
}

/* REFERENCES */
#reference {
}
#reference table {
	border-collapse:collapse;
	width:100%;
}
#reference tr {
}
#reference th {
	font-size:1.3em;
	text-align:left;
	font-weight:bold;
	color:#FFF;
	padding:1em .5em;
	background-color:#62CFF9;
}
#reference td {
	padding:.5em;
	font-size:.9em;
}
#reference td.right {
	text-align:right;
}
/* contact */
#generic .contact #plan {
	float:right;
	margin:3em 6em;
}
/* TEMOIGNAGES */
#generic .temoignages {}
#generic .temoignages p strong, #generic .temoignages p span, #generic .temoignages p small {
	display:block;
}
/* FOOTER */
#footer {
	font-size:.8em;
	position:relative;
	top:30px;
	padding:2em 0 0 0;
}
#footer p{
	color:#999;	
	text-align:center;
}
#footer p a {
	display:inline-block;
	margin-right:1em;
	color:#999;
}
