* {	margin: 0;	padding: 0;}


html, body {	height: 100%;}

body {
	margin: 0;
	background: #1B2430 url(../images/image01.jpg) repeat left top;
	line-height: 20px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

h1, h2, h3 {	margin-bottom: 1em;}
h1 {	font-size: 2em;}
h2 {	font-size: 1.4em;}
h3 {	font-size: 1em;}
p, ul, ol {	margin-bottom: 1em;}
ul, ol {	margin-left: 3em;}
blockquote {	margin-left: 3em;	margin-right: 3em;}
a {	color: #B6D434;}

#wrapper {
	width: 920px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 0px;
	background: url(../images/image02.jpg) repeat-y left top;
}

html>body #wrapper {	height: auto;}

#logo {
	width: 920px;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 50px;
	background: url(../images/image03.jpg) repeat-y left top;
	position: relative;
}

#logo h1 {
	margin: 0;
	padding: 0;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 36px;
	color: #DCECFB
}

#logo p {
	margin: 0px;
	padding: 5px 0px 0px 2px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#logo span {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

#logo a img {
	border: none;
}
#header {
	width: 920px;
	height: 270px;
	margin: 0 auto;
/*	background: url(../images/fond-photo.png) no-repeat left top;*/
	position: relative;
}
	#header-cadre,#header-image {
		position:absolute;
		top:0;
		left:0;
	}

#menu {
	width: 920px;
	height: 90px;
	margin: 0 auto;
	background: url(../images/image04.jpg) no-repeat left top;
	color: #FFFFFF;
}

#menu ul {
	margin: 0px;
	padding: 20px 55px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 6px 25px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu .active {
	background: #B6D434;
	color: #000000;
}

#menu a:hover {
	background: #B6D434;
	color: #000000;
}

#page {
	width: 920px;
	margin: 0 auto;
	padding: 20px 0px;
	background: url(../images/image06.jpg) repeat-y left top;
}

#content {
	float: left;
	width: 476px;
	padding: 0px 40px 0px 70px;
	background: url(../images/image08.jpg) repeat-y right top;
}

#content1col {
	float: left;
	width: 780px;
	padding: 0px 70px;
}

#content1col h2, #content h2 {
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24px;
	color: #B6D434;
}

#content1col .byline, #content .byline {
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 24px;
}

#sidebar {
	float: right;
	width: 224px;
	padding: 0px 70px 0px 40px;
}

#sidebar a {
}

#sidebar .more {
	display: block;
	width: 70px;
	height: 22px;
	padding: 0px 0px 0px 16px;
	background: url(../images/image09.jpg) no-repeat left top;
	text-decoration: none;
	font-size: 10px;
	color: #000000;
} 

#sidebar h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
}

#footer {
	clear: both;
	width: 920px;
	height: 40px;
	margin: 0 auto;
	padding: 25px 0;
	background: url(../images/image10.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.3em;
}

#footer a {
	color: #FFFFFF;
}

#login {
	float:right;
	font-size:0.8em;
	line-height:1.7;
	margin:10px 90px;
	width:240px;
	display: block;
}
#login p {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#login form fieldset {	border: none; }
#login form fieldset legend { display: none; }
#login form div { position: relative; clear: both; }
#login form label { float: left; display: block; width: 100px; text-align: right; margin-right: 5px; }
#login form input { width: 124px; border: none; background: url(../images/fond-input.gif) no-repeat; padding: 0px 4px 2px; font-size: 1em; }
#login form input[type=submit] { background: url(../images/fond-submit.gif) no-repeat; margin-left: 105px; width: 132px; padding: 0px 4px 2px; }
#login p.forgot { background: url(../images/fond-submit.gif) no-repeat 0 1px; margin: 2px 0 0 105px; width: 132px; padding: 0px 4px 4px;text-align: center;}
#login p.forgot a { text-decoration:none; color: #000; font-size:.8em;}
#entete {
	float: left;
}

.clear { clear: both; }
