div.typeHeader
{
    width: 525px;
    background-color: white;
    border-bottom: 1px solid #c1c0c8;
    margin-bottom: 2px;
}

.whiteSpaceNowrap
{
	white-space:nowrap;
}

.padT3 
{
	padding-top: 3px;
}

/* Couleur du texte Bleu */
.titre1, a, div.intituleBloc, .texteCouleurAuto
{
	color: #007ac9;
}

.enteteModelesVehicule 
{
	background:url(/img/common/auto/nouvelleoffre/bandeau_recherche_veh_milieu2.gif) repeat-x;	
}

.titreModelesVehicule 
{
   
	color:White;
}

.titreModelesVehicule img
{
	float:left;
}

.titreModelesVehiculeExtremite
{
    background:url(/img/common/auto/nouvelleoffre/bandeau_recherche_veh_milieu2.gif) repeat;	
	height:30px;
	text-align:left;
}

.titreModelesVehiculeExtremite img
{
	
}

.fondModeleVehiculeBleuClair
{
	background-color:#f4fbfe;
}

.fondModeleVehiculeBleuFonce
{
	background-color: #e6f4fc;
}

.fondModeleVehiculeMouseOver 
{
	background-color: #ebf0f8;
	font-weight: bold;
}

.fondModeleVehiculeTresFonce 
{
	background-color: #ebf0f8;
	font-weight: bold;
}

/* Couleur du fond Bleu fonce */
.couleurAuto, a.lienTarif:link, a.lienTarif:visited
{
	background-color: #0091C6;
}

tr.titreBloc:hover
{
	background-color: white;
	padding-top : 20px;
}

/* Formulaire */

div.titreGroupe
{
	margin-left: 10px;
	margin-top: 11px;
	margin-bottom: 5px;
	font-size: 11pt;
	font-weight: bold;
	height : 26px;
}

.titreGroupeGauche
{
	width : 60%;
	padding-top : 7px;
	color:#0081c7;
	font-size : 11pt;	
}

.titreRecapitulatif
{
	width : 60%;
	padding-top : 7px;
	color:#0081c7;
	font-size : 11pt;
	text-transform:uppercase;
}

.titreGroupeDroite
{
	padding-top : 7px;
	padding-bottom : 5px;
	margin-right : 10px;
}

.blocQuestions
{
	border: 1px solid #0081c7;
	margin-top:10px;
	margin-bottom:15px;
	margin-left:10px;
	
	height: 100%;
	position: relative;
	
	
	display : inline;
	padding-bottom:8px;
	padding-top:10px;
}

.RejetParDefaut
{
	border: 1px solid #0081c7;
	
}

.titreBloc
{
    background-color:Transparent;
    padding: 0;
	color: #007ac9;
	font-size:18px;
    font-weight:bold;
    margin-left:10px;
    margin-top : 20px;
    width:700px;
}

.texteTitreBloc
{
    width:50%;
	float:left;
	font-family:Arial;
	font-weight:bold;
	color:#0081c7;
	font-size:11pt;	
	text-align:left;
	white-space:nowrap;
}

.TitreAvantBloc
{
	width:100%;
	float:left;
	font-family:Arial;
	font-weight:bold;
	color:#0081c7;
	font-size:11pt;	
	padding-left:10px;	
	margin-top:20px;
	
}

.messageChampsObligatoires
{
	width:50%;
	text-align:right;
	font-size:7pt;
	color:#797979;
	float:left;

}

div.divAideReponse 
{	
	border: 1px solid #c1c0c8;
	DISPLAY: none;
	margin: 10px;
	padding: 5px;
}

.contenuAideNouvelleOffre
{
    border-left:1px solid #C1C0C8;
    border-right:1px solid #C1C0C8;
    border-top:1px solid #C1C0C8;
}

.bottomAideNouvelleOffre
{
    background:url(/img/common/auto/nouvelleoffre/aidebottom.gif) no-repeat;
}

.divAideNouvelleOffre
{
	display: none;
	width:500px;
	z-index:1;
	background-color:#FFFFFF;
	color:#787789;
	text-align:left;
}

.divAideNouvelleOffreClose
{
	cursor:pointer;
	margin-right:5px;
}

div.questionDA
{
	margin: 10px 5px 5px 10px;
	width: 50%;
	text-align:right;
	float: left;
}

div.reponseDA
{
	margin: 10px 5px 5px 5px;
	width: 45%;
	text-align:left;
	float: left;
}

div.question
{
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 698px;
	clear: both;
}

div.questionIntitule
{
	width: 345px;
	float: left;
	text-align: right;
	font-family:Arial;
	font-weight:bold;
	font-size:8pt;
	color:#797979;
	margin-top:5px;
}

.questionCouleurClair
{
	background-color:white;
	
}

.questionCouleurFonce
{
	background-color:White;
}

div.divInfo
{
	background-color: White;
	border: 1px solid #c1c0c8;
}

.delaiPoste
{
	margin-left: 138px;
}

.notaTelephone
{
	margin-right: 58px; 
}

.notaPDF
{
	margin-left: 138px;
}

div.divRadioBouton
{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left:0px;
	padding-left:0px;
}

div.textRadioBouton
{
    padding-left:5px;
	margin-top:0px;
	font-size:8pt;
	color:#797979;
	display:inline;
}
/*
 ****************************************************************************************
 *	S'applique notemment dans Firefox. Permet de forcer une balise div à recalculer		*
 *	sa taille en fonction de celle de la plus grand balise div qu'elle contient.		*
 ****************************************************************************************
 */
.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix 
{
	display: inline-block;
}

/* Hides from IE-mac */
* html .clearfix 
{
	height: 1%;
}
.clearfix 
{
	display: block;
}
/****************************************************************************************/

div.reponse
{
    font-weight: normal;
    color:#797979;
    width: 335px;
    text-align: left;
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 5px;
    float: right;
    margin-bottom: 5px;
}

