/* CSS Document */
* {
padding:0;
margin:0;
}

body {
font: 12px Arial, Helvetica, sans-serif;
background: #fff url(img/bg.gif);
color:#666;
margin-bottom:20px;
}

a, a:visited {
text-decoration:none;
color:#000;
}

a:hover {
text-decoration:underline;
}

.liens a {
text-decoration:underline;
}

.liens a:hover {
text-decoration:none;
} 

h2 {
padding: 0.3em 0;
font-size:1.1em;
color: #00c;
}

h3 {
font-size:1em;
margin-bottom: 0.5em;
}

p {
margin-bottom: 0.5em;
}

#main {
width:984px;
margin:0 auto;
color:#666;
background: url(img/XXXXXXXXXXXXXmain-bg.gif) top center;
}

#header {
width:980px;
height:100px;
background: #fff url(img/rachat-credit.jpg) top center;
}

#header h1 {
position:absolute;
padding-left:10px;
top:0px;
font-size: 1.5em;
font-weight: bold;
color: #f00;
}

#header h2 {
position:absolute;
top:80px;
padding-left:695px;
font-size: 0.9em;
font-weight: bold;
color: #00c;
}

.adsense {
margin:15px 0;
text-align:center;
}


.annonces {
margin-top:0.9em;
margin-bottom:0.5em;
}

.blockleft {
float:left;
width:473px;
margin:0 6px 0 0;
padding:3px 6px;
text-align:justify;
}

.blockright {
position:relative;
float:right;
width:479px;
margin:0;
padding:3px 6px;
text-align:justify;
}

#footer-ad {
clear:both;
padding:0.6em 0;
text-align: center;
}

#footer {
padding:0.6em 0;
text-align: center;
border: 1px #ccc solid;
background-color:#fff;
}

.popup_left, .popup_right {
display:none;
z-index:1000;
position:absolute;
height:auto;
text-align: justify;
padding:3px 6px;
color:#000;
border:solid 2px #00c;
background: #fff url(img/bg.gif);
}

.popup_left {
width:366px;
top:200px;
}

.popup_right {
width:471px;
top:-2px;
left:-1px;
}

a.fermer {
color:#00c;
text-decoration:underline;
}

a:hover.fermer {
color:#f00;
text-decoration:none;
}

li{
margin-left:12px;
}

/*** utilities ***/

.bd1 {
border: 1px #090 solid;
}

.clear {
clear:both;
}

.clearl {
clear:left;
}


.alignleft{
margin:4px 8px 4px 0;
float:left;
}

.alignright{
margin:4px 0 4px 8px;
float:right;
}

.center {
text-align: center;
}

