/* ******************************************************** PARTIE COMMUNE ********************************** */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #e41e1e;
	text-decoration: none;
	margin: 0;
}
html, body {
	background: #fff;
	height: 100%;
	width: 100%;
}
.deblayage {
	clear: both;
}
ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
img {	
	border: none;
}
/* ******************************************************** ARCHITECTURE ********************************** */
#global {
	position: relative;
	width: 820px;
	height: 611px;
	background: url(/design/images/global_bg.jpg) no-repeat top left;
	margin: 0 auto;
	top: 43px;
	padding-top: 24px;
}

#loader {
	position: absolute;
	top: 1px; 
	left: 1px;
	width: 801px;
	height: 600px;
	background: url(/design/images/loader.jpg) no-repeat top left;
	z-index: 30;
}

#main {
	width: 802px;
	margin-left: 9px;
}

#content {
	position: relative;
	height: 576px;
	background: url(/design/images/degrade_bg.jpg) no-repeat left bottom;
}

#logo {
	position: absolute;
	top: 0;
	left: 1px;
	z-index: 20;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
	width: 802px;
	height: 460px;
	/*height: 320px;*/
}

#menu {
	position: absolute;
	top: 225px;
	left: 0;
	z-index: 15;
	width: 802px;
	height: 220px;
}

#smenu {
	position: absolute;
	bottom: 23px;
	left: 10px;
	width: 781px;
	height: 80px;
	border-right: 1px solid #b4c8d2;
	border-top: 1px solid #66889e;
	background-color: #fff;
	line-height: 14px;
	z-index: 10;
}

#smenu .spacer {
	padding: 6px 15px;
}

#smenu ul {
	background-color: #e41e1e;
	height: 20px;
	line-height: 20px;
}
#smenu ul li {
	float: left;
}
#smenu li a {
	display: block;
	height: 20px;
	width: 112.3px;
	background: #e41e1e url(/design/images/fleche_smenu.gif) no-repeat 11px 0;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	border-left: 1px solid #f6a5a5;
	border-right: 1px solid #f06969;
	text-decoration: none;
	padding-left: 42px;
}
#smenu li a:hover, #smenu li a.on {
	background: #2a9197 url(/design/images/fleche_smenu_on.gif) no-repeat 11px 0;
}

#footer {
	background-color: #e60000;
	height: 25px;
	line-height: 25px;
	padding: 0 34px 0 11px;
}


/* POPUP SOUS MENU */
.pop_smenu {
	background-color: #91e5eb;
	border: 1px solid #299296;
	position: absolute;
	bottom: 49px;	
	width: 466px;
	height: 420px;
	z-index: 25;
	color: #000;
	font-size: 11px;
}
.pop_smenu .titre, #pop_contact .content .titre {
	margin-top: 15px;
	padding: 15px;
	color: #fff;
	background-color: #299296;
	text-transform: uppercase;
	height: 5px;
	line-height: 5px;
	padding-left: 26px;
	width: 335px;
	font-size: 14px;
}
.pop_smenu .padder {
	padding: 15px;
}
.pop_smenu .close, #pop_contact .content .close {
	position: absolute;
	top: 4px;
	right: 7px;
	cursor: pointer;
	border: none;
}
.pop_smenu a {
	color: #0d425b;
	text-decoration: underline;
	font-size: 11px;
	margin-left: 17px;
	float: left;
}
.pop_smenu a:hover {
	text-decoration: none;
}
.pop_smenu img {
	margin-left: 5px;
}
.pop_smenu .bgcolor1 {
	background-color: #ade7eb;
}
.pop_smenu .bgcolor2 {
	background-color: #cceff1;
}
.pop_smenu .lac {
	float: right;
	padding: 0 16px;
}
/* POPUP SOUS MENU */

/* POPUP CONTACT */
#pop_contact {
	position: absolute;
	top: 8px;
	right: 9px;
	width: 639px;
	height: 370px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/design/images/pop_contact_masque.png',sizingMethod='crop');
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 20;
	color: #074d70;
	font-size: 11px;
}
html>body #pop_contact {
	background-image: url(/design/images/pop_contact_masque.png);
}
#pop_contact .content {
	background: #69c5cb url(/design/images/pop_contact_bg.gif) repeat-x top left;
	border: 1px solid #2a9197;
	width: 431px;
	height: 370px;
	margin-left: 207px;
}
#pop_contact a {
	text-decoration: underline;
	color: #074d70;
}
#pop_contact a:hover {
	text-decoration: none;
	color: #074d70;
}
/* POPUP CONTACT */