/* ================ GENERIC ==================== */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 0.85em;
	color: #fff;
	background: #6e6e6e url(images/bg-site.jpg) repeat-x;
}

img, abbr, acronym, iframe {
	border: 0;
}

form, fieldset, p, ul, ol, li, div, h1, h2, h3, h4, h5, h6, citation {
	margin: 0;
	padding: 0;
}

dfn {
	display: none;
}

ul, li {
	list-style: none;
}

a, a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
}

.clearboth {
	clear: both; 
}

.center {
	text-align: center;
	width: 100%;
}


/* ================ CLASS GENERALES : MESSAGES ==================== */

.required {
	color: #ff0000;
	font-weight: bold;
	text-align: right;
	margin-bottom: 10px;
}

.ok_message {
	color: #00ff00;
	font-weight: bold;
	padding: 10px;
	margin: 10px 0 10px 0;
}

.error_message {
	color: #ff0000;
	font-weight: bold;
	padding: 5px;
	margin: 10px 0 10px 0;
}


/* ================ STRUCTURE ==================== */

/* -------------------- CONTAINER -------------------- */

#container {
	width: 990px;
	padding: 0 50px 0 50px;
	background: #6e6e6e url(images/bg-page.jpg) no-repeat;
	margin: 0 auto 0 auto;
	text-align: left;
}

/* -------------------- HEADER -------------------- */

#header {
	width: 990px;
	height: 71px;
}

#logo {
	float: left;
	margin-top: 5px;
	width: 259px;
	height: 59px;
}

#illustr {
	float: right;
	margin-top: 20px;
	width: 135px;
	height: 31px;
}

/* -------------------- MENU TOP -------------------- */

#menu .retour {
	color: #000;
	font-size: 0.8em;
	text-transform: uppercase;
	padding-top: 2px;
	float: left;
}

#menu .retour a {
	color: #000;
}

#menu {
	height: 20px;
	margin-bottom: 16px;
	border-bottom: 1px solid #b59679;
}

#menu ul {
	width: 870px;
	height: 21px;
	margin-left: 120px;
}

#menu ul li {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.75em;
	color: #fff;
	float: left;
	width: 135px;
	height: 17px;
	text-align: center;
	padding: 4px 5px 0 5px;
	background: url(images/bg-onglet.png) no-repeat;
}

#menu ul li a {
	color: #fff;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#menu ul li.actif a {
	color: #000;
}


/* -------------------- BLOC NEWSLETTER -------------------- */

#report_div {
	margin-left: 25px;
}

#report_div div {
	float: left;
	color: #fff;
	text-align: center;
	width: 155px;
	height: 150px;
}

#report_div div img {
	margin-bottom: 5px;
	padding: 2px;
	border: 4px solid #b59679;
}

#report_div div a {
	text-decoration: none;
	color: #fff;
}

#report_div div a span {
	color: #fed500;
	font-weight: bold;
}


/* -------------------- BLOC NEWSLETTER -------------------- */

#bloc-newsletter {
	float: left;
	padding: 20px 0 0 85px;
	text-transform: uppercase;
	font-size: 0.7em;
	width: 250px;
}

#bloc-newsletter form input {
	border: 0;
	font-size: 1.2em;
}

#bloc-newsletter form div{
	float: left;
}

#bloc-newsletter form .submit {
	background: url(images/bg-ok.png) no-repeat;
	width: 34px;
	height: 19px;
	cursor: pointer;
}

#bloc-newsletter form .input {
	background: url(images/bg-input.png) no-repeat;
	width: 156px;
	padding: 2px 5px 0 5px;
	height: 17px;
}

/* -------------------- BLOC NEWSLETTER -------------------- */

form.formgeneric fieldset {
	border: 0;
}

form.formgeneric div {
	margin-bottom: 10px;
}

