@charset "utf-8";

/**************
 *	GENERAL
 */
body {
	font-family: Helvetica, Arial;
	font-size: 12px;
	text-align: justify;
}

#site {
	width: 772px;
	margin: 0 auto;
}

#header {
	float: left;
	margin-top: 20px;
	background: url(./../images/layout/header.gif) no-repeat;
	width: 772px;
	height: 121px;
}

#logobox {
	float: left;
	width: 220px;
	height: 75px;
	cursor: pointer;
}
#language_selector {
	float: right;
	margin: 11px 10px 0px 0px;
}

#language_selector .image {
	float:left;
	/*margin: 1px 5px 0px 0px;*/
	margin: 0px 5px 0px 0px;
	/*border: 1px solid white;*/
	height: 15px;
}

#footer {
	float: left;
	background: url(./../images/layout/footer.gif) no-repeat;
	width: 732px;
	height: 43px;
	line-height: 43px;
	color: white;
	padding-left: 40px;
}

#footer .linkfoot {
	color: white;
	font-weight: normal;
}

span.caution {
	margin: 3px 0px 0px 10px;
}


#body {
	width: 100%;
	float: left;
}

p, h2, h3, h4 {
	margin: 10px 10px 0px 10px;
}

p { text-align: justify; }

a, a:active, a:visited {
	color: inherit;
}
a:hover {
	text-decoration: none;
}

.clearer {
	clear: both;
	width: 0;
	height: 0;
}

.space {
	width: 20px;
	display: inline-block;
}

.bold {
	font-weight: bold;
}

.important {
	color: #008FD1;
	font-weight: bold;
}

.center {
	text-align: center;
}

/**************
 *	HOME PAGE
 */
ul.flags li {
	float: left;
	display: block;
	width: 190px;
	text-align: center;
	margin: 10px 0px 10px 0px;
}

ul.flags li h3 {
	margin-bottom: 5px;
}

/**************
 *	FORM
 */
form .center_box {
 	margin: 10px auto;
 	width: 400px;
 	padding: 8px;
 }
 
form h1 {
	text-align: center;
	font-weight: bold;
	font-size: 17px;
}

form h2 {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0px 5px 0px;
}

form .center_box label {
	float: left;
	width: 100px;
 }
 
 form .center_box input {
	float: right;
	width: 280px;
 }
 
 form .submit {
 	text-align: center;
 	margin: 20px;
 }
 
 form .legal_notice {
 	font-size: 10px;
 	color: #333;
 	font-style; italic;
 }

 ul.erreurs {
 	margin-top: 10px;
 	text-align: center;
 	color: red;
 }
 
 .product_img { 
 	margin: 10px 0px 0px 15px;
 	width: 75px;
 }

 
 #ancre_produits, .ancres { display: inline; visibility: hidden; }
 
 /**************
 *	DETAIL
 */
 .detailg {
 	float: left;
 	width: 200px;
 	margin: 10px;
 }
 .detailg .notice{
 	width: 200px;
 	text-align:center;
 	display: block;
 }
 .detaild {
 	float: right;
 	margin: 10px;
 	width: 500px;
 }
 
 .detail h2 {
 	color: #008FD1;
 	margin-left: 0px;
 }
 
 .detail h3 {
 	font-weight: bold;
 	font-size: 14px;
 	margin-left: 0px;
 }
 
 .detail h4 {
 	font-weight: bold;
 	font-size: 11px;
 }
 
 .detail p {
 	margin: 5px 0px 0px 0px;
 }
 
 .detail p.indent { margin: 10px; }
 
 .lien_retour {
 	margin-top: 30px;
 	width: 100%;
 	text-align: right;
 }
 
 /**************
 *	EMAIL
 */

 body.email {
	font-family: Helvetica, Arial;
	font-size: 11px;
	text-align: justify;
}

 /**************
 *	PTS DE VENTE
 */
#pts_de_vente {
	float: left;
	margin: 15px 0px 15px 0px;
	width: 100%;
	text-align: center;
}

#pts_de_vente a {
	font-size: 14px;
}

.points_de_vente .region{
	color: #008FD1;
	font-weight: bold;
	margin: 0px 0px 10px 10px;
	font-size: 14px;
	border-bottom: 1px dashed #008FD1;
	margin-right: 10px;
}


.points_de_vente ul {
	float: left;
}

.points_de_vente li.pdv {
	margin: 0px 0px 0px 20px;
	float: left;
	width: 200px;
	height: 65px;
}

.points_de_vente li .enseigne {
	font-weight: bold;
}

 /**************
 *	WARNING
 */
 .pays {
 	float: left;
 	margin-bottom: 10px;
 }
 .pays img{
 	float: left;
 	margin: 3px 0 0 10px;
 }
 .pays h3 {
 	margin: 0 10px 0 40px;
 }
