/* corps de la page html */
html,body
{
	margin: 0;
	padding: 0;
	background-color:#8A201F;
	text-align:center;
}

/* div utilisée pour séparé des élément (un peu un equivalent de <br/> */
.spacer 
{
  clear: both;
  margin:-6px;
}

/* div qui contient tout le site, on la centre verticalement et horizontalement */
div#general
{
	position:absolute;
	z-index:2;

	width:962px;
	height:488px;
	max-height:488px;
	left: 50%; 
	top: 50%;
	margin-top:-235px;
	margin-left:-481px;
	padding: 0;
}

/* le rectangle pour le baguier, mis derriere le menu */
div#rect_baguier
{
	z-index:1;
	position:absolute;
	background-color:#D78317;
	width:158px;
	height:493px;
	left: 50%; 
	top: 50%;
	margin-top: -245px;
	margin-left: -465px;
}

/* image qui contient le texte du baguier, le lien d'accès est placé dessus */
#rect_baguier img
{
	position:relative;
	top:496px;
	border:0px;
}

/* le rectangle pour le cheque de réduction, mis derriere le menu */
div#rect_cheque
{
	z-index:1;
	position:absolute;
	background-color:#E7BB7A;
	width:96px;
	height:500px;
	left: 50%; 
	top: 50%;
	margin-top: -245px;
	margin-left: -289px;
}

/* image qui contient le texte du cheque de reduction, le lien d'accès est placé dessus */
#rect_cheque img
{
	position:relative;
	top:503px
}

/* le rectangle pour le menu à gauche */
div#rect_menu
{
	margin:0px;
	background-color:#DEDAE9;
	width:300px;
	height:460px;
	float:left;
	border: 1px double #D78317;
}

/* le rectangle qui contient le contenu du site */
div#rect_contenu
{
	margin:0px;
	padding:0px;
	background-color:#611B2B;
	width:652px;
	height:487px;
	max-height:487px;
	float:right;
	border: 1px double #D78317;
}

/* les elements du menu de gauche */
ul#menu
{
	list-style-position:inside;
	list-style-type:none;
	padding:0px;
	margin:0px;
	
}

#menu li
{
	margin-top:0px;
}

img.menu_image
{
	border:0;
}

/* *********************************************** */
/* presentation */
div#rect_atelier
{
	position:absolute;
	top:-5px;
	left:470px;
	margin:0px;
	padding:0px;
	background-color:#E7BB7A;
	width:203px;
	height:483px;

	
}

div#rect_marques
{
	position:absolute;
	top:-5px;
	left:700px;
	margin:0px;
	padding:0px;
	background-color:#818c88;
	width:203px;
	height:483px;
	background-image:url('/images/marques.jpg');
	background-repeat:no-repeat;
}

p#atelier_description
{
	position:relative;
	
	margin:0px;
	padding:0px;
	top:280px;
	font-family:verdana;
	font-size:12px;
	text-align:left;
	margin-left:3px;
	font-weight:bold;
	color:#611B2B;

}


img#atelier_titre
{
	position:relative;
	padding:0px;
	margin:0;
	top:-30px;
}

img#marques_titre
{
	position:relative;
	padding:0px;
	margin:0;
	top:-30px;
}


/* *********************************************** */
/* boutiques */

a.photo_bouton
{
	cursor: pointer;
	font-family:verdana;
	font-size:24px;
	font-weight:bold;
	color:#B3AE8E;
}


div#rect_boutiques_milieu
{
	z-index:1;
	position:absolute;
	width:34px;
	height:484px;
	background-color:#D78317;
	left:550px;
	top:0px;
}

table#table_boutiques
{
	position:absolute;
	z-index:2;
	width:642px;
	height:100%;
	
	left:300px;
	padding:0px;
	margin:0px;
}

td.td_boutiques_photo
{
	vertical-align:center;
}

td.td_boutiques_descr
{
	width:100%;
	vertical-align:bottom;
	padding-bottom:20px;
}

.td_boutiques_descr p
{
	font-family:verdana;
	font-size:12px;
	text-align:left;
	margin-left:10px;
	font-weight:bold;
	color:#B3AE8E;
	margin-right:5px;
}

