/*******************************************************************************
*	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.retrocomp.css);		/* styles pour la rétrocompatibilité gabarits SPIP V1 */
@import url(inc.jquery.css);			/* styles spécifiques aux plugins jQuery (tooltip, tabs, blockUI) */

/******************************************************************************/

#bloc_central {
	background: #FFFFFF url(/imgs/cont/bg_contenu5.jpg) no-repeat left top;
	padding: 105px 0 0;
	position: relative;
	z-index: 1;
}

/* moteur de recherche en haut de page */
#rech_top {
	background: transparent url(/imgs/bg_recherche.gif) no-repeat scroll center bottom;
	height: 40px;
	padding-left: 20px;
	padding-top: 10px;
	border: 0px solid red;
}
#rech_top * {
	font-size: 10px;
	vertical-align: middle;
	position: relative;
}

#rech_top label {
	font-weight: bold;
}
#rech_top_default {
	float: left;
	margin: 0 20px 0 0;
	!margin: 0 10px 0 0;
	z-index: 1;
}

#rech_top #q_rech_top_default {
	width: 160px;
}

#moteur {
	border: 0px solid pink;
}
#moteurmarque {
	border: 0px solid green;
}

/* bread crum, chemin de navigation */
#bread_crum {
	color: #1280C6;
	font-size: 0.9em;
	margin-left: 15px;
	padding: 0 10px 5px 5px
}

#bread_crum span.texte {
	color: #000;
}

#bread_crum a {
	color: #1280C6;
}



/******************************************************************************/
/******************************* CONTENU **************************************/
/******************************************************************************/
#contenu {
	height: auto !important;
	height: 300px;
	min-height: 300px;
	padding: 0 20px 10px;
	/*position: relative;*/
}
#contenu h1 {
	color: #FFBB03;
	font-size: 1.7em;
	margin: 10px 2px 5px 0;
	padding: 0 0 5px;
}
#contenu h2 {
	/*background: transparent url(/imgs/_v2/main-fond-op-mois.jpg) repeat-y left center;*/
	color: #004B96;
	font-size: 1em;
	margin: 10px 0;
	padding: 10px;
}
#contenu h2 a {
	color: #004B96;
}

#contenu h3.spip,
#contenu h3 {
	color: #004B96;
	font-size: 1.5em !important;
	font-weight: bold;
	margin: 10px 0 !important;
	padding: 0;
}

#contenu fieldset legend {
	color: #0266A0;
	font-weight: bold;
}
#contenu fieldset p {
	padding: 10px;
}
#contenu fieldset.combo_specialite p,
#contenu fieldset.lettres p {
	text-align: center;
}
#contenu fieldset.combo_specialite p,
#contenu fieldset.lettres p strong {
	color: #0077C1;
}

#contenu p {
	padding: 0 0 10px;
}
#contenu p.visuel {
	float: left;
	/*margin: 0px 0px 10px 0px;*/
	margin: 0px 10px 10px 0px;
	padding: 0;
	position: relative; /* pour ce *$#@&%_ de IE6 */
}
#contenu p.texte {
	padding: 0 0 10px;
}

#contenu p.chapo {
	padding: 0 0 15px;
	font-weight:bold;
}
#contenu p.desc {
}

/* 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, #contenu a.retour {
	background: transparent url(/imgs/cont/bg_a.gif) no-repeat left center;
	color: #0077C1;
	line-height: 2em;
	margin: 4px 0 0;
	padding: 0 0 0 18px;
	text-decoration: none;
}

#contenu p.ps {
	font-size: 0.9em;
	color: #686D6F;
}

/* bandeau image */
#contenu p.bandeau {
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

#contenu div.bienvenue {
	color: #004B96;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 0 0;
}

/* bandeau flash */
#contenu p.bandeau object {
	/*margin: 0 -50px 0 -10px;*/
}

#contenu ul {
	margin: 0;
	padding: 0 0 10px;
	list-style-type:none;
}

#contenu ul.liste,
#contenu ul.spip {
	list-style: url(/imgs/_v2/puce-liste.gif);
	margin: 10px 0;
	padding: 0 13px;
}
#contenu ul.spip li {
	padding: 2px;
}
#contenu ul.spip li ul.spip {
	list-style: url(/imgs/cont/puce.gif);
	margin: 0;
}
#contenu ul.spip li ul.spip li {
	margin: 2px 0;
}
#contenu form ul {
	list-style: none;
	padding: 0;
}
#contenu form ul.radio li {
	display: inline;
	margin: 0 10px 0 0;
}

#contenu table {
	clear: both;
	width: 100%;
}
#contenu table tr td.visuel {
	background: transparent;
	padding: 0 10px 20px 0;
}
#contenu table tr td h2 {
	border-bottom: 2px solid #047BC4;
	color: #047BC4;
	font-size: 1;
	margin: 0 0 10px !important;
	padding: 2px 0 0;
	text-align: left;
}
#contenu table tr td p.desc {
	margin: 0;
	padding: 0;
}

#contenu table.liste tr td {
	padding: 0 0 10px 10px;
}
#contenu table.liste tr td.logo {
	padding: 0 0 10px 0;
}
#contenu table.liste tr td h2 {
	margin: 0 0 0 -10px;
}
#contenu table.liste tr td a.suite {
	display: block;
	margin: 10px 0 20px;
}

#contenu p#lien_imprimer {
	text-align: right;
	margin-top:-10px;
}
#contenu p#lien_imprimer a {
	background:  url(/imgs/cont/structure/contenu/picto_imprimer.gif) no-repeat left center;
	padding: 0px 0px 0px 15px;
}

#contenu p#lien_imprimer a span {
	display: none;
}


/**** DEBUT page de login et choix agence ****/
#contenu #frm_login {
	margin: 0 -20px;
}
#contenu #frm_login fieldset p {
	padding: 0;
}

#contenu #fsLogin {
	background: #FFF;
	border: none;
	display: none;
	padding: 40px 160px;
	position: relative;
}
#contenu #fsDepot {
	/*background: #FFF url(/imgs/cont/Carte.gif) top right no-repeat;*/
	background: #FFFFFF url(/spip/IMG/jpg/Implantations-SFIC.jpg) top right no-repeat;
	display: none;
	margin: 0 -20px;
	height: auto;
	!height: 410px;
	min-height: 410px;
	padding: 20px 410px 20px 40px;
}

#contenu #fsDepot h1 {
	font-size: 1.4em;
}

#contenu #fsLogin #confirm_email,
#contenu #fsDepot #bloc_agence {
	display: none;
}
#contenu #frm_login #valider_email,
#contenu #frm_login #valider_agence {
	padding: 5px 0;
}
#contenu #frm_login #checklater {
}
#contenu #frm_login #checknow {
}
#contenu #frm_login #goagence {
}