div.avantReponse
{
	width: 503px;
	font-weight: bold;
	float: left;
	margin-left: 0px;
}

div.apresReponse
{
	width: 100%;
	float: left;	
}

div.alerteReponse
{
	width: 503px;
	float: left;
	font-size:xx-small;
	color: Red;
	text-align: center;
	display: none;	
	padding-bottom: 2px;
	padding-top: 2px;
}

.Notation
{
	font-weight: bold;
	font-size: 8pt;
}

/* Récapitulatif */
table.tableauRecapitulatif
{
    width: 700px;  
}

table.tableauRecapitulatif tr
{
    border-bottom : solid 20px Red;
}

td.tdpadd2
{
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom : 5px;
}

/* Les divs d'aide et attente */
div.divAttente
{
    background:url(/img/common/auto/nouvelleoffre/loading.png) no-repeat;
    width:222px;
    height:51px;
    text-align:left;
    position : static;
}


td.TableAide
{
    width:500px;
}

tr.bandeauAide
{
    background-color: Transparent;
	height: 20px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 3px;
}

.bandeauAideTopLeft
{
    background:url(/img/common/auto/nouvelleoffre/aidetop.gif) no-repeat;
    background-position:left;	
}

.bandeauAideTopRight
{
    background:url(/img/common/auto/nouvelleoffre/aidetop.gif) no-repeat;	
    background-position:right;
}

/* Bande de navigation */
.typeFooterAuto
{
	margin: 0px 0px 10px 0px;
}

.imgRetour
{
	background:url(/img/common/auto/nouvelleoffre/bout_back.gif) no-repeat;	
	height:30px;
	width:60px;
	cursor:pointer;
}

.imgModifier
{
	background:url(/img/common/auto/bt_modifier_footer.gif) no-repeat;	
	height:30px;
	width:104px;
	cursor:pointer;
}

.imgContinuer
{
	background:url(/img/common/auto/nouvelleoffre/bout_next.gif) no-repeat;
	height:30px;	
	width:120px;
	cursor:pointer;
}

.imgValider
{
	background:url(/img/common/auto/bout_valid.gif) no-repeat;
	height:30px;	
	width:104px;
	cursor:pointer;
}

.imgQuitter
{
	background:url(/img/common/auto/bout_quit.gif) no-repeat;	
	height:30px;	
	width:104px;
	cursor:pointer;
}

.imgRevenirPlusTard
{
	background:url(/img/common/auto/nouvelleoffre/bout_enregist_revenir_plustard.gif) no-repeat;	
	height:33px;
	width:154px;
	cursor:pointer;
}

.imgVotreTarif
{
	background:url(/img/common/auto/obtenir_votre_tarif_bleu.gif) no-repeat;	
	height:39px;
	width:216px;
}

/* Fin bande de navigation */
.souscription
{
    background-color: white;
    height: 50px;
    width:525px;
    border-bottom :1px solid #c1c0c8;
}

.souscription a{
	color: #787789;
}

.legendeBoutonCollapse{
	height : 20px;
	width : 515px;
	padding-left : 10px;
	padding-top : 5px;
	background-color: #f2f2f4;
}

/* ------------   tableau Tarifs  ------------- */ 
.couleurBleuTarif, .recapTotalTarif, .optionTarifChoisie
{
    color:#007ac9;
}

.textTarif
{
    color: White;
    font-weight:bold;
}

.titreTarif
{
    color: White;
    font-weight:bold;
    margin-top : 10px;
    margin-left: 10px;
}

table.tableauTarif 
{
    width: 504px;
    margin-left:0px;
    text-align:center;
    font-weight:bold;
    border-style:solid;
    border-width: 1px;
    border-color:White;
    padding-top:0px;
    padding-bottom:0px;
}

td.tdTarif
{
    width: 250px;
    height: 20px;
    padding: 0px;
    color: White;
    border-color:White;
    border-style:solid;
    border-width: 1px;
}

table.largeurOption
{
	width: 504px;
}

.notreConseil
{
	background: url(/img/common/auto/notre_recommandation.gif) no-repeat;
	background-position: right;
	background-position-x: 85%; 
	
}

.notreConseilOptions
{
	background: url(/img/common/auto/notre_recommandation.gif) no-repeat;
	background-position: center;
}

td.tarifChoisi
{
	width: 250px;
    height: 20px;
	padding: 0px;
    color:#007ac9;
    border-top-color:#007ac9;
	border-bottom-color : #FFFFFF;
	border-left-color : #FFFFFF;
	border-right-color : #FFFFFF;
    border-style:solid;
    border-width: 1px;
    font-size:small;
}


.optionTarifChoisie
{
    font-weight:bold;
    font-size:large;
}


.recapTotalTarif
{
    margin-left:10px;
    padding-left:10px;
    width: 494px;
	background-color: #ffffff;
}

.fondBlanc
{
	background-color: #ffffff;
}

.fondGris
{
	background-color: #f2f2f4;
}

.fondGrisF
{
	background-color: #cccccc;
}

.fondTarif
{
	background-color: #007ac9;
}

img.traitBlancOption
{
    border-bottom:1px solid White;
    height:20px;
}

img.traitBleuOption
{
    border-bottom:1px solid #0091C6;
    height:20px;
}

.montantTotal
{
    font-size:x-large;
    font-weight:bold;
    text-align:center;
}

.imgEnregistrerSimulGPI
{
	background:url(/img/common/auto/enreg_simu.gif) no-repeat;
	cursor:pointer;
	height:50px;
	width:175px;
	background-position: center;
}

.imgSouscrireEnLigne
{
	background:url(/img/common/auto/souscrire.gif) no-repeat;
	cursor:pointer;
	height:50px;
	width:175px;
	background-position: center;
}

