#body {
	font-family: Georgia;
	margin: 0;
	padding: 0;
}

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:0;
	background: url(../img/bgR.jpg) top left no-repeat white;
	color: #58595B;
	display: block;
	position: relative;
	overflow: hidden;
}

#header {
	width: 1000px;
	padding-top: 35px;
	height: 170px;
}

#logo {
	width: 480px;
	height: 100px;
	position: absolute;
	float: left;
	background: url(../img/logo.jpg) no-repeat top left;
}

#intro {
	width: 328px;
	position: absolute;
	left: 485px;
	height: 130px;
	line-height: 17px;
	font-size: 14px;
	border-left: 1px #888 dotted;
	border-right: 1px #888 dotted;
	padding-left: 17px;
	padding-top:5px;
	margin-top: 10px;
}

#menu {
	width: 152px;
	height: 60px;
	float: right;
	font-size: 24px;
	padding-top:0px;
	margin-top: 10px;
}

img {

	border: 0;
	text-decoration: none;
	outline: none;
}

a img, a:active img, a:hover img, a:visited img {
	border:0;
	text-decoration: none;
	outline: none;
}

a {
	color:#58595B;
	text-decoration: none; 
}

a:hover, a:active { color: #58595B; text-decoration: underline; }

.left{
	width: 180px;
	height: 500px;
	float: left;
	clear: left;
}

.texte {
	width: 100%;
}

.title { 
	font-size: 24px;
	line-height: 28px; 
	margin-top: 18px;
}

.vignette {
	width: 110px;
	height: 300px;
	margin-top: 10px;
	overflow: hidden;
}

ul.thumbs {
	width: 140px;
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	height: 45px;
	margin-left: 0;
	margin-bottom: 0px;
	margin-right: 20px;
	float: left;
	padding: 0;
	list-style: none;
}
a.thumb {
	display: block;
}
ul.thumbs li.selected a.thumb {
	height: 35px;
	border-bottom:  1px #888 dotted;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}

.box {
	width: 100%;
	height: 520px;
	display: block;
	position: relative;
	overflow: hidden;
	clear: both;
	border-top: 1px #888 dotted;
}

.right, #imgs-frame, #imgs-frame2 {
	width: 800px;
	height: 498px;
	border: 0;
	text-decoration: none;
	float: right;
}

.box3 {
	width: 100%;
	height: 601px;
	display: block;
	position: relative;
	overflow: hidden;
	clear: both;
	border-top: 1px #888 dotted;
}
.right3, #imgs-frame3 {
	width: 800px;
	height: 581px;
	border: 0;
	text-decoration: none;
	float: right;
}

.box6 {
	width: 100%;
	height: 573px;
	display: block;
	position: relative;
	overflow: hidden;
	clear: both;
	border-top: 1px #888 dotted;
}
.right6{
	width: 800px;
	height: 573px;
	border: 0;
	text-decoration: none;
	float: right;
}

.box9 {
	width: 100%;
	height: 562px;
	display: block;
	position: relative;
	overflow: hidden;
	clear: both;
	border-top: 1px #888 dotted;
}
.right9{
	width: 800px;
	height: 562px;
	border: 0;
	text-decoration: none;
	float: right;
}

.box12 {
	width: 100%;
	height: 559px;
	display: block;
	position: relative;
	overflow: hidden;
	clear: both;
	border-top: 1px #888 dotted;
}
.right12{
	width: 800px;
	height: 559px;
	border: 0;
	text-decoration: none;
	float: right;
}

.fleche {height: 263px; width: 48px; left: 952px; display: block; position: absolute; background: url(../img/fleche.gif) bottom no-repeat transparent;}

#footer {
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 14px;
	border-top: 1px #888 dotted;
	padding-top: 8px;
}

.description { font-size: 12px; }
#menu a, #menu a:visited { color: #58595B; text-decoration: none; }
#menu a:hover, #menu a:active { color: silver; text-decoration: underline; }
#footer a, #footer a:visited { color: #58595B; text-decoration: none; }
#footer a:hover, #footer a:active { color: silver; text-decoration: underline; }

/* style accordeon */

#options {width:100%; margin:20px auto; text-align:right; color:#9ac1c9;}
#options a {text-decoration:none; color:#9ac1c9;}
#options a:hover {color:#033;}

#acc {width:100%; list-style:none; margin:0; padding: 0;}
#ac {width:100%; list-style:none; margin:0; padding: 0;}
#acc h3 {width:100%; font-size: 24px; font-weight: normal; margin: 0; padding: 0;}
#acc h3:hover {color: #666;}
#acc .acc-section {overflow:hidden; background:#fff;}
#acc .acc-content {width:100%; font-size: 13px; margin-left: 0; padding-left: 0;}

#nested {width:100%; list-style:none; color:#033; margin-bottom:15px;}
#nested h3 {width:100%; border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(images/header.gif);}
#nested h3:hover {background:url(images/header_over.gif);}
#nested .acc-section {overflow:hidden; background:#fff;}
#nested .acc-content {width:100%; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#fff;}
#nested .acc-selected {background:url(images/header_over.gif);}
