﻿/************** GLOBAL **************/

html, body {
	height: 100%;
	background: black;
}
#wrapper {
	background: black url(../images/bg_body_type.gif) 57% top repeat-y;
	background-attachment: scroll;
	width: 100%;
	min-width: 970px;
	min-height: 100%;
}
*html #wrapper {
	height: 100%;
	width: expression( document.body.clientWidth > 970? "auto": "970px" );
}
#container {
	width: 100%;
	padding-bottom: 20px;
}
html>/**/body #container {
	position: relative;
}


/************ Menu pos ***************/

.custom {
	position:absolute;
	top:0;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.custom #zone_menu {
	position: relative;
	padding-left:57%;
}
.custom #zone_menu .inside {
	left: -554px;
	padding: 50px 0 0 190px;
}

/************* Header ******************/

#header {
	position: relative;
	padding-left: 57%;
	width: 43%;
	overflow: hidden;
}
#header .inside {
	width: 2211px;
	height: 100px;
	padding: 50px 0 0 10px;
	position: relative;
	left: -554px;
	background: url(../images/bg_filets_type.gif) right top no-repeat;
}
#header a#go_home {
	position: relative;
	z-index: 100;
}

#switch {
	top: 120px;
	left: 230px;
}
* html #switch {
	left: 50px;
}

/************ Newsletter *****************/

#newsletter,
#newsletterEN {
	top: 34px;
	left: 113px;
}

/************* Main *****************/

#main {
	width: 43%;
	margin: 36px 0 0 0;
	border-top: 1px solid #262626;
	border-bottom: 1px solid #262626;
	float: left;
	position: static;
}

#main .inside {
	width: 342px;
	padding: 15px 25px;
	border-right: 1px solid #262626;
	float: left;
	position: static;
}

/********** Depuis 1921 **************/

#main .mod_article #retour,
#main .mod_article #suivant {
	margin-top: 5px;
}
#main .mod_article #retour {
	width: 50px;
	float: left;
}
#main .mod_article #suivant {
	width: 50px;
	float: right;
}

/************ Produits ***************/

#main #produit {
	position: relative;
}
#main #produit h1#titre_produit {
	width: 337px;
	padding: 3px 10px 5px;
	height: 12px;
	border: none;
	background: url(../images/bg_titre_produit.gif) top left no-repeat;
}
*:first-child+html #main #produit h1#titre_produit {
	padding: 4px 10px;
}
* html #main #produit h1#titre_produit {
	padding: 4px 10px;
}

#main #produit h1#titre_produit span {
	text-transform: uppercase;
}
#main #produit #ambiance {
	width: 179px;
	float: left;
	border: 3px solid #343434;
	margin-right: 10px;
}
#main #produit #zoom {
	width: 170px;
	height: 226px;
	padding: 0;
	float: left;
	position: absolute;
	right: 0;
	top: 63px;
}
#main #produit #zoom * {
	border: 0;
}

#main #produit #description {
	clear: left;
}
#main #produit #description p {
	text-align: justify;
	padding: 0 10px;
}
#main #produit a#loupe {
	display: block;
	position: absolute;
	left: 163px;
	top: 267px;
	width: 18px;
	height: 18px;
	overflow: hidden;
	background: url(../images/loupe.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 1px;
	text-indent: -300px;
}
#main #produit a#loupe:hover {
	background-position: 0 -18px;
}

#lbCenter, #lbBottomContainer {
	background-color: #343434;
}
#lbBottom {
	border-color: #343434;
	border-width: 5px;
	color: #FFF;
	font-size: 11px;
	font-family: Verdana;
}
#lbImage {
	border:5px solid #343434;
}
#lbCaption {
	font-weight: normal;
	padding-top: 4px;
}
#lbCaption span {
	font-weight: bold;
}
#lbCloseLink {
	background-position: right center;
	width: 120px;
	height: 18px;
}

/************* Left ******************/

#left {
	width: 57%;
	border-top: 1px solid #262626;
	border-bottom: 1px solid #262626;
	float: left;
}
#left .inside {
	width: 100%;
	padding: 15px 0 0 0;
	position: static;
	text-align: right;
}
#left .inside .mod_article {
	padding-right: 19px;
	width:532px; 
	float: right;
	overflow: hidden;
}

#left #musique {
	width: 1px;
	height: 1px;
	float: right;
	position: relative;
	right: 0;
	overflow: visible;
}

#left #musique *{
	position: absolute;
	top: 4px;
	right: 3px;
}
#alt_carousel,
#alt_zoom {
	text-align: center;
}

/************* Footer ****************/

#foot {
	margin-top: 20px;
	border-top: 1px solid #262626;
	width: 100%;
	float: right;
	text-align: right;
}
#foot .inside {
	padding: 20px 19px 20px 0;
	width: 532px;
	float: right;
}

/*********** Actualité****************/

