@charset "utf-8";
/* CSS Document */

body {	
	font-family:arial;	
	color: #000000;
	font-size:11px;
	width:100%;
	margin:0px; 
	padding:0px;
	text-align:center;
	}

#cadre { 
	position:relative;
	margin:0px auto; 
	padding:0px;
	top:0;
	height:690px;
	width:992px;
	z-index:0;
	}
	
/**************************************************************************************************************************************************
															TEXTE
***************************************************************************************************************************************************/	

a:link {
	font-family:arial;
	color:#000;	
	text-decoration: none;
	font-size:11px;
	}
a:visited {
	font-family:arial;
	color:#000;	
	text-decoration: none;
	font-size:11px;
	}
a:hover {	
	font-family:arial;
	color:#000;	
	text-decoration: none;
	font-size:11px;
	}
a:active {
	font-family:arial;
	color:#000;	
	text-decoration: none;
	font-size:11px;
	}
a:focus {	
	font-family:arial;
	color:#000;	
	text-decoration: none;
	font-size:11px;
	}

/*****  lien menu  ****/

a.menu:link {
	font-family:Courier New;
	color:#000000;	
	text-decoration: none;
	font-size:12px;
	}
a.menu:visited {
	font-family:Courier New;
	color:#000000;	
	text-decoration: none;	
	font-size:12px;
	}
a.menu:hover {	
	font-family:Courier New;
	color:#000000;	
	text-decoration: none;
	font-size:12px;
	}
a.menu:active {
	font-family:Courier New;
	color:#000000;	
	text-decoration: none;
	font-size:12px;
	}
a.menu:focus {	
	font-family:Courier New;
	color:#000000;	
	text-decoration: none;
	font-size:12px;
	}

/*****  lien copyright   ****/

a.copyright:link {
	font-family:arial;
	color:#545454;	
	text-decoration: none;
	font-size:9px;
	}
a.copyright:visited {
	font-family:arial;
	color:#545454;	
	text-decoration: none;
	font-size:9px;
	}
a.copyright:hover {	
	font-family:arial;
	color:#000;	
	text-decoration: none;
	font-size:9px;
	}
a.copyright:active {
	font-family:arial;
	color:#000;	
	text-decoration: none;
	font-size:9px;
	}
a.copyright:focus {	
	font-family:arial;
	color:#000;	
	text-decoration: none;
	font-size:9px;
	}	

/************/
	
a.consult:link {
	font-family:arial;
	color:#0f0f0f;	
	text-decoration: none;
	font-size:12px;
	}
a.consult:visited {
	font-family:arial;
	color:#0f0f0f;	
	text-decoration: none;
	font-size:12px;
	}
a.consult:hover {	
	font-family:arial;
	color:#fefefe;	
	text-decoration: none;
	font-size:12px;
	}
a.consult:active {
	font-family:arial;
	color:#0f0f0f;	
	text-decoration: none;
	font-size:12px;
	}
a.consult:focus {	
	font-family:arial;
	color:#0f0f0f;	
	text-decoration: none;
	font-size:12px;
	}
		
/*****  lien doc et url dans mire la suite   ****/
	
a.lirelasuite:link {
	font-family:arial;
	color:#9E9E9E;	
	text-decoration: none;
	font-size:10px;
	}
a.lirelasuite:visited {
	font-family:arial;
	color:#9E9E9E;	
	text-decoration: none;
	font-size:10px;
	}
a.lirelasuite:hover {	
	font-family:arial;
	color:#9E9E9E;	
	text-decoration: none;
	font-size:10px;
	}
a.lirelasuite:active {
	font-family:arial;
	color:#9E9E9E;	
	text-decoration: none;
	font-size:10px;
	}
a.lirelasuite:focus {	
	font-family:arial;
	color:#9E9E9E;	
	text-decoration: none;
	font-size:10px;
	}
	
/*****  lien diaporama   ****/
	
a.diaporama:link {
	font-family:arial;
	color:#3d3e3e;	
	text-decoration: none;
	font-size:10px;
	}
a.diaporama:visited {
	font-family:arial;
	color:#3d3e3e;	
	text-decoration: none;
	font-size:10px;
	}
a.diaporama:hover {	
	font-family:arial;
	color:#b55c7c;	
	text-decoration: none;
	font-size:10px;
	}
a.diaporama:active {
	font-family:arial;
	color:#b55c7c;	
	text-decoration: none;
	font-size:10px;
	}
a.diaporama:focus {	
	font-family:arial;
	color:#b55c7c;	
	text-decoration: none;
	font-size:10px;
	}
	