.imgRecevoirMonDevisGPI
{
	background:url(/img/common/auto/recev_devis.gif) no-repeat;
	cursor:pointer;
	height:50px;
	width:175px;
	background-position:center;
}

.imgCallBackGPI
{
	background:url(/img/common/auto/bouton_callback.gif) no-repeat;
	cursor:pointer;
	height:70px;
	width:120px;
	background-position:center;
}

.imgRecevoirMonDevis
{
	background:url(/img/common/auto/bt_recevoir_devis.gif) no-repeat;
	cursor:pointer;
	height:70px;
	width:166px;
	background-position:right;
}

.imgRecevoir
{
	background:url(/img/common/auto/bt_recevoir_devis.gif) no-repeat;
	cursor:pointer;
	height:70px;
	width:166px;
	background-position:right;
}

.imgTelephonerCharge
{
	background:url(/img/common/auto/bt_telephoner.gif) no-repeat;
	cursor:pointer;
	height:70px;
	width:167px;
	background-position:right;
}

.examenVisuel
{
    font-size:10px;
    line-height:10px;
    padding: 3px 10px 5px 10px;
}

/*Ligne bleu au dessus et en dessous du numero de proposition*/
.ligneBleu90
{
	width: 100%;
	color: #007ac9;
}

.AnimationCommerciale
{
    border: 1px solid #c1c0c8;
    position:absolute; 
    z-index:2; 
    left: 50px;
    top: 250px; 
    height:350px;
    display:none;
}



/* -------------  Divers   -------------*/
button
{
	border:solid 0px transparent;
}

.invisible
{
	display: none;
}

.invisibleGarantieNouvelleOffre
{
    
	/*visibility: hidden;*/
    display: none;
}

.invisibleTexteGarantieNouvelleOffre
{
    
	/*visibility: hidden;*/
    display: none;
}

.visible
{
	display: block;
}

.visibleTableau
{
	display: table-row;
}

.padT50
{
	padding-top: 50px;	
}

.justify
{
	text-align:justify;
}

.centre
{
	text-align: center;
	font-size:8pt;
	color:#797979;
}

.centreVertical
{
	vertical-align : middle;
}

.gauche
{
	text-align: left;
}

.clearBoth
{
	clear: both;
}


/*---------- Tableaux ----------*/

/* tableau CRM */
.aideTable
{
	border:solid 2px #0091C6;
	border-collapse:collapse;
}
.tdTitreAideCRM
{
	text-align:center;
	font-weight:bold;
	border:solid 1px #0091C6;	
	padding:5px 0px 5px 0px;
}
.tdAideCRM
{
	text-align:center;
	border:solid 1px #0091C6;	
	padding:2px 0px 2px 0px;
}
/* fin tableau CRM */

.alignementDroite
{
	text-align:right;
}

/* page rejet partenaire */
.imgClicPartenaire
{
	vertical-align:middle;
	width: 94px;
	height: 27px;
	cursor: pointer;
}

.lienPartenaire
{
	color : #007ac9;
	font-size : larger;
	font-weight : bold;
	text-decoration : underline;
	cursor: pointer;
}

.lienBleu
{
	color : #007ac9;
	text-decoration : underline;
	cursor: pointer;
}

.lienBlanc
{
	color : #FFFFFF;
	text-decoration : underline;
	cursor: pointer;
}

.lienNoir
{
	color : #000000;
	text-decoration : underline;
	cursor: pointer;
}

.margPhonePartenaire{
	margin-left : 20px;
}

.tooltip
{
	position:absolute;
	display: none;
	z-index: 100;
    border: 1px solid #0087CD;
    background-color:#E1EEF9;
	padding: 2px;
	text-align:left;
	margin-left:215px;
}

.width180
{
	width:180px;
}

.width490
{
	width:490px;
}

.texteGras
{
	font-weight : bold;
}

.texteRouge
{
	color:Red;
}

.telechargerDevis
{
	text-align:center;
}

.padL60
{
	padding-left: 60px;
}

.padR60
{
	padding-right: 60px;
}

.txt9plus{
	font-size: 0.90em; 
}

.cursorText
{
	cursor:text;
}

.texteBleuSouligne {
	color : #007ac9;
	text-decoration : underline;
}

.textePropoTarif {
	margin-right : 10px;
	padding-top : 12px;
	padding-bottom : 12px;
}

.cadreBleuPropo{
	border : solid 1px #007ac9;
	padding : 1px 3px 1px 2px;
	font-weight : bold;
	font-size : 8pt;
	color : #000000;
}

.phoneBleu{
	width : 12px;
	margin-left : 10px;
	margin-right : 5px;
}

.w33Pcent{
	width: 33%;
}

.h100Pcent{
	height: 100%;
}

.w100Pcent{
	width: 100%;
}

.w60PCent
{
    width: 60%;
}

.w40PCent
{
    width: 40%;
}


.infoSimulModif{
    width: 500px;
    color: #787789;
    border: 1px solid #c1c0c8;
    background-color: #ffffff;
    position: absolute;
    left: 50px;
    top: 510px; 
    display: none;
    z-index: 1;
}


.tmpDivMask
{    
    text-align: left;
    position:absolute;    
    height:15px;
    z-index:50;
    font-size:x-small; 
    padding: 0px 0px 0px 0px;
    border: solid 1px #007AC9;
    background-color: #D6D3CE;    
}

/*-------------- NOUVELLE_OFFRE -----------------*/

div.typeHeaderNouvelleOffre
{
    background-color:White;
    margin-left:10px;
}

.titre1NouvelleOffre
{
    color:#0081c7;
    font-family:Arial,Helvetica,sans-serif;
    font-size:16pt;
    font-weight:normal;
    text-transform:uppercase;
}


.tableauTarifNouvelleOffre
{
    color : Black;
    width:90%;
    vertical-align:top;
    position : relative;
}

