/*-body-*/
#body #me_formulaire #cryptogram + br {
	display: none;
}
#body #me_formulaire .conteneurOptions {
	float: left;
	font-weight: 400;
	margin: 0px;
	width: 100%;
}
#body #me_formulaire .conteneurOptionsLong {
	font-size: 1em;
	font-weight: 400;
	margin: 0px;
}
#body #me_formulaire .formdroit {
	float: right;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 49%;
}
#body #me_formulaire .formgauche {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 49%;
}
#body #me_formulaire .obligatoire {
	color: #970232;
	font-weight: 400;
	margin: 10px 0 5px 0px;
	width: 100%;
}
#body #me_formulaire .options {
	color: #000;
	font-size: 0.9em;
	font-weight: 400;
}
#body #me_formulaire br {
	display: block;
	margin: 0px;
	padding: 0px;
}
#body #me_formulaire img#cryptogram {
	float: left;
	margin: 0 10px 0 0;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
#body #me_formulaire input#cryptogramme_saisi {
	margin: 2px 0 0 0;
}
#body #me_formulaire input[type=submit] {
	background-color: #5cb85c;
	color: #FFF;
	display: block;
	font-weight: 400;
	margin: 10px auto;
	text-decoration: none;
}
#body #me_formulaire input[type=submit]:hover {
	background-color: #7dc67d;
	color: #FFF;
}
#body #me_formulaire input[type=text], #body #me_formulaire input[type=password], #body #me_formulaire input[type=email], #body #me_formulaire textarea, #body #me_formulaire select {
	padding: 0 2%;
	width: 96%;
}
#body #me_formulaire label {
	color: #970232;
	font-weight: 400;
	margin: 10px 0 5px 0px;
	width: 100%;
}
#body .b {
	font-weight: bold;
}
#body .block {
	display: block;
}
#body .button, input[type=button], input[type=submit], #body a.button, #body a.button:visited, #body input[type=button].button, #body input[type=submit].button {
	background-color: #999;
	border: none;
	color: #FFF;
	display: inline-block;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	overflow: hidden;
	outline: none;
	text-transform: uppercase;
	cursor: pointer;
}
#body .button.danger, #body a.button.danger, #body a.button.danger:visited, #body input.button.danger {
	background-color: #970232;
}
#body .button.danger:hover, #body a.button.danger:hover, #body input.button.danger:hover, #body input[type='button'].button.danger:hover, #body input[type='submit'].button.danger:hover {
	background-color: #e17572;
}
#body .button.grand, #body a.button.grand, #body input.button.grand {
	font-size: 18px;
	height: 50px;
	line-height: 50px;
}
#body .button.info, #body a.button.info, #body a.button.info:visited, #body input.button.info {
	background-color: #5bc0de;
}
#body .button.info:hover, #body a.button.info:hover, #body input.button.info:hover, #body input[type=button].button.info:hover, #body input[type=submit].button.info:hover {
	background-color: #7ccde5;
}
#body .button.next {
	background-image: url(/medias/images/suivant.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding: 0 60px 0 2%;
}
#body .button.next.wdemi {
	padding: 0 8% 0 2%;
	width: 40%;
}
#body .button.next.wfull {
	padding: 0 8% 0 2%;
	width: 90%;
}
#body .button.petit, #body a.button.petit, #body input.button.petit {
	font-size: 13px;
	height: 25px;
	line-height: 25px;
}
#body .button.prev {
	background-image: url(/medias/images/precedent.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0 2% 0 60px;
}
#body .button.prev.wdemi {
	padding: 0 2% 0 8%;
	width: 40%;
}
#body .button.prev.wfull {
	padding: 0 2% 0 8%;
	width: 90%;
}
#body .button.success, #body a.button.success, #body a.button.success:visited, #body input.button.success {
	background-color: #5cb85c;
}
#body .button.success:hover, #body a.button.success:hover, #body input.button.success:hover, #body input[type=button].button.success:hover, #body input[type=submit].button.success:hover {
	background-color: #7dc67d;
}
#body .button.warning, #body a.button.warning, #body a.button.warning:visited, #body input.button.warning {
	background-color: #f0ad4e;
}
#body .button.warning:hover, #body a.button.warning:hover, #body input.button.warning:hover, #body input[type=button].button.warning:hover, #body input[type=submit].button.warning:hover {
	background-color: #f3bd71;
}
#body .button.wdemi {
	margin: auto;
	padding: 0 2%;
	width: 46%;
	overflow: hidden;
}
#body .button.wfull {
	padding: 0px 2%;
	width: 96%;
	overflow: hidden;
}
#body .button:hover, #body a.button:hover, #body input[type=button]:hover, #body input[type=submit]:hover, #body input[type=button].button:hover, #body input[type=submit].button:hover {
	background-color: #a1a1a1;
}
#body .c {
	text-align: center;
}
#body .cap {
	text-transform: capitalize;
}
#body .clear {
	clear: both;
}
#body .font1 {
	font-family: Roboto, sans-serif;
}
#body .font2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#body .grand {
	font-size: 1.5em;
	line-height: 1.7em;
}
#body .i {
	font-style: italic;
}
#body .inline {
	display: inline;
}
#body .inline-block {
	display: inline-block;
}
#body .j {
	text-align: justify;
}
#body .l {
	text-align: left;
}
#body .left {
	float: left;
	position: relative;
}
#body .low {
	text-transform: lowercase;
}
#body .nomargin {
	margin: 0px;
}
#body .none {
	display: none;
}
#body .nopadding {
	padding: 0px;
}
#body .normal {
	font-size: 1em;
}
#body .petit {
	font-size: 0.8em;
	line-height: 0.9em;
}
#body .pointer {
	cursor: pointer;
}
#body .r {
	text-align: right;
}
#body .right {
	float: right;
	position: relative;
}
#body .tresgrand {
	font-size: 2em;
	line-height: 2.2em;
}
#body .upper {
	text-transform: uppercase;
}
#body .wdemi {
	margin: auto;
	width: 50%;
}
#body .wfull {
	width: 100%;
}
#body .wquart {
	margin: auto;
	width: 25%;
}
#body input[type=password]:focus, #body input[type=text]:focus, #MasterMail_desabonnement_champEmail:focus, #body textarea:focus, #MasterMail_abonnement_champEmail:focus, #body input[type=email]:focus {
	background-color: #f3bd71;
	color: #000;
}
#cryptogramme_saisi, #cryptogramme_desabo, #cryptogramme_abo {
	border: 0px;
	color: #000;
	font-weight: 400;
	position: relative;
	text-align: center;
	width: 120px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