#contenu #fsLogin h1 {
	color: #FFBB03;
	font-size: 1.5em;
	margin: 0 2px 2px;
	padding: 0 0 5px;
}
#contenu #fsLogin table {
	width: auto;
}
#contenu #fsLogin table th {
	padding: 2px 5px 2px 0;
	text-align: right;
}
#contenu #fsLogin table td {
	padding: 2px 2px;
}
#contenu #fsLogin #login_erreur {
	color: red;
	display: none;
	padding: 10px 0;
	width:300px;
}
#contenu #fsLogin #memo {
	padding: 2px 0 2px 88px;
}
#contenu #fsLogin #valider_login {
	/* 404 IMG */ /*background: transparent url(/imgs/_v2/pointilles-bloc-agence.jpg) repeat-x 0 35px;*/
	padding: 2px 0 20px 90px;
}
#contenu #fsLogin #valider_login input {
	background: transparent url(/imgs/_v2/btn-valider.png) no-repeat;
	border: 0;
	cursor: pointer;
	height: 20px;
	font-size: 0;
	padding: 0;
	text-indent: -9999px;
	!text-indent: 0;
	width: 101px;
}
#contenu #fsLogin p {
	padding: 0 0 10px;
}
#contenu #fsLogin a {
	background: transparent url(/imgs/cont/bg_a.gif) no-repeat left center;
	color: #0077C1;
	margin: 0;
	padding: 0 0 0 18px;
	text-decoration: none;
}

#contenu #fsLogin #login_details {
	/*position: absolute;
	left: 510px;
	top: 40px;
	width: 300px;*/
	left:390px;
	position:relative;
	top:-207px;
	!top:-157px;
	width:300px;	
}

#contenu #fsLogin #login_details div {
	margin: 0 0 20px;
}
#contenu #fsLogin #login_details h2 {
	border-bottom: 2px solid #047BC4;
	color: #047BC4;
	font-size: 1.2em;
	margin: 0 0 10px;
	padding: 0;
}


#contenu #bloc_agence,
#contenu #confirm_email {
	padding: 0 0 20px;
}
#contenu #bloc_agence #agence_defaut {
	font-weight: bold;
}
#contenu #bloc_agence #agence_defaut a {
	/* 404 IMG */ /*background: transparent url(/imgs/_v2/fondagence.jpg) center no-repeat;*/
	color: #FFF;
	display: block;
	margin: 10px 0 0;
	padding: 5px;
}
#contenu #bloc_agence #spip_agence {
	padding: 10px 0;
}
#contenu #bloc_agence #liste_agence {
	border: none;
	padding: 0;
}
#contenu #bloc_agence #liste_agence legend {
	color: #0077C1;
	padding: 0 0 5px;
}
#contenu #bloc_agence #liste_agence select {
}
#contenu #bloc_agence #bandeau {
	float: left;
	padding: 0 10px 10px 0;
}
/**** 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;
}

/**** DEBUT mises en avant de type 1 (ex celles du haut sur la home) ****/
#contenu div.mea_home table {
	/*margin: 0 0 20px 0;*/
	margin: 0 -30px 0 0;
	width: auto;
}
#contenu div.mea_home table td .pub{
  margin-right:11px;
}
#contenu div.mea_home table td {
	/*padding: 10px 17px 20px 3px;*/
	padding: 0 10px 20px 3px;
	width: 250px;
	/*border:solid 1px #000;*/
}

#contenu div.mea_home table td table {
	margin: 0 0 0 -2px;
	width: auto;
}
#contenu div.mea_home table td table td {
	background: none;
	height: auto;
	padding: 0;
	width: auto;
}

#contenu div.mea_home table td h2 {
	color: #0266A0;
	font-size: 1.4em;
	padding: 0 10px 10px;
}
#contenu div.mea_home table td h3 {
	border-bottom: 2px solid #047BC4;
	color: #047BC4;
	font-size: 1em !important;
	margin: 0 0 10px;
	padding: 0 0 5px;
	/*!width: 522px;*/
}

#contenu div.mea_home table td h3 a {
	color: #0266A0;
	text-decoration: none;
}

#contenu div.mea_home table td p {
	padding: 0;
}

#contenu div.mea_home table td p.visuel {
	float: none;
	margin: 0;
	padding: 0;
}

#contenu div.mea_home form {
	margin: 0;
	padding: 0 10px;
	position: relative;
}
#contenu div.mea_home form table,
#contenu div.mea_home form div {
	position: relative;
}

#contenu div.mea_home form.form_rechagence input {
	font-size: 10px;
}

/* bouton valider du formulaire mis en avant */
#contenu div.mea_home form.form_rechagence input.bouton {
	/* 404 IMG */ /*background: transparent url(/imgs/_v2/bt-recherche.png) no-repeat bottom;*/
	border: none;
	color: #FFF;
	cursor: pointer;
	height: 16px;
	font-size: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 45px !important;
	!right: 70px;
	text-indent: -9999px;
	top: -20px;
	vertical-align: middle;
	width: 72px;
}
/**** FIN mises en avant de type 1 (ex celles du haut sur la home) *****/


/**** DEBUT mises en avant de type 2 (celles du bas sur la home) ****/
#contenu div.mea_liste h2 {
	/* 404 IMG */ /*background: transparent url(/imgs/_v2/main-onglet-mea.jpg) no-repeat;*/
	color: #0266A0;
	height: 37px;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 0 -20px;
	padding: 11px 0 0 30px;
	text-align: left;
}

#contenu div.mea_liste table {
	margin: 0 -20px 20px 0;
}

#contenu div.mea_liste table td {
	padding: 10px 20px 0 0;
	width: 265px;
}

#contenu div.mea_liste table td table td {
	background: none;
	height: auto;
	padding: 0;
	width: auto;
}

#contenu div.mea_liste table td h2 {
	color: #0266A0;
	font-size: 1.4em;
}

#contenu div.mea_liste table td h2 a {
	color: #0266A0;
}

#contenu div.mea_liste table td h3 {
	border-bottom: 1px solid #0266A0;
	font-size: 1.2em;
	margin: 0 0 5px 5px;
}
#contenu div.mea_liste table td h3 a {
	color: #0266A0;
	text-decoration: none;
}
#contenu div.mea_liste table td p {
	padding: 0 5px 10px;
}
#contenu div.mea_liste table td a.suite {
	/* 404 IMG */ /*background: transparent url(/imgs/_v2/main-puce-orange.gif) left 1px no-repeat;*/
	color: #0266A0;
	display: block;
	font-size: 9px;
	padding: 0 0 2px 15px;
	text-transform: uppercase;
}
/**** FIN mises en avant de type 2 (celles du bas sur la home) ****/


/**** DEBUT mises en avant produit ****/
#contenu div.mea_produits {
	margin: 0 0 20px;
	position: relative;
	clear:both;
}

#contenu div.mea_produits h2 {
	border-bottom: 2px solid #047BC4;
	color: #047BC4;
	font-size: 1em;
	padding: 5px 0;
}

#contenu div.mea_produits table {
	margin: 0 -20px 0 0;
	position: relative;
	width: auto;
}

#contenu div.mea_produits table p {
	font-size: 10px;
	padding: 0;
}

#contenu div.mea_produits table td {
	padding: 10px 20px 0 0;
	width: 265px;
}

#contenu div.mea_produits table td table td {
	background: none;
	height: auto;
	padding: 0;
	width: auto;
}