.tableauTarifNouvelleOffre tbody
{
    color : Black;
    width:100%;
    vertical-align:top;
}

.libelleFormuleTableauTarif
{
    
    border: none 0px;
    background: url("/img/common/auto/nouvelleoffre/header_table.png") repeat-x scroll 0 0 #0071B9;
    color: #FFFFFF;
    padding: 5px 10% 5px 10%;
    max-width : 101px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11pt;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.libelleFormuleTableauTarif input
{
    margin-left:-15px;
}

.enteteFormuleTableauTarif
{
	background-color:#00A7E4;
	height:15px;
}

.enteteRecommandeFormuleTableauTarif
{
	background-color:Red;
	height:15px;
	font-size:8pt;
	text-align:center;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-style:normal;
	font-weight:normal;
}
.enteteRecommandeFormuleTableauTarif p
{
    vertical-align:middle;
    height:15px;
    line-height:15px;
}

.tableauPackNouvelleOffre
{
    vertical-align : top;
    width : 668px;
    margin-left:10px;
}

.tableauPack, .tableauPackChoisi, .tableauPack_Off, .tableauPack_Recommande
{
    width : 203px;
    font-family:Arial,Helvetica,sans-serif;
    font-style : normal;
    font-weight:bold;
    background-color:White;
    text-align : left;
    font-size : 16px;
    color:#FFFFFF;
    vertical-align : top;
    position:relative;
}

.tableauPack_Recommande
{
    width : 190px;
}

.tableauPackChoisi
{
    background-color : #99cae9;
    border: solid 1px #007ac9;
}

.tableauPack_Off
{
    background-color:#9FA0A2;
    color:#CCCCCC;
}

.hautTableauPack
{
    background: url("/img/common/auto/nouvelleoffre/header_blue.png") repeat-x scroll 0 0 transparent;
    vertical-align : top;
    height : 50px;
}

.hautTableauPack_Off
{
    background: url("/img/common/auto/nouvelleoffre/header_gray.png") repeat-x scroll 0 0 transparent;
    vertical-align : top;
    height : 50px;
    padding:5px;
}

.hautTableauPack, .hautTableauPack_Off
{
    padding:5px;
}

.basTableauPack
{
    color :#797979;
    font-size:13px;
}

.basTableauPackChoisi
{
    color : #0071B9;
    font-size:13px;
}

.basTableauPack td
{
    padding-top:2px;
    padding-left:5px;
    padding-right:5px;
}

.basTableauPackChoisi td
{
    padding-top:2px;
    padding-left:5px;
    padding-right:5px;
}

.toolTipPack, .toolTipPack_Off
{
    background:url("/img/common/auto/nouvelleoffre/tooltipPack.png") no-repeat;
    cursor:pointer;
    width:20px;
    height:20px;
    float:right;
    padding-bottom:3px;
}

.toolTipPack_Off
{
    background:url("/img/common/auto/nouvelleoffre/tooltipPack_Off.png") no-repeat;
}

.textePackNonDisponible
{
    width:200px;
    height:100%;
    text-align:center;
    vertical-align:middle;
    font-size:15px;
    color:White;
    position:absolute;
    top:50%;
}

.montantFormuleTableauTarif
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:1em;
    margin:0;
    padding:0;
    color:#0071B9;
    background-color : White;
    font-size:20px;
    font-weight:bold;
    border-left:solid 1px #DDDDDD;
    border-right:solid 1px #DDDDDD;
    border-top :solid 1px #DDDDDD;
    border-bottom :solid 1px #DDDDDD;
    text-align:left;
    height:60px;
    vertical-align : middle;
}

.montantFormuleTableauTarifUneFormule
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:1em;
    margin:0;
    padding:0;
    color:#0071B9;
    background-color : White;
    font-size:20px;
    font-weight:bold;
    border-left:solid 1px #DDDDDD;
    border-right:solid 1px #DDDDDD;
    border-top :solid 1px #DDDDDD;
    border-bottom :solid 1px #DDDDDD;
    text-align:center;
    height:60px;
    vertical-align : middle;
}

.montantFormuleTableauTarif_On
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:1em;
    margin:0;
    padding:0;
    color:#0071B9;
    background-color : #99cae9;
    font-size:20px;
    font-weight:bold;
    border-left:solid 1px #DDDDDD;
    border-right:solid 1px #DDDDDD;
    border-top :solid 1px #DDDDDD;
    border-bottom :solid 1px #DDDDDD;
    text-align:left;
    height:60px;
    vertical-align : middle;
}

.montantFormuleTableauTarifChoisi
{
    background-color : #99cae9;
    font-family:Arial,Helvetica,sans-serif;
    font-size:1em;
    margin:0;
    padding:0;
    color:#0071B9;
    font-size:18px;
    font-weight:bold;
    border-left:solid 1px #DDDDDD;
    border-right:solid 1px #DDDDDD;
    border-top :solid 1px #DDDDDD;
    border-bottom :solid 1px #DDDDDD;
    text-align:left;
    height:60px;
    vertical-align : middle;
}

.smallTableauTarif
{
    font-size:12px;
}

.largeurContenuDA
{
    width:710px;
}

.largeurContenuRejet
{
    width:700px;
}

.smallContentDA
{
    margin-bottom : 10px;
    margin-left : 5px;
    float : left;
    margin-right : -50px;
    width : 730px;
}

div.typeHeaderTarif
{
    width: 700px;
    background-color: white;
    border-bottom: 1px solid #c1c0c8;
    margin-bottom: 2px;
}

.blocQuestionsTarifNouvelleOffre
{
	border: 0px none;
	margin-top:5px;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:5px;
	width: 700px;
	max-width: 700px;
	overflow:hidden;
	display : table;
	background-color:#f4fbfe;
    background:none repeat scroll 0 0 #F0F0E8;
    padding:10px;
}

