/*******************************************************************************
*	cette CSS regroupe uniquement les styles de la partie centrale du site.
*	pour toute modification des styles des autres parties du site,
*	voir les fichiers inclus ci-dessous
*******************************************************************************/

@import url(inc.core.css);				/* styles de base du site (largeur de la page, style général des liens, etc) */
@import url(inc.bloc_gauche.css);	/* styles de la colonne de gauche (menu, infos agence) */
@import url(inc.masthead.css);		/* styles du masthead (logo, infos agence, onglets, etc) */
@import url(inc.recherche.css);		/* styles pour les résultats de recherche (pour pouvoir etre utilisé sur SWG V1) */
@import url(inc.bloc_droite.css);	/* styles de la colonne de droite (bloc login, panier, etc) */
@import url(inc.footer.css);			/* styles du footer */
@import url(inc.jquery.css);			/* styles spécifiques aux plugins jQuery (tooltip, tabs, blockUI) */

/******************************************************************************/
input, textarea, select {
  border: 1px solid #CCCCCC;
}

#bloc_central {
	position: relative;
	z-index: 1;
	background:#F4F7F3;
}

/* bread crum, chemin de navigation */
#bread_crum {
	color: #666;
	padding: 5px;
	position: relative;
	font-size:10px;
}
#bread_crum a {
	color: #666;
}

/* titre de la page en cours dans le chemin de navigation */
#bread_crum span.selected {
	font-weight: bold;
	color: #AACF00;
}

/* moteur de recherche en haut de page */
#rech_top {
	background:url(/imgs/_v2/bg_rech.gif) repeat-x left top transparent;
	height:26px;
	padding:7px 10px 3px;
	position: relative;
	z-index: 2;
}
#rech_top * {
	font-size: 10px;
	vertical-align: middle;
	position: relative;
}
#rech_top form {
	display: inline;
}

#rech_top label {
	font-weight:bold;
	margin-right:5px;
}
p#rech_top_default{
	float:left;
	margin: 0 20px 0 0;
	z-index:1;
}
#rech_top #q_rech_top_default {
	border:1px solid #99A68E;
	font-size:12px;
	padding:2px 4px;
	width:210px;
}
#rech_top #rech_top_default_ok img {
  margin: -4px 0 0;
}

/******************************************************************************/
/******************************* CONTENU **************************************/
/******************************************************************************/
#contenu {
	min-height:400px;
	padding:0 0 15px 0;
	position:relative;
}
*html #contenu{
  height:400px;
}
#contenu #tmpl_AR40{
  width:687px;
}
.s1000000001 #contenu{
  position:relative;
  z-index: 1;
  /*top:-40px;*/
}
.s1000000013 #contenu{
  width:500px;
}
#contenu .bienvenue p{
	margin-left: 15px;
}
#contenu h1 {
	color:#176f28;
	font-size:1.5em;
	padding:15px 0 10px 14px;
	display:block;
	width:475px;
}
#contenu div.desc {
	padding: 0 10px 10px;
}
.s1000000001 #contenu h1{
  background:none;
  color: #01452A;
  display:none;
	font-size: 1.5em;
  margin:0px;
	padding: 0 0 0 15px;
	width:auto;
}
#contenu h2 {
	background: transparent url(/imgs/_v2/puce-h2.png) no-repeat left center;
	color: #565656;
	font-size: 15px;
	margin: 20px 0 10px;
	padding: 0 0 0 20px;
}
.s1000000001 #contenu h2{
  display:none;
}
#contenu h2 a {
	color: #565656;
}

#contenu h3.spip,
#contenu h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 15px 0 10px;
	text-align: left;
}
#contenu .rub_std p span.spip_documents img{
  height:208px;
  margin:0px;
  width:684px;
}

#contenu fieldset legend {
	color: #000;
	font-weight: bold;
}
#contenu fieldset p {
	padding: 10px;
}
#contenu fieldset.combo_specialite p,
#contenu fieldset.lettres p {
	text-align: center;
}

#contenu p {
	padding: 0;
}
#contenu p.texte {
	padding: 0 0 0 15px;
	font-weight: normal;
}
#contenu ul.liste, #contenu ul.spip {
  list-style: disc outside url("/imgs/_v2/puce-liste.jpg");
  margin: 0 0 0 20px;
  padding: 0 20px;
}

#contenu p.chapo {
	font-weight: bold;
	padding: 0 0 10px;
	color:#010101;
}
#contenu p.desc {
	padding: 10px 0;
}

*html #contenu table.liste {
  margin: 0 15px 0px 15px;
}
#contenu table.liste tr{
  background: transparent url(/imgs/_v2/br.gif) no-repeat center bottom;
}
#contenu table.liste tr td{
  background-color:transparent;
}
#contenu table.liste td.logo {
	height: 100px;
	padding:20px 10px 30px 0;
	width:150px;
}
.R1000000088 #contenu table.liste td.logo {
	width:auto;
}
#contenu table.liste td{
	padding: 0px 0px 30px 0;
}

/* le "ou" entre deux fieldset sans le gabarit R10 (annuaire) */
#contenu p.ou {
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

/* lien en savoir plus */
#contenu a.suite {
	color: #AACF00;
	font-size: 11px;
	padding: 0;
	text-decoration: underline;
}

/* lien retour */
#contenu a.retour {
	color: #AACF00;
	padding: 0 0 2px 13px;
}

#contenu p.ps {
	color: #686D6F;
  font-size: 0.9em;
}

/* bandeau image */
#contenu p.bandeau {
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

#contenu #bloc_agence, #contenu #confirm_email {
	padding: 0 15px 20px;
}
#contenu p#texte_email {
	margin: 0 0 10px;
}
#contenu #confirm_email input {
  border: 1px solid #AAAAAA;
  font-size: 12px;
  height: 20px;
  margin: 0 0 10px;
}
#contenu #confirm_email #valider_email input{
	background: transparent url(/imgs/_v2/bg-btn.jpg) no-repeat center bottom;
  border: medium none;
  color: #000000;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  height: 29px;
  width: 152px;
}
#contenu #bloc_agence #agence_defaut {
	font-weight: bold;
}
#contenu #bloc_agence #agence_defaut a {
	color: #FFF;
	display: block;
	margin: 10px 0 0;
	padding: 5px;
	text-align: center;
}
#contenu #bloc_agence #spip_agence {
	padding: 10px 0;
}
#contenu #bloc_agence #liste_agence {
	border: none;
	margin: 0;
	padding: 0;
}
#contenu #bloc_agence #liste_agence legend {
	font-weight: bold;
	margin: 0 0 10px 0;
}
#contenu #bloc_agence #liste_agence select {
	display: block;
	margin: 0 0 10px;
}
#contenu #bloc_agence #bandeau {
	float: left;
	padding: 0 10px 10px 0;
}
#contenu #bloc_agence p#valider_agence {
	padding: 0;
}
#contenu #bloc_agence #goagence {
	background: url("/imgs/_v2/bg-btn.jpg") no-repeat center bottom transparent;
  cursor: pointer;
	font-weight: bold;
  padding: 3px;
  width: 150px;
}
/**** FIN page de login et choix agence ****/

#contenu table.mea_centre {
	margin: 0 -20px 0 0;
	position: relative;
}
#contenu table.mea_centre td {
	margin: 0;
}
#contenu table.mea_centre td div.pub {
	margin: 0 10px 0 0;
}
#contenu table.mea_centre td div.pub p.visuel {
	margin: 0;
}
#contenu .mea_centre {
	width:480px;
	clear:left;
}
.s1000000001 #contenu .mea_centre.C1 {
  width: 689px;
}
.s1000000001 #contenu .mea_centre table{
	background-image:url(/imgs/cont/bas-mea-centre.jpg) no-repeat center top;
	height:216px;
  margin-left:15px;
	width:480px;
}
s1000000001 #contenu .mea_centre table tbody tr td{
  width:50%;
}
#contenu .mea_centre table tbody tr td .mea h3 a, #contenu .mea_centre table tbody tr td .mea h3{
  color:#565656;
}
#contenu .mea_centre table .mea{
  padding:0 10px;
  width:219px;
}
.s1000000001 #contenu .mea_centre .mea_liste table{
  width:480px !important;
}
#contenu .mea_centre .mea_liste table{
  background:none;
  margin-left:0px;
  width:auto !important;
}
#contenu .mea_centre .mea_liste {
	background: transparent url(/imgs/cont/fond-mea-haut.jpg) no-repeat  2px bottom;
	padding-top:20px;
  padding-left:8px;
}
*html #contenu .mea_centre .mea_liste {
  background: transparent url(/imgs/cont/fond-mea-haut.jpg) no-repeat  -9px bottom;
}