/*****  formulaire   ****/

.input {
	background-color:#bdbfc0;
  	border:#bdbfc0 1px solid;
  	font-family:arial;
	font-size:8pt;
	color:#000000;
	z-index:4;
	}
textarea {
  scrollbar-base-color:#d8d8db;
  scrollbar-3dlight-color:#8c8d8e;
  scrollbar-arrow-color:#8c8d8e;
  scrollbar-darkshadow-color:#babbbd;
  scrollbar-face-color:#d8d8db;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#8c8d8e;
  scrollbar-track-color:#d8d8db;
}

.msg {
  	background-color:#d8d8db;
	background-image:none;
  	border:none;
  	font-family:arial;
	font-size:8pt;
	color:#000000;
	}
	
.ok {
  	background-color:#8d8c8c;
	background-image:none;
  	border:#8d8c8c 2px solid;
	margin-top:0px;
  	font-family:arial;
	font-size:6pt;
	color:#000000;
	font-weight:bolder;
	}
/**************************************************************************************************************************************************
															HEADER
***************************************************************************************************************************************************/
	
#logo { 
	background-image : url(img/logo.png);
	background-repeat:no-repeat;
	position:absolute;
	margin:0px auto; 
	padding:0px;
	top:80px;
	left:27px;
	height:31px;
	width:320px;
	z-index:1;
	}

/**************************************************************************************************************************************************
															      MENU
***************************************************************************************************************************************************/

#menu {
	background-image:url(img/fond_menu.png);
	background-repeat:no-repeat; 
	position:absolute;
	margin:0px auto;
	padding:0px;
	top:120px;
	left:1px;
	height:47px;
	width:362px;
	z-index:2;
	text-align:center;
	}

#evenements,#showroom,#contact,#liens {
	position:absolute;
	margin:0px auto;
	padding:0px;
	top:128px;	
	height:10px;
	z-index:3;
	}	
#evenements {
	width:70px;
	left:10px;
	}
#showroom {
	width:70px;
	left:100px;
	}	
#contact {
	width:70px;
	left:180px;
	}	
#liens {
	width:70px;
	left:240px;
	}
	
/**************************************************************************************************************************************************
															IMG DE FOND
***************************************************************************************************************************************************/

#img_fond { 	
    position:absolute;
	margin:0px auto; 
	padding:0px;
	top:62px;
	left:0px;
	height:600px;
	width:992px;
	z-index:0;
	}

#cadre_fond { 	
	border:#000000 1px solid;
    position:absolute;
	margin:0px auto; 
	padding:0px;
	top:62px;
	left:0px;
	height:594px;
	width:991px;
	z-index:2;
	}

#fond_transparent {
	background-image:url(img/fond_transparent.png);
	background-repeat:repeat; 
    position:absolute;
	margin:0px auto; 
	padding:0px;
	top:62px;
	left:0px;
	height:600px;
	width:992px;
	z-index:1;
	}
		
/**************************************************************************************************************************************************
															FOOTER
***************************************************************************************************************************************************/

#fond_newsletter { 
	background-image : url(img/fd_newsletter.png);
	background-repeat:no-repeat;
	position:absolute;
	margin:0px auto; 
	padding:0px;
	bottom:34px;
	left:8px;
	height:55px;
	width:357px;
	z-index:2;
	text-align:center;
	}

#langue { 
	position:absolute;
	margin:0px auto; 
	padding:0px;
	bottom:38px;
	left:55px;
	height:38px;
	width:300px;
	z-index:5;
	text-align:left;
	}

#fond_input { 
	position:absolute;
	margin:0px auto; 
	padding:0px;
	bottom:40px;
	left:110px;
	height:38px;
	width:160px;
	z-index:5;
	text-align:center;
	}
#fond_input2 { 
  	background-color:#8d8c8c;
	position:absolute;
	margin:0px auto; 
	padding-top:2px;
	bottom:60px;
	left:280px;
	height:17px;
	width:34px;
	z-index:5;
	text-align:center;
	}		
	
#copyright { 
	position:absolute;
	margin:0px auto; 
	padding:0px;
	bottom:0px;
	left:0px;
	height:30px;
	width:400px;
	z-index:2;
	text-align:left;
	}

#fond_codebarre { 
	background-image:url(img/codeBarre.png);
	background-repeat:no-repeat;
	position:absolute;
	margin:0px auto; 
	padding:0px;
	bottom:50px;
	right:55px;
	height:42px;
	width:292px;
	z-index:2;
	}	

#player { 
	position:absolute;
	margin:0px auto; 
	padding:0px;
	bottom:25px;
	left:525px;
	height:73px;
	width:136px;
	z-index:3;
	}	

