/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 03
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */


/* --- COULEURS --- */

/* Note: vous pouvez modifier simplement l'aspect de ce gabarit en modifiant
   uniquement les couleurs de fond (propriétés background) et les couleurs
   du texte (propriété color).
   Pour modifier la disposition des blocs, voir plus bas dans la feuille de
   styles la partie «positionnement». */

/* Général */
html {
    font-size: 100%;
}
body {
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-image: url(images/ombre-haute.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-weight: normal;
}
img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #8E0B0A;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	line-height: 1.25em;
	margin-bottom: -0.5em;
}
h2 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1.166em;
	color: #B8977F;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	line-height: 1.333em;
	margin-bottom: -0.1em;
}
INPUT {
	color:#000;
	font-size:0.9em;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration: none;
	display: inline;
	font-weight: bold;
	font-style: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #FDD18D;
	border-right-color: #FDD18D;
	border-bottom-color: #FDD18D;
	border-left-color: #FDD18D;
	background-color: #F9F5EF;
	padding:0;
	margin:0.309em;
}

textarea {
	color:#000;
	font-size:0.8em;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration: none;
	display: inline;
	font-weight: bold;
	line-height: 0.8em;
	font-style: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #FDD18D;
	border-right-color: #FDD18D;
	border-bottom-color: #FDD18D;
	border-left-color: #FDD18D;
	background-color: #F9F5EF;
	margin-left: 0.2em;
}

#panier_input {
	color:#000;
	font-size:0.9em;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration: none;
	display: inline;
	font-weight: bold;
	line-height: 0.9em;
	font-style: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #FDD18D;
	border-right-color: #FDD18D;
	border-bottom-color: #FDD18D;
	border-left-color: #FDD18D;
	background-color: #F9F5EF;
	margin:0.5em;
	padding:0.3em;
	
}
input[type=radio] {
	background-color:transparent;
	border:none;
}

input[type=hidden] {
	background-color:transparent;
	border:none;
	
}

select, option {
	color:#000;
	font-size:1em;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration: none;
	line-height: 1em;
	font-style: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #FDD18D;
	border-right-color: #FDD18D;
	border-bottom-color: #FDD18D;
	border-left-color: #FDD18D;
	background-color: #F9F5EF;
	margin :2px;
}
#formrecherche{
	display:inline;
	margin-right:30px;
}

.blanc {
	color: #FFF;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	margin-top: -0.6em;
}

.noir2 {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.ombrage {
	border: 1px solid #E7964B;
	-moz-box-shadow: 1px 1px 12px #E7964B;
	-webkit-box-shadow: 1px 1px 12px#E7964B;
	box-shadow: 1px 1px 12px #E7964B;
	color: #000;
	font-size: 0.833em;
	font-weight: bold;
	text-decoration: none;
    }  
.ligneInfo {
	font-size: 1em;
	font-style: italic;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-color: #8E0B0A;
	line-height: 2em;
	float: left;
	width: 205px;
	text-indent: 0.5em;
	height: 24px;
	margin: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ligneChoix {
	font-size: 0.98em;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-color: #F9F5EF;
	line-height: 2em;
	float: left;
	width: 205px;
	text-indent: 0.5em;
	margin-top: 0em;
	margin-bottom: 0em;
}
.references {
	font-size: 1.2em;
	font-style: italic;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #C12F2C;
	text-indent: 0.5em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C12F2C;
	display: block;
	background-color: #F9F5EF;
	line-height: 1.8em;
	height: 1.8em;
	vertical-align: top;
	padding-top: 0.5em;
	width: 620px;
	margin-top: 0.5em;
}
.agrandir {
	background-attachment: scroll;
	background-image: url(images/zoom-image.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
	line-height: 1.6em;
	text-indent: 1.6em;
	display: block;
}
.grege {
	color: #B8977F;
	text-decoration: none;
}
.sousTitre {
	color: #8E0B0A;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 1em;
	font-weight: bold;
	display: block;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: -0.2em;
	margin-left: 0.5em;
}


/* Page */
#global {
	background-attachment: scroll;
	background-image: url(images/perlemoi-tetiere-nacre.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#navigation {
	text-decoration: none;
	background-color: transparent;
	height: 89px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 145px;
}
#navigationHaute {
	text-decoration: none;
	background-color: transparent;
	height: 240px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#boiteHauteDroite {
	height: 135px;
	width: 960px;
	/*font-size: 1.2em;*/
	/*line-height: 1.2em;*/
	color: #8E0B0A;
	text-decoration: none;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	/*float: right;*/
	font-size: 1.6em;
	font-weight: bold;
	/*margin-right: 2.5em;*/
	/*margin-left: 0.2em;*/
	/*
	margin-left: 650px;
	padding-left: 650px;
	*/
	/*background-color:#3C6;*/
	margin-top: 10px;
}
#boiteHauteDroite a {
	color: #8E0B0A;
	text-decoration: none;
}
#boiteHauteDroite a:hover {
	color: #000;
	text-decoration: none;
}
#boiteHauteDroite p {

	font-size: 0.72em;
	font-weight: bold;
	margin-top: 5.1em;
	margin-right: 1.2em;
	text-decoration: none;
}

