/* CSS Document */

 /* --------------------------------- */
 /*       Styles communs              */
/* --------------------------------- */

body{

	
	background-color: #63848E;
        font-color:black;
        font-family: verdana, sans-serif;
        font-size: 12px;
	

}

#ensemble{

	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 1000px;
}


#banniere{

	
	width: 960px;
	height: 80px;
	background: url('http://www.icirecouvrement.com/images/banniere.gif') no-repeat;
	position: absolute;
	top: 55px;
	left: 0px;
	
}



#lunettes_droite{


	position: absolute;
	top: 12px;
	left: 505px;
	width: 122px;
	height: 57px;
	
	
}

#titre-banniere{


	
	position: absolute;
	top: 41px;
	left: 120px;
}

#titre-banniere a {

	text-decoration: none;
	color: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
}
#reseau{

	position: absolute;
	top: 10px;
	left: 510px;
}

#ColonneDroite{

	position: absolute;
	top: 135px;
	left: 835px;
	width: 125px;
	height: 850px;
	background-color:#FFFFFF;
	padding: 0 0 0 0;
	
	
	

}


#ColonneGauche{

	position: absolute;
	top: 132px;
	left:0;
	width: 150px;
	height: 850px;
	background-color:#FFFFFF;
	
	
	


}

#page{

	position: absolute;
	top: 135px;
	left: 140px;
	width: 680px;
	height: 800px;
	padding: 0 10px 0 5px;
	background-color:#FFFFFF;
	
}

#page2{

	position: absolute;
	top: 135px;
	left: 145px;
	width: 815px;
	height: 797px;
	padding: 0 5px 0 5px;
	background-color:#FFFFFF;

}

#page3{
	position : absolute;
	top: 55px;
	left: 0;
	width: 600px;
	height: 600px;
	padding: 0 5px 0 5px;
	background-color:#FFFFFF;
	

}


h1{
	font-size:20px;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 20px 0 20px 5px;
	color: #FFFFFF;
	border: 2px solid #671549;
	background-color:#63848E;
	width: 450px;
	height: 30px;
	clear: both;

}

h2{
	font-size:20px;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 20px 100px 20px 100px;
	color: #FFFFFF;
	border: 2px solid #671549;
	background-color:#63848E;
	width: 450px;
	height: 30px;
	

}

img{
	border: none;

}
 /* --------------------------------- */
 /*       Styles menus              */
/* --------------------------------- */	



#menu{

	width: 145px;
	height: 610px;
	padding: 40px 0 0 0;
	margin: 5px 0 0 0;
	background: url('../images/fond_menu.gif') no-repeat;
	

	
	
}

#menu a{

	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
	padding: 0 0 0 0;
	margin: 15px 5px 0 25px;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	width: 100px;
	font-variant: small-caps;

	

	
	



}

#menu a:hover{


	background: #172B5F;
	padding: 0 0 0 0;
	color: #F99310;
	
}


#sous-menu a{
	
	padding: 0 0 0 20px;
}

#sous-menu a:hover{

	background:#172B5F;
	padding: 0 0 0 20px;
}



 /* --------------------------------- */
 /*       Styles page accueil         */
/* --------------------------------- */	

#accueil{

	text-align: justify;
	font-size: 12px;
	width: 650px;
	margin: 10px 0 10px 0;

}

#recouvrement-amiable{

	width: 325px;
	height: 275px;
	float: left;
	background: url('http://www.icirecouvrement.com/images/recouvrement_A.gif');

	
}

#recouvrement-amiable a{
	
	text-decoration: none;
}

#recouvrement-amiable .titre{

	width: 300px;
	height: 25px;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #671549;
	text-align: center;
	margin: 15px 0 0 15px;
	padding: 5px 5px 5px 5px;

	
}

#recouvrement-amiable .texte{
	
	width: 310px;
	color: #2E4273;
	text-align: left;
	font-size: 12px;
	margin: 15px 0 0 15px;
	padding: 5px 0 5px 5px;
	

	
	
}

#recouvrement-judiciaire{

	width: 325px;
	height: 275px;
	background: url('http://www.icirecouvrement.com/images/recouvrement_J.gif');
	position: absolute; 
	top: 155px;
	left: 330px;
	
	

}

#recouvrement-judiciaire a{
	
	text-decoration: none;
}


#recouvrement-judiciaire .titre{

	width: 300px;
	height: 25px;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	text-align: center;
	margin: 17px 0 10px 20px;
	padding: 5px 5px 5px 5px;
	
}

