/* CSS Document */

body{
	background-color:#948b8b;
	margin:0px;
}

p{
	margin-top:0px;
	margin-bottom:8px;
}



/*******************************************************************/
/*                                               G E N E R A L E   */
/*******************************************************************/
.tdTexte{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
	padding:20px;
}
.tdTexte A:Link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#8c2e2e;
	text-decoration:underline;
}
.tdTexte A:Visited{ 
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#8c2e2e;
	text-decoration:underline;
}
.tdTexte A:Hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#8c2e2e;
	text-decoration:none;
}

.tdNormal{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
}

.polPetite{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000000;
}

.polGen{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
}

.polGen A:Link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#8c2e2e;
	text-decoration:underline;
}
.polGen A:Visited{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#8c2e2e;
	text-decoration:underline;
}
.polGen A:Hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#8c2e2e;
	text-decoration:none;
}

.polGenBlanc{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.polGenBlanc A:Link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
}
.polGenBlanc A:Visited{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
}
.polGenBlanc A:Hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}


.polGen2{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#000000;
}

.polGen2 A:Link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#8c2e2e;
	text-decoration:underline;
}
.polGen2 A:Visited{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#8c2e2e;
	text-decoration:underline;
}
.polGen2 A:Hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#8c2e2e;
	text-decoration:none;
}


.polGenPetit{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000000;
}

.polGenPetit A:Link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#8c2e2e;
	text-decoration:underline;
}
.polGenPetit A:Visited{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#8c2e2e;
	text-decoration:underline;
}
.polGenPetit A:Hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#8c2e2e;
	text-decoration:none;
}

.tableRouge{
	border-bottom-width: 5px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-top-color: #9B1916;
	border-right-color: #9B1916;
	border-bottom-color: #9B1916;
	border-left-color: #9B1916;
}

.tableBleu{
	border-style: solid;
	border-bottom-width: 0px;
	border-top-width: 5px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color:#3366CC;
}

.tableOrange{
	border-style: solid;
	border-bottom-width: 0px;
	border-top-width: 5px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color:#FB6400;
}
.tableVert{
	border-bottom-width: 5px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-top-color: #8CA23A;
	border-right-color: #8CA23A;
	border-bottom-color: #8CA23A;
	border-left-color: #8CA23A;
}
.caseVerte{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#ffffff;
}
/*******************************************************************/
/*                                           F O R M U L A I R E   */
/*******************************************************************/

.titreForm{
	color: #FFFFFF;
	font-weight: bold;
}
.fieldContact{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	padding: 1px;
}
.fieldQuestion{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	padding: 2px;
	height: 22px;
}
.fieldQuestionError{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#FFCACA;
	border-style:solid;
	border-width:1px;
	border-color:#990000;
	padding: 2px;
	height: 22px;
}
.btnFormulaire{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	padding-left:2px;
	background-color:#F2F4EC;
	width:200px;
}

/*******************************************************************/
/*                                               M E N U   B A S   */
/*******************************************************************/

.menuBas{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#9ca08c;
}

.menuBas A:Link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#9ca08c;
	text-decoration:none;
}
.menuBas A:Visited{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#9ca08c;
	text-decoration:none;
}
.menuBas A:Hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#c8ceb2;
	text-decoration:underline;
}

.menuBas2{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}

.menuBas2 A:Link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}
.menuBas2 A:Visited{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}
.menuBas2 A:Hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#c8ceb2;
	text-decoration:underline;
}

/*******************************************************************/
/*                                                       M E N U   */
/*******************************************************************/

.menu{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
}.menu A:Link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}.menu A:Visited{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}.menu A:Hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#9c958d;
	text-decoration:none;
}

.lienRouge{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#990000;
}.lienRouge A:Link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#990000;
	text-decoration:none;
}.lienRouge A:Visited{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#990000;
	text-decoration:none;
}.lienRouge A:Hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#990000;
	text-decoration:none;
}


#lien11EtapesG a:Link{
	background:url(/FR/images/boite/11etapes/flecheGauche.png) no-repeat 0px 2px;
	padding-left:20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#5b5b5b;
	text-decoration:none;
}
#lien11EtapesG a:Visited{
	background:url(/FR/images/boite/11etapes/flecheGauche.png) no-repeat 0px 2px;
	padding-left:20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#5b5b5b;
	text-decoration:none;
}
#lien11EtapesG a:Hover{
	background:url(/FR/images/boite/11etapes/flecheGauche.png) no-repeat 1px 2px;
	padding-left:20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#5b5b5b;
	text-decoration:underline;
}


#lien11Etapes a:Link{
	background:url(/FR/images/boite/11etapes/fleche.png) no-repeat 0px 2px;
	padding-left:20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#5b5b5b;
	text-decoration:none;
}
#lien11Etapes a:Visited{
	background:url(/FR/images/boite/11etapes/fleche.png) no-repeat 0px 2px;
	padding-left:20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#5b5b5b;
	text-decoration:none;
}
#lien11Etapes a:Hover{
	background:url(/FR/images/boite/11etapes/fleche.png) no-repeat 1px 2px;
	padding-left:20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#5b5b5b;
	text-decoration:underline;
}

.lien11EtapesDetails:Link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#5b5b5b;
	text-decoration:none;
}
.lien11EtapesDetails:Visited{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#5b5b5b;
	text-decoration:none;
}
.lien11EtapesDetails:Hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#5b5b5b;
	text-decoration:underline;
}

.lienNoir{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
}.lienNoir A:Link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-decoration:undeline;
}.lienNoir A:Visited{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-decoration:undeline;
}.lienNoir A:Hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}