/**************************************************************************************************************************************************
															EVENEMENTS
***************************************************************************************************************************************************/

#txt_events { 
	margin:0px auto; 
	padding:0px; 
	position:absolute; 
	width:302px; 
	height:320px; 
	overflow:hidden; 
	top:40px; 
	left:18px; 
	z-index:4; 
	text-align:justify;
	}
	
#fond_events { 
	background-image:url(img/fond_evenement.png);
	background-repeat:no-repeat;
	position:absolute;
	margin:0px auto; 
	padding:0px;
	top:180px;
	left:20px;
	height:423px;
	width:348px;
	z-index:2;
	}	

#fond_titre_events { 
	background-image:url(img/fond_titre_evenement.png);
	background-repeat:no-repeat;
	position:absolute;
	margin:0px auto; 
	padding:0px;
	top:180px;
	left:20px;
	height:25px;
	width:325px;
	z-index:3;
	}

#titre_events { 
	position:absolute;
	margin:0px auto; 
	padding:0px;
	top:187px;
	left:40px;
	height:10px;
	width:100px;
	text-align:left;
	z-index:3;
	}
		
#fond_scroll { 
	background-image:url(img/fond_scroll.png);
	background-repeat:no-repeat;
	position:absolute;
	margin:0px auto; 
	padding:0px;
	top:5px;
	left:266px;
	height:14px;
	width:45px;
	text-align:left;
	z-index:2;
	}	
	
#titre_video { 
	background-image:url(img/titre_video.png);
	background-repeat:no-repeat;
	position:absolute;
	margin:0px auto; 
	padding:0px;
	top:70px;
	right:37px;
	height:90px;
	width:338px;
	text-align:left;
	z-index:3;
	}	
	
#fond_video { 
	background-image:url(img/fond_video.png);
	background-repeat:no-repeat;
	position:absolute;
	margin:0px auto; 
	padding:0px;
	top:175px;
	right:27px;
	height:410px;
	width:510px;
	text-align:left;
	z-index:3;
	}	
	
#video { 
	position:absolute;
	margin:0px auto; 
	padding:0px;
	top:180px;
	right:41px;
	height:400px;
	width:480px;
	text-align:left;
	z-index:3;
	}
	
/**************************************************************************************************************************************************
															LIRE LA SUITE
***************************************************************************************************************************************************/

#fond_popup { 
	position:relative;
	margin:0px auto; 
	padding:0px;
	top:63px;
	width:490px; 
    height:123px;	
    left:0px;
	text-align:justify;
	z-index:5;
	}
	
#close_popup { 
	position:absolute;
	margin:0px auto; 
	padding:0px 0px;
	top:5px;
	width:20px; 
    height:20px;	
    left:470px;
	z-index:5;
	}	
#header_popup { 
	position:relative;
	margin:0px auto; 
	padding:0px;
	top:0px;
	width:490px; 
    height:123px;	
    left:0px;
	z-index:5;
	}
#fond_txt_popup { 
	position:relative;
	margin:0px auto;
	padding:0px;
	background-color:#969696;
	top:0px;
	width:490px; 
    height:auto;	
    left:0px;
	z-index:5;
	}	
#txt_popup { 
	position:relative;
	margin:0px auto;
	top:0px;
	width:440px; 
    height:auto;	
    left:5px;
	text-align:justify;
	z-index:5;
	}
	
#fond_img_popup { 
	position:relative;
	margin:0px auto; 
	padding:0px 0px;
	background-color:#969696;
	top:0px;
	width:490px; 
    height:auto;	
    left:0px;
	z-index:5;
	}
#img_popup { 
	position:relative;
	margin:0px auto; 
	padding:0px;
	background-color:#969696;
	top:0px;
	width:400px; 
    height:280px;
	text-align:center;
	vertical-align:middle;	
    left:0px;
	z-index:5;
	}
#imgs_popup { 
	position:relative;
	margin:0px auto; 
	padding:0px 0px;
	background-color:#969696;
	top:0px;
	width:400px; 
    height:auto;	
    left:0px;
	text-align:left;
	z-index:5;
	}	
#video_popup { 
	background-image:url(img/fond_evenement2.png);
	background-repeat:no-repeat;
	position:relative;
	margin:0px auto;
	padding-top:8px; 
	padding-left:55px;
	top:0px;
	width:490px; 
    height:24px;	
    left:0px;
	z-index:5;
	}	
	