#cryptogram_mmDesabonnement + br, #cryptogram_mmAbonnement + br {
	display: none;
}
#footer_content #MasterMail_abonnement_champEmail, #footer_content #MasterMail_abonnement_champEmail:focus {
	background-color: #FFF;
	float: left;
	margin: 0% 1% 0% 0%;
	position: relative;
	width: 73%;
}
#footer_content #MasterMail_abonnement_formulaire input[type='submit'] {
	margin: 0px;
	width: 15%;
}
#footer_content #MasterMail_abonnement_formulaire p {
	display: inline;
	clear: none;
	width: auto;
}
#footer_content .fondArticle_quartColonne {
	text-align: left;
}
#footer_content .h4-intertitre-2 {
	color: #970232;
	font-size: 1.6em;
	font-weight: 300;
}
#footer_content .p1-texte {
	color: #888;
	line-height: 170%;
	text-decoration: none;
}
#footer_content .p2-commentaire {
	display: block;
	clear: both;
	margin: 5px 0px 0px 0px;
}
#footer_content a {
	color: inherit;
	text-decoration: none;
}
#footer_content a:hover {
	color: #970232;
}
#form_inscription div select.petit, #form_modification div select.petit {
	margin: 0px 10px 0px 0px;
	width: 20%;
}
#form_modification_adresse .cadre_visu_adresse, #form_modification_adresse_new .cadre_visu_nouvelle_adresse {
	background-color: #dedede;
	border: 0px;
	float: left;
	height: 250px;
	margin: 10px 1%;
	padding: 1%;
	position: relative;
	width: 46%;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
#html {
	font-size: 100%;
}
#language div {
	color: #999;
	font-size: 0.9em;
	font-weight: 400;
	text-transform: uppercase;
}
#MasterMail_abonnement_formulaire .mm_commentaire_kapcha img, #MasterMail_desabonnement_formulaire .mm_commentaire_kapcha img {
	float: left;
	clear: left;
	margin: 10px 0 0 0;
	position: relative;
}
#MasterMail_abonnement_formulaire .mm_commentaire_kapcha input.cryptogramme_abo, #MasterMail_desabonnement_formulaire .mm_commentaire_kapcha input.cryptogramme_desabo {
	border: 1px solid #CCC;
	float: left;
	font-size: 1.6em;
	height: 36px;
	line-height: 36px;
	margin: 12px 0px 0px 10px;
	position: relative;
	width: 125px;
}
#MasterMail_abonnement_formulaire input, #MasterMail_desabonnement_formulaire input {
	font-size: 1em;
	padding: 0px 2%;
	width: 96%;
}
#MasterMail_abonnement_formulaire input[type='submit'], #MasterMail_desabonnement_formulaire input[type='submit'] {
	clear: both;
	margin: 20px auto 0px auto;
	width: 40%;
}
#MasterMail_abonnement_formulaire label, #MasterMail_desabonnement_formulaire label {
	display: block;
	font-size: 1.2em;
	margin: 10px 0px 5px 0px;
	width: 100%;
}
#MasterMail_abonnement_formulaire p, #MasterMail_desabonnement_formulaire p {
	display: block;
	clear: both;
	width: 100%;
}
#MasterMail_abonnement_formulaire, #MasterMail_desabonnement_formulaire {
	display: block;
	margin: 0px;
	padding: 0px;
}
#mb_conteneurpagination a {
	background-color: #999;
	border: 0px;
	color: #000;
	float: left;
	height: 48px;
	line-height: 32px;
	margin: 0px 0px 10px 2px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 48px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
#mb_conteneurpagination a:link:hover, #mb_conteneurpagination a:visited:hover, #mb_conteneurpagination a:active:hover {
	background-color: fond_success;
	color: blanc;
}
#mb_conteneurpagination span {
	background-color: #FFF;
	border: 0px;
	color: #000;
	float: left;
	height: 48px;
	line-height: 32px;
	margin: 0px 0px 10px 2px;
	position: relative;
	text-align: center;
	width: 48px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