/* Mise en avant centrale sur la home : première ligne*/
#contenu #tmpl_R42 .mea_centre .mea_home .mea_liste table tbody tr td{
  width:160px;
}
#contenu #tmpl_R42 .mea_centre .mea_home .mea_liste table tbody tr td p.visuel{
  text-align:left;
  width:115px;
}
#contenu #tmpl_R42 .mea_centre .mea_home .mea_liste table tbody tr td p.visuel a img{
  max-width:100%;
}
/* Mise en avant centrale sur la home seconde ligne */
#contenu #tmpl_R42 .mea_centre .mea_home_pasliste{
  background:transparent url(/imgs/cont/bas-mea-centre.jpg)no-repeat center top;
  height:230px;
  padding:0 10px;
  width:475px;
}
#contenu #tmpl_R42 .mea_centre .mea_home_pasliste td{
  width:250px;
}
#contenu #tmpl_R42 .mea_centre .mea_home_pasliste .mea{
  padding:0 10px;
}
#contenu #tmpl_R42 .mea_centre .mea_home_pasliste .mea h3 a{
  color:#565656;
}
#contenu #tmpl_R42 .mea_centre .mea_home_pasliste .mea p.visuel{
  float:none;
  margin:0 0 10px 0;
  text-align:left;
}
#contenu #tmpl_R42 .mea_centre .mea_home_pasliste .mea p.visuel span.spip_documents img {
  position:inherit;
  top:0px;
}
#contenu #tmpl_R42 .mea_centre .mea_home_pasliste td .mea p.visuel a img{
  max-width:100%;
}
#contenu .mea_centre .mea_liste h3 {
	background: transparent url(/imgs/cont/fleche-fondvert.png) no-repeat;
	color: #565656;
  display:block;
	font-size: 12px;
	margin: 0 0 5px 0;
  min-height:30px;
  padding: 0 0 0 20px;
	width:130px;
}	
#contenu .mea_centre .mea h3 {
  min-height:33px;
}
*html #contenu .mea_centre .mea_liste h3{
  height:30px;
}
*html #contenu .mea_centre .mea h3 {
  height:33px;
}
#contenu .mea_centre .mea_liste a span img{
  width:144px !important;
}
#contenu h3.spip{
	background:transparent url(/imgs/cont/fleche-fondvert.jpg) no-repeat scroll 0 0;
	clear:left;
	color:#565656;
	font-size:12px;
	margin:20px 0 10px;
	padding:0 0 0 20px;
}
#contenu .mea_centre .mea_liste p.visuel, #contenu .mea_centre .mea p.visuel {
	float:none;
	margin-bottom: 5px;
}	
#contenu .mea_centre .mea_liste p.visuel a{
  display:block;
  height:99px;
}
#contenu .mea_centre .mea_liste p.visuel a img{
  height:99px;
}
#contenu .mea_centre .mea_liste .mea {
  padding:0px 0px 0px 10px;
  width:140px;
}
*html #contenu .mea_centre .mea_liste .mea{
  padding:0px 0px 0px 0px;
  width:140px;
}
*+ html #contenu .mea_centre .mea_liste .mea{
  padding:0px 0px 0px 10px;
  width:140px;
}
*html #contenu .mea_centre .mea_liste .mea a span img{
  width:140px;
}
.s1000000001 #contenu .mea_centre .mea_liste tr td{
  width:33%;
}

/* documents associes */
#contenu div.docs_associes {
	background: #E5E6E8;
	height: auto;
	min-height: 90px;
	margin: 10px 0;
	!padding-bottom: 30px;
}
#contenu div.docs_associes h2 {
	background: none;
	margin: 0 0 0 60px;
	padding: 0;
}

#contenu div.rub_mea div.docs_associes ul,
#contenu div.art_mea div.docs_associes ul,
#contenu div.rub_std div.docs_associes ul,
#contenu div.art_std div.docs_associes ul,
#contenu div.docs_associes ul {
	list-style: none;
	margin: 10px 0 0 100px;
	padding: 0;
}
#contenu div.docs_associes ul li {
	margin: 2px 0;
}
#contenu div.docs_associes ul li.pdf {
}
#contenu div.docs_associes ul li.xls {
}
#contenu div.docs_associes ul li a {
	color: #000;
	padding: 5px 0;
}

/**** DEBUT recherche ****/
/* page de recherche agence */
#rech_agc {
	padding: 0 0 20px;
}
#rech_agc fieldset {
	border: 1px solid #CACEC7;
	margin: 10px 0;
	padding: 0;
	position: relative;
}
#rech_agc fieldset h2 {
	color: #565656;
	display: block;
	font-size: 14px;
	height: 31px;
	line-height: 31px;
	margin: 0 0 0 2px;
	padding: 0 0 0 18px;
}
#rech_agc fieldset form {
  padding: 0;
}
#rech_agc fieldset p {
	padding: 10px;
}
#rech_agc fieldset table {
	margin: 10px auto;
	table-layout: fixed;
	width: 500px;
}
#rech_agc fieldset table td {
	padding: 0 2px;
	vertical-align: middle;
}
#rech_agc fieldset table td.colLabel {
	text-align: right;
}
#rech_agc fieldset form.form_gene table {
  float: left;
	table-layout: auto;
	width: auto;
}
#rech_agc fieldset form.form_gene table tr td select {
	position: relative;
}
#rech_agc fieldset form div p {
	left: 38px;
	position: absolute;
	top: 36px;
}
#rech_agc fieldset form input.bouton {
	border: none;
	cursor: pointer;
	height: 16px;
	float: left;
	font-size: 0;
	margin: 6px 0 0 !important;
	padding: 0;
	text-indent: -9999px;
	vertical-align: middle;
	width: 72px;
}
#rech_agc fieldset span {
	display: block;
	padding: 10px;
}

/* résultats de recherche agence */
#resultat_rech_agc {
}
#resultat_rech_agc p {
	padding: 0;
}
#resultat_rech_agc p.nb_resultats {
	font-weight: bold;
	padding: 0 5px !important;
}
#resultat_rech_agc form {
	padding: 20px 5px;
}
#resultat_rech_agc p.nb_resultats strong {
}
#resultat_rech_agc p.trier_par {
	font-weight: bold;
	padding: 10px 0 0;
}
#resultat_rech_agc p.trier_par a {
	color:#A2C500;
	font-size:9px;
	font-weight:normal;
	margin:0 10px;
	padding:0 0 2px 5px;
	text-transform:uppercase;
}
#resultat_rech_agc p.trier_par strong {
	color: #000;
	font-size: 9px;
	font-weight: normal;
	margin: 0 10px;
	padding: 0 0 2px 15px;
	text-transform: uppercase;
}
#resultat_rech_agc ul {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}
#resultat_rech_agc ul li {
	border-bottom: 1px dotted #cacec7;
	border-top: 1px dotted #cacec7;
	display: block;
	margin-top: -1px;
	padding: 10px 0;
	position: relative;
}
#resultat_rech_agc ul h2 {
	background: none;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
#resultat_rech_agc div.pictos {
	bottom: 10px;
	position: absolute;
	right: 0 !important;
	right: 20px;
	top: auto !important;
	!top: 25px; /* pour IE6 qui fait n'importe quoi avec le bottom */
}
#resultat_rech_agc div.pictos p {
	padding: 5px 0 0;
}
#resultat_rech_agc p.lien_fiche {
	padding: 2px 0 0;
}
#resultat_rech_agc p.lien_fiche a {
	color: #a2c500;
	font-size: 12px;
	padding: 0 0 2px 0;
	text-decoration: underline;
}
/**** FIN recherche ****/