#contenu div.mea_produits table td h3 {
	background: none;
	border-bottom: 1px solid #0077C1;
	color: #0077C1;
	font-size: 1.2em !important;
	height: 50px;
	margin: 0 0 5px;
	padding: 0;
	position: relative;
}

#contenu div.mea_produits table td h3 a {
	bottom: 5px;
	color: #0077C1;
	position: absolute;
	text-decoration: none;
}

#contenu div.mea_produits table td div.visuel {
	/* 404 IMG */ /*background: transparent url(/imgs/_v2/profil-cli-fond-fiche-prod.jpg) no-repeat;*/
	float: left;
	height: 178px;
	margin: 0 5px 0 0;
	position: relative;
	width: 142px;
}
#contenu div.mea_produits table td div.visuel p.zoom {
	padding: 0;
	position: absolute;
	right: 7px;
	top: 4px;
}
#contenu div.mea_produits table td div.visuel p.zoom a {
	background: transparent url(/imgs/_v2/profil-cli-picto-zoom-fiche.jpg) no-repeat;
	display: block;
	height: 22px;
	width: 24px;
}
#contenu div.mea_produits table td div.visuel p.zoom a span {
	display: none;
}

#contenu div.mea_produits table td div.visuel p.logo {
	line-height: 135px;
	height: 135px;
	padding: 0;
	text-align: center;
}
#contenu div.mea_produits table td div.visuel p.logo * {
	vertical-align: middle;
}
#contenu div.mea_produits table td div.visuel p.logo img {
	border: 1px solid #C3E0F0;
	width: 90%;
}

#contenu div.mea_produits table td div.tarif {
	padding: 10px 0 0;
}
#contenu div.mea_produits table td div.tarif p.pxnet {
	color: #0077C1;
}

#contenu div.mea_produits table td div.visuel p.lien_fiche {
	bottom: 8px;
	font-size: 1em;
	padding: 0;
	position: absolute;
}

#contenu div.mea_produits table td div.visuel p.lien_fiche a {
	background: transparent url(/imgs/cont/structure/contenu/bgd_link.gif) no-repeat left center;
	color: #0266a0;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 8px;
}

#contenu div.mea_produits table td a.suite {
	/* 404 IMG */ /*background: transparent url(/imgs/_v2/main-puce-orange.gif) left 1px no-repeat;*/
	color: #0266A0;
	display: block;
	font-size: 9px;
	padding: 0 0 2px 15px;
	text-transform: uppercase;
}

/**** Les incontournables ***/
#contenu div.mea_produits div.mea_produit {
	border: 0px solid green;
	clear: both;
	margin: 15px 0;
	height: 120px;
}
#contenu div.mea_produits div.mea_produit p {
	padding: 0;
}
#contenu div.mea_produits div.mea_produit h3 {
	font-size:12px !important;
	margin-top:20px; 
}

#contenu div.mea_produits div.mea_produit div.visuel {
	border: 0px solid pink;
	float: left;
	padding: 0;
}
#contenu div.mea_produits div.mea_produit div.visuel img{
	width: 45px;
	border: 1px solid #0077C1;
	padding: 5px;
}

#contenu div.mea_produits div.mea_produit div.lien_fiche {
	border: 0px solid red;
	margin:5px;
	position:relative;
	top:70px;
	left:8px;
}
#contenu div.mea_produits div.mea_produit div.lien_fiche a:link, 
#contenu div.mea_produits div.mea_produit div.lien_fiche a:visited {
	background:transparent url(/imgs/cont/structure/contenu/bgd_link.gif) no-repeat scroll left center;
	font-weight:bold;
	line-height:2em;
	padding:0 0 0 8px;
	text-decoration:none;
}
#contenu div.mea_produits div.mea_produit div.lien_fiche a:hover {
	text-decoration: underline;
}

#contenu div.mea_produits div.mea_produit div.mea_produit_description {
	border: 0px solid blue;
	margin:-28px 0 0 5px;
	float: left;
	width:245px;
}

#contenu div.mea_produits div.mea_produit div.actions_produit {
	border: 0px solid orange;
	margin:-28px 0 0 0;
	float: left;
	width:220px;
}

#contenu div.mea_produits div.mea_produit div.actions_produit .stock img {
	display: block;
	float:right;
}
#contenu div.mea_produits div.mea_produit div.actions_produit div {
	margin-bottom: 5px;
	color: #0077C1;
	text-align:right;
	clear:both;
}

#contenu div.mea_produits div.mea_produit div.actions_produit div.tarif  {
	font-size:0.9em;
}
#contenu div.mea_produits div.mea_produit div.actions_produit div.tarif span {
	display:block;
	font-size:1.5em;
	font-weight:bold;
}
#contenu div.mea_produits div.mea_produit div.actions_produit div.tarif span strong{
	font-size: 0.6em;
}
#contenu div.mea_produits div.mea_produit div.actions_produit div.tarif p.total_eco {
	font-size:0.9em;

}

#contenu div.mea_produits div.mea_produit div.actions_produit .ajout_panier input {
	position:relative;
	top:-7px;
}

/**** FIN mises en avant produit ****/


/* documents associes */
#contenu div.docs_associes {
	margin: 25px 0 10px;
}
#contenu div.docs_associes h2 {
	background: none;
	color: #000;
	/*margin: 0;*/
	padding: 0;
	font-size: 1.1em;
}

#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-type: square;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
#contenu div.docs_associes ul li {
	color: #686D6F;
}


/****************************** CATALOGUE *************************************/

/**** DEBUT descente de nomenclature ****/
#catal_nomenc {
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
}
#catal_nomenc td {
	padding: 0;
	width: 50%;
}

#catal_nomenc h2 {
	background: none;
	border: none !important;
	font-size: 1em;
	margin: 0 !important;
	padding: 10px 0 5px !important;
}
#catal_nomenc h2 a {
	color: #0077C1;
}
#catal_nomenc ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0 20px 10px 10px;
	padding: 0;
}
#catal_nomenc ul li {
	margin: 8px 0px;
}

#catal_nomenc ul li ul {
	margin: 0 0 0 20px;
}
#catal_nomenc ul li ul li {
	margin: 6px 0px;
}

#catal_nomenc ul.sub_nav {
	display: none;
}

#catal_nomenc ul li a {
	/*background: transparent url(/imgs/cont/fleche.gif) no-repeat top left;*/
	background: transparent url(/imgs/_v2/puce-fleche-fond-2.gif) no-repeat 2px 2px;
	color: #0077C1;
	padding: 2px 0 2px 20px;
	text-decoration: none;
}

#catal_nomenc ul.sub_nav li a {
	background-image: url(/imgs/_v2/puce-fleche-fond-2.gif);
}

#catal_nomenc ul li a.ajax {
	background-image: url(/imgs/_v2/puce-plus-2.gif);
}
#catal_nomenc ul li a.selected {
	background-image: url(/imgs/_v2/puce-moins-2.gif);
}
#catal_nomenc ul li a.sfb {
	background-image: url(/imgs/_v2/puce-fleche-fond-2.gif);
}