#recouvrement-judiciaire .texte{
	
	width: 300px;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 0 15px;
	padding: 5px 5px 5px 5px;
	
	
}


#certification{

	width: 325px;
	height: 275px;
	background: url('http://www.icirecouvrement.com/images/certification.gif');
	margin: 10px 0 0 0 ;
	position: absolute;
	top:500px;
	left: 5px;
	
}

#certification a{
	
	text-decoration: none;
}

#certification .titre{

	width: 300px;
	height: 25px;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #671549;
	text-align: center;
	margin: 15px 0 0 15px;
	padding: 5px 5px 5px 5px;
	
}

#certification .texte{
	
	width: 300px;
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	margin: 15px 0 0 20px;
	padding: 5px 5px 5px 5px;

	
	
}

#certification .texte2{
	width: 250px;
	color:#FFFFFF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 0 40px;


}

#enchere{

	width: 325px;
	height: 275px;
	background: url('http://www.icirecouvrement.com/images/enchere.gif');
	margin: 10px 0 0 0 ;
	position: absolute;
	top:500px;
	left: 330px;
	
}

#enchere a{
	
	text-decoration: none;
}

#enchere .titre{

	width: 300px;
	height: 25px;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	text-align: center;
	margin: 15px 0 0 15px;
	padding: 5px 5px 5px 5px;
	
}

#enchere .texte{
	
	width: 290px;
	color: #FFFFFF;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	font-size: 15px;
	margin: 15px 0 0 20px;
	padding: 0 0 0 0;
	

	
	
}

#pub{
	position: absolute;
	top: 0;
	left: 3px;
	text-align: center;

}

#pub1{

	margin: 0 0 10px 100px;
	width: 468px;
	height: 15px;
	
}


#pub2{

	
	margin: 0 0 20px 0;
}



/* --------------------------------- */
 /*       Styles pages              */
/* --------------------------------- */	


#anim{

	position: absolute;
	top: 45px;
	left: 500px;
	margin: 0 0 0 0;
	width:163px;
	height: 40px;
	
}






/* --------------------------------- */
 /*       Styles footer              */
/* --------------------------------- */	


#footer{

	position: absolute;
	top: 850px;
	left: 0;
	width: 960px;
	height: 150px;
	text-align: center;
	padding: 50px 0 0 0;
	background-color:#FFFFFF;
	
}

#footer a{

	text-decoration: none;
}



/* --------------------------------- */
 /*       Styles page contact        */
/* --------------------------------- */	



#contact{
	width: 500px;
	text-align: center;
	margin: 0 0 10px 10px;
	clear: both
	
}

#contact table{
	width: 600px;
}

#contact tr{
	height: 20px;
	line-height: 20px;
}

#contact th{
	background-color: #63848E;
	color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	font-size: 12px;
	text-align: left;
}
	
#contact td{
	background-color: #FFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
}


/* --------------------------------- */
 /*       Styles page listecontact       */
/* --------------------------------- */	



#liste_contact td{


	background-color: #63848E;
	color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 10px;
	width: 100px;
	text-align: center;

}


#result_contact table{

	width: 800px;

}

#result_contact td{

	background-color: #FFFFFF;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 10px;
	width: 100px;
	text-align: center;

}

#result{
	width:800px;
	text-align: left;
}


/* --------------------------------- */
 /* Styles page version imprimable      */
/* --------------------------------- */	


#mise-en-page{

	width: 600px;
	margin: 50px 50px 0 30px;



}


#mise-en-page .titre{

	font-size: 15px;
	font-weight: bold;
	color:#63848E;
	float: left;

}


/* --------------------------------- */
 /* Styles liste page encheres    */
/* --------------------------------- */	




li{

	list-style-position: outside;
	list-style-image: url('http://www.icirecouvrement.com/images/fleches.gif');
	text-align: justify;


}







#ref a{

	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C6C4C4;


}

#ref a:hover {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C6C4C4;
}

#recherche{
	position: absolute;
	top: 55px;
	margin: 0 0 0 840px;
	padding: 0 0 0 0;
	border: 1px solid #497297;
	width: 120px;
	height: 50px;
	float: left;
	text-align: center;
font-size: 11px;
color: #FFFFFF;
	background-color: #CE0000;
}

#recherche .blocMenu{

	
	width: 120px;
	height: 50px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