#main .mod_newsarchive h1 {
	padding-top: 20px;
}
#main .mod_newsreader h2,
#main .mod_newsarchive h2 {
	border: none;
	color: #ADADAD;
	text-transform: uppercase;
}
* html #main .ce_text {
	width: 343px;
	overflow: hidden;
}
#main .mod_newsarchive h2 a {
	text-decoration: none;
}
#main .mod_newsreader p.info {
	color: #777;
}
#main .mod_newsarchive .imageActu {
	position: relative;
}
#main .mod_newsarchive .imageActu .img_container {
	border: 3px solid white;
	width: 147px;
	height: 58px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
#main .mod_newsarchive .img_border {
	position: absolute;
	z-index: 15;
	border: 1px solid black;
	width: 145px;
	height: 56px;
	left: 3px;
	top: 3px;
}
#main .mod_newsarchive .textActu {
	padding-bottom: 20px;
}
#main .mod_newsarchive .textActu h2 {
	margin: 5px 0 -12px;
}
#main .mod_newsmenu ul.level_1 {
	font-weight: bold;
}
#main .mod_newsmenu ul.level_2 {
	margin-left: 15px;
	font-weight: normal;
	padding-bottom: 5px;
}
#main .mod_newsarchive p.empty {
	display: none;
}


/*********** Plan du site ***************/
#plan-du-site ul.level_1 {
	list-style-type: none;
}
#plan-du-site ul.level_1 li {
	margin: 4px 0;
}
a.add_sitemap {
	display: block;
}
#plan-du-site ul.level_1 li a,
a.add_sitemap {
	text-transform: uppercase;
	padding: 4px 0;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#plan-du-site ul.level_1 li a:hover,
a.add_sitemap:hover {
	text-decoration: underline;
}
#plan-du-site ul.level_1 li ul.level_2 {
	padding: 5px 0 5px 35px;
	color: #AAA;
	list-style-type: disc;
}
#plan-du-site ul.level_1 li ul.level_2 li {
	display: list-item;
}
#plan-du-site ul.level_1 li ul.level_2 li a {
	color: #AAA;
	text-transform: none;
}
#plan-du-site ul.level_1 li ul.level_2 li ul.level_3 {
	list-style-type: square;
	padding-left: 25px;
}
#plan-du-site ul.level_1 li ul.level_2 li ul.level_3,
#plan-du-site ul.level_1 li ul.level_2 li ul.level_3  a {
	color: #777;
	font-weight: normal;
}

/************Formulaire***************/

#main .ce_form  form {
	width: 332px;
	padding-top: 20px;
	background: #1a1a1a;
	padding: 20px 5px;
}
#main .ce_form  form td.col_0 {
	vertical-align: top;
	text-align: right;
	width: 150px;
}
#main .ce_form label,
#main .ce_form .explanation {
	width: 133px;
	cursor: pointer;
}
#main .ce_form .radio_container span label {
	width: 140px;
	float: right;
	clear: none;
}
#main .ce_form input.text,
#main .ce_form input.upload,
#main .ce_form input.radio,
#main .ce_form select,
#main .ce_form input.captcha,
#main .ce_form textarea,
#main .ce_form .radio_container span {
	border: 1px solid #444444;
	margin: 1px 0;
	font-size: 11px;
	padding: 3px;
	color: #484848;
	font-weight: normal;
	position: relative;
	width: 180px;
}
span.captcha_text {
	font-style: italic;
	display: block;
	padding: 5px 10px 5px 0;
	color: #797979;
}
#main .ce_form .radio_container span input.radio {
	width: 20px;
	float: right;
	border: none;
	background: none;
}
#main .ce_form .radio_container span {
	background: none;
	border: none;
	width: 151px;
	float: left;
}
#main .ce_form .submit_container {
	margin-top: 15px;
	text-align: right;
	clear: both;
}
#main .ce_form .submit_container input {
	background: #343434 url(../images/bar_on.gif) no-repeat 11px 0;
	padding: 3px 10px 2px 16px;
	color: #FFF;
	text-transform: uppercase;
	border: 0;
	font-size: 10px;
	cursor: pointer;
}
*:first-child+html #main .ce_form .submit_container input {
	padding: 3px 5px 2px 8px;
}
* html #main .ce_form .submit_container input {
	padding: 3px 5px 2px 8px;
}
#main .ce_form .error {
	color: #900;
	font-weight: bold;
	font-style: italic;
}
#main .ce_form  em {
	color: #BABABA;
}

/*******TABLEAU*********/

#main  .ce_table  {
	margin: 10px 0;
	padding: 2px 1px 1px 2px;
	border: 1px solid #BBB;
}
#main  .ce_table table {
	border-collapse: collapse;
	width: 100%;
}
#main  .ce_table table thead,
#main  .ce_table table tfoot,
#main  .ce_table table thead a,
#main  .ce_table table tfoot a {
	color: #444;
}
#main  .ce_table table thead a:hover,
#main  .ce_table table tfoot a:hover {
	color: #777;
}
#main  .ce_table table thead tr th,
#main  .ce_table table tfoot tr td{
	border: 1px solid #BBB;
	padding: 3px 5px;
	background-color: #ECECEC;
}
#main  .ce_table table tbody tr td {
	padding: 3px 5px;
	border: 1px solid #DFDFDF;
}