img#paillettes_boutiques
{
	position:absolute;
	z-index:3;
	left:500px;
	top:-15px;
}

p.adresse_boutiques_photo
{
	margin:0px;
	padding:0px;
	font-family:verdana;
	font-size:10px;
	text-align:left;
	margin-left:76px;
	margin-top:2px;
	font-weight:bold;
	color:#B3AE8E;
	margin-right:45px;
}

/* *********************************************** */
/* promotions */




div#rect_promotions_liste
{
	position:absolute;
	background-color:#966F77;
	width:288px;
	height:502px;
	max-height:502px;
	overflow:scroll;
	overflow-x : hidden;
	overflow-y : scroll;
	left:650px;
	top:-8px;
	border: 1px solid #D78317;
}


div.montage_image_promo
{
	width:151px;
	margin:0px;
	padding:0px;
	height:110px;
	float:left;
	margin-bottom:20px;
}

img.photo_promo
{
	position:relative;
	width:141px;
	height:102px;
	top:20px;
	left:10px;
	float:left;
}

div.montage_texte_promo
{
	width:117px;
	margin:0px;
	padding:0px;
	height:110px;
	float:right;
	margin-bottom:20px;
}

p.titre_promo
{
	font-family:verdana;
	font-size:12px;
	color:black;
	text-align:left;
	margin-right:5px;
	margin-left:2px;
	margin-top:15px;
}

div.pastille_promo
{
	position:relative;
	background-image:url('/images/pastille_promo.gif');
	background-repeat:no-repeat;
	width:77px;
	height:76px;
	top:5px;
	left:-10px;
}

p.prix_promo
{
	font-family:verdana;
	margin:0px;
	padding:0px;
	text-ident:none;
	font-size:16px;
	color:#8A201F;
	text-align:left;
	line-height:10px;
	margin-left:5px;
	font-weight:bold;
}

p.prix_barre_promo
{
	font-family:verdana;
	margin:0px;
	padding:0px;
	text-ident:none;
	font-size:16px;
	color:white;
	text-align:left;
	margin-left:50px;
	text-decoration:line-through;
}

div#paragraphe_promotions
{
	position:absolute;
	width:257px;
	max-width:257px;
	left:360px;
	top:100px;
	font-family:times new roman;
	font-size:16px;
	text-align:left;
	font-weight:bold;
	color:#D78317;
}

img#paillettes_promotions
{
	z-index:3;
	position:absolute;
	left:550px;
	top:140px;
}
/* *********************************************** */
/* CONTACT */

div#rect_contact_milieu
{
	z-index:1;
	position:absolute;
	width:35px;
	height:484px;
	background-color:#D78317;
	left:700px;
	top:-10px;
}

h1#titre_contact
{
	
	text-align:center;
	font-family:verdana;
	font-size:18px;
	margin-left:-35px;
	font-weight:bold;
	color:#D78317;
	margin-top:20px;
}

div#contact_adresse
{
	position:absolute;
	z-index:2;
	left:720px;
	top:330px;
	width:300px;
	text-align:left;
	font-family:verdana;
	font-size:18px;
	margin-left:-10px;
	font-weight:bold;
	color:#DEDAE9;
}

img#paillettes_contact
{
	position:absolute;
	z-index:2;
	left:720px;
	top:150px;

}

table#contact_fomulaire
{
	float:left;
	margin-top:20px;
}

#contact_fomulaire td
{
	vertical-align:top;
	text-align:right;
	font-family:verdana;
	font-size:12px;
	margin-left:3px;
	font-weight:bold;
	color:#DEDAE9;
}

#contact_fomulaire input, #contact_fomulaire textarea
{
	margin-right:30px;
	width:300px;
	background-color: #DEDAE9; 
	border-width: 1px; 
	border-color: #cac7a4; 
	border-style: solid; 
	font-family: Arial; 
	font-size: 13px; 
	color: black; 
}

#contact_fomulaire textarea
{
	height:150px;
}

#contact_fomulaire input[type=submit]
{
	border-style: ridge;
	background-color: #9C717B; 
}

p#msgContact
{
	text-align:center;
	font-family:verdana;
	font-size:13px;
	margin-left:-10px;
	font-weight:bold;
	color:#DEDAE9;
	margin-top:20px;
	width:400px;
}

