html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size: 12px;
	color: #000000;
	behavior: url(csshover.htc);
}

#page {
	min-height: 100%;
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

/* ==============================================*/
/* =========Div présent dans la bannière============*/
#header{
	width: 1024px;
	height: 126px;
}

#bannierePrincipale{
	float: left;
	width: 748px;
	height: 126px;
}

#identification{
	float: right;
	background: url(images/banniere_identification.jpg) top right no-repeat;
	width: 276px;
	height: 126px;
}

#identification form{
	margin-top: 60px;
	margin-left: 90px;
}

#identification .submitIdentification{
	padding: 0px;
}
/* ==============================================*/
/* =========Div mise en place de la page============*/
#separationInterligneMenu{
	margin-top: -8px;
}

#centre{
	width: 100%;
	overflow:hidden;
	/*un padding bottom pour créer un espace entre le contenu et le footer*/
	padding-bottom: 20px;
	z-index : 1;
}

#contenu {
	float: left;
	width: 780px;
	/*padding left pour aligner le contenu par rapport au menu*/
	padding-left: 10px;
	/*largeur total du div : 790px*/
}

#placementCadre{
	text-align: right;
	padding-right: 40px;
	margin-top: 20px;
}

#cadreContenu{
	text-align: left;
	padding-left: 176px;
	padding-right: 20px;
	background: url(images/cadre_gris_fond.jpg) top right repeat-y;
}

#colonneDroite {
	/*align right présent dans include-colonne-droite.php
	width: 260px;*/
	width: 210px;
	margin-left: 790px;
}

#menuGauche{
	position: absolute;
	background: url(images/menu_gauche_fond_1.png) top left no-repeat;
	width: 166px;
	height: 223px;
}

#menuGaucheBis{
	position: absolute;
	background: url(images/menu_gauche_fond_1_bis.png) top left no-repeat;
	width: 166px;
	height: 250px;
}

#separationMenuGauche{
	text-align: left;
	padding-left: 6px;
}

#cachet{
	position: absolute;
	margin-top: 250px;
	left: 30px;
}

#marginLeftSousMenuGauche{
	margin-top: -6px;
	margin-left: 14px;
}

#menuGauche #titre{
	font-size: 19px;
	color: #ffffff;
	font-weight: normal;
}

#menuGaucheBis #titre{
	font-size: 19px;
	color: #ffffff;
	font-weight: normal;
}

#menuGauche_recogest{
	position: absolute;
	background: url(images/menu_gauche_fond_2.png) top left no-repeat;
	width: 166px;
	height: 223px;
}

#menuGauche_garanties{
	position: absolute;
	background: url(images/menu_gauche_fond_4.png) top left no-repeat;
	width: 166px;
	height: 223px;
}

#menuGauche_metier{
	position: absolute;
	background: url(images/menu_gauche_fond_5.png) top left no-repeat;
	width: 166px;
	height: 223px;
}

#menuGauche_contact{
	position: absolute;
	background: url(images/menu_gauche_fond_6.png) top left no-repeat;
	width: 166px;
	height: 223px;
}

#footer {
	position: relative;
	width: 100%;
	bottom: 0;
	/*padding left pour aligne1r le contenu par rapport au menu*/
	padding-left: 10px;
}

#continuerFond{
	width: 100%;
	overflow:hidden;
}

#filAriane{
	width: 100%;
	height: 30px;
	font-size: 10px;
}

#animationLogo{
	margin-left:-11px;
	margin-top:36px;
}

#lexiqueTexteBas{
	text-align: left;
	width: 940px;
	color: #999999;
}
/* ==============================================*/
/* =========Divs colonne droite============*/
#recupererImpaye{
	text-align: left;
	width: 184px;
	height: 249px;
	background: url(images/fond_recuperer_impaye.jpg) top left no-repeat;
	padding-bottom:10px;
}

#recupererImpaye p{
	padding-top: 86px;
	padding-left: 9px;
}

#pourquoiChoisirRecogeste{
	text-align: left;
	width: 184px;
	height: 69px;
	/*background: url(images/point_interrogation_fond_gris.jpg) top right no-repeat;*/
	padding-bottom: 14px;
}

#pourquoiChoisirRecogesteLien{
	text-align: left;
	position: absolute;
	width: 184px;
	height: 69px;
}

#pourquoiChoisirRecogeste p{
	padding-top: 24px;
	padding-left: 16px;
}

#temoignageClient{
	text-align: left;
	width: 181px;
	height: 106px;
	background: url(images/fond_temoignage_client.jpg) top left no-repeat;
}

#temoignageClient #titre{
	padding-left: 22px;
	padding-top: 5px;
}

#temoignageClient #texte{
	padding-left: 8px;
	padding-right: 4px;
	padding-top: 14px;
}

#idFormulaire{
	background: #efefef;
	padding: 10px;
	margin-right: 8px;
}
/* ==============================================*/
/* =========Divs footer============*/
#footer #ligne1{
	width: 100%;
	height:30px;
}

#footer #ligne1 .colonne1{
	float: left;
	padding-top: 2px;
}

#footer #ligne1 .colonne1 img{
	padding-left: 24px;
	padding-right: 24px;
}

#footer #ligne1 .colonne{
	float: left;
	padding-bottom: 10px;
}

#footer #ligne2{
	margin-top: 10px;
	width: 935px;
	text-align: right;
}

#footer #ligne3{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* ==============================================*/
/* =========Gestion des liens============*/
a:link, a:visited{
	color: #3399FF;
	text-decoration: none;
	font-weight: normal;
}

a:hover{
	color: #3399FF;
	text-decoration: underline;
	font-weight: normal;
}