#bottom_popup { 
	background-image:url(img/fond_evenement3.png);
	background-repeat:no-repeat;
	position:relative;
	margin:0px auto; 
	padding:0px;
	top:0px;
	width:490px; 
    height:30px;	
    left:0px;
	z-index:5;
	}		
	
/**************************************************************************************************************************************************
															SHOWROOM
***************************************************************************************************************************************************/

#fondletrrage2 { 
	background-image:url(img/LC-fondLetrrage2.png);
	background-repeat:no-repeat;
	position:absolute;
	margin:0px auto; 
	padding:0px;
	top:95px;
	width:98px; 
    height:160px;	
    left:555px;
	text-align:justify;
	z-index:1;
	}

#cadre_menu_left { 
	background-image:url(img/fond_menuRobe.png);
	background-repeat:no-repeat;
	position:absolute;
	margin:0px auto; 
	padding-left:45px;
	padding-top:60px;
	top:170px;
	height:396px;	
	left:5px;
	width:190px;
	text-align:left;
	z-index:2;
	}	

#cadre_robe { 
	position:absolute;
	margin:0px auto; 
	padding:0px;
	top:177px;
	height:420px;	
	left:191px;
	width:190px;
	text-align:left;
	z-index:3;
	}
	
#cadre_modele { 
	background-image:url(img/fd_ficheRobe.png);
	background-repeat:no-repeat;
	position:absolute;	
	margin:0px auto; 
	padding:0px;
	top:80px;
	right:7px;
	height:527px;
	width:458px;
	text-align:left;
	z-index:1;
	}	
	
#cadre_num_page { 
	background-image:url(img/fond_num_page.png);
	background-repeat:no-repeat;
	position:absolute;	
	margin:0px auto; 
	padding-left:11px;
	top:560px;
	left:191px;
	height:42px;
	width:173px;
	text-align:left;
	z-index:1;
	}
	
#fond_scroll2 { 
	background-image:url(img/fond_scroll.png);
	background-repeat:no-repeat;
	position:absolute;
	margin:0px auto; 
	padding:0px;
	top:493px;
	right:45px;
	height:14px;
	width:45px;
	z-index:2;
	}

#vue_grand { 
	position:absolute;	
	margin:0px auto; 
	padding:0px;
	top:95px;
	right:45px;
	height:381px;
	width:252px;
	text-align:center;
	z-index:2;
	}	
	
#vue1 { 
	background-image:url(img/fd_gris_photoPte-fiche.png);
	background-repeat:no-repeat;
	position:absolute;	
	margin:0px auto; 
	padding-top:5px;
	top:175px;
	right:395px;
	height:47px;
	width:52px;
	z-index:2;
	}
#vue2 { 
	background-image:url(img/fd_gris_photoPte-fiche.png);
	background-repeat:no-repeat;
	position:absolute;	
	margin:0px auto; 
	padding-top:5px;
	top:235px;
	right:395px;
	height:47px;
	width:52px;
	z-index:2;
	}
#vue3 { 
	background-image:url(img/fd_gris_photoPte-fiche.png);
	background-repeat:no-repeat;
	position:absolute;	
	margin:0px auto; 
	padding-top:5px;
	top:295px;
	right:395px;
	height:47px;
	width:52px;
	z-index:2;
	}
#vue4 { 
	background-image:url(img/fd_gris_photoPte-fiche.png);
	background-repeat:no-repeat;
	position:absolute;	
	margin:0px auto; 
	padding-top:5px;
	top:355px;
	right:395px;
	height:47px;
	width:52px;
	z-index:2;
	}
#vue5 { 
	background-image:url(img/fd_gris_photoPte-fiche.png);
	background-repeat:no-repeat;
	position:absolute;	
	margin:0px auto; 
	padding-top:5px;
	top:415px;
	right:395px;
	height:47px;
	width:52px;
	z-index:2;
	}

#diaporama { 
	position:absolute;	
	margin:0px auto; 
	padding:0px;
	top:474px;
	right:340px;
	height:47px;
	width:150px;
	z-index:2;
	}	
#img_gd { 
	position:absolute;	
	margin:0px auto; 
	padding:0px;
	top:475px;
	right:178px;
	height:47px;
	width:150px;
	z-index:2;
	}
	
/**************************************************************************************************************************************************
															CONTACT
***************************************************************************************************************************************************/

#cadre_adresse { 
	background-image:url(img/fd_cdre_adress.png);
	background-repeat:no-repeat;
	position:absolute;	
	margin:0px auto; 
	padding:0px;
	top:160px;
	left:30px;
	height:430px;
	width:207px;
	text-align:right;
	z-index:1;
	}	
