#mainWrapper {
	position:relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px;
	/*background-image: url(../images/header/fd.jpg);*/
	z-index:30;
}


#navMainWrapper {
	margin: 0px;
	padding: 0px;
	background-color: #666666;
}

#newsletter {
	background-color:#FFFFFF;
	/*background-image: url(../images/header/fdmailing.jpg);*/
	height: 25px;
}

#buttonNews {
	position:absolute;
	top:60px;
	left:167px;
}

.newsText {
	margin:0;
	padding:0px;
	position:absolute;
	top:60px;
	left:36px;
	border-right:none;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	height:15px;
	width:129px;
}

#contheader {
	width:1000px;
	height:130px;
}

#continscrip, #contpanier {
	display:none;
	width:1000px;
	height:0;
	background-color:#5E9E9E;
	top:0;
	left:0;
}

#continscrip_contenu, #contpanier_contenu {
	height:100%;
}

#contpanier_contenu {
	overflow:auto;
}

#slide_toggle, #slide_toggle2 {
	position:absolute;
	left:0;
}

#slide_toggle a {
	position:absolute;
	left:659px;
	z-index:2500;
}

#slide_toggle2 a {
	position:absolute;
	left:838px;
	z-index:2500;
}

#slide_toggle .open, #slide_toggle .close {
	color:#FFFFFF !important;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	float:left;
	text-align:center;
	background-image:url(../images/header/boutoncompte.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:177px;
	height:33px;
}

#slide_toggle .open:hover, #slide_toggle .close:hover, #slide_toggle2 .open:hover, #slide_toggle2 .close:hover {
	text-decoration:none;
}

#slide_toggle .open .size, #slide_toggle2 .open .size, #slide_toggle .close .size, #slide_toggle2 .close .size {
	font-size:12px;
}

#slide_toggle2 .open, #slide_toggle2 .close {
	color:#FFFFFF !important;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	float:left;
	text-align:center;
	background-image:url(../images/header/boutonpanier.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:162px;
	height:33px;
}

#slide_toggle .toggle,#slide_toggle2 .toggle {
	display:none;
}

#logo {
	background-image:url(../images/header/logo.jpg);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	width:230px;
	height:130px;
}

#logo a {
	width:230px;
	height:130px;
	display:block;
}

#header01 {
	background-image:url(../images/header/header01.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:770px;
	height:33px;
	float:left;
	/*padding-left:429px;*/
}

#header01 ul {
	margin:0;
	padding:2px 0 0 26px;
	list-style:none;
}

#header01 li {
	display:inline;
}

#header01 li a, #header01 li a:visited {
	color:#000000;
	font-size:10px;
	display:block;
	float:left;
	padding:3px 10px 0 10px;
	height:16px;  
}

#header01 li a:hover {
	background-color:#5E9E9E;
	color:#000000;
	text-decoration:none;
}

#boutoncompte {
	background-image:url(../images/header/boutoncompte.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:177px;
	height:33px;
	float:left;
	margin-right:2px;
}

#boutoncompte a {
	display:block;
	width:177px;
	height:33px;
}

#boutonpanier {
	background-image:url(../images/header/boutonpanier.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:162px;
	height:33px;
	float:left;
}

#boutonpanier a {
	display:block;
	width:162px;
	height:33px;
}

#header02 {
	background-image:url(../images/header/header02.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:770px;
	height:72px;
	float:left;
	/*font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	font-weight:bold;*/
}

#header03 {
	background-image:url(../images/header/header03.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:720px;
	height:25px;
	float:left;
	padding-left:50px;
}

#marque {
	float:left;
	color:#FFFFFF;
	background-image:url(../images/header/fdmarque.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:185px;
	height:25px;
	font-size:12px;
	text-align:center;
}

#marque a, #marque a:visited {
	display:block;
	width:185px;
	height:20px;
	font-size:12px;
	color:#FFFFFF;
	padding-top:5px;
}

#marque a:hover {
	text-decoration:none;
}

#header03 ul {
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}

#header03 li {
	display:inline;
}

#header03 li a, #header03 li a:visited {
	color:#000000;
	font-size:12px;
	display:block;
	float:left;
	padding:5px 16px 0 16px;
	height:20px;  
}

#header03 li a:hover {
	background-color:#000000;
	color:#FFFFFF;
	text-decoration:none;
}

/* Overlay toggle */ 
div.overlay_toggle {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
	z-index: 1400 !important;
	opacity:0.6;
	filter: alpha(opacity=60); 
	ZOOM: 1;
}

* html div.overlay_toggle {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/* toggle marque */
#contenu_marque {
	display:none;
	background-color:#000000;
	width:900px;
	/*height:0px;*/
	z-index:1500;
	position:absolute;
	left:0;
	background-image:url(../images/fdmarque.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

ul.marques {
	list-style:none;
	padding:0;
	margin:0;
}

ul.marques li {
	font-variant:small-caps;
	padding-bottom:3px;
}

ul.marques li a {
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}

ul.marques li a:hover {
	text-decoration:none;
	color:#5E9E9E;
}

.conteneur_lettre .lettre {
	font-size:36px;
	color:#494949;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.colonne_lettre {
	float:left;
	width:15%;
	margin-right:20px;
	color:#FFFFFF;
}

#marques_liste {
	/*margin-left:260px;*/
	display:block;
	width:654px;
	height:600px;
	float:left;
}

#colonne {
	width:246px;
	float:left;
}

#colonne p {
	text-align:center;
	margin:0;
	color:#FFFFFF;
	font-size:30px;
	font-weight:normal;
	padding:50px 0 80px 0;
}

#colonne p .color {
	color:#B7B7B7;
	font-style:normal;
	font-size:24px;
}

#colonne p .color2 {
	font-size:20px;
	color:#5E9E9E;
}

#contmarque {
	width:121px;
	margin-left:auto;
	margin-right:auto;
}
#contloginbox {
	padding-top:40px;
	color:#FFFFFF;
	text-align:center;
}
#contloginbox label {
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#FFFFFF;
}
#descinscrip {
	color:#FFFFFF;
}
#descinscrip a, #contloginbox a {
	position:static;
	color:#FFFFFF;
}
#descinscrip {
	padding:20px 0 0 0;
	text-align:center;
}
#descinscrip, #descinscrip a {
	font-size:16px;
	font-family:"Century gothic", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
#descinscrip #customers_greeting {
	font-size:24px;
}