/**** FIN descente de nomenclature ****/


/**** DEBUT liste produits ****/
#contenu div.liste_produits {
}
#contenu div.liste_produits h1 {
}
#contenu div.liste_produits h2 {
	color: #FFBB03;
	font-size: 1.3em;
}
#contenu div.liste_produits p {
	padding: 0;
}
#contenu div.liste_produits p.retour {
	padding: 0 0 10px !important;
	text-align: right;
}
#contenu div.liste_produits p.nb_produits {
	float: left;
	font-weight: bold;
	padding: 4px 0;
}
#contenu div.liste_produits p.liens_type_liste {
	text-align: right;
}
#contenu div.liste_produits p.liens_type_liste a {
	background: transparent url(/imgs/cont/bg_a.gif) left no-repeat;
	color: #0266A0;
	padding: 0 20px 0 18px;
}
#contenu div.liste_produits p.lien_supprimer_sfb {
	font-weight: bold;
	margin: -35px 0 20px;
	text-align: right;
}
#contenu div.liste_produits p.lien_supprimer_sfb a {
	color: #0266A0;
}

#contenu div.liste_produits table.produit {
	background: transparent url(/imgs/cont/structure/contenu/bg_produits.gif) no-repeat center -5px;
	border: none;
	margin: 0;
	padding: 10px 0 10px;
	position: relative;
	width: 100%;
}

#contenu div.liste_produits table.produit td.visuel {
	border: none;
	padding: 0;
	vertical-align: middle;
	width: 55px;
}
#contenu div.liste_produits table.produit td.visuel img {
	border: 1px solid #C3E0F0;
}

#contenu div.liste_produits table.produit td.infos {
	border: none;
	padding: 0;
	vertical-align: bottom;
}
#contenu div.liste_produits table.produit td.infos h3 {
	font-size: 1.1em !important;
	padding: 0px 0px 2px;
}
#contenu div.liste_produits table.produit td.infos h3 a {
	color: #0077C1;
	text-decoration: none;
}
#contenu div.liste_produits table.produit td.infos p {
	padding: 0;
}
#contenu div.liste_produits table.produit td.infos p.lien_fiche {
	float: left;
	margin: 10px 8px 0 0;
}
#contenu div.liste_produits table.produit td.infos p.lien_fiche a {
	background: transparent url(/imgs/cont/structure/contenu/bgd_link.gif) no-repeat left center;
	color: #0266a0;
	font-weight: bold;
	line-height: 2em;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
}
#contenu div.liste_produits table.produit td.infos p.lien_liste {
	margin: 10px 0 0;
}
#contenu div.liste_produits table.produit td.infos p.lien_liste a {
	background: transparent url(/imgs/cont/structure/contenu/bgd_link.gif) no-repeat left center;
	color: #0266a0;
	line-height: 2em;
	margin: 0;
	padding: 0 0 0 8px;
}

#contenu div.liste_produits table.produit td.actions {
	border: none;
	font-size: 0.9em;
	text-align: right;
	vertical-align: bottom;
	width: 180px;
}
#contenu div.liste_produits table.produit td.actions p.lien_supprimer {
	padding: 0 0 5px;
}
#contenu div.liste_produits table.produit td.actions .tarif {
	color: #0077C1;
	padding: 10px 0 0 5px;
}

#contenu div.liste_produits table.produit td.actions .tarif .pxnet span{
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}
#contenu div.liste_produits table.produit td.actions .tarif .pxnet span strong {
	font-size:0.6em;
}
#contenu div.liste_produits table.produit td.actions .tarif p.total_eco {
	font-size: 0.9em;
}
	
#contenu div.liste_produits table.produit td.actions .modif_qte * {
	vertical-align: middle;
}
#contenu div.liste_produits table.produit td.actions a.plus {
}
#contenu div.liste_produits table.produit td.actions a.moins {
}

#contenu div.liste_produits table.produit td.actions p.lien_modif_qte,
#contenu div.liste_produits table.produit td.actions p.modif_qte {
	padding: 5px 0 0;
}

#contenu div.liste_produits .pagination {
	margin: 10px 0;
}

#contenu div.liste_produits ul.actions {
	margin: 10px 0 0;
}


/**** FIN liste des produits ****/


/**** DEBUT pagination ****/
#contenu .pagination {
	border-bottom: 1px dotted #C3E0F0;
	border-top: 1px dotted #C3E0F0;
	clear: both;
	font-size: 0.9em;
	line-height: 2em;
	margin: 10px 0;
	padding: 2px 0;
	position: relative;
}

#contenu .pagination p.precedent {
	left: 0;
	padding: 0;
	position: absolute;
}
#contenu .pagination p.precedent a {
	background: transparent url(/imgs/page_precedente.gif) no-repeat left center;
	padding: 0 0 2px 18px;
}

#contenu .pagination p.suivant {
	padding: 0;
	position: absolute;
	right: 0 !important;
	!right: 20px;
}
#contenu .pagination p.suivant a {
	background: transparent url(/imgs/page_suivante.gif) no-repeat right center;
	padding: 0 18px 2px 0;
}

#contenu .pagination p.milieu, /* pour SWGREF V1 */
#contenu .pagination p.pages {
	padding: 0 75px;
	text-align: center;
}
#contenu .pagination p.milieu a, /* pour SWGREF V1 */
#contenu .pagination p.pages a {
	border: 1px solid #1280C6;
	padding: 2px !important;
}
#contenu .pagination p.milieu span.selected, /* pour SWGREF V1 */
#contenu .pagination p.pages strong {
	border: 1px solid #FFBB03;
	color: #1280C6;
	font-weight: bold;
	padding: 2px !important;
}
/**** FIN pagination ****/


/**** DEBUT fiche produit ****/

#fiche_produit {
	border: 0px solid red;	
}
#retour_sommaire {
  margin: 10px 0;
}
#fiche_produit h1 {
	color:#FFBB03;
	padding:0;
}
#fiche_produit em {
	display: block;
	font-weight: normal;
}
#fiche_produit ul.pictos_spip {
	float:right;
	margin:-50px 0 0;
}
#fiche_produit ul.pictos_spip li {
	display:inline;
}

#fiche_produit h2 {
	font-size: 1.2em;
	color:#000;
}
#fiche_produit a {
	color: #0266A0;
}

#fiche_produit div.visuel {
	float: left;
	height: 250px;
	padding: 0 0px 0 0;
	position: relative;
	width: 232px;
}
#fiche_produit div.visuel p.zoom {
	padding: 0;
	position: absolute;
	right: 20px;
	top: 4px;
	z-index:1;
}
#fiche_produit div.visuel p.zoom a {
	background: transparent url(/imgs/_v2/profil-cli-picto-zoom-fiche.jpg) no-repeat;
	display: block;
	height: 22px;
	width: 24px;
	position:relative;
	right:-3px;
	top:-4px;
	!top:-3px;
}
#fiche_produit div.visuel p.zoom a span {
	display: none;
}
#fiche_produit div.visuel p.logo * {
	vertical-align: middle;
}
#fiche_produit div.visuel p.logo img {
	border:1px solid #C3E0F0;
	width: 90%;
}