/**** DEBUT page infos agence ****/
#infos_agence {
	position: relative;
}
#infos_agence h3.titre_pictos_services {
  display: none;
}
#infos_agence h2{
  margin-left:14px;
}
#infos_agence p.visuel {
	float: left;
	margin:10px 10px 0 14px;
}
#infos_agence ul {
  display:block;
  list-style-type:none;
  margin-left:10px;
}
#infos_agence ul li.email { 
	text-transform: lowercase;
}
#infos_agence p a.suite{
  display:block;
  left:572px;
  position:absolute;
  top:66px;
  width:100px;
}
#infos_agence div.descriptif {
	clear: both;
	padding: 20px 0 20px 14px;
}
#infos_agence div.descriptif h2 {
	background: none;
	color: #565656;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
#infos_agence ul.pictos_services {
	clear: both;
	display:none;
	margin: 20px 0 0;
	position: absolute;
	right: 0;
	!right: 20px;
}
#infos_agence ul.pictos_services li {
	display: inline;
}
#infos_agence #horaires ul {
	border:none 0px;
	float:none;
	list-style-type:none;
	padding-left:14px;
}
#infos_agence #horaires ul li {
	background:transparent url(/imgs/nav/puce_verte.gif) no-repeat scroll left 12px;
	color:#000;
	float:none !important;
}
#infos_agence #horaires ul li a {
  background:transparent url(/imgs/nav/puce_verte.gif) no-repeat scroll left 12px;
  border:none 0px;
  color:#565656;
  line-height:30px;
  padding:0 0 0 12px !important;
  text-decoration:none;
}
#infos_agence #horaires ul li a:hover{
  text-decoration:none;
}
#infos_agence #horaires table {
	background-color:#C4C4C4;
	margin:10px 10px 10px 14px;
	table-layout:fixed;
  width:90%;
}
#infos_agence #horaires table thead th {
	background: #C4C4C4;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #FFF;
	color: #000;
	padding: 10px;
}
#infos_agence #horaires table thead th.apres_midi {
	background: #C4C4C4;
}
#infos_agence #horaires table tbody th {
	background: #C4C4C4;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #FFF;
	color: #FFF;
	padding: 10px;
}
#infos_agence #horaires table tbody td {
	background: #F0F0F0;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #FFF;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
#infos_agence #horaires table tbody td.apres_midi {
	background: #E8E8E8;
}
/**** FIN page infos agence ****/

/* formulaires */
.R1000000088 #contenu form.form_gene table {
	width: 97%;
}
#contenu form.form_gene table {
	margin-left: 12px;
}
#contenu form.form_gene h2 {
	background: transparent url(/imgs/_v2/bg-h2-MonCompte.gif) no-repeat left top;	
	font-size: 1.2em;
	padding: 8px 0 8px 42px;
}
#contenu form.form_gene input.bouton {
	background: transparent url(/imgs/_v2/form_valider.gif) no-repeat;
	border:0 none;
	cursor:pointer;
	display:block;
	height:35px;
	margin:20px auto;
	text-indent:-999px;
	width:80px;
}
.R1000000088 #contenu a.suite {
  background: url(/imgs/_v2/Btn_BP.png) no-repeat 0 0 transparent;
  font-size: 0px;
  line-height: 31px;
  padding: 13px 60px;
}

#contenu form.form_gene ul.radio li {
	display: inline;
	margin: 0 10px 0 0;
}

#contenu form  table #f1_edit_form_login_DB2 {
	width: 240px;
}

/**** DEBUT teasing ****/
#contenu .teasing div.pasinscrit,
div.blockUI .teasing div.pasinscrit {
	background: #E0E0E0;
	float: left;
	height: auto;
	!height: 266px;
	min-height: 216px;
	padding: 10px;
  position: relative;
	width: 248px;
}
#contenu .teasing div.inscrit,
div.blockUI .teasing div.inscrit {
	background: #FDFDFD;
	float: left;
	height: auto;
	!height: 266px;
	min-height: 216px;
	padding: 10px 10px 40px;
  position: relative;
	width: 250px;
}

#contenu .teasing h3,
div.blockUI .teasing h3 {
	color: #EE6A2B;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#contenu .teasing h3 strong,
div.blockUI .teasing h3 strong {
	font-size: 1.5em;
}
#contenu .teasing p,
div.blockUI .teasing p {
	color: #EE6A2B;
	padding: 0;
}
#contenu .teasing label,
div.blockUI .teasing label {
	display: block;
}

#contenu .teasing hr,
div.blockUI .teasing hr {
	border: none;
	margin: 0 10px;
}

#contenu .teasing div.inscrit input.bouton,
div.blockUI .teasing div.inscrit input.bouton {
	border: 0;
	cursor: pointer;
	height: 20px;
	font-size: 0;
	margin-top: 20px;
	padding: 0;
	text-indent: -9999px;
	!text-indent: 0;
	width: 101px;
}
#contenu .teasing div.inscrit h3,
div.blockUI .teasing div.inscrit h3 {
	text-align: left;
}
#contenu .teasing div.inscrit p,
div.blockUI .teasing div.inscrit p {
	padding: 10px 0 0;
}
#contenu .teasing div.pasinscrit p,
div.blockUI .teasing div.pasinscrit p {
	padding: 10px 0;
	text-align: center;
}
#contenu .teasing div.pasinscrit p span.spip_document_1000000681 a,
div.blockUI .teasing div.pasinscrit p span.spip_document_1000000681 a {
	display: block;
	margin-top: 15px;
}

/**** Teasing Editorial et Resultats de Recherche Produits ****/
#teasing_edito #intro {
	color: #f0783e;
	font-size: 14px;
	background: url(/imgs/_v2/cadenas.jpg) no-repeat left;
}
#teasing_edito #intro p{
	padding: 25px 0 20px 50px;
}
#teasing_edito #login {
	border: 1px solid #eeecec;
	float: left;
  height: 170px;
	width: 260px;
}
#teasing_edito #login .titre, #teasing_edito #inscription .titre, #teasing_recherche #login .titre, #teasing_recherche #inscription .titre {
	background-color: #eeecec;
	color: #f0783e;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 5px;
}
#teasing_edito #login .contenu, #teasing_recherche #login .contenu {
	padding: 20px 5px 10px 5px;
}
#teasing_edito #inscription {
	border: 1px solid #eeecec;
	float: right;
  height: 170px;
	width: 260px;
}
#teasing_edito #inscription  .contenu {
	padding: 25px 5px;
	text-align: center;
}
#teasing_edito  form.form_gene input.bouton, #teasing_recherche form.form_gene input.bouton {
	margin-top: 15px !important;
}
#teasing_recherche #login {
	border: 1px solid #eeecec;
	float: left;
  height: 190px;
	width: 260px;
}
#teasing_recherche #inscription {
	background: url(/imgs/_v2/carte-france.jpg) no-repeat bottom right;
	border: 1px solid #eeecec;
	float: right;
	height: 190px;
	margin-bottom: 20px;
  width: 260px;
}
#teasing_recherche #inscription .contenu p {
	padding: 5px;
  text-align: center;
}
#teasing_recherche #inscription img {
	margin: 0 !important;
}
/**** FIN teasing ****/

/* plan du site */
#plan {
	table-layout: fixed;
	width: 100%;
}
#plan ul {
	padding: 0 0 5px 10px;
}
#plan ul li {
	margin: 2px 0;
}
#plan ul li ul {
	padding: 0 0 5px 10px;
}
*html #plan ul li ul{
  margin:0 0 5px 10px;
  padding:0px;
}
*+ html #plan ul li ul{
  margin:0 0 5px 10px;
  padding:0px;
}
#plan ul li ul li {
}
#plan ul li ul li p.texte,
#plan ul li ul li a {
	padding: 0 0 0 12px;
}
#plan ul li ul li ul li {
	font-size: 11px;
}
#plan ul li ul li ul li p.texte,
#plan ul li ul li ul li a {
	padding: 0 0 0 12px;
}

/******************************************************************************/
/************** styles spécifiques à certains secteurs ************************/
/******************************************************************************/
/* on masque le breadcrum sur la home */
.s1000000001 #bread_crum{
  display:none;
}

#popup {
	background: #FFF;
	padding: 0 0 10px;
}
#popup #masthead {
	background: none;
	height: 67px !important;
	position: relative;
}