.sous_titre_menu {
	margin-right:1.2em;
}

.bas_menu {
	font-size: 5.68em;
	/*line-height: 0.2em;	*/
	color: #8E0B0A;
	text-decoration: none;
}

#btnMenu160 {
	height: 24px;
	width: 160px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1.083em;
	text-decoration: none;
	top: 0px;
	color: #8E0B0A;
	text-align: center;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/menu-out.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}
#btnMenu160 a{
	height: 2em;
	width: 160px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1.083em;
	text-decoration: none;
	top: 0px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/menu-out.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1.7em;
}
#btnMenu160 a:hover{
	text-decoration: none;
	top: 0px;
	color: #FFF;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/menu-over.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	height: 2em;
	width: 160px;
}
#btnMenu160Choix {
	height: 24px;
	width: 160px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1.083em;
	text-decoration: none;
	top: 0px;
	color: #8E0B0A;
	text-align: center;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/menu-over.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}
#btnMenu160Choix a{
	height: 2em;
	width: 160px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1.083em;
	text-decoration: none;
	top: 0px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/menu-over.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1.7em;
}
#btnMenu160Choix a:hover{
	text-decoration: none;
	top: 0px;
	color: #FFF;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/menu-over.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	height: 2em;
	width: 160px;
}
#btnSousMenu160 {
	height: 23px;
	width: 159px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	top: 0px;
	color: #8E0B0A;
	text-align: center;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	background-image: url(images/sous-menu.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 2em;
	border-bottom-width: 1px;
	border-bottom-color: #B8977F;
}
#btnSousMenu160 a{
	height: 23px;
	width: 159px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	top: 0px;
	color: #B8977F;
	text-align: center;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	background-image: url(images/sous-menu.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 2em;
	border-bottom-width: 1px;
	border-bottom-color: #B8977F;
}
#btnSousMenu160 a:hover{
	text-decoration: none;
	top: 0px;
	color: #8E0B0A;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	height: 23px;
	width: 159px;
	border-bottom-width: 1px;
	border-bottom-color: #8E0B0A;
}

#btnSousMenu160 .bouton_actif{
	color: #8E0B0A;
}