#English{
	padding-left:9px;
	height:17px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../FR/images/menu_conseils.gif);
}
#Accueil{
	padding-left:9px;
	height:17px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image:url(../FR/images/menu_accueil.gif);
}
#Mission{
	padding-left:9px;
	height:17px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image:url(../FR/images/menu_mission.gif);
}
#Pourquoi{
	padding-left:9px;
	height:17px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image:url(../FR/images/menu_pourquoi.gif);
}
#Acheteur{
	padding-left:9px;
	height:17px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image:url(../FR/images/menu_acheteur.gif);
}
#Vendeur{
	padding-left:9px;
	height:17px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image:url(../FR/images/menu_vendeur.gif);
}
#Relocalisation{
	padding-left:9px;
	height:17px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image:url(../FR/images/menu_relocalisation.gif);
}
#Conseils{
	padding-left:9px;
	height:17px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../FR/images/menu_conseils.gif);
}
#Liens{
	padding-left:9px;
	height:17px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../FR/images/menu_liens.gif);
}
#Temoignages{
	padding-left:9px;
	height:17px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../FR/images/menu_temoignage.gif);
}
#Contact{
	padding-left:9px;
	height:17px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../FR/images/menu_contact.gif);
}.bgTopCarteAgent {
	background-image: url(../FR/images/agent_carteTop.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.bgBasCarteAgent {

	background-image: url(../FR/images/agent_carteBas2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.petiteFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.bgListeRegionBas {
	background-image: url(../FR/images/page_carte_droiteBas.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bgListeRegionTop {

	background-image: url(../FR/images/page_carte_droiteTop.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.listeEntrepreneur_Top1 {
	background-image: url(../FR/images/listeEntrepreneur_Top1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.listeEntrepreneur_Top2 {

	background-image: url(../FR/images/listeEntrepreneur_Top2.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.listeEntrepreneur_Top2BG {


	background-image: url(../FR/images/listeEntrepreneur_Top2BG.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.borderBasDash {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.borderBas1PxNoir {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.borderRougeContour {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: 911C1A;
	border-right-color: 911C1A;
	border-bottom-color: 911C1A;
	border-left-color: 911C1A;
}
.borderRougeContour2 {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: B80F0B;
	border-right-color: B80F0B;
	border-bottom-color: B80F0B;
	border-left-color: B80F0B;
}
.borderHautBasRouge {
	border: 2px outset #EAEAEA;
}
.bgTopCarteAgentBG {

	background-image: url(/FR/images/agent_carteTop_BG.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bgBasCarteAgentBG {


	background-image: url(/FR/images/agent_carteBas_BG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.bgBasCarteAgentBGBleu {


	background-image: url(/FR/images/BoiteAgentHyp/agent_carteBas_BG.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.btnQuestion_Normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #68AB03;
	font-size: 11px;
	border: 3px outset #CCCCCC;
}
.btnQuestion_Over {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	font-size: 11px;
	border: 3px inset #999999;
}
.borderGaucheBas_Rouge {
	border-top-color: #6E0800;
	border-right-color: #6E0800;
	border-bottom-color: #6E0800;
	border-left-color: #6E0800;
	border-right-width: 2px;
	border-right-style: inset;
}
.borderBas_Rouge {
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-top-color: #6E0800;
	border-right-color: #6E0800;
	border-bottom-color: #6E0800;
	border-left-color: #6E0800;
}
.borderBas_Bleu {
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-top-color: #0034aa;
	border-right-color: #0034aa;
	border-bottom-color: #0034aa;
	border-left-color: #0034aa;
}
.borderHautBas_Rouge {
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-top-color: #6E0800;
	border-right-color: #6E0800;
	border-bottom-color: #6E0800;
	border-left-color: #6E0800;
	border-top-width: 1px;
	border-top-style: solid;
}

.Punchmarketing{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	filter: DropShadow(Color=#6a6a6a, OffX=1, OffY=1, Positive=visible);
}
.borderGrisContour {
	border: 1px solid #bababa;
}

#MenuGauche {
	position:absolute;
	width:196px;
	top:-120px;
	left:0px;
}
#MenuGauche ul { margin:0px; padding:10px; }
#MenuGauche li { list-style:none; margin-right:15px; }
#MenuGauche a:Link { padding-left:15px; background:url(/FR/Images/puce_verte_lien.png) no-repeat left top; color:#000; font-size:12px; text-decoration:none; }
#MenuGauche a:Visited { padding-left:15px; background:url(/FR/Images/puce_verte_lien.png) no-repeat left top; color:#000; font-size:12px; text-decoration:none; }
#MenuGauche a:Hover { padding-left:15px; background:url(/FR/Images/puce_verte_lien.png) no-repeat left top; color:#9c958d; font-size:12px; text-decoration:underline; }

#MenuLienVert a:Link { padding-left:15px; background:url(/FR/Images/puce_verte_lien.png) no-repeat left top; color:#8ea94a; font-size:13px; text-decoration:none; font-weight:bold; }
#MenuLienVert a:Visited { padding-left:15px; background:url(/FR/Images/puce_verte_lien.png) no-repeat left top; color:#8ea94a; font-size:13px; text-decoration:none; font-weight:bold; }
#MenuLienVert a:Hover { padding-left:15px; background:url(/FR/Images/puce_verte_lien.png) no-repeat left top; color:#8ea94a; font-size:13px; text-decoration:underline; font-weight:bold; }