#popup p.fermer_fenetre {
	padding: 0;
	position: absolute;
	right: 5px;
	top: 11px;
}
#popup p.fermer_fenetre a {
	display: block;
	height: 30px;
	padding: 2px;
	text-decoration: none;
	text-indent: -9999px;
	width: 30px;
}
#popup p.popup_imprimer {
	padding: 0;
	position: absolute;
	right: 50px;
	top: 9px;
}
#popup p.popup_imprimer a {
	display: block;
	height: 33px;
	text-indent: -9999px;/* pour cacher le texte du lien */
	width: 32px;
}
#popup p.date {
	position: absolute;
	right: 12px;
	top: 48px;
}
#popup #contenu div.process_commande div.cadre,
#popup #contenu div.process_commande table.bdc_infos_perso {
	width: 660px;
}
/******  ARTICLE  *******/
#bloc_central #contenu #tmpl_AR40 div{
  margin-left:10px;
  width:470px;
}
#bloc_central #contenu #tmpl_AR40 #f1_form_gene div{
  margin-left:0px;
  white-space: nowrap;
  width: auto;
}
#bloc_central #contenu #tmpl_AR40 div.pub{
  margin-left:0px;
}
#lien_imprimer{
  margin-bottom:20px;
  text-align:right;
}
#bloc_central #contenu #tmpl_AR40 div p#lien_imprimer{
  text-align:right;
  margin-bottom:20px;
}
#bloc_central #contenu #tmpl_AR40 div p#lien_imprimer a{
  text-decoration:underline;
}
#bloc_central #contenu #tmpl_AR40 div.rub_std{
  margin-left:0px;
  width:690px;
}
#bloc_central #contenu #tmpl_AR40 div.mea_droite {
  background:transparent url(/imgs/bloc/bloc-droite-nos-services.jpg) no-repeat scroll center top;
  float:right;
  height:450px;
  width:190px;
}
*html #bloc_central #contenu #tmpl_AR40 div.mea_droite {
  margin:0px;
}
#bloc_central #contenu #tmpl_AR40 div.mea_droite div.pub{
  width:175px;
}
*html #bloc_central #contenu #tmpl_AR40 div.mea_droite div.pub{
  width:160px;
}
#bloc_central #contenu #tmpl_AR40 div p.texte {
  padding:0px;
}
#bloc_central #contenu #tmpl_AR40 div p.texte span.spip_documents_left{
  margin:0 20px 10px 0  !important;
}
#bloc_central #contenu #tmpl_AR40 div p.texte span.spip_documents_right{
  margin:0 0px 10px 20px  !important;
}
#bloc_central #contenu #tmpl_AR40 div ul.spip{
  clear:left;
}

/**** PARTENAIRES / GLOSSAIRE ***/
/* .s1000000013  */
#contenu .art_std,
#contenu .rub_std {
  width:480px;
}
.s1000000013 #contenu h2{
  margin:0px 10px;
}
.s1000000013 #contenu table{
  margin:10px;
}
.s1000000013 #contenu table td.visuel{
  display:block;
  float:left;
  height:100px;
  width:100px;
}
.s1000000013 #contenu table td p.texte{
  padding:10px 0;
}
#contenu p#retour_sommaire{
  display:block;
  padding-bottom:50px;
  text-align:right;
  width:480px;
}
.R1000000049 #contenu p#retour_sommaire{
  display:none;
}
#contenu .art_std p#retour_sommaire{
  padding-bottom:10px;
}
#contenu p#retour_sommaire a.retour{
  background:none;
  color:#AACF00;
  padding:none;
}
/**** FORMULAIRE DE CONTACT ***/
#apercu{
  width:480px;
}
#apercu .colLabel{
  display:block;
  clear:left;
  float:left;
  padding-bottom:5px;
  text-align:right;
  vertical-align:top;
  width:150px !important;
}
#apercu .colChamp{
  display:block;
  float:left;
  padding-bottom:5px;
  text-align:left;
  vertical-align:top;
  width:300px !important;
}
#apercu .colChamp ul.radio{
  margin:0px;
  padding:0px;
}
#apercu #f0_Cpartof_textelibre_1,
#apercu #f0_Cpartof_textelibre_2{
  padding:5px 10px;
}
/*** PLAN DU SITE ***/
#contenu #plan ul {
  list-style-type:none;
}
#contenu #plan ul li h2 a,#contenu #plan ul li h2 {
  color:#AACF00;
}
#contenu #plan ul li a {
  color:#565656;
}
/*** MEA MASTHEAD ***/
.s1000000001 .mea_mast {
	background:transparent url(/imgs/_v2/Bandeau-automne.gif) no-repeat scroll left top;
	height:344px;
  margin-bottom:10px;
	margin-top:40px;
	width:689px;
}
.s1000000001 .mea_mast h3 {
	display: none;
}
.s1000000001 div.O10 {
  left: 231px;
  position: absolute;
  top: 127px;
  z-index: 12;
}
/******************************************************************************/
/************************** styles google maps ********************************/
/******************************************************************************/
/**** le div qui contient la zone de recherche/itineraire ****/
#google_maps {
	height: auto !important;
	!height: 400px;
	min-height: 400px;
	padding:0 20px;
	position: relative;
}
#contenu #google_maps h1{
  padding:0px !important;
}

#google_maps #intro {
	margin-bottom: 20px;
	width: 300px;
}

#google_maps #lien_dl_gps {
	position:absolute;
  right:45px;
  top:0;
}
#google_maps #lien_dl_gps a {
	display:block;
  height:68px;
  width:318px;
}

#google_maps #panel {
	float: left;
	padding: 0 0 20px;
	position: relative;
	width: 251px;
}

#google_maps #panel p {
	padding: 0;
}
#google_maps #panel ul.ui-tabs-nav {
	background:none;
  border-bottom:5px solid #669F72;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
}

#google_maps #panel ul.ui-tabs-nav li {
	border:1px solid #669F72;
	float:left;
	margin:0 1px 0 0;
	padding:3px 9px 1px;
}
#google_maps #panel ul.ui-tabs-nav li.ui-tabs-selected {
	background-color: #669F72;
}
#google_maps #panel ul.ui-tabs-nav li.ui-tabs-selected a {
	color: #fff;
}
#google_maps #panel ul.ui-tabs-nav li a {
	border: none;
	padding: 0;
}
#google_maps #panel ul.ui-tabs-nav li.ui-state-default a{
	background: none;
	font-weight: bold;
}

#panel fieldset {
	background:transparent none repeat scroll 0 0;
	border:1px dotted #669F72;
	margin-left:0px;
  margin-top:5px;
	padding:5px !important;
}
#panel fieldset legend {
	display: none;
}
#panel fieldset h2 {
	font-size: 1em;
	margin: 0;
	padding:0 5px 0 24px;
}
#panel fieldset#options {
	display: none;
  margin: 10px 0 -11px 16px;
	padding: 0;
	width: 279px;
}
#panel fieldset#options form {
	display: none;
	padding: 0 20px 10px 20px;
}
#panel fieldset#options h2 {
	cursor: pointer;
	margin: 0;
	padding-left: 20px;
}

#panel fieldset p.exemple {
	color:#444444;
  font-size:0.8em;
}

#panel fieldset#gmap_commentaire {
	border: none;
	margin-top: 0px;
	padding: 0;
}
#panel fieldset#gmap_commentaire h2 {
	background: none;
	color: #565555;
	font-size: 1em;
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 0;
}
#panel fieldset#gmap_commentaire p {
	padding: 0;
}
#panel #options p {
	padding: 5px 0;
}
#panel #options label {
	display: block;
}
#panel #resultat_recherche {
	display: none;
}
#panel #resultat_recherche ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#panel #resultat_recherche ul li a {
	color: #000;
}

#panel #directions fieldset {
	padding: 0;
	position: relative;
	width: 237px;
}
#panel #directions fieldset h2 {
	margin: 0 0 10px 0;
}
#panel #directions fieldset div.resultat {
	padding: 0 !important;
}

#panel #directions fieldset #lien_imprimer {
	right: 0;
	top: 40px;
}

#panel #directions fieldset ul {
	list-style: none;
	margin: 0;
	padding: 0 10px;
}
#panel #directions fieldset ul li {
	margin: 0 0 10px;
}
#panel #directions fieldset ul li a {
	color:#AACF00;
	font-size: 9px;
	padding: 0 0 2px 15px;
	text-transform: uppercase;
	text-decoration:underline;
}

#panel fieldset input {
	display: block;
	margin: 0;
	padding: 0;
	width: 230px;
}
#panel fieldset select {
	font-size: 0.9em;
}

