/* ########################## */
/* Aide a la navigation 	  */
/* ########################## */
.rappelOffre{
	font-weight: bold;
	margin-left:20px;
	padding-top: 10px;
}

.rappelOffre div{
	float:left;
	padding-right: 50px;
}

.reftitle {
	font-size: 12pt;
	color: #5F4B4C;
	margin: 0px;
	padding: 0px;
	display: block;
	margin-top: 10px;
}

/* ########################## */
/*    Liste des marques       */
/* ########################## */

#lstMarque
{
	position:relative;
	z-index:21;
	/*max-width:590px;*/
	height:30px;
	line-height:30px;
	padding-left:10px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(../../../images/interface/font-marque.jpg);	
}

#lstMarque-pro
{
	position:relative;
	z-index:21;
	/*width:590px;*/
	height:30px;
	line-height:30px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(../../../images/interface/font-marque-pro.jpg);	
}

#lstMarque select
{
	margin-left:15px;
}



/* ########################## */
/*    Grille de t�l�phone     */
/* ########################## */

.grilleMobile .elemGrille
{
	width: 190px;
	height:240px;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
}
.grilleMobile .elemGrille .nom_mobile
{
	margin-bottom:5px;
	height:30px;
	margin-left:10px;
}

.grilleMobile .elemGrille .nom_mobile a
{
	color:#676767;
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
	text-decoration:none;
	font-size:95%;
	/*margin-left:10px;*/
}

.grilleMobile .elemGrille .nom_mobile a:hover
{
	color:#676767;
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
	text-decoration:underline;
	font-size:95%;
	/*margin-left:10px;*/
	
}

.grilleMobile .elemGrille .haut .gauche
{
	float:left;
	height:170px;
	width:80px;
	margin-left:10px;
	text-align:center;
}

.grilleMobile .elemGrille .haut .gauche-pro
{
	float:left;
	height:165px;
	width:80px;
	margin-left:10px;
	text-align:center;
}

.grilleMobile .elemGrille .haut .droite 
{
	float:left;
	text-align:center;
	height:180px;
}

.grilleMobile .elemGrille .haut .droite-pro
{
	float:left;
	text-align:center;
	height:150px;
}

.grilleMobile .elemGrille .haut .droite .textDroite,
.grilleMobile .elemGrille .haut .droite-pro .textDroite
{
	margin: 5px;
}

.grilleMobile .elemGrille .haut .droite .textDroite .ficheLink,
.grilleMobile .elemGrille .haut .droite-pro .textDroite .ficheLink
{
	display:block;
	margin-top:13px;
	font-size: 7pt;
	font-family: verdana;
	text-decoration:none;
	color:#676767;
}

.grilleMobile .elemGrille .haut .droite .textDroite .ficheLink:hover,
.grilleMobile .elemGrille .haut .droite-pro .textDroite .ficheLink:hover
{
	display:block;
	margin-top:13px;
	font-size: 7pt;
	font-family: verdana;
	text-decoration:underline;
	color:#676767;
}

.grilleMobile .elemGrille .haut .droite .textDroite .grille_prix,
.grilleMobile .elemGrille .haut .droite-pro .textDroite .grille_prix
{
	width:90px;
	height:59px;
	padding-top:10px;
	color:#FFF;
	background-image:url(../../../images/interface/fond-prix.jpg);
	
}

.grilleMobile .elemGrille .haut .droite .textDroite .grille_prixpro,
.grilleMobile .elemGrille .haut .droite-pro .textDroite .grille_prixpro
{
	width:90px;
	height:59px;
	padding-top:10px;
	color:#FFF;
	background-image:url(../../../images/interface/fond-prix-pro.png);
	
}

.grilleMobile .elemGrille .haut .droite .textDroite .grille_prix .pinkPrix,
.grilleMobile .elemGrille .haut .droite-pro .textDroite .grille_prixpro .pinkPrix
{
	font-size: 16pt;
	font-family: Tahoma;
	font-weight:bold;
}

.grilleMobile .elemGrille .haut .droite .textDroite .grille_prix .apartir,
.grilleMobile .elemGrille .haut .droite-pro .textDroite .grille_prixpro .apartir
{
	font-size: 8pt;
	font-family: verdana;
	text-align:center;
}

.grilleMobile .elemGrille .haut .droite .button,
.grilleMobile .elemGrille .haut .droite-pro .button
{
	text-align:center;
	height:90px;
	width:95px;
}