.sousTitreBlocNouvelleOffre
{
    font-family:Arial,Helvetica,sans-serif;
    color:#007AC9;
    font-size:11pt;
    font-weight:bold;
    margin-bottom : 8pt;
    margin-left : 10px; 
    display:block;
}


.titreBlocNouvelleOffre
{
    font-family:Arial,Helvetica,sans-serif;
    color:#007AC9;
    font-size:11pt;
    font-weight:bold;
    text-transform:uppercase;
    margin-top : 3px;
    margin-bottom : 3px;
}

.titreBlocCritereNouvelleOffre
{
    font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    color:#797979;
    font-size:16px;
    margin-top : 30px;
}

.texteNouvelleOffre
{
    font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    color:#797979;
    font-size:8pt;
    margin-left : 7px;
}

.texteNouvelleOffreNormal
{
    font-family:Arial,Helvetica,sans-serif;
    font-weight:normal;
    color:#797979;
    font-size:7pt;
}

.largeurColonneMini
{
	width:1%;
	white-space:nowrap;
	margin-right:5px;
}

.texteDescriptifFormule
{
    font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    color:#797979;
    font-size:10px;
    background-color:White;
    border-top : 0px solid;
    border-bottom : 0px solid;
    border-left : 1px solid #DDDDDD;
    border-right : 1px solid #DDDDDD;
    vertical-align : top;
    width : 101px;
    overflow : hidden;
    padding:5px;
}

.texteDescriptifFormule_On
{
    font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    color:White;
    font-size:10px;
    background-color : #99cae9;
    border-top : 0px solid;
    border-bottom : 0px solid;
    border-left : 1px solid #DDDDDD;
    border-right : 1px solid #DDDDDD;
    vertical-align : top;
    width : 101px;
    overflow : hidden;
    padding:5px;
}

.indexTitreBlocNouvelleOffre
{
    vertical-align:middle;
}

.indexTitreBlocNouvelleOffre img
{
    vertical-align:top;
    margin-left:5px;
    margin-right:5px;
}

.inclusFormule
{
    border : 1px solid ;
    padding-top:10px ;
    text-align :left ;
    vertical-align : text-top ;
    width : 203px ;
    margin-right : 60px ;
    margin-left : 10px ;
    border-color :#007ac9 ;
    background-color:White ;
}

.inclusFormuleBig
{
    border : 1px solid ;
    padding-top:10px ;
    text-align :left ;
    vertical-align : text-top ;
    width : 323px ;
    margin-right : 60px ;
    margin-left : 10px ;
    border-color :#007ac9 ;
    background-color:White ;    
}

.inclusFormuleBig tr th
{
	text-align:left;
	padding-left:10px;
    color :Red;
    font-weight : bold;
    font-style : normal;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11pt;
    width : 200px;
}

.inclusFormule tr th
{
	text-align:left;
	padding-left:10px;
    color :Red;
    font-weight : bold;
    font-style : normal;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11pt;
    width : 200px;
}

.inclusFormuleBig tr td
{
    color :#797979;
    font-style : normal;
    font-family:Arial,Helvetica,sans-serif;
    font-size:9pt;
}

.inclusFormule tr td
{
    color :#797979;
    font-style : normal;
    font-family:Arial,Helvetica,sans-serif;
    font-size:9pt;
}

.ligneVide
{
    height : 1px;
}

#coreDA
{
    background-color:white;
    border : 0px none;
    margin-top:10px;
    margin-right:20px;
    padding:10px 0px 30px 0px;
}

.replierGarantie
{
    background:url("/img/common/auto/nouvelleoffre/toggle.png")  repeat-x scroll 0 0 transparent;
    display:block;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    width:100%;
    padding-bottom:0px;
}

.replierGarantie tr
{
    color:#FFFFFF;
    cursor:pointer;
}

.replierGarantie tr td
{
    vertical-align : middle;
}

.replierGarantie img
{
    vertical-align:middle;
    margin-left:5px;
    margin-right:5px;
}

#ReplierGarantie
{
	text-align:right;
	white-space:nowrap;
}

.tableauGarantie
{
    background-color : White;
    display : table-row;
}

.CaseFormuleGarantie_Off
{
    width : 101px;
    border:1px solid #DDDDDD;
    vertical-align : middle;
    text-align : center;
    background:url("/img/common/auto/nouvelleoffre/coche_garantie_off.png");
    background-repeat : no-repeat;
    background-position : center;
    background-color : White;
}

.CaseFormuleGarantie_Null_Off
{
    width : 101px;
    border:1px solid #DDDDDD;
    vertical-align : middle;
    text-align : center;    
}

.CaseFormuleGarantie_On
{
    width : 101px;
    border:1px solid #DDDDDD;
    vertical-align : middle;
    text-align : center;
    background:url("/img/common/auto/nouvelleoffre/coche_garantie_on.png");
    background-repeat : no-repeat;
    background-position : center;
    background-color : White;
    
    color : #0071B9;
    background-color : #99cae9;
}

.CaseFormuleGarantie_Null_On
{
    width : 101px;
    border:1px solid #DDDDDD;
    vertical-align : middle;
    text-align : center;
   
    color : #0071B9;
    background-color : #99cae9;
}

.LibelleDetailGarantie_Off
{
    color:#797979;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    vertical-align:middle;
}

.LibelleDetailGarantie_On
{
    color:#0071B9;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    vertical-align:middle;
}

.DescriptifDetailGarantie
{
    color:#797979;
    font-size:11px;
    border-left:1px solid White;
    border-top:1px solid White;
    
}

.CaseLibelleDescriptifGarantie
{
    border:1px solid #DDDDDD;
    vertical-align : middle;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:5px;
}

.CaseLibelleDescriptifGarantie img
{
    padding-left:10px;
    padding-right:10px;
    vertical-align:middle;
    cursor:pointer;
}