#panel #nbagences {
	color: #F35111;
}
#panel a.imprimer {
	color: #AACF00;
	line-height: 2em;
	padding: 0px 10px 0px 14px;
	text-decoration: underline;
	float: right;
}

#panel .gmap_effacer_recherche {
	display:none;
}

#panel #gmap_rechercher {
	text-align: center;
}
#panel #gmap_rechercher {
	background: transparent url(/imgs/_v2/bg-valide.gif) no-repeat center bottom;
  border: 0 none;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-weight: bold;
  height: 21px;
  margin: 10px auto;
  padding: 0 0 5px;
}
.dform form input[type=submit]{
  background:#AACF00 none repeat scroll 0 0;
  border:1px solid #565656;
  color:#FFFFFF;
  cursor:pointer;
  font-weight:bold;
  height:20px;
  margin:0 10px;
}

/**** le div qui permet de cacher le panel ****/
#mapsplitter {
	background: url(/imgs/_v2/onglet-agrandir-carte.jpg) no-repeat center 40px;
	cursor: pointer;
	float: left;
	height: 200px;
	margin-left: -1px;
	margin-right: 1px;
	width: 16px;
	position: relative;
	z-index: 2;
}
#mapsplitter.collapsed {
	background: url(/imgs/_v2/reduire-carte.jpg) no-repeat center 40px;
	margin-left: 15px;
}
#mapsplitter.hover {
	cursor: pointer;
}
/**** le div qui contient la carte, avec #map = carte des agences et #maplocal = plan d'acces fiche agence ****/
#map,
#maplocal {
	border: 1px solid #979797;
}
#map {
	height:400px;
  margin:0 10px 30px 265px;
}
/**** zone groupant plusieurs agences ****/
#google_maps div.clustermarker {
/* NE PAS CHANGER LA VALEUR DE border-width qui doit être de 1 pixel ___ */
	background-color: rgb(225,59,0);
  border-width: 1px;
	border-style: solid;
	border-color: #000000;
	color: #000000;
	filter: alpha(opacity=30);
	-moz-opacity: 0.30;
	opacity: 0.30;
  position: absolute;
}
.gmaps_tooltip {
	background-color: #eee;
	border: 1px solid #111;
	width: 300px;
	z-index: 5;
	opacity: 0.85;
/* laisser désactivé, on ne supporte plus l'opacité avec IE6 */
	/*filter: alpha(opacity=85);
*/
}
.gmaps_tooltip h3 {
	background-color: #F25013;
	color:#FFFFFF;
  font-size: 1em;
	margin: 0;
	padding: 5px !important;
}
.gmaps_tooltip div.body {
	margin: 0;
}

.gmaps_tooltip div.body p {
	padding: 5px;
	text-align: left;
}

form#f1_form_gene .readonly {
	background: #F4F7F3;
	border: none;
	color: #B4B4AC;
}
form#f1_form_gene ul.radio{
  margin:0px;
  padding:0px;
}
#tmpl_AR40 #f2_form_gene div {
  width: auto !important;
}

#contenu form table ul {
	margin: 0;
	padding: 0;
}
#contenu form #f2_Lpartof_form_client,
#contenu form #f2_Lpartof_form_pro {
	width: 185px;
}

/************************************/
/************** PRODUITS ************/
/************************************/

/**** DEBUT pagination ****/
#contenu .pagination {
	background: #E2E4DF;
	margin:10px 15px;
	padding:4px;
	text-align:center;
}

#contenu .pagination p.precedent {
	float: left;
}
#contenu .pagination p.precedent a {
	background:url(/imgs/_v2/precedent.gif) no-repeat left center transparent;
	padding:1px 0 1px 20px;
}

#contenu .pagination p.suivant {
	float: right;
}
#contenu .pagination p.suivant a {
	background:url(/imgs/_v2/suivant.gif) no-repeat right center transparent;
	padding:1px 20px 1px 0;
}

#contenu .pagination p.milieu, 
#contenu .pagination p.pages {
	color:#000;
	font-size:10px;
}
#contenu .pagination p.milieu a, 
#contenu .pagination p.pages a {
	color: #000;
	font-weight:bold;
}
#contenu .pagination p.milieu span.selected, 
#contenu .pagination p.pages strong {
	background:none repeat scroll 0 0 #FFFFFF;
	color:#AACF00;
	padding:0 2px;
}
/**** FIN pagination ****/

/**** DEBUT liste produits ****/
.liste_produits p.nb_produits {
	font-weight:bold;
	margin:5px 0 5px 15px;
}
.liste_produits p.liens_type_liste {
	margin: 10px 0 0 10px;
}
.liste_produits p.liens_type_liste a {
	background:url(/imgs/_v2/main-puce.gif) no-repeat left center transparent;
	padding:0 20px 0 15px !important;
	text-decoration: none;
}
.liste_produits form {
	margin:10px 15px;
}
.liste_produits form table.produit {
  border-bottom: 1px dotted #CCCCCC;
  margin: 5px 0;
  padding-bottom: 15px;
  width: 100%;
}
.liste_produits form table.produit h3 {
	padding: 0 !important;
}
.liste_produits form table.produit h3 a {
	color:#176f28;
}
.liste_produits form table.produit td.visuel img {
	background:url(/imgs/_v2/bg_img.jpg) no-repeat center center transparent;
	margin-right:10px;
	padding: 16px 24px;
}

#contenu div.liste_produits table.produit td.visuel {
	border:medium none;
	padding:0;
	vertical-align:middle;
	width:70px;
}

#contenu div.liste_produits table.produit td.infos {
	width:auto;
}
#contenu div.liste_produits table.produit td.infos p.lien_fiche, #contenu div.liste_produits table.produit td.infos p.lien_liste {
	margin-top: 5px;
}
#contenu div.liste_produits table.produit td.infos p.lien_fiche a {
	background:url(/imgs/_v2/bg-ajout-liste.gif) no-repeat left center transparent;
	color:#AACF00;
	display: block;
	font-size:9px;
	font-weight:bold;
	padding:6px 8px 6px 20px;
}
#contenu div.liste_produits table.produit td.infos p.lien_liste a {
	background:url(/imgs/_v2/bg-ajout-liste.gif) no-repeat left center transparent;
	color:#AACF00;
	display: none;
  font-size:9px;
	font-weight:bold;
	padding:6px 8px 6px 20px;
}

#contenu div.liste_produits table.produit td.actions {
	border:medium none;
	font-size:0.9em;
	text-align:right;
	vertical-align:top;
	width:240px;
}
#contenu div.liste_produits table.produit td.actions .modif_qte * {
	vertical-align:middle;
}
#contenu div.liste_produits table.produit td.actions ul {
	list-style:none outside none;
	margin:0;
	padding:0;
}
#contenu div.liste_produits table.produit td.actions ul.dispo li {
	display:inline;
}
#contenu div.liste_produits table.produit td.actions .tarif {
	padding:10px 0 5px;
}
#contenu div.liste_produits table.produit td.actions .tarif p.HT {
}
#contenu div.liste_produits table.produit td.actions .tarif p.HT span {
	font-size: 12px;
	font-weight: bold;
}
#contenu div.liste_produits table.produit td.actions .tarif p.HT span strong{
	font-size: 11px;
	font-weight: normal;
}
/**** FIN liste produits ****/

/**** DEBUT mises en avant produit ****/
#contenu div.mea_produits {
	background:url(/imgs/_v2/br.gif) no-repeat top center transparent;
	clear: both;
  margin: 10px 10px 20px 10px;
	padding-top: 5px;
  position: relative;
}
#contenu div.mea_produits h2 {
	color: #aacf00;
}
#contenu div.mea_produits,
#contenu div.mea_produit {
	background: #ECEFEA;
	clear: both;
	padding: 1px 5px 0;
}
#contenu div.mea_produit {
	border-bottom: 1px dotted #ccc;
	height: 127px;
}
#contenu div.mea_produits h3 {
	padding: 0;
}
#contenu div.mea_produits h3 a{
	color:#176F28;
}
#contenu div.mea_produits div.visuel {
	float:left;
  position: relative;
  z-index: 2;
}
#contenu div.mea_produits div.visuel img {
  background: url("/imgs/_v2/bg_img.jpg") no-repeat scroll center center transparent;
  height: 60px;
  margin-right: 10px;
  padding: 16px 24px;
	width: 60px;
}
#contenu div.mea_produits div.visuel .zoom a {
  background: url("/imgs/_v2/profil-cli-picto-zoom-fiche.gif") no-repeat scroll 0 0 transparent;
  cursor: default;
  display: block;
  height: 15px;
  left: 87px;
  position: relative;
  text-indent: -9999px;
  top: -88px;
  width: 15px;
}
#contenu div.mea_produits div.mea_produit_description {
	position: relative;
	top: -8px;
	z-index: 1;
}
#contenu div.mea_produits div.mea_produit_description p {
	font-weight: bold;
}
#contenu div.mea_produits .lien_fiche a {
  background: url("/imgs/_v2/bg-ajout-liste.gif") no-repeat scroll left center transparent;
  color: #AACF00;
  font-size: 9px;
  font-weight: bold;
  padding: 6px 8px 6px 20px;
  position: relative;
  top: 70px;
}