form.formgeneric label {
	float: left;
	width: 150px;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

form.formgeneric input {
	border: 1px solid #555;
	width: 200px;
	font-size: 1em;
}

form.formgeneric select {
	border: 1px solid #555;
	width: 200px;
	font-size: 1em;
}

form.formgeneric textarea {
	border: 1px solid #555;
	width: 220px;
	height: 80px;
	font-size: 1.2em;
}

form.formgeneric div.radio {
	text-align: left;
}

form.formgeneric div.radio input {
	width: 10px;
}

form.formgeneric div.radio label {
	float: none;
}

form.formgeneric div.captcha input {
	width: 50px;
}

form.formgeneric .btnsubmit {
	margin-left: 160px;
	background: #fff;
	width: 90px;
	height: 30px;
	font-weight: bold;
	cursor: pointer;
}

/* -------------------- BOX -------------------- */

.box {
	float: left;
	background: url(images/bg-box.png) repeat-y;
	width: 264px;
	margin-right: 5px;
	font-size: 0.9em;
}

.box img {
	padding: 0 0 0 1px;
}

.nospace div {
	height: 134px;
	padding-bottom: 0 !important;
}

.box table {
	color: #775c55;
	padding: 6px 13px 10px 13px;
	font-size: 1.1em;
	text-align: center;
	width: 265px;
}

.box table tr td {
	border: 1px solid #775c55;
	margin: 0;
	padding: 4px;
}

.box p {
	color: #775c55;
	padding: 6px 13px 10px 13px;
	font-size: 1.1em;
	text-align: justify;
}

.box p em {
	color: #84512c;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
}

.box p br {
	margin-bottom: 10px;
}

.box p strong {
	color: #ce7737;
}

.box .pdf {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.box h2 {
	background: url(images/box-top.png) no-repeat;
	width: 264px;
	height: 21px;
	padding: 8px 0 0 0;
	text-transform: uppercase;
	font-size: 1.1em;
	text-align: center;
}

.box h2 span {
	color: #84512c;
}

.box h3 {
	color: #ce7737;
	font-size: 1.1em;
	margin: 10px 0 0 14px;
}

.box .bottom {
	background: url(images/box-bottom.png) no-repeat;
	margin-top: -3px;
	width: 264px;
	height: 29px;
}

#box3 {
	float: left;
	margin-left: 12px;
	background: url(images/bg-box3.jpg) no-repeat;
	text-align: justify;
	font-size: 1em;
	width: 235px;
	height: 394px;
	padding: 50px 180px 0 25px;
}

#box3 br {
	margin-bottom: 8px;
}

.btn {
	background: url(images/bg-btn.png) no-repeat;
	margin: 50px 0 0 165px;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
	width: 213px;
	height: 28px;
	color: #5d4533;
}

.btn a {
	color: #5d4533;
}

#box3bis {
	float: left;
	margin-left: 12px;
	background: url(images/bg-box3-empty.jpg) no-repeat;
	text-align: justify;
	font-size: 1em;
	width: 390px;
	height: 404px;
	padding: 15px 25px 25px 25px;
}

#box3bis br {
	margin-bottom: 0px;
}

#box3bis em {
	color: #000;
}

#box4 {
	float: left;
	margin-left: 12px;
	background: url(images/bg-box4-repeat.png) repeat-y;
	text-align: justify;
	font-size: 1em;
	width: 440px;
	padding: 0;
	color: #84512c;
}

#box4 br {
	margin-bottom: 2px;
}

#box4 p {
	margin-bottom: 10px;
	padding: 0 25px 0 25px;
}

#box4 strong {
	color: #000;
}

#box4 div.h2 {
	background: url(images/bg-box4-top.png) no-repeat;
	width: 417px;
	height: 30px;
	color: #fff;
	padding: 5px 0 0 23px;
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 10px;
}

#box4 div.h2 div {
	float: right;
	text-align: center;
	padding: 3px 5px 0 0;
	background: url(images/bg-prix.png) no-repeat;
	width: 116px;
	height: 21px;
	color: #000;
	font-size: 0.8em;
}

#box4 .bottom {
	margin-top: 20px;
	background: url(images/bg-box4-bottom.png) no-repeat;
	width: 440px;
	height: 80px;
	padding-top: 15px;
}

.btn-inscription {
	background: url(images/bg-btn.png) no-repeat;
	margin: 10px 0 0 122px;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
	width: 213px;
	height: 28px;
	color: #5d4533;
}

.btn-inscription a {
	color: #5d4533;
}


/* -------------------- FOOTER -------------------- */

#menufooter {
	padding: 25px 0 0 0;
	font-weight: bold;
	font-size: 0.75em;
	text-align: center;
	margin: 0 auto;
	width: 400px;
}

#menufooter ul {
	display:table;
	text-align: center;
	margin: 0 auto;
}

#menufooter ul li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}

#menufooter ul li.end {
	border-right: none;
}

#menufooter a {
	color: #fff;
}

#menufooter a:hover {
	color: #fed500;
}

#footer {
	padding: 25px 0 45px 0;
	font-weight: bold;
	font-size: 0.75em;
	text-align: center;
}

#footer strong {
	color: #fed500;
}

#footer em {
	color: #bcbcbc;
	font-style: normal;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #fed500;
}


/* ================ CONTENT ==================== */

#content {
	margin-top: 15px;
	font-size: 0.8em;
}

.report {
	padding: 20px;
	width: 950px;
	background: #000;
	color: #fff;
}

.content {
	padding: 20px;
	color: #fff;
}

.content h1 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 1.6em;
}