.actionTarif
{
    border:0 none;
    display:table;
    height:100%;
    vertical-align : middle;
    text-align : center;
    margin-top : 15px;
    width:740px;
    
}

.actionTarif tr td
{
    margin-left : 25px;
}

.actionTarif img
{
    cursor: pointer;
}

.zoneRecapTarif
{
   /*background-color : White;*/
    border : 1px none white;
    /*border-color : White;*/
    margin: 10px auto auto 10px;
    width : 668px;
    height : 105px;
    vertical-align : middle;
    
}

.recapLigneFormule
{
    color : #0071B9;
    font-weight : normal;
    font-size : large;
    height : 20px;
    /*background-color : White;*/
    width : 100%;
}

.recapLignePack
{
    color : #0071B9;
    font-weight : normal;
    font-size : large;
    background-color : White;
    
    
}

.recapInterLigne
{
    background-color : White;
}

.recapLigneTotal
{
    color : White;
    font-weight : normal;
    font-size : large;
    width : 100%;
    /*background:url("/img/common/auto/nouvelleoffre/footer_blue.png") repeat-x scroll 0 0 transparent;*/
    
}

.colonneRecapFractionnement
{
    text-align:right;
    font-size:x-small;
    padding-right:10px;
    white-space:nowrap;
    width:270px;
}

.colonneRecapFormule
{
    padding-left:10px;
    text-align : left;
    width : 325px;
    font-size:12pt;
    font-weight:bold;
}

.colonneRecapMontant
{
    text-align : right !important;
    padding-right:5px;
    width : 25px;
    font-weight:bold;
    font-size:14pt;
}

.colonneRecapMonnaie
{
    text-align : left;
    font-weight:bold;
    font-size : 8pt;
    padding-right:10px;    
    width : 20px;
}

.divPopupPack
{
	width:361px;
	color:#007ac9;
	background-color:#dfdfdf;
}

.ModalPack
{
    margin-left : 10px;
    text-align : left;
	width:100%;
}

.topModalPack
{
     background:url("/img/common/auto/nouvelleoffre/top_popup.png") no-repeat;  
     height:11px;
     min-height:11px;
     min-height:11px; 
}

.separateurModalPack
{
    height:2px;
    min-height:2px;
    min-height:2px;
    background:url("/img/common/auto/nouvelleoffre/ligne_horiz.png") repeat-x;
}

.bottomModalPack
{
    height:11px;
    min-height:11px;
    min-height:11px; 
    background:url("/img/common/auto/nouvelleoffre/bottom_popup.png") no-repeat;   
}

.fondModalPack
{
    background:url("/img/common/auto/nouvelleoffre/bg_popup.png") repeat-x;
    background-color:#FFFFFF;
    border-left:solid 1px #c8c8c8;
    border-right:solid 1px #c8c8c8;
    min-height:200px;
    padding-left:10px;
    padding-right:10px;
}

.titreModalPack
{
    font-size : 12pt;
    font-weight:bold;
    color:#007ac9;
    font-family:Arial;
	text-align:left;
	padding:0px;
	padding-bottom:10px;
	width:100%;
}

.contenuPopupPack
{
    padding-top:5px;
	font-size : normal;
	text-align:left;
	width:100%;
}

.closeModalPack
{
	font-weight:bolder;
	font-size:medium;
	cursor:pointer;
	color:Gray;
	text-align:right;
}

.titreParagrapheModalPack
{
    font-family:Arial;
    color:#007ac9;
    font-size : 9pt;
    font-weight : bold;
}

.texteParagrapheModalPack
{
    font-family:Arial;
    color:#007ac9;
    font-size : 8pt;
    font-weight : normal;
}

#basic-modal-content 
{    
	display:none;
}
/* Overlay */
#simplemodal-overlay 
{    
	background-color:#000; cursor:wait;
}

#simplemodal-container a.modalCloseImg 
{    
	background:url("/img/common/auto/nouvelleoffre/x.png") no-repeat; 
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-16px; 
	cursor:pointer;
}

.tableauCritereNouvelleOffre
{
    color:#797979;
    font-family:Arial,Helvetica,sans-serif;
    font-size:8pt;
    width : 100%;
}

.titreZoneCritere
{
	font-size:11pt;
	font-weight : bold;
}

.numDevisZoneCritere
{
    text-align : right;
	font-size:10pt;
}

.lienModifierCritereTarif a
{
    font-weight : bold;
	font-size:10pt;
    color : #007AC9;
    cursor : pointer;
	text-decoration : none;
}

.inlineNouvelleOffreMiLargeur
{
    display : inline !important;
    width : 50%;
    float:left;
}

.inlineNouvelleOffreTiersLargeur
{
    display : inline !important;
    width : 38%;
    float:left;
}

.inlineNouvelleOffreDeuxTiersLargeur
{
    display : inline !important;
    width : 62%;
    float:left;
}

/* Chemin de fer nouvelle offre */

#CheminDeFerNouvelleOffre
{
 display:table;
 text-align : left;
 vertical-align : middle;
 width : 100%;
}

.tableCDF
{
    width : 100%;
    height : 45px;
    font-size : 16px;
    
}

#ChoixTarif 
{
    vertical-align:top;
   
}

#div_reponseChoixTarif
{
    
    vertical-align : top;
}

#texteFormule
{
    margin : 0px;
    width : 100%;
}
/* Zone d'erreur */

.divErreurAuto
{
	background-color:#FFFFFF;
	border:1px solid red;
	color:Red;
	
	margin-bottom:10px;
	margin-left:10px;
	margin-top:15px;
	font-size:8pt;
}

.divErreurAutoAttention
{
	position:absolute;
	margin-left:5px;
	font-size:8pt;
	padding-top:8px;
	height:29px;
}