.grilleMobile .elemGrille .bas
{
	margin-bottom:20px;
}

.grilleMobile .elemGrille .bas .picto
{
	-webkit-padding-start:0px;
	margin:0px;
	margin-left:20px;
	padding:0px;
}

.grilleMobile .elemGrille .bas .picto li
{
	-webkit-padding-start:0px;
	margin:0px;
	margin-left:2px;
	padding:0px;
	display: inline;
	list-style: none;
}

/* ########################## */
/*    Options supp GP  		  */
/* ########################## */

#advancedOption
{
	display:none;
	position:relative;
	z-index:20;
	border:1px solid #c14e91;
	min-height:120px;
	margin:-11px 15px 0px 15px;
	-moz-border-radius:11px;
	-webkit-border-bottom:11px;
	border-radius: 11px;
	background-color:white;
	padding:11px;
}

#advancedOption #col
{
	float:left;
	color:#c14e91;
	font-weight:bold;
}

#advancedOption #col div
{
	min-width:160px;
	min-height:35px;
}

#advancedOption #col div a
{
	color:#c14e91;
}

.filterSelect
{
	text-decoration:underline;
	font-weight:bolder;
}

.filterSelect:visited
{
	text-decoration:underline;
	font-weight:bolder;
}

.closeLink
{
	text-align:center;
}

/* ########################## */
/*    Options supp pro  	  */
/* ########################## */

#advancedOption-pro
{
	display:none;
	position:relative;
	z-index:20;
	border:1px solid #7b9f0e;
	min-height:120px;
	margin:-11px 15px 0px 15px;
	-moz-border-radius:11px;
	-webkit-border-bottom:11px;
	border-radius: 11px;
	background-color:white;
	padding:11px;
}


#advancedOption-pro #col
{
	float:left;
	color:#7b9f0e;
	font-weight:bold;
}

#advancedOption-pro #col div
{
	min-width:160px;
	min-height:35px;
}

#advancedOption-pro #col div a
{
	color:#7b9f0e;
}


.underline
{
	text-decoration:underline;
}

.underline:visited
{
	text-decoration:underline;
}

.messageHidden
{
	margin:10px;
	text-align:center;
	/*width:100%;*/
	width:760px;
	font-weight:bold;
	color:red;
}

.left
{
	float:left;
}

.right
{
	float:right;	
	padding-right:10px;
	color:#FFFFFF;
	width:150px;
}

.right a
{
	color:#FFFFFF;
}

.otherForfaitB-pro
{
	background-image:url(../../../images/interface/rectangleOffre.jpg);
	height:80px;
	width:680px;
	/*background-color:#88C63D;
	border-radius:10px;*/
	padding:10px;
	margin:5px;
}

/* ############### */
/* OFFRE SELECTEUR */
/* ############### */

.otherForfaitB
{
	height:80px;
	width:680px;
	background-color:#C71B8B;
	border-radius:10px;
	padding:10px;
	margin:5px;
}

.selected-offre-pro {
	height: 27px;
	line-height:27px;
	margin-top: 12px;
	background: url("../../../images/offres/fond-vert-offre.gif");
	color: white;
}

.entete{
	color:#AB004D;
    font-size:9pt;
    font-weight:bold;
    height:28px;
    text-align:center;
}

.entete-pro{
	color: #7B9F0E;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}

.unselected,
.unselected-pro {
	height: 35px;
	vertical-align: top;
	border-color: white;
	color: black;
	width: 360px;
	background-image: url(../../../images/offres/fond-grisclair-offre.gif);
	background-position: top left;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

.temps{
	border: 0px;
	border-right: 1px solid white;
	font-size: 10pt;
	font-weight: bold;
	line-height: 28px;
	padding-left: 10px;
}

.prix{
	border: 0px;
	border-right: 1px solid white;
	font-size: 10pt;
	font-weight: bold;
	line-height: 28px;
	padding-left: 10px;	
}


.selected-pro {
	height: 35px;
	vertical-align: top;
	border-color: white;
	color: white;
	background-image: url(../../../images/offres/fond-vert-offre.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.selected {
	height: 35px;
	vertical-align: top;
	border-color: white;
	color: white;
	width: 550px;
	background-image: url(../../../images/offres/fond-rose-offre.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

