* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	background: url(../images/home/fond.gif) top center repeat-x;
	text-align: center;
	font: normal 0.8em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #5F5F5F;
}

/* ----------------------------- Interface générale ----------------------------- */

div#bottomnav {
	position: fixed;
	z-index: 110;
	left: 0;
	bottom: 21px;
	clear: both;
	font-size: 0.9em;
	padding-top: 15px;
	width: 100%;
	height: 30px;
	background: url(../images/fond_bottomnav.gif) top center no-repeat;
	background-color: #EAEAEA;
}
div#bottomnav a {
	color: #737373;
	text-decoration: none;
}
div#bottomnav a:hover {
	color: #FF6500;
	text-decoration: underline;
}
div#copy {
	position: fixed;
	z-index: 111;
	bottom: 0;
	left: 0;
	clear: both;
	color: #FFAD77;
	padding-top: 3px;
	font-size: 0.8em;
	background: url(../images/fond_copy.gif) top left repeat-x;
	background-color: #FE6400;
	width: 100%;
	height: 18px;
}
div#copy img {
	position: absolute;
	right: 1px;
	top: 1px; 
}
div#copy a {
	color: #FFDBC3;
	text-decoration: none;
}
div#copy a:hover {
	color: #FFF;
	text-decoration: underline;
}
div#copy span.sepa {
	width: 18px;
	padding-left: 8px;
	padding-right: 8px;
	background: url(../images/sepa_pt-copy.gif) center center no-repeat;
}
div#fondG {
	position: absolute;
	z-index: 1;
	top: 366px;
	height: 44px;
	left: 0;
	width: 50%;
	background: url(../images/home/fond_G.gif) top right no-repeat;
}
div#fondD {
	position: absolute;
	z-index: 2;
	top: 366px;
	height: 44px;
	left: 50%;
	width: 49%;
	background: url(../images/home/fond_D.gif) top left no-repeat;
}
div#content {
	position: absolute;
	z-index: 10;
	width: 100%;
	top: 0;
	left: 0;
}
#tarifs {
	cursor: pointer;
	background: url(../francais/images/cart_tarifs.gif) top left no-repeat;
	width: 140px;
	height: 50px;
}
#tarifs:hover {
	background: url(../francais/images/cart_tarifs-over.gif) top left no-repeat;
	width: 140px;
	height: 50px;
}
#devis {
	cursor: pointer;
	background: url(../francais/images/cart_devis.gif) top left no-repeat;
	width: 140px;
	height: 50px;
}
#devis:hover {
	background: url(../francais/images/cart_devis-over.gif) top left no-repeat;
	width: 140px;
	height: 50px;
}

/* ----------------------------- Contenus ----------------------------- */

div#page {
	width: 863px;
	margin: 0 auto;
	text-align: left;
	font-size: 0.85em;
}

div#page #adresse {
	float: left;
	padding-left: 35px;
	width: 149px;
}
div#page img {
	padding-bottom: 15px;
	border: 0px;
}
div#page #adresse strong {
	font-size: 12px;
	color: #FF6500;
	font-weight: bold;
}
div#page #adresse p {
	line-height: 1.4em;
	padding-bottom: 3px;
}
div#page #cartouches {
	float: left;
	text-align: right;
	width: 185px;
}
div#page #navbar-sec {
	width: 393px;
	padding-top: 20px;
	float: left;
	/*clear: both;*/
	text-align: center;
}
div#page #navbar-sec span.sepa, div#bottomnav span.sepa {
	width: 18px;
	padding-left: 3px;
	padding-right: 3px;
	background: url(../images/sepa_pt-or.gif) center center no-repeat;
}
div#page #navbar-sec a {
	color: #787878;
	text-decoration: none;
}
div#page #navbar-sec a:hover {
	text-decoration: underline;
	color: #FF6500;
}
div#recrut {
	float: right;
	width: 270px;
	height: 44px;
	margin-top: -52px;
	line-height: 100em;
	overflow: hidden;
	cursor: pointer;
	background: url(../francais/images/recrute.gif) top left no-repeat;
}
div#recrut:hover {
	background: url(../francais/images/recrute-over.gif) top left no-repeat;
}
#ejs_context_box {
	z-index: 500;
	width: 137px;
	height: 38px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding-top: 6px;
	line-height: 13px;
	position: absolute;
	background: url(../images/fond_f-copy.png) top left no-repeat;
	visibility: hidden;
}
.clear {
	clear: both;
}