#contenu div.mea_produits div.actions_produit {
  float: right;
  margin-right: 0;
  position: relative;
  text-align: right;
  top: -50px;
}
#contenu div.mea_produits div.actions_produit div.tarif ,
#contenu div.mea_produits div.actions_produit div.ajout_panier {
	padding: 3px 0;
	clear: both;
}
#contenu div.mea_produits div.actions_produit div.stock {
  float: right;
  margin: 0 5px;	
	padding: 3px 0;
}

#contenu div.mea_produits div.actions_produit div.tarif p.HT span {
  font-size: 12px;
  font-weight: bold;
}
#contenu div.mea_produits div.actions_produit div.tarif p.HT span strong {
  font-size: 11px;
  font-weight: normal;
}
#contenu div.mea_produits div.actions_produit .ajout_panier input {
	margin-top: 3px;
	vertical-align: top;
}
/**** FIN mises en avant produit ****/

/**** DEBUT fiche produit ****/
#contenu #fiche_produit {
	margin: 0 10px;
}
#contenu #fiche_produit p#retour_sommaire {
	background: url(/imgs/_v2/suivant.gif) no-repeat scroll right center transparent;
  font-size: 9px;
  font-weight: bold;
  padding: 2px 20px 2px 0;
  position: relative;
  top: 20px;
  width: auto;
}
#contenu #fiche_produit h1 {
	background: url(/imgs/_v2/br.gif) no-repeat scroll center top transparent;
  margin-bottom: 10px;
  margin-right: 57px;
  padding: 15px 5px 0 0;
  position: relative;
  top: -15px;
  width: auto;
}
#contenu #fiche_produit h1 em {
	color:#6E706D;
	display:block;
	font-style:normal;
}
#fiche_produit div.visuel {
	background:url(/imgs/_v2/fond-image-produit.jpg) no-repeat 0 0 #FFFFFF;
	float:left;
	margin: 0 30px 10px 0;
	padding: 1px;
	position:relative;
}
#fiche_produit div.visuel p.logo img {
	height: 221px;
  width: 216px;
}	
#fiche_produit div.visuel p.zoom {
	padding:0;
	position:absolute;
	right:6px;
	top:5px;
	z-index:3;
}
#fiche_produit div.visuel p.zoom a {
	background:url(/imgs/_v2/profil-cli-picto-zoom-fiche.png) no-repeat 0 0 transparent;
	cursor:pointer;
	display:block;
	height:28px;
	width:27px;
}
#fiche_produit .tarif_actions ul.pictos_java {
  float: right;
  list-style: none outside none;
  position: relative;
  right: 10px;
  top: -50px;
}
#fiche_produit div.tarif {
	margin-bottom: 10px;
}
#fiche_produit div.tarif p.HT {
	font-size:1.2em;
	font-weight:bold;
}
#fiche_produit div.tarif p.HT span {
	font-size: 1.3em;
}
#fiche_produit div.tarif p.HT span strong {
	font-size: 0.9em;
}
#fiche_produit p.modif_qte * {
	vertical-align:top;
}
#fiche_produit ul.pictos {
	list-style:none outside none;
	margin:10px 0;
	padding:0;
}
#fiche_produit ul.pictos li {
	display:block;
	margin:0;
}
#fiche_produit .lien_liste {
	display: none;
}
#fiche_produit .lien_liste a{
	background:url(/imgs/_v2/bg-ajout-liste.gif) no-repeat left center transparent;
	padding:6px 5px 6px 19px;
}
#fiche_produit ul.references {
	border-top:1px dotted #CBCDC8;
	list-style:none outside none;
	margin:20px 0 20px 255px;
	padding:10px 0 0;
}
#fiche_produit div.infos_divers {
	border-top:1px dotted #CBCDC8;
	clear:both;
	padding:10px 0;
	position:relative;
}
#fiche_produit div.infos_divers h2 {
	font-size:13px;
	margin:10px 0;
	padding:0 0 0 20px;
}
#fiche_produit div.infos_divers table {
	text-align:left;
	width:100%;
}
#fiche_produit div.infos_divers table tr {
	background: transparent url(/imgs/_v2/bg-thead.gif) no-repeat left top;
	height: 40px;
}
#fiche_produit div.infos_divers table th,
#fiche_produit div.infos_divers table td {
	padding: 0 0 10px 5px;
	text-align: left;
}
#fiche_produit div.telechargement {
	border-top:1px dotted #CBCDC8;
	clear: both;
	margin-bottom:30px;
	padding-top:10px;
}
#fiche_produit div.telechargement h2 {
	display: none;
}
#fiche_produit div.telechargement ul {
	list-style:none outside none;
	margin:10px 0 0 0px;
	padding:0;
}
#fiche_produit div.telechargement ul li{
	display: inline;
	padding-right:15px;	
}
#fiche_produit div.telechargement ul li a {
	background:url(/imgs/_v2/download-avec-prix.gif) no-repeat left center transparent;
	font-size:9px;
	padding:5px 18px 5px 22px;
}
/**** FIN fiche produit ****/

/************************************************************************************************/
/************************************ DEBUT étapes commandes ************************************/
/************************************************************************************************/
#contenu div.process_commande {
	margin-bottom: 20px;
	padding:0 15px;
}
#contenu div.process_commande h1 {
	margin-bottom: 5px;	
	padding: 0;
}
#contenu div.process_commande p.intro {
	padding: 10px 0;
}
#contenu div.process_commande p.recapitulatif {
	color: #666666;
	padding: 15px 0;
}
#contenu div.process_commande p.recapitulatif strong.date {
	color: #000;
}
#contenu div.process_commande p.recapitulatif strong {
	color: #2f470b;
}
#contenu div.process_commande p.etape {
	margin: 0 -15px;
}
#contenu div.process_commande table.bdc_infos_perso {
	width: 100%;
}
#contenu div.process_commande table.bdc_infos_perso tr th {
	text-align: left;
}
#contenu div.process_commande div.cadre {
	background: transparent;
	margin: 0;
}
#contenu div.process_commande div.etape3 {
	padding: 15px 10px;
}
#contenu div.process_commande div.etape3 p {
	padding: 5px 0;
}
#contenu div.process_commande div.cadre ul.actions {
	background: none;
	border: none;
	border-bottom: 1px solid #5D5D5D;
	padding: 10px 5px;
	text-align: right;
}
#contenu div.process_commande div.cadre ul.imprimer {
	background: none;
	border: none;
	padding: 5px;
	text-align: center;
}
#contenu div.process_commande div.cadre ul.imprimer li {
	display: inline;
	padding: 0 2px;
}
#contenu div.process_commande ul.actions {
  border-top: 1px dotted #CBCDC8;
  list-style: none outside none;
  margin: 15px 0;
  padding: 15px 5px;
  text-align: right;
}
#contenu div.process_commande ul.actions li {
	display: inline;
	padding: 0 2px;
}
#contenu div.process_commande ul.actions li.retour,
#contenu div.process_commande ul.actions li.memoriser {
	float: left;
}
#contenu div.process_commande ul.actions li * {
	vertical-align: middle;
}