#fiche_produit div.tarif_actions {
	border-bottom:1px dotted #000000;
	border-top:1px dotted #000000;
	margin: 0 0 10px 232px;
	padding: 10px 0;
}
#fiche_produit div.tarif_actions .tarif {
	position:relative;
}
#fiche_produit .tarif_actions .tarif .pxnet {
	color: #0077C1;
	font-weight:bold;
}
#fiche_produit .tarif_actions .tarif p.total_eco {
	color: #0077C1;
	font-size:0.8em;
}
#fiche_produit .tarif_actions .tarif .pxnet span {
	font-size: 2em;
	display: block;
}
#contenu #fiche_produit .tarif_actions .tarif .pxnet span strong{
	font-size: 0.5em;
}
#fiche_produit .tarif_actions ul.pictos_java {
	position:absolute;
	right:0;
	top:0;
}

#fiche_produit .tarif_actions p.modif_qte {
	border: 0px solid red;
	padding: 10px 0;
}
#fiche_produit .tarif_actions p.modif_qte * {
	vertical-align: middle;
}
#fiche_produit .tarif_actions p.lien_liste {
	margin: 10px 0 0;
	padding: 0;
}

#fiche_produit ul.references li {
	padding: 1px 0;
	color:#656668;
}
#fiche_produit ul.references li.unite {
	margin: 5px 0;
}
#fiche_produit p.telechargement {
	margin:15px 0 0;
}
#fiche_produit p.telechargement a {
	background: transparent url(/imgs/_v2/pdf_liste.gif) no-repeat left center;
	padding:3px 0 0 20px;
	color:#074590;
}

#fiche_produit div.telechargement {
	clear:both;
	height:auto;
	margin:10px 0;
	min-height:90px;
}
#fiche_produit div.telechargement h2 {
	 padding: 0;
}
#fiche_produit div.telechargement ul {
	padding: 3px 0;
}
#fiche_produit div.telechargement ul li {
	padding: 3px 0;
}
#fiche_produit div.telechargement a {
	background: transparent url(/imgs/_v2/pdf_liste.gif) no-repeat left center;
	padding:3px 0 0 20px;
	color:#074590;
}

#fiche_produit div.schemas {
	clear:both;
	padding:5px;
	width:auto;
}
#fiche_produit div.schemas ul {
	list-style:none outside none;
	margin:0;
	padding:0;
}
#fiche_produit div.schemas ul li {
	background:url("/imgs/cont/structure/contenu/bgd_link.gif") no-repeat scroll left center transparent;
	padding: 0 0 0 10px;
}

#fiche_produit div.infos_divers {
	clear: both;
	padding: 10px 0;
	position: relative;
}
#fiche_produit div.infos_divers h2 {
	margin: 0;
	padding: 0 0 5px;
}
#fiche_produit div.infos_divers p.lien_fabriquant {
	position: absolute;
	right: 0 !important;
	!right: 20px;
	top: 5px;
	!top: 10px;
}
#fiche_produit div.infos_divers p.lien_fabriquant a {
	color: #0266A0;
	display: block;
	!float: right;
	height: 22px;
	line-height: 22px;
	margin: 0;
	padding: 0 0 0 22px;
}

#fiche_produit div.infos_divers table {
	background: #C3E0F0;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	width: 100%;
}
#fiche_produit div.infos_divers table th {
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 10px;
	text-align: left;
}
#fiche_produit div.infos_divers table td {
	background: #EBF5FA;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 10px;
	text-align: center;
}


#fiche_produit ul.normes,
#fiche_produit ul.schemas{
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0px;
	width: 225px;
}
#fiche_produit ul.normes li,
#fiche_produit ul.schemas li{
	float: left;
	padding: 0px;
	text-align: center;
	/*width: 75px;*/
}

/**** FIN fiche produit ****/


/**** DEBUT recherche ****/

/* page de recherche agence */
#rech_agc {
	padding: 0 0 20px;
}
#rech_agc fieldset {
	border: 1px solid #0266A0;
	margin: 10px 0;
	padding: 0;
	position: relative;
}
#rech_agc fieldset h2 {
	/* 404 IMG */ /*background: transparent url(/imgs/_v2/fond-recherche-dept.jpg) no-repeat;*/
	color: #FFF;
	display: block;
	font-size: 1em;
	height: 31px;
	line-height: 31px;
	margin: 0;
	padding: 0 5px;
}
#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 {
	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 {
	/* 404 IMG */ /*background: transparent url(/imgs/_v2/bt-recherche.png) no-repeat bottom;*/
	border: none;
	color: #FFF;
	cursor: pointer;
	height: 16px;
	font-size: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 70px;
	text-indent: -9999px;
	top: 43px;
	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: 10px 0;
}
#resultat_rech_agc p.nb_resultats strong {
	color: #0266A0;
}
#resultat_rech_agc p.trier_par {
	font-weight: bold;
	padding: 10px 0 0;
}
#resultat_rech_agc p.trier_par a {
	/* 404 IMG */ /*background: transparent url(/imgs/_v2/main-puce-orange.gif) left no-repeat;*/
	color: #0266A0;
	font-size: 9px;
	font-weight: normal;
	margin: 0 10px;
	padding: 0 0 2px 15px;
	text-transform: uppercase;
}
#resultat_rech_agc p.trier_par strong {
	/* 404 IMG */ /*background: transparent url(/imgs/_v2/main-puce-orange.gif) left no-repeat;*/
	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: 20px 0;
	padding: 0;
}
#resultat_rech_agc ul li {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	display: block;
	margin-top: -1px;
	padding: 15px 0;
	position: relative;
}
#resultat_rech_agc 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 {
	/* 404 IMG */ /*background: transparent url(/imgs/_v2/main-puce-orange.gif) no-repeat left 1px;*/
	color: #0266A0;
	font-size: 9px;
	padding: 0 0 2px 12px;
	text-transform: uppercase;
}
/**** FIN recherche ****/



/**** DEBUT étapes commandes ****/
#contenu div.process_commande {
	margin-bottom: 20px;
}
#contenu div.process_commande p.recapitulatif {
	background-color: #0D7EC5;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px 0;
	text-align: center;
}

#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 {
	margin: 0;
	padding: 0;
}

#contenu div.process_commande div.cadre ul.actions {
	background: none;
	border: none;
	margin: 0 10px 10px;
	padding: 0 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 {
	background-color: #0D7EC5;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px 0;
	text-align: center;
}
#contenu div.process_commande ul.actions li {
	display: inline;
	margin: 0 10px;
	padding: 0 2px;
}