a.lienLexiqueFooter:link, a.lienLexiqueFooter:visited{
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

a.lienLexiqueFooter:hover{
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}

a.lienFilAriane:link, a.lienFilAriane:hover, a.lienFilAriane:visited{
	font-size: 10px;
	color: #969696;
	text-decoration: none;
	font-weight: normal;
}
/* ==============================================*/
/* =========Gestion des tailles des polices============*/
h1{
	margin: 0;
	padding: 10px 0px 0px 0px;
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size: 23px;
	/*color: #66CCFF;*/
	color: #097cbd;
}

h2{
	margin: 0;
	padding: 10px 0px 0px 0px;
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size: 16px;
	color: #FF6600;
	font-style: italic;
}

.size9{
	font-size: 9px;
}

.size10{
	font-size: 10px;
}

.size11{
	font-size: 11px;
}

.size12{
	font-size: 12px;
}

.size14{
	font-size: 14px;
}

.size15{
	font-size: 16px;
}

.size16{
	font-size: 16px;
}

.size17{
	font-size: 17px;
}

.size18{
	font-size: 18px;
}

.size19{
	font-size: 19px;
}

.size20{
	font-size: 20px;
}
/* ==============================================*/
/* =========Gestion des style des polices (gras, souligné, couleur)============*/
.gras{
	font-weight: bold;
}

.weightNormal{
	font-weight: normal;
}

.souligne{
	text-decoration: underline;
}

.italic{
	font-style: italic;
}

.blanc{
	color: #ffffff;
}

.bleu{
	color: #3399FF;
}

.bleuFonce{
	color: #306A9C;
}

/*Bleu du titre du menu gauche*/
.bleuNoir{
	color: #000033;
}

.gris{
	color: #CBCBCB;
}

.grisFonce{
	color: #999999;
}

.grisNoir{
	color: #3a3a3a;
}

.grisFilAriane{
	color: #969696;
}

.orange{
	color: #FF6600;
}

.rouge{
	color: red;
}

.vert{
	color: green;
}

.noir{
	color: black;
}
/* ==============================================*/
/* =========Gestion du menu déroulant principal============*/
#navigation{
	width: 1024px;
	height: 56px;
	padding-left:10px;
	z-index: 2;
}
#menuDeroulant {
	width: 1024px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 126px;
	left: 10px;
}

#menuDeroulant li{
	float: left;
	width: 165px;
	margin: 0;
	padding: 0;
	border: 0;
}

#menuDeroulant .blabla{
	background : url(images/vide.gif) top left repeat;
	display: none;
	list-style-type: none;
	position: absolute;
	margin: -5px 0px 0px 2px;
	padding: 0;
	border: 0;
}

#menuDeroulant li a:link, #menuDeroulant li a:visited{
	display: block;
	line-height: 20px;
}

#menuDeroulant .blabla .niveau2 .premierLi{
	padding-top: 10px;
}

/* style des liens dans le sous menu*/
#menuDeroulant .blabla li a:link, #menuDeroulant .blabla li a:visited{
	display: block;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	color: #003366;
	text-decoration: none;
}

/* style des liens dans le sous menu*/
#menuDeroulant .blabla li a:hover{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	color: #FF6600;
	text-decoration: none;
}

#menuDeroulant .blabla li{
	float: none;
	margin: 0;
	padding: 0px 0px 0px 16px;
	border: 0;
	width: 160px;
}

#menuDeroulant .blabla{
	display: none;
	list-style-type: none;
	position: absolute;
	margin: -5px 0px 0px 2px;
	padding: 0;
	border: 0;
}

#menuDeroulant .niveau2{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(images/menu_deroulant_fond.jpg) top left repeat-y;
}

div#navigation ul.niveau1 li.sousmenu:hover .blabla {
	display:block;
}

/* ==============================================*/
/* =========Gestion du menu gauche============*/
#listeMenuGauche{
	list-style-type: none;
	text-align: left;
	margin-left: 10px;
	padding-left: 0px;
	line-height: 19px;
}

a.lienMenuGauche:link, a.lienMenuGauche:visited {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

a.lienMenuGauche:hover{
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FF6600;
}

a.lienMenuGaucheOver:link, a.lienMenuGaucheOver:hover, a.lienMenuGaucheOver:visited {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FF6600;
}
/* ==============================================*/
/* =========Gestion de la page index============*/
#largeurContenuHp{
	width: 705px;
}
/* ==============================================*/
/* =========Gestion de la page expert en recouvrement============*/
#centre #contenu #menuGauche #titre{
	margin-top: 7px;
	text-align: center;
}

#centre #contenu #menuGaucheBis #titre{
	margin-top: 7px;
	text-align: center;
}
/* ==============================================*/
/* =========Gestion de la page reference============*/
.imageTemoignage{
	margin-right: 30px;
	margin-left: 30px;
}

.widthReferenceTexte350{
	width: 350px;
}

.widthReferenceTexte90{
	width: 95%;
}
/* ==============================================*/
/* =========Gestion des divers============*/
.listeStyleTypeNone{
	list-style-type: none;
}

.listeStyleTypeSquare{
	list-style-type: square;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.alignCenter{
	text-align: center;
}

.underligneNone{
	text-decoration: none;
}

.alignJustify{
	text-align: justify;
}

.formHr{
	text-align: center;
	border: 1px solid grey;
	width: 90%;
}

label {
	display:block;
	width:150px;
	float:left;
}

.designInput{
	margin-bottom: 14px;
}

.formulaireInvalideMessage{
	margin-top: 0px;
	padding-top: 0px;
	display: block;
	margin-left: 150px;
	height: 14px;
}

.inputBorderOrange{
	border: 1px solid #FF6600;
}

.inputBorderGris{
	border: 1px solid #CBCBCB;
}

.submitTransmettreDossier{
	width: 170px;
}
