@charset "utf-8";

/**
 * BODY
 ***********************************************************
 ***********************************************************
 */
html {
	background:#eec53b url(../images/bck_html.jpg) repeat-x top;
	color:#000000;
	display:block;
	font-family:arial, 'sans serif';
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	line-height:16px;
	margin:0; padding:0;
}
body {
	background:transparent url(../images/bck_body.jpg) no-repeat top center;
	display:block;
	margin:0px;
	min-height:500px;
	padding:50px 0px 15px 0px;
	position:relative;
}
* html body {
	height:500px;
}
hr {
	clear:both;
	display:block;
	height:1%;
	margin:0px;
	padding:0px;
	position:relative;
	visibility:hidden;
}
.warning {
	border:1px solid #E9B52E;
	background:#F1CF75;
	color:#FFF;
	font-size:1.1em;
	margin:0 0 1em 0; padding:0.5em;
	text-align:center;
	text-shadow:0px -1px 0px #E9B52E;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.warning strong {
	text-transform:uppercase;
}

/**
 * HEADER
 ***********************************************************
 ***********************************************************
 */
#header {
	background:transparent url(../images/bck_header.png) no-repeat top left;
	display:block;
	height:200px;
	margin:0px auto 0px auto;
	overflow:hidden;
	padding:5px 5px 0px 5px;
	position:relative;
	width:900px;
}
* html #header {
	background-image:url(../images/bck_header-ie6.png)
}
#header a.logo {
	display:block;
	float:left;
	margin:0px 0px 0px 25px;
	padding:0px 0px 0px 0px;
	position:relative;
}
#header p {
	line-height:24px;
	margin:90px 0 0 0;
	padding:0;
	overflow:hidden; position:relative;
	text-align:center;
	width:465px;
}
* html #header p {
	width:415px;
}
#header p a {
	border-bottom:1px dotted #3b654f;
	color:#3b654f;
	text-decoration:none;
}
#header p a:hover {
	border-bottom:1px dotted #ebbb33;
	color:#ebbb33;
	text-decoration:none;
}

/**
 * NAV
 ***********************************************************
 ***********************************************************
 */
#nav {
	background:transparent url('../images/visuel_pyramides.jpg') no-repeat top left;
	display:block;
	float:right;
	margin:10px 0px 0px 0px;
	padding:100px 0px 0px 0px;
	position:absolute; right:5px; top:5px;
	width:165px;
}
#nav a {
	color:#3b654f;
	display:block;
	font-family:verdana, arial, 'sans serif';
	font-size:13px;
	font-weight:bold;
	height:22px;
	margin:0px;
	padding:4px 0px 0px 15px;
	position:relative;
	text-decoration:none;
}
body.home #nav a.home {
	background:transparent url('../images/bck_menu.jpg') no-repeat top left;
	color:#ffffff;
}
body.entreprise #nav a.entreprise {
	background:transparent url('../images/bck_menu.jpg') no-repeat top left;
	color:#ffffff;
}
body.contact #nav a.contact {
	background:transparent url('../images/bck_menu.jpg') no-repeat top left;
	color:#ffffff;
}

/**
 * NAV
 ***********************************************************
 ***********************************************************
 */
#language {
	display:none; visibility:hidden;
}

/**
 * CORPS
 ***********************************************************
 ***********************************************************
 */
#corps {
	background:transparent url(../images/bck_corps.png) repeat-y top;
	min-height:190px;
	margin:0px auto 0px auto;
	padding:15px 0px 0px 0px;
	overflow:hidden; position:relative;
	width:910px;
}
* html #corps {
	background:transparent url(../images/bck_corps-ie6.png) repeat-y top;
	overflow:visible;
	height:1%;
}

/**
 * ASIDE
 ***********************************************************
 ***********************************************************
 */
#sidenav {
	background:transparent url('../images/bck_categories.jpg') no-repeat right center;
	float:left;
	margin:0 5px 0 0;
	min-height:350px;
	padding:0px 0px 0px 30px;
	position:relative;
	width:250px;
}
* html #sidenav {
	height:350px;
	overflow:visible;
}

/**
 * FOOTER
 ***********************************************************
 ***********************************************************
 */
#footer {
	background:transparent url(../images/bck_footer.png) no-repeat top left;
	color:#FFF;
	margin:0 auto;
	padding:30px 5px 0px 5px;
	position:relative;
	width:900px;
}
* html #footer {
	background-image:url(../images/bck_footer-ie6.png);
}
#SelLanguage {
	display:none; visibility:hidden;
}
#footer p {
	font-size:13px;
	line-height:18px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	text-align:center;
}
#footer p a {
	border-bottom:1px dotted #ffffff;
	display:inline;
	color:#ffffff;
	margin:0px;
	padding:0px;
	position:relative;
	text-decoration:none;
	text-decoration:none;
}