/**** 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 {
	border-left: 1px solid #D5E6F0;
	border-right: 1px solid #D5E6F0;
	margin: 0 0 10px;
	position: relative;
	z-index: 0;
}
#contenu div.process_commande table.liste_produits_commande caption {
	background: #FFFFFF url(/imgs/cont/structure/catalogue/demande_commande.gif) no-repeat scroll 5px 4px;
	border: 1px solid #D5E6F0;
	color: #047BC4;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0 5px 15px;
	text-align: left;
}
#contenu div.process_commande table.liste_produits_stock caption {
	background: #FFFFFF url(/imgs/cont/structure/catalogue/demande_stock.gif) no-repeat scroll 5px 4px;
	border: 1px solid #D5E6F0;
	color: #047BC4;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0 5px 15px;
	text-align: left;
}
#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 {
	background: #F1F8FB;
	border-bottom: 1px solid #D5E6F0;
	border-left: 1px solid #D5E6F0;
	padding: 5px;
	vertical-align: top;
}
#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-bottom: 1px solid #D5E6F0;
	border-left: 1px solid #D5E6F0;
	font-weight: bold;
	padding: 10px 5px;
	text-align: right;
	width: auto !important;
}
#contenu div.process_commande table.liste_produits_commande tfoot td,
#contenu div.process_commande table.liste_produits_stock tfoot td {
	color: #047BC4;
	font-weight: bold;
}

#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 solid #D5E6F0;
	border-left: 1px solid #D5E6F0;
	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: 1px 0 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-color: #FFFFFF;
	border: 1px solid #047BC4;
	color: #047BC4;
	margin: 10px 0;
	padding: 5px 17px 5px 5px;
	text-align: right;
}
#contenu div.process_commande div.total p {
	padding: 0;
}
#contenu div.process_commande div.total p strong {
	font-weight: normal;
}
#contenu div.process_commande div.total p.total_ht_eco,
#contenu div.process_commande div.total p.total_ht_eco strong {
	font-weight: bold;
}
#contenu div.process_commande div.total p.mentions {
	padding: 10px 0 0;
}

/**** reference express ****/
#express {
	border: 1px solid #D5E6F0;
	margin: 0 0 10px;
	padding: 10px;
}
#express p {
	padding: 0;
}
#express_saisie img {
	vertical-align: middle;
}
#quantiteexpress,
#express_libprod {
	display: none;
}
#express_pasconv,
#express_pasconv {
	display: none;
}
/**** FIN etape 1 ****/


/**** DEBUT etape 2 ****/
#contenu div.process_commande div.etape_2 h2 {
	background: none;
	border-bottom: 1px solid #0266A0;
	font-size: 1.2em ;
	margin: 10px 0;
	padding: 10px 0 5px;
}
#contenu div.process_commande div.etape_2 p {
	padding: 0 10px;
}
#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: right;
	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 p.attention {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding: 10px 140px;
}
#contenu div.process_commande div.etape_2 p.attention strong {
	color: #F4470B;
}
#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 ****/


#contenu div.process_commande div.etape3 {
	padding: 15px 10px;
}
#contenu div.process_commande div.etape3 p {
	padding: 5px 0;
}

/**** FIN étapes commandes ****/


/**** DEBUT page infos agence ****/
#infos_agence {
	position: relative;
}
#infos_agence p.visuel {
	float: left;
	margin: 0 10px 0 0;
}
#infos_agence div.descriptif {
	clear: both;
	padding: 20px 0;
}
#infos_agence div.descriptif h2 {
	background: none;
	color: #0266A0;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
#infos_agence ul.pictos_services {
	clear: both;
	margin: 20px 0 0;
	position: absolute;
	right: 0;
	!right: 20px;
	display:none;
}
#infos_agence ul.pictos_services li {
	display: inline;
}
#infos_agence #horaires ul {
	border: none;
	list-style: none;
	margin: 0 0 1px 2px;
	padding: 0;
}
#infos_agence #horaires ul li {
	margin: 0;
	padding: 0;
}

#infos_agence #horaires table {
	border-right: 2px solid #FFF;
	border-top: 2px solid #FFF;
	margin: 0 0 20px;
	table-layout: fixed;
	width: 100%;
}
#infos_agence #horaires table thead th {
	background: #C4C4C4;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #FFF;
	color: #1280C6;
	padding: 10px;
}
#infos_agence #horaires table thead th.apres_midi {
	/*background: #E8E8E8;*/
}
#infos_agence #horaires table tbody th {
	background: #1280C6;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #FFF;
	color: #FFF;
	padding: 10px;
}
#infos_agence #horaires table tbody td {
	background: #C4C4C4;
	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 */
#contenu form.form_gene table {
	width: 100%;
}
#contenu form.form_gene h2 {
	background: none;
	border-bottom: 2px solid #047BC4;
	font-size: 1.2em ;
	padding: 20px 0 2px;
}
#contenu form.form_gene input.bouton {
	background-color: #1380C7;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin: 10px auto 0 !important;
	padding: 2px 10px;
	text-align: center;
}

#contenu form.form_gene ul.radio li {
	display: inline;
	margin: 0 10px 0 0;
}

/* Formulaires Avantages Pro. */
#contenu form.form_rpp ul.radio li {
	display: block;
}
#contenu form.form_rpp #f3_Cpartof_form_montant, #contenu form.form_rpp #f3_Cpartof_form_moyen_communication {
	margin-left:208px;
}
#contenu form.form_rpp #f3_Lpartof_form_siren_DB2 {
	width:237px;
}
#contenu form.form_rpp #f3_Cpartof_champtexte_5{
	width:192px;
}
/**** DEBUT mon compte ****/
#mon_compte {
	padding: 0 0 20px;
}

#mon_compte h2 {
	color: #0266A0;
	font-size: 1.4em;
	font-weight: bold;
	margin: 20px 0 0;
	padding: 0;
	position: relative;
	text-align: left;
}

#mon_compte h2 a {
	color: #0266A0;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	position: absolute;
	right: 0;
	bottom: 2px;
}

#mon_compte table {
	border: 1px solid #0266A0;
	margin: 10px 0;
	width: 100%;
}
#mon_compte table thead,
#mon_compte table tbody {
	margin: 20px;
}
#mon_compte table thead th {
	background: #0266A0;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	color: #FFF;
	font-size: 10px;
	padding: 5px;
}
#mon_compte table tbody td {
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	font-size: 10px;
	padding: 5px;
	margin: 10px;
	vertical-align: middle;
}
#mon_compte table tbody td a {
	background: none;
	display: inline;
	padding: 0;
}
#mon_compte table tbody td.nb {
	text-align: center;
}
#mon_compte table tbody td.montant {
	text-align: right;
}

/* bloc infos perso */
#mon_compte #infos_perso {
	border: 1px solid #90c4e6;
	height: 58px;
	padding: 10px 0;
	position: relative;
}
#mon_compte #infos_perso div {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0 20px;
	!margin: 0 15px;
	padding: 0;
	position: relative;
	width: 220px;
}
#mon_compte #infos_perso h2 {
	background: none;
	color: #000;
	font-size: 1em;
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 0 0 5px;
}
#mon_compte #infos_perso a {
	background: transparent url(/imgs/cont/bg_a.gif) no-repeat left center;
	color: #0077C1;
	margin: 0;
	padding: 0 0 0 18px;
	text-decoration: none;
}
#mon_compte #infos_perso p {
	padding: 0;
	position: relative;
}
/****/

#mon_compte #retour_sommaire {
	padding: 0 20px 10px;
	text-align: right;
}
#mon_compte #retour_sommaire a {
	display: inline;
}