#txt_adresse { 
	position:absolute;
	margin:0px auto; 
	padding:0px;
	top:220px;
	left:51px;
	height:150px;
	width:154px;
	text-align:left;
	z-index:2;
	}	

#cadre_carte { 
	position:absolute;	
	margin:0px auto; 
	padding:0px;
	top:407px;
	left:51px;
	height:89px;
	width:89px;
	text-align:left;
	z-index:2;
	}
#txt_carte { 
	position:absolute;
	margin:0px auto; 
	padding:0px;
	top:530px;
	left:51px;
	height:20px;
	width:154px;
	text-align:left;
	z-index:5;
	}
		
#cadre_msg { 
	background-image:url(img/fd_formulaire.png);
	background-repeat:no-repeat;
	position:absolute;	
	margin:0px auto; 
	padding-top:20px;
	padding-left:5px;
	top:120px;
	left:520px;
	height:468px;
	width:458px;
	text-align:left;
	z-index:1;
	}
#txt_msg { 
	position:absolute;
	margin:0px auto; 
	padding:0px;
	top:189px;
	left:615px;
	height:150px;
	width:60px;
	text-align:right;
	z-index:2;
	}
	
#fond_chp_form1 { 
	background-image:url(img/chps_formulaire.png);
	background-repeat:no-repeat;
	position:absolute;	
	margin:0px auto; 
	padding:0px;
	top:190px;
	left:690px;
	height:24px;
	width:255px;
	text-align:left;
	z-index:1;
	}
#chp_form1 { 
	position:absolute;	
	margin:0px auto; 
	padding:0px;
	top:195px;
	left:700px;
	text-align:left;
	z-index:3;
	}	
	
#fond_chp_form2 { 
	background-image:url(img/chps_formulaire.png);
	background-repeat:no-repeat;
	position:absolute;	
	margin:0px auto; 
	padding:0px;
	top:230px;
	left:690px;
	height:24px;
	width:255px;
	text-align:left;
	z-index:1;
	}
#chp_form2 { 
	position:absolute;	
	margin:0px auto; 
	padding:0px;
	top:235px;
	left:700px;
	text-align:left;
	z-index:3;
	}	
	
#fond_chp_form3 { 
	background-image:url(img/chps_formulaire.png);
	background-repeat:no-repeat;
	position:absolute;	
	margin:0px auto; 
	padding:0px;
	top:270px;
	left:690px;
	height:24px;
	width:255px;
	text-align:left;
	z-index:1;
	}
#chp_form3 { 
	position:absolute;	
	margin:0px auto; 
	padding:0px;
	top:275px;
	left:700px;
	text-align:left;
	z-index:3;
	}	
	
#fond_chp_form4 { 
	background-image:url(img/chps_formulaire.png);
	background-repeat:no-repeat;
	position:absolute;	
	margin:0px auto; 
	padding:0px;
	top:310px;
	left:690px;
	height:24px;
	width:255px;
	text-align:left;
	z-index:1;
	}
#chp_form4 { 
	position:absolute;	
	margin:0px auto; 
	padding:0px;
	top:315px;
	left:700px;
	text-align:left;
	z-index:3;
	}
	
#fond_chp_form5 { 
	background-image:url(img/chps_formulaire_msg.png);
	background-repeat:no-repeat;
	position:absolute;	
	margin:0px auto; 
	padding:0px;
	top:350px;
	left:690px;
	height:138px;
	width:255px;
	text-align:left;
	z-index:1;
	}
#txt_chp_form5 { 
	position:absolute;	
	margin:0px auto; 
	padding:0px;
	top:355px;
	left:710px;
	height:20px;
	width:30px;
	text-align:left;
	z-index:1;
	}
#chp_form5 { 
	position:absolute;	
	margin:0px auto; 
	padding:0px;
	top:375px;
	left:700px;
	text-align:left;
	z-index:3;
	}
	
#bt_submit { 
	position:absolute;	
	margin:0px auto; 
	padding:0px;
	top:500px;
	left:840px;
	text-align:left;
	z-index:3;
	}
#field { 
	position:absolute;	
	margin:0px auto; 
	padding:0px;
	top:540px;
	left:640px;
	font-size:9px;
	text-align:left;
	z-index:3;
	}
		
/**************************************************************************************************************************************************
															LIENS
***************************************************************************************************************************************************/

#fond_scroll3 { 
	background-image:url(img/fond_scroll.png);
	background-repeat:no-repeat;
	position:absolute;
	margin:0px auto; 
	padding:0px;
	top:98px;
	right:40px;
	height:14px;
	width:45px;
	text-align:left;
	z-index:2;
	}