#me_cookie_txt .p1-texte {
	color: #FFF;
	text-align: center;
}
#me_cookie_txt a {
	color: #FFF;
	font-weight: 400;
}
#me_cookie_txt a:hover {
	opacity: 0.7; MozOpacity: 0.7; KhtmlOpacity: 0.7; filter: alpha(opacity=70);
}
#me_cookie_txt img {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
#me_cookie_zone .me-icon.standard.cross {
	color: #FFF;
	display: block;
	font-size: 2em;
	padding: 0.5%;
	position: absolute;
	text-decoration: none;
	right: 10px;
	top: 10px;
}
#me_cookie_zone .me-icon.standard.cross:hover {
	color: #d9534f;
}
#me_cookie_zone input[type=button] {
	background-color: #999;
	border: 0px;
	color: #FFF;
	font-size: 1em;
	height: initial;
	line-height: 100%;
	margin: 20px 0px 0px 0px;
	padding: 8px 10px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	outline: none;
}
#me_cookie_zone input[type=button]:hover {
	background-color: #5cb85c;
	color: #FFF;
}
#me_formulaire  #cryptogramme_saisi:focus, #me_formulaire  #cryptogramme_desabo:focus, #me_formulaire  #cryptogramme_abo:focus {
	background-color: #f0ad4e;
	width: 120px;
}
#me_scrollto_top {
	background-color: rgba(0,0,0,0.7);
	background-image: url(/medias/images/fleche_retour_top.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	display: block;
	height: 48px;
	width: 48px;
	border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;
	right: 20px;
	bottom: 20px;
}
#me_scrollto_top span {
	display: none;
}
#ms_compte_content {
	float: right;
	margin: 0px 0px 20px 0px;
	position: relative;
	width: 73%;
}
#ms_compte_menu {
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	position: relative;
	width: 25%;
}
#ms_compte_menu ul {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}
#ms_compte_menu ul li {
	float: left;
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	position: relative;
	text-align: center;
	width: 100%;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
#ms_compte_menu ul li a {
	background-color: #999;
	border: 0px;
	color: #FFF;
	float: left;
	font-size: 1.3em;
	padding: 8px 10px;
	position: relative;
	text-decoration: none;
	width: 100%;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