.texteChampObligatoire
{
	font-family:Arial;
	color:#e31519;
	font-size:1.55em;
	font-weight:bold;
	margin-left:2px;
	vertical-align:middle;
}

#div_LigneRecapFormule
{
    background-color : White;
}

#div_LigneRecapTotal
{
    background:url("/img/common/auto/nouvelleoffre/footer_blue.png") repeat-x scroll 0 0;
}

.topModalPopupBascule
{
     background:url("/img/common/auto/nouvelleoffre/top_popup.png") no-repeat;  
     height:11px;
     min-height:11px;
     min-height:11px; 
}

.separateurModalPopupBascule
{
    height:2px;
    min-height:2px;
    min-height:2px;
    background:url("/img/common/auto/nouvelleoffre/ligne_horiz.png") repeat-x;
}

.bottomModalPopupBascule
{
    height:11px;
    min-height:11px;
    min-height:11px; 
    background:url("/img/common/auto/nouvelleoffre/bottom_popup.png") no-repeat;   
}

.fondModalPopupBascule
{
    background:url("/img/common/auto/nouvelleoffre/bg_popup.png") repeat-x;
    background-color:#FFFFFF;
    border-left:solid 1px #c8c8c8;
    border-right:solid 1px #c8c8c8;
    min-height:200px;
    padding-left:10px;
    padding-right:10px;
}

.modalPopupBascule
{
    background-color:#dfdfdf;
	width:361px;
	color:#007ac9;
}
.closeModalPopupBascule
{
	font-weight:bolder;
	font-size:large;
	text-align:right;
	cursor:pointer;
	color:Gray;
}
.titreModalPopupBascule
{
	width:100%;
    font-size : 12pt;
    font-weight:bold;
	text-align:left;
	padding:0px;
	padding-bottom:10px;
}
.messageModalPopupBascule
{
    margin-top:10px;
	font-size : 9pt;
	text-align:left;
}

#tableTiersEssentiel
{
    width : 101px;
    
}

#tableTiersIntegral
{
    width : 101px;
}

#tableTiersTousRisques
{
    width : 101px;
}

#tableTiersMini
{
    width : 101px;
}

.examenVisuelNouvelleOffre
{
    color:#007ac9;
    padding-top:15px;
}


/** Styles des colonnes du tableau de recherche véhicules **/

.colonneMODELE
{
    width:189px;
    text-align:left;
    padding-left:10px;
}

.colonneP_FISCALE
{
    width:132px;
    text-align:left;
    padding-left:40px;
}

.colonneCARROSSERIE
{
    width:122px;
    text-align:left;
    padding-left:35px;
}

.colonneANNEE_FAB
{
    width:132px;
    text-align:left;
    padding-left:27px;
    
}

.colonneTYP_MINES
{
    width:101px;
    text-align:left;
    padding-left:20px;
}

.texteGarantieTableauTarif
{
    background-color : White;
    color:#797979;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    border:1px solid Gray;
}

#div_FormulePrioritaire
{
    width : 300px;
}

#div_Haut_FormuleConseiller
{
    min-height:40px;
    min-width:285px;
}

#div_Bas_FormuleConseiller
{
    
}

#CheminDeFer
{
    margin-left:5px;
    margin-top : 22px;
}

.left50pourcent
{
    display : inline !important;
    width : 50%;
    float:right;
}

.left37pourcent
{
    display : inline !important;
    width : 37%;
    float:right;
}

.lienBasculesFormules
{
    color:#007ac9;
    margin-top : -20px;
    margin-left:10px;
    margin-bottom:25px;
    position : relative;
}

.lienBasculesFormules a
{
    text-decoration:underline;
    color:#007ac9;
}

#RIBCoordonnees
{
    width : 700px;
   
}

.tableauRIBCoordonnees
{
    width : 275px;
    color:#797979;
    float:left;
    font-family:Arial;
    font-weight:bold;
    margin-bottom : 15px;
    margin-left : 20px;
    margin-right : 250px;
}

.tableauRIBCoordonnees th
{
    text-align : center;
}

.texteAvantBloc
{
    margin-bottom : 40px;
    margin-left : 10px;
    margin-top : 50px;
    padding-bottom : 5px;
    padding-left : 5px;
    padding-right : 5px;
    padding-top : 5px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:8pt;
    font-weight:bold;
    color:#797979;
}

.texteMessageRejetHaut
{
    margin-bottom : 20px;
    margin-left : 10px;
    margin-top : 30px;
    padding-bottom : 5px;
    padding-left : 5px;
    padding-right : 5px;
    padding-top : 5px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:8pt;
    font-weight:normal;
    color:#797979;
}

.texteMessageRejetBas
{
    margin-bottom : 20px;
    margin-left : 10px;
    margin-top : 30px;
    padding-bottom : 5px;
    padding-left : 5px;
    padding-right : 5px;
    padding-top : 5px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:8pt;
    font-weight:normal;
    color:#0081c7;
}

.divTitreBloc
{
    margin-left : 10px;
    border : solid 1px gray;
    padding : 5px 5px 5px 5px;
    
}


/* Ecrans après tarif */

.gras
{
    font-weight:bold;
}

.texteBleuApresTarif
{
    color:#0081c7;
}

.texteNormalApresTarif
{
    font-family:Arial;
    font-size:8pt;
    font-weight:normal;
    color:#797979;
}

.texteRougeApresTarif
{
    color:#e31519;
    font-weight:bold;
}

.texteBleuApresTarifBig1
{
    font-family:Arial;
    font-weight:bold;
    font-size:10pt;
    color:#0081c7;
}

.texteBleuApresTarifBig1 a
{
    font-family:Arial;
    font-weight:bold;
    font-size:10pt;
    color:#0081c7;
}

.texteBleuApresTarifBig2
{
    font-family:Arial;
    font-weight:bold;
    font-size:11pt;
    color:#0081c7;
}