/* détail d'un bon de préparation ou demande de devis */
#mon_compte div.cadre {
	margin: 0;
	padding: 0;
}
#mon_compte div.cadre table {
}
#mon_compte div.cadre table tr th.visuel,
#mon_compte div.cadre table tr td.visuel {
}
#mon_compte p.recapitulatif {
	border: 1px solid #90c4e6;
	color: #000;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 20px 0;
	text-align: center;
}

#mon_compte p.recapitulatif strong {
	color: #0266A0;
}
#mon_compte p.recapitulatif strong.date {
	color: #000;
}
#mon_compte div.cadre p {
	padding: 5px;
}
#mon_compte div.cadre p.total {
	text-align: right;
}
#mon_compte p.actions {
	padding: 10px 0 0;
	text-align: right;
}
#mon_compte p.actions a {
	background: none;
	padding: 0;
}
/**** FIN mon compte ****/




/**** DEBUT teasing ****/

#contenu .teasing div.pasinscrit,
div.blockUI .teasing div.pasinscrit {
	/* 404 IMG */ background: #E0E0E0 /*url(/imgs/_v2/fond-teasing-pasinscrit.jpg) no-repeat left bottom*/;
	float: left;
	height: auto;
	!height: 266px;
	min-height: 216px;
	padding: 10px;
	width: 248px;
	position: relative;
}
#contenu .teasing div.inscrit,
div.blockUI .teasing div.inscrit {
	/* 404 IMG */ background: #FDFDFD /*url(/imgs/_v2/fond-teasing-inscrit.jpg) no-repeat left bottom*/;
	float: left;
	height: auto;
	!height: 266px;
	min-height: 216px;
	padding: 10px 10px 40px;
	width: 250px;
	position: relative;
}

#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 {
	/* 404 IMG */ /*background: transparent url(/imgs/_v2/pointilles-bloc-agence.jpg) repeat-x;*/
	border: none;
	margin: 0 10px;
}

#contenu .teasing div.inscrit input.bouton,
div.blockUI .teasing div.inscrit input.bouton {
	background: transparent url(/imgs/_v2/btn-valider.png) no-repeat center;
	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: #0266A0;
	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;
	width: 260px;
	height: 170px;
}

#teasing_edito #login .titre, #teasing_edito #inscription .titre, #teasing_recherche #login .titre, #teasing_recherche #inscription .titre {
	background-color: #eeecec;
	color: #0266A0;
	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;
	width: 260px;
	height: 170px;
}

#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;
	width: 260px;
	height: 190px;
}

#teasing_recherche #inscription {
	background: url('/imgs/_v2/carte-france.jpg') no-repeat bottom right;
	border: 1px solid #eeecec;
	float: right;
	width: 260px;
	height: 190px;
	margin-bottom: 20px;
}

#teasing_recherche #inscription .contenu p {
	text-align: center;
	padding: 5px;
}

#teasing_recherche #inscription img {
	margin: 0 !important;
}



/**** FIN teasing ****/


/******************************************************************************/
/************************** styles google maps ********************************/
/******************************************************************************/

/**** le div qui contient la zone de recherche/itineraire ****/
#google_maps {
	height: auto !important;
	!height: 400px;
	min-height: 400px;
	position: relative;
}

#google_maps #intro {
	margin-bottom: 20px;
	width: 300px;
}

#google_maps #lien_dl_gps {
	position: absolute;
	right: 0px;
	top: 37px;
}
#google_maps #lien_dl_gps a {
	/*background: transparent url(/imgs/_v2/bandeau-gps.jpg) no-repeat;*/
	display: block;
	height: 68px;
	/*text-indent: -9999px;*/
	width: 413px;
}

#google_maps #panel {
	float: left;
	margin-left: -20px;
	padding: 0 0 20px;
	position: relative;
	/*width: 316px;*/
	width:301px;
}

#google_maps #panel p {
	padding: 0;
}
#google_maps #panel ul.ui-tabs-nav {
	/*background: transparent url(/imgs/_v2/fond-onglets-recherche-map.png) no-repeat bottom left;
	border: none;
	list-style: none;
	margin: 0;
	padding: 0;*/
	background:#FFFFFF none repeat scroll 0 0;
  border-bottom:5px solid #1380C7;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
}

/*#google_maps #panel ul.ui-tabs-nav li,
#google_maps #panel ul.ui-tabs-nav li a {
	background: transparent;
	border: none;
	cursor: pointer;
	font-weight: bold;
	margin: 0;
	padding: 0;
	top: 0;
}*/
#google_maps #panel ul.ui-tabs-nav li.ui-tabs-selected{
  background-color:#1380C7;
  border:1px solid #1380C7;
  float:left;
  margin:0 1px 0 0;
  padding:2px 9px 1px;
}
#google_maps #panel ul.ui-tabs-nav li.ui-state-disabled
{
  border:1px solid #BBBBBB;
  padding:1px 9px;
}
#google_maps #panel ul.ui-tabs-nav li.ui-tabs-selected a{
  background-color:#1380C7;
  color:#FFFFFF !important;
  font-weight:bold;
  text-decoration:none;
  font-size:11px !important;
}
#google_maps #panel ul.ui-tabs-nav li.ui-state-disabled a
{
  color:#BBBBBB !important;
  cursor:default;
  text-decoration:none;
  font-size:11px !important;
}
/*#google_maps #panel ul.ui-tabs-nav li#onglet_mapcontrol a {
	background: transparent url(/imgs/_v2/onglet-recherche-off.jpg) no-repeat bottom left;
	border: none;
	color: #F35111;
	font-size: 1.4em;
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 28px;
	width: 113px;
}*/
#google_maps #panel ul.ui-tabs-nav li#onglet_mapcontrol.ui-tabs-selected a {
	/* 404 IMG */ /*background: transparent url(/imgs/_v2/onglet-recherche-on.jpg) no-repeat bottom left;*/
}

/*#google_maps #panel ul.ui-tabs-nav li#onglet_directions a {
	background: transparent url(/imgs/_v2/onglet-itineraires-off.jpg) no-repeat bottom left;
	border: none;
	color: #F35111;
	font-size: 1.4em;
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 32px;
	width: 143px;
}*/
/*#google_maps #panel ul.ui-tabs-nav li#onglet_directions.ui-tabs-disabled a {
	opacity: 0.4;
	filter: alpha(opacity=40);
}*/
#google_maps #panel ul.ui-tabs-nav li#onglet_directions.ui-tabs-selected a {
	/* 404 IMG */ /*background: transparent url(/imgs/_v2/onglet-itineraires-on.jpg) no-repeat bottom left;*/
}

