/* -------------------------------- */
/* CSS ESM						 -- */
/* By PREZENZ - www.prezenz.com	 -- */
/* -------------------------------- */

/* -------------------------------- */
/* DIVERS						 -- */
/* -------------------------------- */

html {
	height:100%;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#FFF;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	position:relative;
	color:#FFF;
}

/* -------------------------------- */
/* GENERAL						 -- */
/* -------------------------------- */


p {
	margin:0px;
	padding:0px;
	border:0px;
}

a {
	color:#FFF;
	text-decoration:none;
	position:relative;
	z-index:50;
}

.home a {
	color:#DDAE0F;
}

.home a:hover {
	color:#FFF;
}

img, form, p {
	border:0px;
	padding:0px;
	margin:0px;
}
	
h1 {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	color:#FFF;
	font-size:14px;
}
	
h2 {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	color:#999;
	font-size:12px;
}
	
h3 {
	margin:0px;
	padding:0px;
	color:#666;
	font-size:12px;
}

hr {
	border:0px;
	border-top:1px dotted #1B5A99;
	margin-top:10px;
	margin-bottom:10px;
}

#right hr {
	border-top:1px dotted #666;
}

/* -------------------------------- */
/* STRUCTURE					 -- */
/* -------------------------------- */

#page {
	width:970px;
	padding-left:13px;
	padding-right:13px;
	text-align:left;
	height:auto !important;
	height: 100%;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#container {	
	position:relative;
	height:auto !important;
	height: 100%;
	min-height:100%;
	width:970px;
	margin:0px;
	padding:0px;
}

.home #container {
	background:none;
	color:#FFF;
}

/* -------------------------------- */
/* HEADER						 -- */
/* -------------------------------- */

.home #header-bckgr {
	height:210px;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(../images/header-bg-home.png) !important;
	background: none;	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/esm/layout/images/header-bg-home.png", sizingMethod="image");
	display:none;
}

#header-bckgr {
	height:150px;
	background-image:url(../images/header-bg.png) !important;
	background-repeat:no-repeat;
	background: none; 	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/esm/layout/images/header-bg.png", sizingMethod="crop");
	display:none;
}

#header {
	padding-left:50px;
}

.home #header {
	height:210px;
}

	/* -------------------------------- */
	/* MENU / LOGO / ALBUMS			 -- */
	/* -------------------------------- */

	#header #albums {
		position:absolute;
		right:0px;
		bottom:-35px;
		width:260px;
		height:130px;
		background-image:url(../images/picture-header.png) !important;
		background: none;	
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/esm/layout/images/picture-header.png", sizingMethod="image");
		background-repeat:no-repeat;
		display:none;
	}
	
	#header #logo a {
		position:absolute;
		display:block;
		width:200px;
		height:100px;
		display:none;
	}
	
	#header #logo_print {
		display:block;
	}
	
	#header #menu {
		text-align:right;
		z-index:10;
		position:relative;
		display:none;
	}

	#header #menu ul {
		margin:0px;
		padding:0px;
		list-style:none;
		height:30px;
		padding-top:17px;
	}
	
	#header #menu ul li {
		margin:0px;
		padding:0px;
		list-style:none;
		display:inline;
	}
	
	#header #menu ul li a {
		text-transform:uppercase;
		font-size:12px;
		padding:16px;
		padding-top:5px;
		padding-bottom:5px;
		color:#FFF;
		position:relative;
		z-index:20;
	}
	
	#header #menu ul li a:hover {
		background-color:#666;
	}
	
	#header #menu ul li a.active {
		background-color:#666;
	}

/* -------------------------------- */
/* MAIN							 -- */
/* -------------------------------- */

#main {
	clear:both;
	padding-bottom:95px;
	margin-top:20px;
	border-color:#00CC33
}

