@charset "utf-8";
/* CSS Document */
/* ############################################### */

body {
	background: url(../img/Background.jpg) no-repeat;
	background-position: center 0px;
	width: 100%;
	height: auto;
}

#urgent {
	background: #FFC;
	border-bottom: 1px solid #3C5862;
	width: 100%;
	height: 20px;
}

div#wrapper {
	width: 980px;
	margin: 10px auto;
	clear: both;
	background: url(../img/page-fond.jpg) repeat-y;
}

div.wrapper {
	margin: 0 auto;
}

div.padding {
	padding: 0 30px;
}

div.innerpadding {
	padding: 0 16px;
	overflow: hidden;
}

/* ############################################### */
/* header elements */

div#header {
	width: 980px;
	background: url(../img/entete-top.jpg) no-repeat;
	height: 80px;
}

div#logo {
	width: 400px;
	height: 60px;
	float: left;
	margin-top: 20px;
}

div#top {
	width: 520px;
	height: 60px;
	margin-top: 20px;
	float: left;
	vertical-align: bottom;

}



#banner {
	width: 980px;
	clear: both;
	margin-bottom: 14px;
}


/* ############################################### */
/* Main */

#main {
	width: 980px;
	height: 100%;
	clear: both;
}

/* ############################################### */
/* Page */

#page {
	position: relative;
	overflow: hidden;
	background: url(../img/RightBg.png) top right repeat-y;
	width: 980px;
	height: 100%;
	background:;
	z-index: 2;
}

/* ############################################### */
/* Left And Right Module Position */

#leftcol {
	width: 200px;
	padding-left: 30px;
	float: left;
}

#rightcol {
	display: block;
	width: 200px;
	height: 100%;
	float: left;
	margin-top: 34px;
}

/* ############################################### */
/* Content Elements */
#content {
	float: left;
	
}

#contentbox {
	display: inline-block;
	background-color: #E9EAEA;
	margin: 0 30px 20px 20px;
	clear: none;
}

#text {
	display: block;
	float: left;
}

.rightIsPresent
{
	width: 500px;
}

.a {
	float: left;
	width: 920px;
	margin: 0 30px;
}

.ab {
	float: left;
	width: 750px;
}

/* ############################################### */
/* footer elements */

#footermods {
	width: 980px;
	min-height: 80px;
	background: url(../img/pied-fond.jpg) bottom left no-repeat;
	margin: 20px 0 0 0;
	padding-top: 10px;
}

#footer {
	width: 100%;
	vertical-align: middle;
}

#copyright {
	width: 100%;
	height: auto;
	clear: both;
}

#debug {
	clear: both;
	width: 100%;
	height: auto;
	background: #FFC;
	border-bottom: 1px solid #3C5862;
}


/* custom elements */

.none {
	display: none;
}