#btnSousMenu160 a:active{
	text-decoration: none;
	top: 0px;
	color: #8E0B0A;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 2em;
	width: 159px;
}
#boite160 {
	float: left;
	height: 75px;
	width: 160px;
	padding: 0px;
	visibility: hidden;
}
#boite160A {
	float: left;
	height: 75px;
	width: 160px;
	padding: 0px;
	visibility: hidden;
}
#boite160AChoix {
	float: left;
	height: 75px;
	width: 160px;
	padding: 0px;
	visibility: visible;
	position: fixe;
}
#boite160B {
	float: left;
	height: 75px;
	width: 160px;
	padding: 0px;
	visibility: hidden;
}
#boite160BChoix {
	float: left;
	height: 75px;
	width: 160px;
	padding: 0px;
	visibility: visible;
	position: fixe;
}
#boite160C {
	float: left;
	height: 75px;
	width: 160px;
	padding: 0px;
	visibility: hidden;
}
#boite160CChoix {
	float: left;
	height: 75px;
	width: 160px;
	padding: 0px;
	visibility: visible;
	position: fixe;
}
#boite320 {
	float: right;
	height: 230px;
	width: 320px;
	padding: 0px;
	visibility: visible;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(images/fond-actualites.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0.95em;
	font-weight: bold;
	color: #000;
}
#panier {
	margin:0.9em;
	text-align:center;
}

#boite320 p {
	margin:0.9em;
}
#boite320 h2 {
	color: #8E0B0A;
	font-size: 1.3em;
	text-decoration: none;
	font-style: italic;
	line-height: 1em;
	margin:2.5em 0.9em 0.9em;
}
#boite320 a {
	color: #8E0B0A;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	font-size: 0.9em;
}
#boite320panier {
	float: right;
	height: 40px;
	width: 320px;
	padding: 0px;
	visibility: visible;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(images/fond-panier.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0.95em;
	font-weight: bold;
	color: #000;
}
#boite320panier h2 {
	color: #8E0B0A;
	font-size: 1.3em;
	text-decoration: none;
	font-style: italic;
	line-height: 1em;
	margin-top: 0.5em;
	margin-bottom: -0.3em;
}
#boite320panier a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

#panier a {
	color: #fff;
	text-decoration: none;
	font-style: normal;	
	font-weight: bold;
	font-size: 1em;
}

#panier_input a {
	color: #000;
	text-decoration: none;
	font-style: normal;	
	font-weight: bold;
	font-size: 1em;
}
#contenu a {
	color: #B22422;
	text-decoration: none;
}
#contenu a:hover {
	color: #D06D23;
	text-decoration: none;
}

/* Pied de page */
#pied {
	color: #999;
	font-size: 0.75em;
	text-decoration: none;
	font-weight: normal;
}


/* --- POSITIONNEMENT --- */

/* Page */
html, body {
	height: 100%; /* Voir -> Note 1 ci-dessous */
}
#global {
	min-height: 100%; /* -> 1 */
	width: 1040px;
	overflow: hidden; /* -> 2 */
	margin-left: auto;
	margin-right: auto;
}
#navigation ul {
	margin: 0;
	list-style: none;
	text-align: center;
}
#navigation li {
	display: inline;
}

/* Contenu */
#contenu {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0em;
}

/* Diaporamas */
#diapo {
	padding-top: 0em;
	padding-right: 1em;
	padding-left: 1em;
	text-align: center;
	vertical-align: top;
	font-size: 0.83em;
	color: #999;
	text-decoration: none;
	line-height: 0.83px;
	padding-bottom: 0em;
}
#infosAccueil {
	float: left;
	width: 290px;
	text-align: left;
	vertical-align: top;
	margin-right: 20px;
	font-size: 1.2em;
	text-decoration: none;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	border: 1px solid #E3C9A0;
	-moz-box-shadow: 1px 1px 12px #B8977F;
	-webkit-box-shadow: 1px 1px 12px#B8977F;
	box-shadow: 1px 1px 12px #B8977F;
	color: #000;
	padding:0px;
}

#infosAccueil h2 {
	margin:0px;
	padding:0px;	
}