/**** DEBUT etape 1 ****/
#contenu div.process_commande table.liste_produits_tous,
#contenu div.process_commande table.liste_produits_commande,
#contenu div.process_commande table.liste_produits_stock {
	position: relative;
	width: 100%;
	z-index: 0;
}
#contenu div.process_commande table.liste_produits_commande {
	margin-top: 25px;
}
#contenu div.process_commande table.liste_produits_commande caption {
	background: transparent url(/imgs/_v2/puce-sur-commande.gif) no-repeat left center;
	padding: 10px 0 9px 22px;
	text-indent: -9999px;
}
#contenu div.process_commande table.liste_produits_stock caption {
	background: transparent url(/imgs/_v2/puce-en-stock.gif) no-repeat left center;
	padding: 10px 0 9px 22px;
	text-indent: -9999px;
}
#contenu div.process_commande table.liste_produits_stock thead {
	background: transparent url(/imgs/_v2/bg-caption.gif) no-repeat left top;
}
#contenu div.process_commande table.liste_produits_commande thead {
	background: transparent url(/imgs/_v2/bg-caption2.gif) no-repeat left top;
}
#contenu div.process_commande table.liste_produits_tous thead th,
#contenu div.process_commande table.liste_produits_commande thead th,
#contenu div.process_commande table.liste_produits_stock thead th {
	font-size:10px;
	padding: 8px 5px 8px 0;
	text-align:left;
	vertical-align:top;
	white-space: nowrap;
}
#contenu div.process_commande table.liste_produits_tous tfoot td,
#contenu div.process_commande table.liste_produits_commande tfoot td,
#contenu div.process_commande table.liste_produits_stock tfoot td {
	border-left: 1px solid #999999;
	font-weight: bold;
	padding: 5px;
	text-align: right;
	width: auto !important;
}
#contenu div.process_commande table.liste_produits_commande tfoot td.sous_total {
	background: transparent url(/imgs/_v2/fond-trame-sur-commande.jpg);
	color: #FFF;
	text-align: center;
	white-space: nowrap;
}
#contenu div.process_commande table.liste_produits_stock tfoot td {
	background: transparent url(/imgs/_v2/commande-total-libelle.gif) no-repeat right center;
	color: #fff;
	height:32px;
	padding:8px 5px 0;
	font-size: 0.9em;
}
#contenu div.process_commande table.liste_produits_stock tfoot td.sous_total {
	background: transparent url(/imgs/_v2/commande-total.gif) no-repeat right center;
	color: #176F28;
	text-align: center;
	font-size: 12px;
}
#contenu div.process_commande table.liste_produits_commande tfoot td.sous_total {
	background: transparent url(/imgs/_v2/commande-total2.gif) no-repeat right center;
	color: #176F28;
	text-align: center;
	font-size: 12px;
}
#contenu div.process_commande table.liste_produits_commande tfoot td {
	background: transparent url(/imgs/_v2/commande-total-libelle2.gif) no-repeat right center;
	color: #fff;
	height:32px;
	padding:8px 5px 0;
	font-size: 0.9em;
}
#contenu div.process_commande table.liste_produits_tous tbody td,
#contenu div.process_commande table.liste_produits_commande tbody td,
#contenu div.process_commande table.liste_produits_stock tbody td {
	border-bottom: 1px dotted #cbcdc8;
	padding: 5px;
}
#contenu div.process_commande table.liste_produits_commande tbody tr.total_eco td,
#contenu div.process_commande table.liste_produits_stock tbody tr.total_eco td {
	color: #008000;
}
#contenu div.process_commande table.liste_produits_tous tbody td.libelle,
#contenu div.process_commande table.liste_produits_commande tbody td.libelle,
#contenu div.process_commande table.liste_produits_stock tbody td.libelle {
	width: 350px;
}
#contenu div.process_commande table.liste_produits_tous tbody td.libelle a,
#contenu div.process_commande table.liste_produits_commande tbody td.libelle a,
#contenu div.process_commande table.liste_produits_stock tbody td.libelle a {
	color: #000;
	cursor: default;
	text-decoration: none;
}
#contenu div.process_commande table.liste_produits_tous thead th.ref,
#contenu div.process_commande table.liste_produits_commande thead th.ref,
#contenu div.process_commande table.liste_produits_stock thead th.ref,
#contenu div.process_commande table.liste_produits_tous tfoot td,
#contenu div.process_commande table.liste_produits_commande tfoot td,
#contenu div.process_commande table.liste_produits_stock tfoot td,
#contenu div.process_commande table.liste_produits_tous tbody td.ref,
#contenu div.process_commande table.liste_produits_commande tbody td.ref,
#contenu div.process_commande table.liste_produits_stock tbody td.ref {
	border-left: none;
	width: 66px;
}
#contenu div.process_commande table.liste_produits_tous tbody td.qte,
#contenu div.process_commande table.liste_produits_commande tbody td.qte,
#contenu div.process_commande table.liste_produits_stock tbody td.qte {
	width: 63px;
}
#contenu div.process_commande table.liste_produits_commande tbody td.qte img,
#contenu div.process_commande table.liste_produits_stock tbody td.qte img {
	margin: 0;
	vertical-align: top;
}
#contenu div.process_commande table.liste_produits_tous tbody td.qte,
#contenu div.process_commande table.liste_produits_commande tbody td.qte,
#contenu div.process_commande table.liste_produits_stock tbody td.qte {
	white-space: nowrap;
	width: 63px;
}
#contenu div.process_commande table.liste_produits_commande tbody td.prix_unitaire,
#contenu div.process_commande table.liste_produits_stock tbody td.prix_unitaire {
	white-space: nowrap;
	min-width: 72px;
	width: auto;
	!width: 72px;
}
#contenu div.process_commande table.liste_produits_commande tbody td.total_ligne,
#contenu div.process_commande table.liste_produits_stock tbody td.total_ligne {
	white-space: nowrap;
	min-width: 72px;
	width: auto;
	!width: 72px;
}
#contenu div.process_commande table.liste_produits_tous tbody td.delete,
#contenu div.process_commande table.liste_produits_commande tbody td.delete,
#contenu div.process_commande table.liste_produits_stock tbody td.delete {
	width: 17px;
}
#contenu div.process_commande div.total {
	background: #fff;
	height: 65px;
	margin: 10px 0;
	padding: 5px;
	position: relative;
}
#contenu div.process_commande div.total p.total_ht {
	text-align: right;
	padding: 1px 5px;
}
#contenu div.process_commande div.total p.total_eco {
	text-align: right;
	padding: 1px 5px;
}
#contenu div.process_commande div.total p.total_ht_eco {
	background: transparent url(/imgs/_v2/commande-total0.gif) no-repeat right center;
  color: #FFFFFF;
  float: right;
  font-size: 1.2em;
  font-weight: bold;
  margin: 5px 0 0 0;
  padding: 5px;
  text-align: right;
  width: 300px;
}
#contenu div.process_commande div.total p.mentions {
	left: 10px;
	position: absolute;
	top: 10px;
}
/**** FIN etape 1 ****/

/**** DEBUT etape 2 ****/
#contenu div.process_commande div.etape_2 h2 {
	background: transparent url(/imgs/_v2/bg-commande-h2.gif) no-repeat right center;
	font-size: 1.2em ;
  margin: 20px 0 10px;
  padding: 7px 0 7px 35px;
}
#contenu div.process_commande div.etape_2 p {
	padding: 5px;
}
#contenu div.process_commande div.etape_2 table {
	margin: 0 auto 10px;
	width: 100%;
}
#contenu div.process_commande div.etape_2 table th {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
#contenu div.process_commande div.etape_2 table th em {
	font-style: normal;
	font-weight: normal;
}
#contenu div.process_commande div.etape_2 table td {
	padding: 5px;
}
#contenu div.process_commande div.etape_2 table td input {
  border: 1px solid #CCCCCC;
	font-size: 11px;
  text-transform: lowercase;
  width: 200px;
}
#contenu div.process_commande div.etape_2 table td input#cd_pos {
  width: 38px;
}
#contenu div.process_commande div.etape_2 table td input#caracteres {
  background: none repeat 0 0 transparent;
  border: medium none;
  width: 23px;
}
#contenu div.process_commande div.etape_2 table td textarea {
  border: 1px solid #CCCCCC;
}
#contenu div.process_commande div.etape_2 table td textarea#adresse {
	font-size: 11px;
  width: 519px;
}
#contenu div.process_commande div.etape_2 table td textarea#ad_livr {
	font-size: 11px;
  width: 500px;
}
#contenu div.process_commande div.etape_2 table td textarea#commentaire {
	font-size: 11px;
  width: 486px;
}
#contenu div.process_commande div.etape_2 ul.liste_joindre {
  list-style: none outside none;
  margin: 5px 0 0 5px;
  padding: 0;
}