#ms_compte_menu ul li a:hover {
	background-color: #a1a1a1;
	color: #FFF;
}
#ms_compte_menu ul li.ms_compte_menu_on a {
	background-color: #5cb85c;
}
#ms_compte_menu ul li.ms_compte_menu_on a:hover {
	background-color: #7dc67d;
}
#navtop .menuSousNiveauTxt {
	color: #970232;
	font-size: 1em;
}
#navtop .menuSousNiveauTxt:hover {
	color: #FFF;
	font-size: 1em;
}
#navtop .sm {
	background-color: #f0ad4e;
	padding: 20px;
	position: absolute;
	left: 0px;
	top: 40px;
}
#navtop .sm_sousmenu img {
	background-color: #999;
	float: left;
	height: 100px;
	position: relative;
	width: 100px;
	overflow: hidden;
	max-width: 100%;
	max-height: auto;
}
#navtop a {
	color: #666;
	text-decoration: none;
}
#navtop a:hover {
	color: #000;
}
#navtop ul {
	background-color: #FFF;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.bg_raye_rouge, #form_inscription .bg_raye_rouge {
	background-color: #FFEBEB;
	border: 0px;
	color: #F00;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.espacementLigne {
	margin: 10px 0px 0px 0px;
	width: 100%;
}
.euro {
	margin: 0px 0px 0px 2px;
}
.fondArticle_bandeau_centre {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	height: 340px;
	margin: 0px;
	padding: 140px 30% 20px 30%;
	position: relative;
	text-align: center;
	width: 40%;
}
.fondArticle_bandeau_droit {
	background-color: #777;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: table-cell;
	height: 340px;
	padding: 0px 10% 0px 50%;
	text-align: right;
	vertical-align: middle;
	width: 40%;
	background-blend-mode: soft-light;
}
.fondArticle_bandeau_fin {
	background-color: #777;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: table-cell;
	height: 120px;
	margin: 0px;
	padding: 0px 5% 20px 5%;
	text-align: center;
	vertical-align: bottom;
	width: 90%;
	background-blend-mode: soft-light;
}
.fondArticle_bandeau_gauche {
	background-color: #777;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: table-cell;
	height: 340px;
	padding: 0px 50% 0px 10%;
	vertical-align: middle;
	width: 40%;
	background-blend-mode: soft-light;
}
.fondArticle_cinquiemeColonne {
	float: left;
	margin: 0px;
	padding: 2%;
	position: relative;
	width: 16%;
}
.fondArticle_demiColonne {
	float: left;
	font-size: 0.9em;
	margin: 10px 2%;
	padding: 2%;
	position: relative;
	width: 42%;
}
.fondArticle_demiColonneFond {
	background-color: #efefef;
	float: left;
	font-size: 0.9em;
	margin: 10px 1% 20px 1%;
	padding: 2%;
	position: relative;
	width: 44%;
}
.fondArticle_demiColonneSansMarge {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 50%;
}
.fondArticle_ms-intertitre {
	background-color: #5bc0de;
	color: #FFF;
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 30px;
	padding: 0px 1%;
	position: relative;
	text-align: left;
	width: 98%;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.fondArticle_pleineColonne {
	display: block;
	float: left;
	margin: 0%;
	position: relative;
	width: 100%;
}
.fondArticle_quartColonne {
	float: left;
	font-size: 0.8em;
	margin: 0px;
	padding: 2%;
	position: relative;
	text-align: center;
	width: 21%;
}
.fondArticle_tiersColonne {
	float: left;
	margin: 10px 1%;
	padding: 1%;
	position: relative;
	text-align: center;
	width: 29.33%;
}
.glossaire_alphabet, .glossaire_tout_voir {
	background-color: #999;
	color: #FFF;
	float: left;
	font-size: 1.6em;
	font-weight: 500;
	margin: 0px 1px 0px 0px;
	padding: 3px 10px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
.glossaire_alphabet_lettres_inactives {
	background-color: #dedede;
	color: #FFF;
}
.glossaire_alphabet_lettre_en_cours {
	background-color: #970232;
	color: #FFF;
}
.glossaire_conteneur_alphabet, .glossaire_conteneur_tout_voir {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.glossaire_conteneur_definition {
	display: block;
	float: left;
	clear: both;
	margin: 20px 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}
.googlemap {
	height: 100%;
	margin: 0px;
	width: 100%;
}
.h1-titre {
	color: #970232;
	font-size: 2.3em;
	font-weight: 100;
	line-height: 105%;
	margin: 1% 0px 1% 0px;
}
.h2-accroche {
	color: #666;
	font-size: 1.65em;
	font-weight: 700;
	line-height: 115%;
	margin: 1% 0px 1% 0px;
}
.h3-intertitre-1 {
	color: #970232;
	font-size: 1.45em;
	font-weight: 700;
	line-height: 105%;
	margin: 0% 0px 1% 0px;
}
.h4-intertitre-2, .glossaire_mot {
	color: #888;
	font-size: 1.3em;
	font-weight: 400;
	line-height: 130%;
	margin: 0% 0px 1% 0px;
}
.icone, #body a.ms-button.icone, #body .ms-button.icone > a {
	display: inline-block;
	height: 48px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 48px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.icone-petite {
	height: 24px;
	width: 24px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.image_demiHauteur {
	border: 2px solid purple;
	float: left;
	height: 50%;
	margin: 0 1% 1% 0;
	position: relative;
}
.image_demiLargeur {
	width: 50%;
}
.image_icone {
	margin: 0px 5px 5px 0px;
	width: 48px;
}
.image_logoClient {
	float: left;
	margin: 0.5%;
	position: relative;
	width: 9%;
}
.image_pleineHauteur {
	border: 2px solid blue;
	float: left;
	height: 100%;
	margin: 0 1% 1% 0;
	position: relative;
}
.image_pleineLargeur {
	width: 100%;
}
.image_ronde {
	margin: 0px auto 10px auto;
	position: relative;
	text-align: center;
	width: 50%;
	border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;
	right: auto;
	left: auto;
}
.intituleLong, .intituleMailLong {
	font-weight: 400;
	margin: 10px 0 5px 0px;
	width: 100%;
}
.langueActive, .langueActive:hover, a.langueInactive:hover {
	color: #970232;
	text-decoration: none;
	text-transform: uppercase;
}
.langueInactive {
	color: #999;
	text-decoration: none;
}
.liste-option-produit {
	float: left;
	position: relative;
	width: 100%;
}
.liste-option-produit table tr {
	margin: 0px;
}
.liste-option-produit table tr td.colonne-nom {
	margin: 0px;
	width: 33.33%;
}
.liste-option-produit table tr td.colonne-nom .nom-option {
	margin: 0px;
	position: relative;
	width: 50%;
}
.liste-option-produit table tr td.colonne-nom .ref-option {
	color: #999;
	font-size: 0.8em;
	position: relative;
	width: 50%;
}
.liste-option-produit table tr td.colonne-prixtotal {
	margin: 0px;
	text-align: right;
	width: 16.66%;
}
.liste-option-produit table tr td.colonne-prixunitaire {
	color: #999;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: center;
	width: 16.66%;
}
.liste-option-produit table tr td.colonne-quantite {
	color: #999;
	margin: 0px;
	text-align: center;
	width: 16.66%;
}
.liste-option-produit table tr td.colonne-supprimer {
	background-image: 723;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px;
	position: relative;
	width: 24px;
}
.liste-option-produit table tr td.colonne-supprimer a {
	display: none;
}
.me-confirm-button-cancel, .ms-confirm-button-cancel {
	background-color: #f0ad4e;
	border: 0px;
	color: #FFF;
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin: 0px 0px 0px 10px;
	padding: 0px 20px;
	position: relative;
	text-align: center;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.me-confirm-button-cancel:hover, .ms-confirm-button-cancel:hover {
	background-color: #f3bd71;
	color: txt_bouton;
	font-weight: 400;
	text-decoration: none;
}
.me-confirm-buttons, .ms-confirm-buttons {
	border: 0px;
	float: left;
	margin: 10px 0px;
	padding: 8px 10px;
	position: relative;
	text-align: center;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.me-intersticiel {
	border: 0px;
	padding: 0px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.me-intersticiel-button-cancel {
	background-color: #999;
	color: #FFF;
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 8px 10px;
}
.me-intersticiel-button-cancel:hover {
	background-color: #a1a1a1;
}
.me-intersticiel-button-ok {
	background-color: #f0ad4e;
	color: #FFF;
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 8px 10px;
}
.me-intersticiel-button-ok:hover {
	background-color: #f3bd71;
}
.me-intersticiel-buttons {
	margin: 10px 0px;
	position: relative;
	text-align: center;
}
.me-intersticiel-close {
	background-image: url(/medias/images/icon_close_small.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 0px;
	height: 24px;
	position: absolute;
	width: 24px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	right: 10px;
	top: 10px;
}
.me-intersticiel-ctn {
	background-color: #FFF;
	padding: 20px;
	position: relative;
}
.me-intersticiel-overlay {
	background-color: #000;
	opacity: 0.8; MozOpacity: 0.8; KhtmlOpacity: 0.8; filter: alpha(opacity=80);
}
.menuSousNiveauFondOn {
	background-color: #970232;
	margin: 0px 0px 1px 0px;
	padding: 7px 10px 6px 5px;
}
.menuSousNiveauFondOut {
	background-color: #FFF;
	margin: 0px 0px 1px 0px;
	padding: 7px 10px 6px 5px;
}
.me_acronym_popin {
	border-bottom: 1px dotted red;
	margin: 0px;
	cursor: pointer;
}
.me_acronym_popin_cadre {
	border: 1px solid #DAE2F0;
	margin: 0px;
	position: absolute;
	box-shadow: #888 0px 2px 12px; -moz-box-shadow: #888 0px 2px 12px; -webkit-box-shadow: #888 0px 2px 12px;
	max-width: 200px;
	max-height: 200px;
	z-index: 1000;
}
.me_acronym_popin_masque {
	background-color: #FFFFFF;
	color: #565656;
	float: left;
	font-family: "Questrial";
	font-size: 12px;
	padding: 10px;
	position: relative;
	overflow: hidden;
}
.mm_commentaire_kapcha {
	color: #666;
	font-size: 0.8em;
	font-weight: 300;
}
.ms-confirm-button-ok, .me-confirm-button-ok {
	background-color: #5cb85c;
	border: none;
	color: #FFF;
	display: block;
	float: right;
	padding: 8px 10px;
	text-align: center;
}
.ms-confirm-button-ok:hover, .me-confirm-button-ok:hover {
	background-color: #7dc67d;
	color: #FFF;
	text-decoration: none;
}
.ms-detail-promo {
	background-color: #FFF;
	border: 0px;
	margin: 20px 0px;
	padding: 0px;
}
.ms-detail-promo div.ms_compte_a_rebours {
	background-color: #5bc0de;
	color: #FFF;
	padding: 2px 3px;
	text-align: center;
	border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;
}
.ms-detail-promo-text {
	color: #666;
	line-height: 20px;
	padding: 5px;
	text-align: center;
}
.ms-popin, .me-alert, .ms-alert, .me-confirm, .ms-confirm, .me-popin {
	background-color: #FFF;
	border: 0px;
	margin: 0px;
	padding: 10px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.ms-popin-button-ok, .me-alert-button-ok, .ms-alert-button-ok {
	background-color: #5cb85c;
	border: 0px;
	color: #FFF;
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 8px 10px;
	text-align: center;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.ms-popin-button-ok:hover, .me-alert-button-ok:hover, .ms-alert-button-ok:hover {
	background-color: #7dc67d;
	color: #FFF;
	font-weight: 400;
	text-decoration: none;
}
.ms-popin-buttons, .me-alert-buttons, .ms-alert-buttons {
	float: left;
	height: 40px;
	line-height: 40px;
	margin: 10px 0px;
	padding: 0px;
	position: relative;
	text-align: center;
	width: 100%;
}
.ms-popin-close span, .me-alert-close span, .ms-alert-close span, .me-confirm-close span, .me-popin-close span {
	display: none;
}
.ms-popin-close, .me-alert-close, .ms-alert-close, .me-confirm-close, .ms-confirm-close, .me-popin-close {
	background-color: #999;
	background-image: url(/medias/images/icon_close_small.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 0px;
	display: block;
	height: 24px;
	position: absolute;
	width: 24px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	right: 10px;
	top: 10px;
}
.ms-popin-overlay, .me-alert-overlay, .ms-alert-overlay, .me-confirm-overlay, .ms-confirm-overlay, .me-popin-overlay {
	background-color: #dedede;
	opacity: 0.5; MozOpacity: 0.5; KhtmlOpacity: 0.5; filter: alpha(opacity=50);
}
.ms-popin-title, .me-alert-title, .ms-alert-title, .me-confirm-title, .ms-confirm-title, .me-popin-title {
	display: none;
	position: relative;
}
.ms_i_promotion {
	display: none;
	margin: 0px 0px 0px 5px;
	vertical-align: middle;
}
.ms_prixquantPanier {
	color: #5cb85c;
	display: block;
	margin: 0px;
	text-align: right;
	width: 100%;
}
.ms_prixquantPanier .decimale {
	float: none;
	vertical-align: top;
}
.ms_prixquantPanier .entier {
	float: none;
	vertical-align: top;
}
.ms_prixquantPanier .euro {
	vertical-align: top;
}
.p2-commentaire {
	color: #999;
	font-size: 0.9em;
	font-weight: 300;
	line-height: 105%;
}
.p3-bouton {
	color: #FFF;
	font-weight: 400;
}
.p3-bouton a {
	background-color: #970232;
	color: #FFF;
	display: inline-block;
	padding: 8px 10px;
	text-decoration: none;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.p3-bouton a:hover {
	background-color: #e17572;
}
.playerVideo {
	display: block;
	float: left;
	clear: both;
	margin: 20px 0px;
	position: relative;
	width: 100%;
}
.prixbarre {
	color: #000;
	display: block;
	font-size: 0.7em;
	margin: 0px;
	text-align: right;
}
.prixbarre img {
	margin: 0px;
}
.prixpromo {
	color: #5cb85c;
	display: block;
	margin: 0px;
	text-align: right;
}
.prixpromo .decimale {
	float: none;
	vertical-align: top;
}
.prixpromo .entier {
	float: none;
	vertical-align: top;
}
.prixpromo .euro {
	vertical-align: top;
}
.prixunitaire {
	display: block;
	margin: 0px;
	width: 100%;
}
.prixunitaire .decimale {
	float: none;
	vertical-align: top;
}
.prixunitaire .entier {
	float: none;
	vertical-align: top;
}
.prixunitaire .euro {
	vertical-align: top;
}
.supTva {
	margin: 0px 0px 0px 2px;
	vertical-align: top;
}
.titre-options-produit {
	background-color: #dedede;
	border-top: 1px solid #ddd;
	color: #000;
	float: left;
	font-weight: 700;
	letter-spacing: 20%;
	line-height: 130%;
	padding: 0px;
	position: relative;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
}
.youtube {
	width: 910px;
}
a {
	color: inherit;
}
a#me_scrollto_top {
	text-decoration: none;
	opacity: 0.5; MozOpacity: 0.5; KhtmlOpacity: 0.5; filter: alpha(opacity=50);
}
a#me_scrollto_top:hover {
	opacity: 1; MozOpacity: 1; KhtmlOpacity: 1; filter: alpha(opacity=100);
}
a.me-icon.standard.facebook, a.me-icon.standard.googleplus, a.me-icon.standard.pinterest, a.me-icon.standard.rss, a.me-icon.standard.youtube, a.me-icon.standard.twitter {
	color: #FFF;
	font-size: 2em;
	line-height: 120%;
	margin: 0px 1px;
	padding: 5px;
	text-decoration: none;
}
a.me-icon.standard.facebook:hover, a.me-icon.standard.googleplus:hover, a.me-icon.standard.pinterest, a.me-icon.standard.twitter:hover {
	opacity: 0.7; MozOpacity: 0.7; KhtmlOpacity: 0.7; filter: alpha(opacity=70);
}
a.me-icon.standard.googleplus {
	background-color: #db4a38;
	color: #FFF;
}
a.me-icon.standard.instagram {
	background-color: #956D53;
	color: #FFF;
}
a.me-icon.standard.instagram:hover, a.me-icon.standard.vimeo:hover, a.me-icon.standard.linkedin:hover, a.me-icon.standard.soundcloud:hover {
	opacity: 0.7; MozOpacity: 0.7; KhtmlOpacity: 0.7; filter: alpha(opacity=70);
}
a.me-icon.standard.linkedin, a.me-icon.standard.soundcloud, a.me-icon.standard.instagram, a.me-icon.standard.vimeo {
	background-color: #02679a;
	color: #FFF;
	font-size: 2em;
	margin: 0px 1px;
	padding: 5px;
	text-decoration: none;
}
a.me-icon.standard.pinterest {
	background-color: #c91618;
	color: #FFF;
}
a.me-icon.standard.rss {
	background-color: #ef7b00;
	color: #FFF;
}
a.me-icon.standard.soundcloud {
	background-color: #FF3A00;
}
a.me-icon.standard.twitter {
	background-color: #3aaae1;
}
a.me-icon.standard.vimeo {
	background-color: #1eb7ea;
}
a.me-icon.standard.youtube:hover {
	color: #e6282b;
}
a.menuTitre:link, a.menuTitre:visited, a.menuTitre:active, #navtop .li_m {
	color: #666;
	float: left;
	font-size: 1em;
	font-style: italic;
	font-weight: 400;
	height: 44px;
	line-height: 40px;
	margin: 0px 6px;
	padding: 0px;
	text-decoration: none;
	text-transform: uppercase;
}
a.menuTitre:link:hover, a.menuTitre:visited:hover, a.menuTitre:active:hover, #navtop .li_m:hover {
	color: #000;
	font-size: 1em;
	font-style: italic;
	font-weight: 400;
	height: 44px;
	line-height: 40px;
	padding: 0px;
	text-decoration: none;
	text-transform: uppercase;
}
a.menuTitreOn:link, a.menuTitreOn:visited, a.menuTitreOn:active, #navtop .li_m_on {
	border-bottom: 4px solid #970232;
	color: #d9534f;
	float: left;
	font-size: 1em;
	font-style: italic;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	margin: 0px 6px;
	padding: 0px;
	text-decoration: none;
	text-transform: uppercase;
}
a:link:hover, a:visited:hover, a:active:hover {
	text-decoration: none;
}
blockquote {
	background-color: fond_rouge;
	margin: 10px 2%;
	padding: 2%;
	width: 92%;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
body {
	color: #000;
	font-family: Roboto, sans-serif;
	font-size: 1em;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p {
	color: #000;
	font-family: Roboto, sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 130%;
	margin: 0px 0px 1% 0px;
	padding: 0px;
}
body input, body select, body textarea {
	font-family: Roboto, sans-serif;
}
code {
	font-family: "Courier New", Courier, Monaco, monospace;
}
div.liste-option-produit table {
	background-color: #dedede;
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
	width: 100%;
}
div.ms-cadre-info-loitva-panier {
	background-position: 5px 3px;
	background-repeat: no-repeat;
	color: #000;
	float: left;
	line-height: 30px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
div.ms-infobulle {
	background-color: #FFF;
	border: 0px;
	color: txtx_courant_3a3934;
	padding: 20px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
div.ms-infobulle-text {
	font-size: 0.8em;
}
fieldset {
	border: 1px solid #aaa;
	float: left;
	margin: 10px 0px;
	padding: 20px 2%;
	width: 96%;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
fieldset legend, .legend {
	color: #970232;
	font-size: 1.4em;
	font-weight: 300;
	margin: 0px;
	padding: 0px 5px;
}
hr {
	border: 0px;
	border-top: 1px solid #ccc;
}
input[type=text]#cryptogramme_saisi, input[type=text]#cryptogramme_saisi_abo {
	border: 0px;
	color: #000;
	font-weight: 400;
	height: 20px;
	line-height: 28px;
	position: relative;
	text-align: center;
	width: 120px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
input[type=text]#cryptogramme_saisi:focus, input[type=text]#cryptogramme_saisi_abo:focus {
	background-color: #7dc67d;
	color: #FFF;
	width: 120px;
}
input[type=text], input[type=email], input[type=password], select {
	background-color: #dedede;
	border: 0px;
	color: #000;
	font-size: 1em;
	font-weight: 300;
	height: 35px;
	line-height: 35px;
	padding: 0px 5px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	outline: none;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, select:focus {
	background-color: #f3bd71;
	color: #000;
	outline: none;
}
ol {
	font-family: Roboto, sans-serif;
	font-size: 1em;
	font-weight: 400;
	margin: 5px 0px 5px 30px;
	padding: 0px;
}
ol li {
	list-style-type: decimal;
}
strong, b {
	font-weight: bolder;
}
sup {
	font-size: 0.5em;
	line-height: 1em;
}
table {
	border: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
}
table tr {
	vertical-align: middle;
}
table tr td {
	text-align: center;
}
table tr td.c, table tr th.c {
	text-align: center;
}
table tr td.j, table tr th.j {
	text-align: justify;
}
table tr td.l, table tr th.l {
	text-align: left;
}
table tr td.r, table tr th.r {
	text-align: right;
}
table tr td:first-child, table tr th:first-child {
	text-align: left;
}
table tr td:last-child, table tr th:last-child {
	text-align: right;
}
table tr th {
	font-weight: bold;
	text-align: center;
}
table#calendrier {
	width: 250px;
	box-shadow: ombre_standard_test; -moz-box-shadow: ombre_standard_test; -webkit-box-shadow: ombre_standard_test;
}
table#calendrier td {
	text-align: center;
}
table#calendrier tr {
	height: 30px;
}
table.ms-table-recapitulatif {
	float: right;
	position: relative;
	width: 100%;
}
table.ms-table-recapitulatif .impossible {
	color: #d9534f;
	font-size: 0.8em;
	line-height: 100%;
}
table.ms-table-recapitulatif .info {
	width: 50%;
}
table.ms-table-recapitulatif .left {
	text-align: left;
}
table.ms-table-recapitulatif .right {
	text-align: right;
}
table.ms-table-recapitulatif td hr {
	background-color: #999;
	border: none;
	color: #ccc;
	height: 1px;
}
table.ms-table-recapitulatif td.totalpaye {
	color: #5cb85c;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 200%;
}
table.ms-table-recapitulatif tr td div.ligne-emballage-cadeau {
	background-color: #dedede;
	background-image: url(/medias/images/picto_cadeau.png);
	background-position: 10px 0px;
	background-repeat: no-repeat;
	border: 0px;
	height: 70px;
	line-height: 125%;
	padding: 20px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
table.ms-table-recapitulatif tr td div.ligne-emballage-cadeau span.coutoption {
	display: block;
}
textarea {
	background-color: #dedede;
	border: 0px;
	color: #000;
	font-size: 1em;
	font-weight: 300;
	line-height: 20px;
	padding: 5px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
textarea:focus {
	color: #000;
	outline: none;
}
ul {
	font-family: Roboto, sans-serif;
	font-size: 1em;
	font-weight: 400;
	list-style-type: square;
	margin: 5px 0px 5px 30px;
	padding: 0px;
}
ul li {
	list-style-type: square;
}
ul.listeFichiersCadre {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}
ul.listeFichiersCadre li {
	border: 1px solid #aaa;
	display: block;
	float: left;
	height: 60px;
	list-style-type: none;
	margin: 0.5%;
	padding: 0.5%;
	position: relative;
	width: 22%;
}
ul.listeFichiersCadre li .comm {
	color: gris;
	font-weight: normal;
}
ul.listeFichiersCadre li .date {
	color: bleu;
	font-size: 0.8em;
	font-weight: normal;
}
ul.listeFichiersCadre li .lien {
	color: rouge;
	font-size: 1em;
	font-weight: normal;
}
ul.listeFichiersCadre li .poids {
	color: gris;
	font-size: 0.8em;
	font-weight: normal;
	position: absolute;
	text-align: right;
	right: 5px;
	bottom: 5px;
}
ul.listeFichiersCadre li img {
	float: right;
	margin: 0px 0px 10px 10px;
	position: relative;
}
/*-finbody-*/
@media handheld, only screen and (max-width: 1199px) {
/*-body-*/
.playerVideo {
	height: 540px;
}
/*-finbody-*/
}
/* FIN RD */
@media handheld, only screen and (max-width: 1024px) {
/*-body-*/
.fondArticle_bandeau_droit {
	height: 30vw;
}
.fondArticle_bandeau_fin {
	height: 15vw;
}
.fondArticle_bandeau_gauche {
	height: 30vw;
}
.fondArticle_demiColonne {
	margin: 5% 2%;
	padding: 3%;
	width: 90%;
}
.fondArticle_demiColonneFond {
	margin: 5% 2%;
	padding: 3%;
	width: 90%;
}
.fondArticle_demiColonneSansMarge {
	width: 100%;
}
.playerVideo {
	height: 56.25vw;
}
/*-finbody-*/
}
/* FIN RD */
@media handheld, only screen and (max-width: 1024px) and (orientation:portrait) {
/*-body-*/
.fondArticle_bandeau_droit {
	padding: 0px 10% 0px 30%;
	width: 60%;
}
.fondArticle_bandeau_fin {
	height: 15vw;
}
.fondArticle_bandeau_gauche {
	padding: 0px 30% 0px 10%;
	width: 60%;
}
/*-finbody-*/
}
/* FIN RD */
@media handheld, only screen and (max-width: 767px) {
/*-body-*/
#body #me_formulaire .formdroit {
	width: 100%;
}
#body #me_formulaire .formgauche {
	width: 100%;
}
#body #me_formulaire input[type=submit] {
	margin: 0px;
	width: 100%;
}
#ms_compte_content {
	width: 100%;
}
#ms_compte_menu {
	width: 100%;
}
.fondArticle_bandeau_droit {
	background-color: #555;
	padding: 0px 5% 0px 5%;
	text-align: center;
	width: 90%;
}
.fondArticle_bandeau_gauche {
	background-color: #555;
	padding: 0px 5% 0px 5%;
	text-align: center;
	width: 90%;
}
.fondArticle_cinquiemeColonne {
	margin: 5% 2%;
	padding: 3%;
	width: 90%;
}
.fondArticle_demiColonneFond {
	margin: 5% 2%;
	padding: 3%;
	width: 90%;
}
.fondArticle_quartColonne {
	font-size: 1em;
	width: 46%;
}
.fondArticle_tiersColonne {
	margin: 5% 2%;
	padding: 3%;
	width: 90%;
}
.image_logoClient {
	margin: 1.5%;
	width: 17%;
}
.ms-popin, .me-alert, .ms-alert, .me-confirm, .ms-confirm, .me-popin {
	padding: 5px;
}
.ms-popin-close, .me-alert-close, .ms-alert-close, .me-confirm-close, .ms-confirm-close, .me-popin-close {
	height: 24px;
	width: 24px;
	right: 5px;
	top: 5px;
}
/*-finbody-*/
}
/* FIN RD */
@media handheld, only screen and (max-width: 480px) and (orientation:landscape) {
/*-body-*/
/*-finbody-*/
}
/* FIN RD */
@media handheld, only screen and (max-width: 480px) and (orientation:portrait) {
/*-body-*/
#body #me_formulaire input[type=submit] {
	margin: 10px 0px;
	width: 100%;
}
#footer_content .fondArticle_quartColonne {
	text-align: center;
}
.fondArticle_bandeau_droit {
	background-color: #555;
	height: 85vw;
}
.fondArticle_bandeau_gauche {
	background-color: #555;
	height: 85vw;
}
.fondArticle_demiColonneFond {
	margin: 5% 2%;
	padding: 3%;
	width: 90%;
}
.fondArticle_quartColonne {
	font-size: 1em;
	margin: 5% 2%;
	padding: 3%;
	width: 90%;
}
.fondArticle_tiersColonne {
	margin: 5% 2%;
	padding: 3%;
	width: 90%;
}
/*-finbody-*/
}
/* FIN RD */
@media handheld, only screen and (max-width: 320px) and (orientation:portrait) {
/*-body-*/
/*-finbody-*/
}
/* FIN RD */
