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

*{ margin: 0;padding:0; }
body { background-color:#fdecff;color: #5c1d55;margin: 0;text-align:left;font-family:Georgia, "Times New Roman", Times, serif;}
object { outline:none;}
a:active, a:focus{
      outline:none;
}


#container
{
  position: relative; /* on positionne le conteneur */
  margin: 0 auto;
  width: 1141px;
  height:auto;
  overflow:auto;
}
#banniere
{
	 width: 1141px;
	 height:170px;
	 background-image:url(images/banniere.png);
	 padding-top: 275px;
}
#menu_horizontal
{
	width: 970px;
	height: 56px;
	background-image:url(images/fond_menu_horizontal.png);
	position: relative; /* on positionne le conteneur */
    margin: 0 auto;
	
	padding-top: 8px;
	padding-left: 10px;
}
#corps
{
	width: 1141px;
  	height:auto;
	background-image:url(images/fond-corps.png);
	background-repeat:no-repeat;
	overflow:auto;
	margin-top: -50px;
	
}

#menu_gauche
{
	float:left;
	padding-top:3px;
	margin-left: 80px;
	height:auto;
	overflow:auto;
}
#bordure_haut
{
	width: 241px;
	height: 24px;
	background-image:url(images/menu_gauche_haut.png);
}
#centre_menu_gauche
{
	width: 241px;
	height: auto;
	background-image:url(images/menu_gauche_centre.png);
	
}
#bordure_bas
{
	width: 241px;
	height: 11px;
	background-image:url(images/menu_gauche_bas.png);
}
#contenu
{
	float:left;
	width: 700px;
	margin-left: 50px;
	height: auto;
	padding-bottom: 30px;
	
}
#bordure_contenu_haut
{
	width: 700px;
	height: 29px;
	background-image:url(images/fond_contenu_haut.png);
}
#centre_contenu
{
	width: 660px;
	height: auto;
	background-image:url(images/fond_contenu_centre.png);
	text-align:justify;
	padding-left: 20px;
	padding-right: 20px;
	padding-top:20px;
	overflow:hidden;
}
#bordure_contenu_bas
{
	width: 700px;
	height: 14px;
	background-image:url(images/fond_contenu_bas.png);
}
#adresse
{
	width: 240px;
	height: auto;
	text-align:center;
	padding-top: 50px;
	font-size:12px;
	padding-bottom: 50px;
	
}
h4, h3, h2
{
	font-family:"Monotype Corsiva";
}


#titre
{
	width:550px;
	height:auto;
	float:left;
	
}
#paragraphe_un
{
	width: 410px;
	height:auto;
	float:left;
	margin-top: 20px;
	padding-right: 20px;
}
#photo_un
{
	width: 200px;
	height: auto;
	float:left;
	margin-left: 10px;
	
}
#photo_deux
{
	width: 200px;
	height: auto;
	float:left;
	margin-left: 10px;
	margin-top: 20px;
}
#centre_contenu img { 
   border: 3px solid #FFF;  
   -moz-box-shadow: 1px 1px 12px #555;
   -webkit-box-shadow: 1px 1px 12px #555;
   
   
} 
#centre_contenu ul { 
   margin-left: 50px; 
   
   
} 
#centre_contenu a { 
   text-decoration: none; 
   color: #5c1d55;
   
} 



#paragraphe_deux
{
	width: 650px;
	height:auto;
	float:left;
}
#paragraphe_deux a { 
   text-decoration: none; 
   color: #5c1d55;
   
} 

#footer
{
	height: 70px;
	text-align:center;
}
#footer a
{
	text-decoration: none;
	font-size:16px;
	font-family:"Monotype Corsiva";
	color: #5c1d55;
}
     
#footer ul li
{
	display:inline;
	margin-left: 10px;
}
#signature a
{
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#acheter img
{
	border:none;
	-moz-box-shadow: none;
   -webkit-box-shadow: none;
}

.prixProduit {
	font-style: italic;
	font-size: 130%;
}