#infosAccueil h2 a {
	text-align:center;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #B22422;
	display: block;
	line-height: 1.8em;
	height: 1.8em;
	padding: 0px;
	/*margin-top: -0.2em;*/
	vertical-align: top;
	/*margin-left: 0.2em;	*/
	margin-bottom: 0;
}
#infosAccueil h2 a:hover {
	font-weight: bold;
	color: #FCCF8C;
	text-decoration: none;
	display: block;
	padding: 0px;
}
#infosAccueil p {
	text-decoration: none;
	width: 290px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#infosAccueil img {
	/*height: 381px;*/
	/*width: 290px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3C9A0;
	text-decoration: none;
}
#infosAccueil a {
	font-size: 0.75em;
	text-decoration: none;
	font-weight: bold;
	/*line-height: 0.5em;*/
	color: #B8977F;
}
#diapo img {
	text-decoration: none;
	padding-top: 0px;
}
#boite640 {
	width: 634px;
	text-align: left;
	vertical-align: top;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.2em;
	height: 150px;
}
#boite640 a{
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	color: #B22422;
}
#boite640 p {
	padding-bottom: 0.2em;
}
#ficheProduit a {
	color: #B22422;
	text-decoration: none;
	font-size: 0.96em;
	font-weight: bold;
}
#ficheProduit {
	width: 636px;
	text-align: left;
	vertical-align: top;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1em;
	float: left;
}
#ficheProduit h1 {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	line-height: 1.2em;
	font-size: 1em;
}
#ficheProduit h2 {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	line-height: 1.2em;
	font-size: 1em;
}
#tabloProduit {
	width: 618px;
	text-align: left;
	vertical-align: top;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #333;
	float: left;
	font-size: 1em;
	line-height: 2em;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C12F2C;
	border-bottom-color: #C12F2C;
	border-right-width: 1px;
}
#tabloProduit p {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #C12F2C;
	border-left-color: #C12F2C;
	text-decoration: none;
}
#boite100pour100 {
	width: 99%;
	text-align: left;
	vertical-align: top;
	font-size: 0.833em;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #B22422;
	line-height: 1.2em;
}
#boite100pour100 a{
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	color: #B8977F;
}
#boite100pour100 p {
	padding-bottom: 0.2em;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}
#boite100pour100 h1 {
	text-decoration: none;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #B8977F;
	line-height: 1.3em;
	font-size: 1.5em;
}

#boite100pour100 .ancienH1 {
	text-decoration: none;
	display: block;
	font-weight:bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #B8977F;
	line-height: 1.3em;
	font-size: 1.5em;
}
#boite25pourcent {
	width: 220px;
	margin-right: 1em;
	float: left;
	text-align: center;
	vertical-align: top;
	margin-bottom: 0.7em;
	line-height: 0.833em;
	margin-top: 0.5em;
	border: 1px solid #E3C9A0;
	-moz-box-shadow: 1px 1px 12px #B8977F;
	-webkit-box-shadow: 1px 1px 12px#B8977F;
	box-shadow: 1px 1px 12px #B8977F;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}
#boite25pourcent img {
	vertical-align: top;
	/*
	height: 290px;
	width: 220px;
	*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #E6D9C2;
}
#boite25pourcent a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}

#boite25pourcent p  {
	margin:1em;
}

#boite25pourcent h2  {
	margin:0;
	padding:0;
}
#boite25pourcent p a {
	font-size: 1em;
	text-decoration: none;
	color: #A61B1A;
}
#vignette40px {
	padding-top: 0.5em;
	padding-right: 0.833em;
	padding-left: 0.5em;
	text-align: center;
	vertical-align: top;
	line-height: 0.8em;
	width: 100px;
	margin-top: 1em;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
	margin-right: 2em;
	float: left;
	color: #000;
}
#vignette40px img {
	/*
	height: 114px;
	width: 100px;
	*/
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin-right: 0em;
	border: 1px solid #E3C9A0;
	-moz-box-shadow: 1px 1px 12px #B8977F;
	-webkit-box-shadow: 1px 1px 12px#B8977F;
	box-shadow: 1px 1px 12px #B8977F;
}
#vignette40px a img{
	border: 1px solid #E3C9A0;
}
#vignette40px a:hover img{
	border: 1px solid #666;
	-moz-box-shadow: 1px 1px 12px #C12F2C;
	-webkit-box-shadow: 1px 1px 12px#C12F2C;
	box-shadow: 1px 1px 12px #C12F2C;
	background-color: #FFFFFF;
	border-color: #C12F2C;
}