#panel fieldset {
	border: 1px dotted #0266A0;
	display: block; /* necessaire a IE sinon il ne met pas de marge en haut ni en bas */
	height: auto;
	margin: 10px 0 20px 16px;
	padding: 0 20px 10px 20px;
	width: 239px;
}
#panel fieldset legend {
	display: none;
}
#panel fieldset h2 {
	font-size: 1em;
	height: 31px;
	line-height: 31px;
	margin: 0 -20px 10px;
	padding: 0 5px;
}
#panel fieldset#options {
	margin: 10px 0 -11px 16px;
	padding: 0;
	width: 279px;
}
#panel fieldset#options form {
	display: none;
	padding: 0 20px 10px 20px;
}
#panel fieldset#options h2 {
	/* 404 IMG */ /*background: transparent url(/imgs/_v2/fond-filtre-recherche.jpg) no-repeat;*/
	cursor: pointer;
	margin: 0;
	padding-left: 20px;
}
#panel fieldset#options h2.opened {
	/* 404 IMG */ /*background: transparent url(/imgs/_v2/fond-filtre-recherche-on.jpg) no-repeat;*/
}

#panel fieldset p.exemple {
	padding: 0 0 10px;
}

#panel fieldset#gmap_commentaire {
	border: none;
	margin-top: 20px;
	padding: 0;
}
#panel fieldset#gmap_commentaire h2 {
	background: none;
	color: #000;
	font-size: 1em;
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 0;
}
#panel fieldset#rechercheadresse h2{
  color:#000;
}
#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: 279px;
}
#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 {
	/* 404 IMG */ /*background: transparent url(/imgs/_v2/main-puce-orange.gif) left no-repeat;*/
	color: #0266A0;
	font-size: 9px;
	padding: 0 0 2px 15px;
	text-transform: uppercase;
}

#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 {
	background: url(/imgs/cont/structure/contenu/picto_imprimer.gif) no-repeat bottom;
	color: #666666;
	line-height: 2em;
	padding: 0px 0px 0px 14px;
	float: right;
}

#panel .gmap_effacer_recherche {
	/* 404 IMG */ /*background: transparent url(/imgs/_v2/btn-gmap-effacer-recherche.jpg) no-repeat center;*/
	display: block;
	height: 24px;
	margin: 0 auto;
	text-indent: -9999px;/* pour cacher le texte */
	width: 161px;
}

#panel #gmap_rechercher {
	text-align: center;
}
#panel #gmap_rechercher {
	/*background: url(/imgs/_v2/btn-gmap-recherche.jpg) no-repeat left;
	display: block;
	height: 24px;
	margin: 5px auto;
	padding: 0;
	text-indent: -9999px;/* pour cacher le texte */
	/*width: 153px;
	border: none;
	cursor: pointer;*/
	width:233px;
	margin-top:2px;
}

/**** le div qui permet de cacher le panel ****/
#mapsplitter {
	background:transparent url(/imgs/_v2/onglet-agrandir-carte.jpg) no-repeat scroll center top;
  cursor:pointer;
  float:left;
  height:134px;
  margin-left:0;
  margin-right:1px;
  position:relative;
  width:12px;
  z-index:2;
}
#mapsplitter.collapsed {
	background: url(/imgs/_v2/reduire-carte.jpg) no-repeat center top;
	height:134px;
  margin-left:-6px;
  width:12px;
}
#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: 573px;
	margin-left: 295px;
}
/**** zone groupant plusieurs agences ****/
#google_maps div.clustermarker {
/* NE PAS CHANGER LA VALEUR DE border-width qui doit être de 1 pixel ___ */
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	position: absolute;
	color: #000000;
	background-color: rgb(225,59,0);
	filter: alpha(opacity=30);
	-moz-opacity: 0.30;
	opacity: 0.30;
}
.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: #0266A0;
	font-size: 1em;
	margin: 0;
	padding: 5px !important;
	color:#FFFFFF;
}
.gmaps_tooltip div.body {
	margin: 0;
}

.gmaps_tooltip div.body p {
	padding: 5px;
	text-align: left;
}


/* plan du site */
#plan {
	table-layout: fixed;
	width: 100%;
}

#plan ul {
	list-style: none;
	padding: 0 0 5px 15px;
}
#plan ul li {
	margin: 2px 0;
}
#plan ul li h2 {
	border: none !important;
	font-size: 1.4em;
}
#plan ul li h2 a {
	color: #0077C1;
}


#google_maps div.mea{
  display: none;
}


/******************************************************************************/
/************** styles spécifiques à certains secteurs ************************/
/******************************************************************************/
/**** DEBUT Home page ****/


#page.s1000000001 #masthead {
	height: 120px;
}
#page.s1000000001 #main {
}
#page.s1000000001 #bloc_central {
	padding: 0;
}
#page.s1000000001 #bread_crum {
	display: none;
}
#page.s1000000001 #contenu {
	padding: 0;
	/***page d'erreur 
	padding:126px 20px 0;
  width:536px;***/
}
/**************************/
/*** document d'erreur ***/
/************************/
#page.s1000000001 table#main tbody tr td#bloc_central #contenu div{
 /* padding:126px 20px 0;*/
  width:536px;
}
#page.s1000000001 #contenu h1 {
	display: none;
}

#page.s1000000001 #contenu p.bandeau {
	margin: 0 0 10px;
	padding: 0;
}

/* totem sur la home en prod */
#page.s1000000001 #contenu p.visuel {
	margin: 0;
}

#page.s1000000001 #rech_top {
	display: none;
}

/* on masque les astérisques dans les formulaire de la home en prod */
#page.s1000000001 div.mea_home .ast {
	display: none;
}

#page.s1000000001 #contenu table {
	margin: 0 0 0 10px;
	table-layout: fixed;
	width: auto;
}

#page.s1000000001 #contenu table tr td {
	padding: 0 10px;
}

#page.s1000000001 #contenu table tr td h2 {
	border-bottom: 2px solid #FFBB03;
	color: #047BC4;
	font-size: 1.2em;
	margin: 0 0 10px;
	padding: 10px 0 5px;
}
#page.s1000000001 #contenu table tr td a.suite {
	background: transparent url(/imgs/cont/bg_a.gif) no-repeat right;
	color: #047BC4;
	display: block;
	margin: 4px 0 0;
	padding: 2px 19px 0 0;
	text-align: right;
	text-decoration: none;
}

#page.s1000000001 #bloc_login #login_valider {
	padding: 0 5px 0 0;
	!float: right;
}
/**** FIN Home page ****/


#popup {
	background: #FFF;
	padding: 0 0 10px;
}
#popup #masthead {
	background: none;
	height: 62px !important;
	position: relative;
}

#popup p.fermer_fenetre {
	padding: 0;
	position: absolute;
	top: 11px;
	right: 5px;
}
#popup p.fermer_fenetre a {
	/* 404 IMG */ /*background: transparent url(/imgs/_v2/fermer-popup.png) no-repeat;*/
	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 {
	/* 404 IMG */ /*background: transparent url(/imgs/_v2/btn-print.jpg) no-repeat;*/
	display: block;
	height: 33px;
	text-indent: -9999px;/* pour cacher le texte du lien */
	width: 32px;
}
#popup p.date {
	position: absolute;
	top: 48px;
	right: 12px;
}
p#retour_sommaire {
	/*margin-top: -20px !important;*/
}
.readonly {
	background-color:#EEEEEE;
	border:1px solid #999999;
	color:#666;
}