#main-home {
	clear:both;
	margin-top:20px;
	padding-bottom:95px;
}

	/* -------------------------------- */
	/* LEFT							 -- */
	/* -------------------------------- */
	
	#left {
		display:table-cell; 
		display:inline-block; 
		width:200px;
		margin:0px;
		padding:0px;
		border:0px;
		padding-left:20px;
		padding-top:3px;
		vertical-align:top;
		display:none;
	}
	
	#left ul {
		margin:0px;
		padding:0px;
		list-style:none;
		padding-bottom:5px;
		margin-bottom:8px;
		border-bottom:1px dotted #999;
	}
	
	#left ul li {
		margin:0px;
		padding:0px;
		list-style:none;
		color:#999;
		text-transform:uppercase;
		font-size:10px;
		padding-bottom:4px;
	}
	
	#left ul li a {
		text-transform:none;
		font-size:12px;
	}

	/* -------------------------------- */
	/* LEFT	HOME					 -- */
	/* -------------------------------- */
	
	#main-home #left {
		width:400px;
	}
	
	#main-home #left ul {
		border:0px;
		margin-left:70px;
	}
	
	#main-home #left ul li {
		color:#7499C0;
		font-size:12px;
		text-transform:none;
	}
	
	#main-home #left ul li a {
		color:#FFF;
		font-size:13px;
		display:block;
		padding:2px;
	}
	
	#main-home #left ul li a.new span {
		color:#DDAE0F;
		position:absolute;
		left:-60px;
		top:0px;
		font-size:10px;
		padding-top:4px;
	}
	
	#main-home #left ul li a:hover {
		background-color:#022660;
	}
	
	#main-home #left ul li a.active {
		background-color:#022660;
	}
	
	/* -------------------------------- */
	/* CONTENT						 -- */
	/* -------------------------------- */
	
	#content {
		display:table-cell; 
		display:inline-block;
		margin:0px;
		padding:0px;
		border:0px;
		padding-left:50px;
		padding-right:50px;
		vertical-align:top;
		color:#333;
	}
	
	/* -------------------------------- */
	/* CONTENT HOME					 -- */
	/* -------------------------------- */
	
	#main-home #content {
		width:230px;
		padding-right:20px;
	}
	
	/* --- box --- */
	
	#main-home #content .box {
		width:230px;
		color:#7499C0;
		height: auto !important;
		height:200px;
		min-height:200px;
	}
	
	#main-home #content .box h1 {
		color:#FFF;
	}
	
	#main-home #content .box h3 {
		color:#FFF;
	}
	
	#main-home #content .box-top {
		margin:0px;
		padding:0px;
		height:12px;
		font-size:8px;
	}
	
	#main-home #content .box-middle {
		padding-left:10px;
		padding-right:10px;
		height: auto !important;
		height:200px;
		min-height:200px;
	}
	
	#main-home #content .box-bottom {
		margin:0px;
		padding:0px;
		height:12px;
		font-size:8px;
	}
	
	/* -------------------------------- */
	/* RIGHT						 -- */
	/* -------------------------------- */
	
	#right {
		display:table-cell; 
		display:inline-block;
		width:230px;
		margin:0px;
		padding:0px;
		border:0px;
		vertical-align:top;
		display:none;
		/*padding-right:20px;*/
	}
	
	/* --- temoignages --- */
	
	#right .temoignage {
		width:230px;
		margin-top:30px;
		color:#333;
		height: auto !important;
		height:200px;
		min-height:200px;
		color:#FFFFFF;
	}
	
	#right .temoignage-top {
		background-image:url(../images/blue-box-lgt-top.gif);
		background-position:top left;
		background-repeat:no-repeat;
		margin:0px;
		padding:0px;
		background-color:#CCD7E4;
		padding-left:10px;
		padding-right:10px;
		padding-top:10px;
		height: auto !important;
		height:200px;
		min-height:200px;
	}
	
	#right .temoignage-bottom {
		background-image:url(../images/blue-box-lgt-btm.gif);
		background-position:top left;
		background-repeat:no-repeat;
		margin:0px;
		padding:10px;
		text-align:right;
		padding-top:20px;
	}
	
	/* --- box --- */
	
	#right .box {
		width:230px;
		margin-top:30px;
		color:#333;
		height: auto !important;
		height:200px;
		min-height:200px;
	}
	
	#right .box-top {
		background-image:url(../images/top.gif);
		background-position:top left;
		background-repeat:no-repeat;
		background-color:#CCD7E4;
		margin:0px;
		padding:0px;
		padding-left:10px;
		padding-right:10px;
		padding-top:10px;
		height: auto !important;
		height:200px;
		min-height:200px;
	}
	
	#right .box-bottom {
		background-image:url(../images/bottom.gif);
		background-position:top left;
		background-repeat:no-repeat;
		margin:0px;
		padding:0px;
		height:12px;
		font-size:8px;
	}
	
	#right .box a {
		color:#003582;
	}
	
	#right .box a:hover {
		color:#333;
	}

	#right .box a.arrow {
		background-image:url(../images/arrow-blue.gif);
		background-position:left middle;
		background-repeat:no-repeat;
		padding-left:20px;
		display:block;
	}
	
	/* --- article --- */
	
	.article {
		border-bottom:1px dotted #1B5A99;
		margin-bottom:10px;
		padding-bottom:10px;
	}
	
	.article a {
		color:#DDAE0F;
	}
	
	.article a:hover {
		color:#FFF;
	}

/* -------------------------------- */
/* FOOTER						 -- */
/* -------------------------------- */

#footer-bckgr {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:left;
	bottom:0px;
	height:93px;
	margin-top:-93px;
	clear:both;
	width:970px;
	background-position:bottom left;
	background-repeat:no-repeat;
	background-image:url(../images/footer-bg.png) !important;
	background: none; 	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/esm/layout/images/footer-bg.png", sizingMethod="image");
	display:none;
}

#footer {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	bottom:0px;
	padding:5px;
	height:50px;
	padding-top:25px;
	margin-top:-80px;
	width:960px;
	color:#FFF;
	font-size:10px;
	clear:both;
	text-align:left;
	display:none;
}

#footer ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#footer ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline;
	padding-left:2px;
	padding-right:2px;
}

#footer a {
	color:#FFFFFF;
}

#footer a.active {
	color:#DDAE0F;
}

#footer a:hover {
	color:#DDAE0F;
}

#footer #contact {
	position:absolute;
	right:0px;
	white-space:nowrap;
	bottom:0px;
	color:#003399;
	background-position:bottom left;
	background-repeat:no-repeat;
	background-image:url(../images/bubble.png) !important;
	background: none; 	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/esm/layout/images/bubble.png", sizingMethod="image");
	padding:30px;
	padding-top:55px;
	height:10px;
	width:200px;
	font-size:12px;
	text-align:center;
}

.home #footer #contact {
	right:250px;
}

#footer #slogan {
	position:absolute;
	right:280px;
	bottom:10px;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(../images/osez-action.png) !important;
	background: none; 	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/esm/layout/images/osez-action.png", sizingMethod="image");
	height:31px;
	width:169px;
}

.home #footer #slogan {
	right:60px;
}