/* CSS Document */

body{
	background-color:#bdb3b8;
	margin:0px;
}

p{
	margin-top:0px;
	margin-bottom:8px;
}



/*******************************************************************/
/*                                               G E N E R A L E   */
/*******************************************************************/
.tdTexte{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding:20px;
}
.tdTexte A:Link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8c2e2e;
	text-decoration:underline;
}
.tdTexte A:Visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8c2e2e;
	text-decoration:underline;
}
.tdTexte A:Hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8c2e2e;
	text-decoration:none;
}

.tdNormal{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.polPetite{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.polGen{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.polGen A:Link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2d4f87;
	text-decoration:underline;
}
.polGen A:Visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2d4f87;
	text-decoration:underline;
}
.polGen A:Hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2d4f87;
	text-decoration:none;
}

.polGenBlanc{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

.polGenBlanc A:Link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}
.polGenBlanc A:Visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}
.polGenBlanc A:Hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}


.polGen2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

.polGen2 A:Link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#8c2e2e;
	text-decoration:underline;
}
.polGen2 A:Visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#8c2e2e;
	text-decoration:underline;
}
.polGen2 A:Hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#8c2e2e;
	text-decoration:none;
}


.polGenPetit{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.polGenPetit A:Link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8c2e2e;
	text-decoration:underline;
}
.polGenPetit A:Visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8c2e2e;
	text-decoration:underline;
}
.polGenPetit A:Hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	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:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}
.caseBleu{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
}
/*******************************************************************/
/*                                           F O R M U L A I R E   */
/*******************************************************************/

.titreForm{
	color: #FFFFFF;
	font-weight: bold;
}
.fieldContact{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	padding-left:2px;
}

.btnFormulaire{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	padding-left:2px;
	background-color:#c5d2e9;
	width:200px;
}

/*******************************************************************/
/*                                               M E N U   B A S   */
/*******************************************************************/

.menuBas{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9ca08c;
}

.menuBas A:Link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9ca08c;
	text-decoration:none;
}
.menuBas A:Visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9ca08c;
	text-decoration:none;
}
.menuBas A:Hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#c8ceb2;
	text-decoration:underline;
}

/*******************************************************************/
/*                                                       M E N U   */
/*******************************************************************/

.menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}.menu A:Link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}.menu A:Visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}.menu A:Hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2853a1;
	text-decoration:none;
}

#Accueil{
	padding-left:9px;
	height:17px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image:url(../FR/images/m_accueil.gif);
}
#Mission{
	padding-left:9px;
	height:17px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image:url(../FR/images/m_mission.gif);
}
#Renovation{
	padding-left:9px;
	height:17px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image:url(../FR/images/m_renovation.gif);
}
#EntretienExt{
	padding-left:9px;
	height:17px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image:url(../FR/images/m_entretienExt.gif);
}
#Financement{
	padding-left:9px;
	height:17px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image:url(../FR/images/m_financement.gif);
}
#Garantie{
	padding-left:9px;
	height:17px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image:url(../FR/images/m_garantie.gif);
}
#Liens{
	padding-left:9px;
	height:17px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../FR/images/m_liens.gif);
}
#Contact{
	padding-left:9px;
	height:17px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../FR/images/m_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_droiteBas1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bgListeRegionTop {

	background-image: url(../FR/images/page_carte_droiteTop1.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.listeEntrepreneur_Top1 {
	background-image: url(../FR/images/listeEntr_Top1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.listeEntrepreneur_Top2 {

	background-image: url(../FR/images/listeEntr_Top2.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.listeEntrepreneur_Top2BG {


	background-image: url(../FR/images/listeEntr_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;
}

}.bgTopCarteAgent {
	background-image: url(../FR/images/entrepreneur_carteTop.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.bgBasCarteAgent {

	background-image: url(../FR/images/entrepreneur_carteBas2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.border1pxBlancBas {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.bgFlecheTop {
	background-image: url(../FR/images/bgFlecheTop.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.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/entrepreneur_carteTop_BG.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bgBasCarteAgentBG {


	background-image: url(../FR/images/entrepreneur_carteBas_BG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

