/* -------------------------------- */
/* 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;
	background-position:top left;
	background-repeat:repeat-x;
	background-image:url(../images/body-bg.jpg);
	text-align:center;
	position:relative;
	
	color:#FFF;
	background-color:#003582;
}

body.home {
	background-color:#003582;
	background-image:url(../images/body-bg-home.jpg);
	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;
}

a.arrow {
	background-image:url(../images/arrow-yellow.gif);
	background-position:left middle;
	background-repeat:no-repeat;
	padding-left:12px;
	display:block;
}

.home a.arrow {
	background-image:url(../images/arrow-yellow.gif);
}

a.pdf {
	background-image:url(../images/pdf.gif);
	background-position:left middle;
	background-repeat:no-repeat;
	padding-left:12px;
	display:block;
}

a.rss {
	background-image:url(../images/rss.png);
	background-position:left middle;
	background-repeat:no-repeat;
	padding-left:20px;
	display:block;
}

a.back {
	background-image:url(../images/back_arrow-yellow.gif);
	background-position:left middle;
	background-repeat:no-repeat;
	padding-left:12px;
	display:block;
}

a:hover {
	color:#333;
	color:#DDAE0F;
	text-decoration:none;
}

a.active {
	color:#333;
	color:#DDAE0F;
	text-decoration:none;
}

img, form, p {
	border:0px;
	padding:0px;
	margin:0px;
}
	
h1 {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	color:#FFF;
	font-size:14px;
	text-transform:uppercase;
}
	
h2 {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	color:#999;
	font-size:13px;
	color:#537DC2;
}
	
h3 {
	margin:0px;
	padding:0px;
	color:#FFF;
	margin-bottom:10px;
	font-size:14px;
}

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

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

form {
	margin:0px;
	padding:0px;
}

input {
	border:1px solid #CCDCE4;
	padding:2px;
}

input.auto {
	width:auto;
	border:0px;
}

textarea {
	border:1px solid #CCDCE4;
	padding:2px;
}

.important {
	display:none
}

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

#page-bckgr {
	width:996px;
	text-align:left;
	height:auto !important;
	height: 100%;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(../images/shadow-bg.png) !important;
	background: none; 	
	z-index:0;
}

* html #page-bckgr {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src="/layout/images/shadow-bg.png", sizingMethod="scale");
}

#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;	
}

* html .home #header-bckgr {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/layout/images/header-bg-home.png", sizingMethod="image");
}

#header-bckgr {
	height:150px;
	background-image:url(../images/header-bg.png) !important;
	background-repeat:no-repeat;
	background: none; 
}

* html #header-bckgr {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/layout/images/header-bg.png", sizingMethod="crop");
}

#header {
	position:absolute;
	top:0px;
	width:100%;
	height:150px;
}

.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;	
		background-repeat:no-repeat;
	}

	* html #header #albums {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/layout/images/picture-header.png", sizingMethod="image");
	}
	
	#header #logo a {
		position:absolute;
		display:block;
		width:200px;
		height:100px;
	}
	
	#header #logo_print {
		display:none;
	}
	
	#header #menu {
		text-align:right;
		z-index:10;
		position:relative;
	}

	#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:40px;
	border-color:#00CC33
}

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

	/* -------------------------------- */
	/* LEFT							 -- */
	/* -------------------------------- */
	
	#left {
		display:table-cell; 
		display:inline-block; 
		width:235px;
		margin:0px;
		padding:0px;
		border:0px;
		padding-left:20px;
		padding-top:3px;
		vertical-align:top;
	}
	
	#left ul {
		margin:0px;
		padding:0px;
		padding-bottom:15px;
		list-style:none;
	}
	
	#left ul li {
		margin:0px;
		padding:0px;
		color:#FFF;
		text-transform:uppercase;
		font-size:12px;
		padding-bottom:4px;
		list-style:url(../images/arrow-yellow-menu.gif);
		margin-left:16px;
		line-height:12px;
	}
	
	#left .title {
		margin:0px;
		padding:0px;
		color:#FFF;
		text-transform:uppercase;
		font-size:12px;
		padding-bottom:4px;
		list-style:url(../images/transparent.gif);
	}
	
	#left ul li a {
		text-transform:none;
		font-size:11px;
		line-height:125%;
		color:#DDAE0F;
	}
	
	#left ul li span {
		text-transform:none;
		font-size:11px;
		font-style:italic;
	}
	
	#left ul li a:hover {
		color:#FFF;
	}
	
	#left ul li a.active {
		color:#FFF;
	}

	/* -------------------------------- */
	/* 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;
		width:405px;
		margin:0px;
		padding:0px;
		border:0px;
		padding-left:30px;
		padding-right:30px;
		padding-top:8px;
		vertical-align:top;
	}
	
	#content ul {
		list-style:square;
	}
	
	#content ul li {
		list-style:square;
	}
	
	/* -------------------------------- */
	/* CONTENT HOME					 -- */
	/* -------------------------------- */
	
	#main-home #content {
		width:230px;
		padding-right:20px;
		padding-top:0px;
	}
	
	/* --- box --- */
	
	#main-home #content .box {
		width:230px;
		color:#7499C0;
		height: auto !important;
		height:200px;
		min-height:200px;
	}
	
	#main-home #content .box h1 {
		color:#FFF;
		text-transform:none;
		font-size:13px;
	}
	
	#main-home #content .box h3 {
		color:#FFF;
		margin-bottom:5px;
		font-size:12px;
	}
	
	#main-home #content .box-top {
		background-image:url(../images/blue-box-drk-top.gif);
		background-position:top left;
		background-repeat:no-repeat;
		margin:0px;
		padding:0px;
		height:12px;
		font-size:8px;
	}
	
	#main-home #content .box-middle {
		background-color:#022660;
		padding-left:10px;
		padding-right:10px;
		height: auto !important;
		height:200px;
		min-height:200px;
	}
	
	#main-home #content .box-bottom {
		background-image:url(../images/blue-box-drk-btm.gif);
		background-position:top left;
		background-repeat:no-repeat;
		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;
		/*padding-right:20px;*/
	}
	
	/* --- box --- */
	
	#right .box , #left .box {
		width:230px;
		color:#333;
		height: auto !important;
		height:200px;
		min-height:200px;
		color:#FFF;
		font-size:11px;
	}
	
	#right .box-top {
		background-image:url(../images/top.gif);
		background-position:top left;
		background-repeat:no-repeat;
		background-color:#0B408D;
		margin:0px;
		padding:0px;
		padding-left:10px;
		padding-right:10px;
		padding-top:10px;
		height: auto !important;
		height:100px;
		min-height:100px;
	}
	
	#left .box-top {
		background-image:url(../images/top_menu.gif);
		background-position:top left;
		background-repeat:no-repeat;
		margin:0px;
		padding:0px;
		padding-left:10px;
		padding-right:10px;
		padding-top:10px;
		height: auto !important;
		height:100px;
		min-height:100px;
	}
	
	#right .box-bottom {
		background-image:url(../images/bottom.gif);
		background-position:top left;
		background-repeat:no-repeat;
		margin:0px;
		padding:0px;
		padding-left:10px;
		padding-right:10px;
		padding-top:35px;
		font-size:11px;
	}
	
	#right .box-bottom a {
		color:#DDAE0F;
		line-height:10px;
	}
	
	#right .box-bottom a:hover {
		color:#FFF;
	}
	
	#right .temoignage {
		background-image:url(../images/bottom_tem.gif);
		text-align:right;
		padding-bottom:10px;
		padding-top:45px;
		font-size:12px;
	}
	
	/* --- 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; 	
}

* html #footer-bckgr {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/layout/images/footer-bg.png", sizingMethod="image");
}

#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;
}

#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; 	
	padding:30px;
	padding-top:55px;
	height:10px;
	width:200px;
	font-size:12px;
	text-align:center;
}

* html #footer #contact {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/layout/images/bubble.png", sizingMethod="image");
}

.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; 	
	height:31px;
	width:169px;
}

* html #footer #slogan {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/layout/images/osez-action.png", sizingMethod="image");
}

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