body {
	background: url(../images/background.jpg) top left repeat-x #fff;
	font: normal 12px/16px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
}

.container {
	position: relative;
	width: 845px;
	margin: 0 auto;
}

.clear {
	clear: both;
	margin: 0; padding: 0;
}

#header {
	position: relative;
	width: 100%; height: 91px;
}
#header img { border: 0; }

.container > .banner {
	position: relative;
	width: 100%; height: auto;
}
.container >.banner > .left {
	position: relative;
	float: left;
	width: 203px; height: 265px;
}
.container > .banner > .right {
	position: relative;
	float: right;
	width: 246px; height: 265px;
}

#banner {
	position: relative;
	float: left;
	width: 396px; height: 265px;
}
#banner img {
	position: absolute;
	top: 0; left: 0;
	border: 0;
}

.container > .menu {
	position: relative;
	width: 845px; height: 32px;
}
.container > .menu > .left {
	position: relative;
	float: left;
	width: 59px; height: 32px;
	background: url(../images/menu-left.jpg) top left no-repeat #fff;
}
.container > .menu > .right {
	position: relative;
	float: right;
	width: 56px; height: 32px;
	background: url(../images/menu-right.jpg) top left no-repeat #fff;
}
#menu {
	position : relative;
	float: left;
	width: 730px; height: 32px;
	background-color: #fff; color: #0075ab;
}

#menu > ul {
	width:100%; padding: 0; margin: 0; position: relative;
	z-index: 2;
}

#menu > ul li {
	font-size: 13px; line-height: 17px;
	display: inline-block;
	padding: 6px 0; margin: 0; width:145px; 
	text-align: center; vertical-align: top;
	background: url(../images/background-menu.jpg) no-repeat right;
}
#menu > ul li.last-item {
	font-size: 13px; 
	line-height: 17px;
	display: inline-block;
	padding: 6px 0; margin: 0; width:145px; 
	text-align: center; vertical-align: top;
	background: none;
}
#menu > ul li a.on {
	text-decoration:none;
	background: #fff; color: #830000;
}
#menu > ul li a.on:hover {
	text-decoration:none;
	background: #fff; color: #830000;
}
#menu > ul li a.off {
	text-decoration:none;
	background: #fff; color: #0075ab;
}
#menu > ul li a.off:hover {
	text-decoration:none;
	background: #fff; color: #830000;
}
.menu-back {
	width: 100%; height: 5px;
	background: #eeeeee;
}

#sub-menu {
	width: 730px; height: 8px;
	background: #830000; color: #fff;
	margin-left: 59px;
}

/* Primary : contenu principal */
.container > .primary {
	position: relative;
	width: 100%; height: auto; 
	background: url(../images/background-primary.jpg) top left repeat-y #fff; color: #000;
	margin: 0; padding: 0;
	overflow: hidden;
}

#leftbar {
	float: left;
	width: 35%; height: auto;
}

#leftbar .box {
	position: relative;
	width: 250px; height: 100%; min-height: 50px;
	margin: 0; margin-left: 26px;
	padding: 0; padding-bottom: 10px;
	background: #0094d8; color: #fff;
	border: 1px solid #0075ab;
}
#leftbar .box > h4 {
	font-size: 14px;line-height: 22px;
	background: url(../images/puce-news.jpg) 1px -2px no-repeat #0094d8; color: #fff;
	margin: 10px 0;
	padding: 0; padding-left: 36px;
}
#leftbar .box h5 {
	font-size: 12px; font-weight: bolder; line-height: 14px;
	background: #0094d8; color: #d0d0d0;
	margin: 0; padding: 0; padding-left: 36px;
}
#leftbar .box a.link {
	background: #0094d8; color: #d0d0d0;
	text-decoration: none;
}
#leftbar .box p {
	width: 80%;
	font-size: 11px; line-height: 15px;
	margin: 0;
	padding: 0 0 5px 36px;
	text-align: justify;
}
#leftbar .box input.txt {
	margin: 5px 0; margin-top: 0; width: 140px;
	padding: 4px;
	background: #fff; color: #0075ab;
	border: 1px solid #0075ab;
	text-align: center;
}
#leftbar .box-end {
	position: relative;
	width: 251px; height: 19px;
	margin: 0; margin-left: 26px;
	background: url(../images/background-box.jpg) top left no-repeat #fff; color: #fff;
}
#leftbar #news {
	margin-top: 20px;
}
#leftbar #news .archive {
	background: bottom right no-repeat #0094d8;
	height: 20px; 
	margin: 0;
	text-align: right;
}
#leftbar #news .archive a {
	background: #0094d8; color: #fff;
	text-decoration: none;
}
#leftbar #news .archive img {
	position: relative; margin: 0; margin-bottom: -5px;
	border: 0;
}
#leftbar #newsletter {
	margin-top: 10px;
}
#leftbar #newsletter form {
	width: 80%;
	padding: 0 0 5px 36px;
	margin : 0;
}
#leftbar #newsletter form a {
	background: #0094d8; color: #fff;
}

#leftbar .partenaire {
	position: relative;
	margin: 0 0 25px 62px;
}


#sidebar {
	position : relative;
	float: right;
	width: 65%; height: auto;
}

#content {
	width: 460px; min-height: 200px;
	background: #fff; color: #000;
	margin: 20px 0 20px 10px;
}

#links {
	position: absolute; top: 20px; left: 494px;
	width: 39px; height: 140px;
	background: url(../images/background-links.jpg) top left repeat-y #0094d8; color: #fff;
	text-align: center;
}
#links img {
	position: relative;
	border: 0;
	margin: 4px 0;
}


/* Footer : pied de page */
.container > .footer {
	position : relative;
	width: 100%; height: 100px;
	background-color: #0094d8; color: #fff;
	border: 1px solid #0075ab; border-bottom-width: 1px;
	margin: 0;
}
.container > .footer h5 {
	margin: 0; padding: 0;
	font-size: 12px; line-height: 16px;
}
.container > .footer a {
	text-decoration: none;
	background-color: #0094d8; color: #fff;
}

.container > .footer ul.adresse {
	position : absolute; top: 0; left: 0;
	height: 100%; width: 280px;
	font-size: 11px; line-height: 16px;
	margin: 10px 0; margin-right: 0;
	list-style-type: none;
}
.container > .footer ul.adresse li {
	background: url(../images/logo-adresse.jpg) no-repeat #0094d8;
	padding-left: 45px;  
}

.container > .footer ul.contact {
	position : absolute; top: 0; left: 320px;
	height: 100%; width: 290px;
	font-size: 11px; line-height: 16px;
	margin: 10px 5px; margin-right: 0;
	list-style-type: none;
	padding: 0 5px;
}
.container > .footer ul.contact li {
	background: url(../images/logo-telephone.jpg) no-repeat 0px 0px #0094d8;
	padding-left: 45px;  
}

.container > .footer ul.information {
	position : absolute; top: 0; left: 620px;
	height: 100%; width: 200px;
	font-size: 11px; line-height: 16px;
	margin: 10px 5px; margin-right: 0;
	list-style-type: none;
	padding: 0 5px;
}
.container > .footer ul.information li {
	background: url(../images/logo-info.jpg) no-repeat 0px 0px #0094d8;
	padding-left: 45px;  
}