.content h2 {
	margin: 25px 0 20px 0;
	color: #fed500;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -0.05em;
}

.content h3 {
	margin-bottom: 10px;
}

.content a {
	font-weight: bold;
}

.content strong {
	color: #fed500;
}

.content em {
	color: #8a34cf;
	font-size: 0.9em;
}

.content p {
	margin-bottom: 15px;
	text-align: justify;
}

.content ul {
	margin: 10px 20px 20px 35px;
}

.content ul li {
	list-style: disc;
	margin-bottom: 5px;
	text-align: justify;
}

.content2 {
	color: #5d4533;
}

.content2 a {
	font-weight: bold;
}

.content2 strong {
	color: #ce7737;
}

.content2 em {
	color: #ce7737;
	font-size: 1.1em;
	font-weight: bold;
}

.content2 p {
	margin-bottom: 15px;
	text-align: justify;
}


#gallery_swf, #gallery_div {
	width: 990px;
}

#banner_swf {
	height: 275px;
}

#banner_btns {
	width: 960px;
	background: #000;
	padding: 25px 0 5px 30px;
}

#banner_btns img {
	float: left;
	padding-right: 1px;
}

.btnback {
	background: #000 url(images/picto-fleche.png) no-repeat 8px 4px;
	padding: 4px;
	color: #000;
	width: 100px;
	font-size: 0.95em;
	text-align: center;
	text-transform: uppercase;
}

.btnback a {
	padding-left: 10px;
	color: #fff;
	font-weight: bold;
}

.dvd {
	background: #000 url(images/dvd.png) no-repeat right top;
	width: 870px;
	text-align: center;
	padding: 30px 60px 10px 60px;
	font-size: 1.3em;
}

.dvd a {
	color: #fed500;
	font-weight: bold;
}

.copyrightphotos {
	background: #000 url(images/dvd.png) no-repeat 6px;
	width: 870px;
	height: 60px;
	text-align: right;
	padding: 0 60px 0 60px;
	font-size: 0.95em;
}

.copyrightphotos a {
	color: #fed500;
}

.copyrightphotos p {
	padding-top: 10px;
}






/* LISTES */

.catlistline {
	width: 970px;
	margin: 15px 0 15px 0;
	border: 1px solid #9e866f;
	padding: 10px;
	background: #6e6e6e url(images/bg-page.jpg) no-repeat;
}

.small {
	float: left;
	width: 470px;
	margin: 0 5px 5px 0;
	height: 180px;
}

.smallnoright {
	float: left;
	width: 470px;
	margin: 0 0 5px 0;
	height: 180px;
}

.catlistline .right {
	float: right;
	margin-left: 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	background: #000;
	width: 120px;
	padding-top: 4px;
	height: 32px;
	text-align: center;
}

.catlistline .rightfull {
	float: right;
	margin-left: 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	width: 120px;
	padding-top: 4px;
	height: 32px;
	text-align: center;
}

.catlistline .right strong {
	color: #fed500;
}

.catlistline .right .achat {
	margin-top: 25px;
	font-weight: bold;
	font-size: 1.1em;
}

.catlistline .right .achat em {
	font-size: 0.7em;
}

.catlistline .vignette {
	float: left;
	margin-right: 15px;
	width: 115px;
	height: 173px;
}

.catlistline .vignette .photo {
	width: 115px;
	height: 115px;
	border: 1px solid #9e866f;
}

.catlistline .vignette .lien {
}

.catlistline .description {
	margin: 0 115px 0 130px;
}

.catlistline .date {
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
}

.catlistline h2 {
	font-size: 1em;
	margin: 5px 0 2px 0;
	color: #7c6652;
}

.catlistline .date strong {
	color: #ce7737;
}

.catlistline br {
	margin-bottom: 0px !important;
}

.catlistline .date strong a {
	color: #ce7737;
}

.catlistline .description em {
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	color: #fed500;
}

.catlistline .description .prix {
	background: url(images/bg-prix.png) no-repeat;
	width: 116px;
	height: 17px;
	padding-top: 4px;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	font-style: normal;
	color: #000;
}

/* ================ ToolTip Rectangle Gris ==================== */

a.tooltip em {
    display:none;
}
a.tooltip:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration:none;
	cursor: pointer !important;
}
a.tooltip:hover em {
    font-style: normal;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 5px;
    color: #9e866f;
    border: 1px solid #fff;
    background: #fff;
    width:170px;
}
a.tooltip:hover em span {
    position: absolute;
    top: -7px;
    left: 50px;
    height: 7px;
    width: 11px;
    background: transparent url(images/image-infobulle.gif);
    margin:0;
    padding: 0;
    border: 0;
}