#contenu div.process_commande div.etape_2 p.attention {
  font-size: 1.1em;
  font-weight: bold;
  margin: 15px 0 10px;
  padding: 0;
  text-align: left;
}
#contenu div.process_commande div.etape_2 p.attention strong {
	color: #F4470B;
}
#contenu div.process_commande div.etape_2 table.date {
	margin: 10px 0 0;
}
#contenu div.process_commande div.etape_2 table.informations th {
	width: 128px;
}
#contenu div.process_commande div.etape_2 p.legende {
	padding: 10px;
}
#contenu div.process_commande div.etape_2 ul#questionnaire {
	padding: 0 10px 10px;
}
#contenu div.process_commande div.etape_2 ul#questionnaire li {
	padding: 0 0 10px;
}
#contenu div.process_commande div.etape_2 ul#questionnaire li #departement_np {
	margin: 5px 0 5px 9px;
}
#contenu div.process_commande div.etape_2 ul#questionnaire li #agence_np {
	margin: 5px 0;
}
#contenu div.process_commande div.etape_2 ul#questionnaire li ul {
	padding: 5px 5px 0;
}
#contenu div.process_commande div.etape_2 ul#questionnaire li ul li {
	padding: 0;
}
/**** FIN etape 2 ****/
/**** FIN étapes commandes ****/

/************************************/
/********** IMAGE PAR DEFAUT *******/
/***********************************/
.s1000000003 #contenu{
  background: url(/imgs/_v2/agences.jpg) no-repeat center top;
  padding:208px 0 0 0 !important;
}
.s0 #bloc_contextuel{
  display:none;
}
/***  GPS Agence ***/
.s1000000003 #contenu .spacer table {
  clear:both;
}
.s1000000003 #contenu .spacer table tr td a{
  padding-right:40px;
}
/*** Partenaires ***/
#contenu #tmpl_R12 .art_std .fond2{
  padding-left:14px;
}
#contenu #tmpl_R12 .art_std{
  width:95%;
}
#contenu #tmpl_R12 h2{
  margin:10px 0 0 14px;
}
#contenu #tmpl_R12 table{
  margin-left:14px;
  width:95%;
}
#contenu #tmpl_R12 p#retour_sommaire{
  width:660px;
}

#tmpl_R43 .mea_centre {
	padding: 0 10px;
}
#tmpl_R43 .mea_centre p, #tmpl_R43 .mea_centre ul {
	padding: 0;
}
.submit_wait {
	display: none;
}
body.s input {
	border: none;
}

.s1000000095 #contenu .mea_centre {
	background: transparent url(/imgs/_v2/bg-pasmanquer.gif) no-repeat left top;
	height: 202px;
	margin-left: 15px;
  width: auto;
}
.s1000000095 #contenu .mea_centre .mea_liste {
	background: none;
}
.s1000000095 #contenu .mea_centre .mea_liste h2 {
	display: none;
}
.s1000000095 #contenu .mea_centre .mea_liste .mea {
  display: inline;
  float: left;
  margin-top: 45px;
  padding: 0 0 0 5px;
  width: 45%;
}
.s1000000095 #contenu .mea_centre .mea_liste .mea h3 {
	background: none;
	float: left;
	margin: 0 0 0 155px;
  min-height: 25px;	
	padding: 0 0 5px 0 ;
	width: 150px;
}
.s1000000095 #contenu .mea_centre .mea_liste .mea h3 a {
	color: #000;
}
.s1000000095 #contenu .mea_centre .mea_liste .mea p.visuel {
  float: left;
	margin-right: 10px;
  position: absolute;
}
.s1000000095 #contenu .mea_centre .mea_liste .mea .descriptif {
  float: left;
	margin: 5px 0 0 155px;
}
.s1000000095 #contenu .mea_centre .mea_liste .mea p.lien {
  float: left;
	margin: 5px 0 0 155px;
}
.s1000000095 #contenu .mea_centre .mea_liste .mea p.lien a{
	color: #fff;
	font-weight: bold;
}

#mon_compte #infos_perso {
	margin-left: 15px;
}
#mon_compte #infos_perso p.desc  {
	margin: 0;
	padding: 0;
}

.R1000000005 #tmpl_R43 .mea_centre {
  padding: 0 14px;
}
.R1000000005 #tmpl_R43 .mea_centre #f2_form_gene {
	margin: 10px 0;
	padding: 0;
}
.R1000000005 #tmpl_R43 .mea_centre table {
  margin-left: 0;
}
.R1000000005 #tmpl_R43 .mea_centre table td.colLabel {
	white-space: nowrap;
}
form tbody tr td {
	vertical-align: middle !important;
}
hr {
	background: transparent url(/imgs/_v2/br.gif) no-repeat left top;
	border: none;
	height: 15px;
}
#contenu #tmpl_R12 p.texte {
  padding: 0 0 5px 0;
}

#contenu #mon_compte {
	margin-left: 15px;
}
#contenu #mon_compte h1 {
	padding-left: 0;
}
#contenu #mon_compte h2 {
	background: transparent url(/imgs/_v2/bg-h2-MonCompte.gif) no-repeat left top;	
	padding: 7px 40px;
}
#contenu #mon_compte h2 a {
	float: right;
}
#contenu #mon_compte div#infos_perso {
	margin-left: 0;
}
#contenu #mon_compte table {
  text-align: left;
  width: 100%;
}
#contenu #mon_compte table thead th,
#contenu #mon_compte table tbody td {
	padding: 3px 2px;
}
#contenu #mon_compte table .cliquable {
	cursor: pointer;
}
#contenu #mon_compte table .cliquable:hover {
	background-color: #EAEFE8;
}
#contenu #mon_compte ul.recapitulatif {
	list-style: none;
  margin: 0;
  padding: 0;
}
#contenu #mon_compte div.cadre {
  margin: 5px 5px 5px 0;
}
#contenu #mon_compte table {
  text-align: left;
  width: 100%;
}
#contenu #mon_compte table thead {
	background: transparent url(/imgs/_v2/bg-thead.gif) no-repeat left top;	
	height: 32px;
}
#contenu #mon_compte p.total {
	float: right;
	margin-right: 10px;
}
#contenu #mon_compte p.actions {
	clear: both;
	float: right;
	margin: 5px 10px;
}
#contenu #mon_compte p#retour_sommaire,
#contenu .mon_compte p.retour {
	background: url(/imgs/_v2/suivant.gif) no-repeat right center transparent;
  display: block;
	font-weight: bold;
  padding: 2px 20px 2px 0;
	margin-right: 10px;
  text-align: right;
	width: auto;
}

#contenu .mon_compte h1 {
	padding-left: 0;
}
#contenu .mon_compte ul.actions {
	list-style: none; 
	float: right;
}
#contenu .mon_compte ul li {
	display: inline;
}
#contenu .mon_compte p.lien_supprimer {
	float: right;
}
#contenu .mon_compte input {
  vertical-align: top;
}
#contenu .mon_compte p.add_all {
	float: right;
  position: relative;
  top: -25px;
}
#contenu .mon_compte ul.imprimer {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: right;
}
#contenu .mon_compte ul.imprimer li {
	background: url(/imgs/_v2/download-avec-prix.gif) no-repeat center bottom transparent;
	margin-left: 15px;
	padding: 5px 8px;
}
#contenu #fsLogin table {
	border-spacing: 5px;
}
#contenu #fsLogin #login_erreur {
	color: red;
}
#contenu #fsLogin #memo,
#contenu #fsLogin #login_erreur,
#contenu #fsLogin #btlogin {
	margin: 5px 0 5px 94px;
}

#contenu #fsLogin #btlogin {
	background: url(/imgs/_v2/bg-btn.jpg) no-repeat center bottom transparent;
  font-weight: bold;
  padding: 3px 48px;
}
#f2_Lpartof_form_newsletter {
	width: 180px;
}

.mon_compte p.lien_modif_qte {
	margin: 3px 0;
}
.R1000000088 #contenu h2 {
  background: none;
  margin: 20px 0 5px;
  padding: 0;
}
.R1000000088 #contenu p.desc {
  margin: 0 0 5px;
}