.texteBleuApresTarifBig3
{
    font-family:Arial;
    font-weight:bold;
    font-size:13pt;
    color:#0081c7;
}

.texteBleuApresTarifBig4
{
    font-family:Arial;
    font-weight:bold;
    font-size:14pt;
    color:#0081c7;
}

.texteBleuApresTarifBig5
{
    font-family:Arial;
    font-weight:bold;
    font-size:15pt;
    color:#0081c7;
}

.fondBlocBleu
{
    background-color:#ebf0f8;
}

.fondBlocGris
{
    background-color:#EAE4D9;
}

.uneZoneIdentifiants
{
    background-color:White;
    border:solid 1px #797979;
    padding-left:5px;
    vertical-align:middle;
    width:350px;
    padding-top:10px;
    padding-bottom:10px;
}

.fondBlocBordureBleue
{
    border-style:solid;
    border-color:#0081c7;
    border-width:1px;
    padding-left:10px;
    padding-bottom:10px;
}

.fondZoneContact
{
    margin-top:5px;
    margin-bottom:10px;
    padding-left:40px;
    padding-bottom:20px;
    background-color:#ebf0f8;
}

.zoneRecap
{
    background-color:White;
    border:solid 1px #797979;
    padding-top:5px;
    padding-bottom:5px;
    margin-top:5px;
    height:100%;
}

.w50Pcent
{
    width:50%;
}

.alignMiddle
{
    vertical-align:middle;
}

.borderBottom
{
    border-bottom:solid 1px #0081c7;
}

.borderTop
{
    border-top:solid 1px #0081c7;
}

.borderRight
{
    border-right:solid 1px #0081c7;
}

.padB10
{
    padding-bottom:10px;
}

.padL30
{
    padding-left:30px;
}

.padR30
{
    padding-right:30px;
}

.padT15
{
    padding-top:15px;
}

.padT20
{
    padding-top:20px;
}

.padB20
{
    padding-bottom:20px;
}

.padT15
{
    padding-top:15px;
}

.padB15
{
    padding-bottom:15px;
}

.margL50
{
    margin-left:50px;
}

.padL10
{
    padding-left:10px;
}

.padT10
{
    padding-top:10px;
}

.padL80
{
    padding-left:80px;
}

.margL80
{
    margin-left:80px;
}

.padR80
{
    padding-right:80px;
}

.padB5
{
    padding-bottom:5px;
}

.margB0
{
    margin-bottom:0px;
}

.margT0
{
    margin-top:0px;
}

.listePoints li
{
    list-style-image: url(/img/common/auto/nouvelleoffre/picto_coche_small_auto_blue.gif);
    margin-left:15px;
}

.recommandePack
{
    text-align:center;
    vertical-align:middle;
    width:14px;
    background-color:Red;
    
}

.lienModifierRecapitualtif a
{
    font-weight : normal;
	font-size:10pt;
    color : #0081c7;
    cursor : pointer;
	text-decoration : none;
	padding-right : 10px;
}

.recommandePack_Off
{
    display:none;
}

.conditionsGarantiesSurFormule
{
    padding:5px;
    background-color:#F0F0E8;
    color:#0081c7;
}

#sidebar
{
    clear:none !important;
    clear:both;
    padding-top:23px;
}

.hautTableauTarif
{
}



#tdTiersMini
{
    vertical-align : bottom ;
}

#tdTiersIntegral
{
    vertical-align : bottom ;
}

#tdTiersTousRisques
{
    vertical-align : bottom ;
}

#tdTiersEssentiel
{
    vertical-align : bottom ;
}

.DevisTarif
{
    color:White;
    background:url(/img/common/auto/nouvelleoffre/fds_num_devis.png) no-repeat;
    font-size:10pt;
    font-weight:bold;
    text-transform:none;
    text-align:center;
    vertical-align:middle;
    line-height:19px;
    height:19px;
}

.blocCorner
{
    position : relative;
    -moz-border-radius : 10px;
    -webkit-border-radius : 10px;
    border-radius : 10px;
    behavior: url(./css/PIE.htc);
}

.alignBottom
{
    vertical-align:bottom;
}

.alignTop
{
    vertical-align:top;
}

.padL25
{
    padding-left:25px;
}

#tdPack1
{
    margin-left:10px;
    margin-right : 10px;
}

.texteNormalApresTarifBig2
{
    font-family:Arial;
    font-weight:bold;
    font-size:11pt;
}

.imgLsaCourtage
{
    vertical-align:middle;
    padding-left:60px;
}

.interligne20
{
    line-height:20px;
}

.alignCenter
{
    text-align:center;
}

.headerPaiementPartenaire
{
    margin-top : 10px;
    margin-left : 5px;
    float : left;
    margin-right : -50px;
    width : 970px;   
}

.barreHeader
{
    width:100%;
    height:42px;
    background:url(/img/common/auto/nouvelleoffre/extrait_barre.png) repeat-x;
}

.PopinSignElec
{
	width: 500px;
	background-color: #FFFFFF
}

.BorderPopinSignElec
{
	border-left: solid 1px #E1E1E1;
	border-right: solid 1px #E1E1E1;
	width: 100%
}

.TopRightPopinSignElec
{
	background:url(/img/common/auto/nouvelleoffre/topRight_popin_signElec.PNG) top left no-repeat;
	width: 100px;
	height: 24px
}

.TopLeftPopinSignElec
{
	color: White;
	text-align: left;
	background:url(/img/common/auto/nouvelleoffre/topLeft_popin_signElec.PNG) top left no-repeat;
	width: 400px;
	height: 24px
}

.BottomPopinSignElec
{
	background:url(/img/common/auto/nouvelleoffre/bottom_popin_signElec.PNG) bottom left no-repeat;
	width: 100%;
	height: 20px
}

.PopinSignElecError
{
	color: Red;
	display: none
}
