@charset "utf-8";
/* CSS Document */ 
body{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background:#FFFFFF url(/templates/mes-prets-en-ligne/pics//bg_site.gif) repeat scroll 0 0;
	
}


#barre_ref{
	margin : 0;
	padding : 0;
	background: #ebe8d5;
	border-bottom: 1px solid gray;
	color : #000;
	width:100%;
	height:14px;
	font-size:10px;
	font-family:arial;
	text-align:center;
}

div#container{
width: 800px;
margin-left: auto;
margin-right: auto;
border-left: 1px solid gray;
border-right: 1px solid gray;
border-bottom: 1px solid gray;
border-top: 1px solid gray;
background-color: #FFFFFF;

}


div#header_catch{
height: 100px;
width: 100%;
background: url('/templates/mes-prets-en-ligne/pics/catchmail/dossiers/header.jpg');
}

div#blocHautGauche{
	float:left;
	width:240px;
	margin-top:20px;
}
.legende{
	color:#B90E3B;
	text-align:center;
	font-size:12px;
}
div#blocHautdroite{
	float:left;
	width:540px;
	font-size:14px;
}
.img1{
	float:right;
	margin:7px;
}
.img2{
	margin:7px 7px 7px 50px;
}
h1{
	color:#B90E3B;
	font-size:24px;
}
div#blocHautdroite p{
	font-size:12px;
	text-align:justify;
}

div#basGauche{
	float:left;
	width:380px;
	margin: 0 0 0 10px;
}
div#basGaucheHaut{
	background:url('/templates/mes-prets-en-ligne/pics/catchmail/dossiers/temoignage.jpg');
	width:327px;
	height:103px;
	padding: 50px 10px 20px 20px;
	font-size:10px;
}
div#basGaucheBas{
}
.listeDiv{
	float:left;
	width:190px;
}
.listeDiv li{
	font-size:11px;
	color:#FF8102;
	list-style-type: square;
	font-weight:bold;
}
.listeDiv a, a:visited{
	font-size:11px;
	color:#FF8102;
	font-weight:bold;
}
div#basDroite{
	float:left;
	width:380px;
}
div#basDroiteHaut{
	background-color:marine;
}
div#basDroiteBas{
}
div#basDroiteBas a{
	float:left;
	width:232px;
	height:64px;
	margin:20px 0 20px 70px;
	background: url('/templates/mes-prets-en-ligne/pics/catchmail/dossiers/submit.jpg') no-repeat;
}
div#basDroiteBas a:hover{
	background-position: 0 -64px;;
}

input#catchmail_submit{
background-color: transparent;
background-image: url("../../../templates/les-conseils-du-credit/pics/catchmail/submit2.gif");
background-position:0 0;
width: 300px;
height: 72px;
border: 0;
cursor: pointer;
margin-top: -30px;
font-size: 13px;
font-weight:bold;
color: #393c3e;
padding-right: 30px;

}

input#catchmail_submit:hover{
background-position:0 73px;
}

.clearer{
	clear: both;
}