/* Pied de page */
#pied {
	font-size: 0.85em;
	float: left;
	padding-top: 0.3em;
	padding-right: 0em;
	padding-bottom: 0.3em;
	padding-left: 0em;
	width: 960px;
	font-style: normal;
	font-weight: normal;
	color: #B89F8D;
	text-decoration: none;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FDD18D;
	margin-top: 0.6em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FBD18E;
}
#pied a {
	color: #B79F8D;
	text-decoration: none;
}
#pied p {
	margin: .5em 0;
}

#pied div{
	width: 33%;
	float:left;
	margin:0;
	padding:0;
}		  

[if lte IE 8]> 
  <style type="text/css"> 
  .ombrage { 
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#B0A9DD', Direction=135, Strength=12); 
    zoom: 1; 
  }  
  </style> 
<![endif] >

.Titre01 {
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
}
#boiteRedactionnel {
	width: 628px;
	text-align: justify;
	vertical-align: top;
	font-size: 0.966em;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.2em;
	float: left;
}
#boite320Redactionnel {
	float: right;
	width: 320px;
	visibility: visible;
	text-decoration: none;
	font-size: 0.916em;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-style: italic;
}
#boite320Redactionnel p {
	margin-top: 0.2em;
}

#tablorecap {
	width: 824px;
	text-align: left;
	vertical-align: top;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #333;
	float: left;
	font-size: 1em;
	line-height: 2em;
	margin: 0px 0px 10px;
	padding: 0px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C12F2C;
	border-bottom-color: #C12F2C;
	border-right-width: 1px;
}
#tablorecap p {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #C12F2C;
	border-left-color: #C12F2C;
	text-decoration: none;
}
.lignelibreInfo {
	font-size: 1em;
	font-style: italic;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-color: #8E0B0A;
	line-height: 2em;
	float: left;
	width: 205px;
	text-indent: 0.5em;
	height: 24px;
	margin: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.lignelibreChoix {
	font-size: 0.98em;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-color: #F9F5EF;
	line-height: 2em;
	float: left;
	width: 205px;
	text-indent: 0.5em;
	margin-top: 0em;
	margin-bottom: 0em;
}

#tablo3recap {
	width: 822px;
	text-align: left;
	vertical-align: top;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #333;
	float: left;
	font-size: 1em;
	line-height: 2em;
	margin: 0px 0px 10px;
	padding: 0px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C12F2C;
	border-bottom-color: #C12F2C;
	border-right-width: 1px;
}
#tablo3recap p {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #C12F2C;
	border-left-color: #C12F2C;
	text-decoration: none;
}
.ligne3Info {
	font-size: 1em;
	font-style: italic;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-color: #8E0B0A;
	line-height: 2em;
	float: left;
	width: 273px;
	text-indent: 0.5em;
	height: 24px;
	margin: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ligne3Choix {
	font-size: 0.98em;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-color: #F9F5EF;
	line-height: 2em;
	float: left;
	width: 273px;
	text-indent: 0.5em;
	margin-top: 0em;
	margin-bottom: 0em;
}
#blocfin {
	width: 824px;
	vertical-align: top;
	font-size: 0.966em;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.2em;
	margin-bottom:20px;
}
#bouton_commande {
	width: 824px;
	text-align:right;	
	margin-top:5px;
	font-size: 0.966em;
	
}

#boite33pourcent {
	width: 272px;
	text-align: justify;
	font-size: 0.966em;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.2em;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

#adresse {
	text-align: center;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.2em;
	height: 30px;
	margin-top:20px;
}

#align_left {
	text-align:left;
}

#align_left h3 {
	margin:0;
	padding:0;	
}

