/* CSS Document */
.contenu{
	position:relative; 
	padding-bottom:30px;
}

/* lignes */
.ligne1{
clear:both;
width:770px;
height:240px;
padding-left:10px;
}

.ligne2, .ligne3{
clear:both;
width:770px;
height:270px;
}

.ligne3 div, .ligne2 div, .ligne1 div{
float:left;
height:240px;
overflow:hidden;
position:absolute;
width:140px;
}

/* premiere ligne */
.ligne1 .look1{
margin-left:216px;
margin-top:0px;
}

.ligne1 .look2{
margin-left:386px;
margin-top:20px;
}

.ligne1 .look3{
margin-left:576px;
margin-top:10px;
}

/* deuxieme ligne */
.ligne2 .look1{
margin-left:30px;
margin-top:0px;
}

.ligne2 .look2{
margin-left:200px;
margin-top:30px;
}

.ligne2 .look3{
margin-left:370px;
margin-top:50px;
}

.ligne2 .look4{
margin-left:560px;
margin-top:40px;
}

/* troisieme ligne */
.ligne3 .look1{
margin-left:30px;
margin-top:0px;
}

.ligne3 .look2{
margin-left:216px;
margin-top:30px;
}

.ligne3 .look3{
margin-left:386px;
margin-top:50px;
}

.ligne3 .look4{
margin-left:576px;
margin-top:40px;
}
/* END lignes */

/* cadre noir */
#cadre_pagination{
	position:absolute;
	float:left;
	width:185px;
	height:122px;
	margin-top:10px;
	margin-left:10px;
	background-repeat:no-repeat;
	background-color:#000000;
}

#cadre_pagination a, #cadre_pagination a:hover{
background-image:url('/images/defiles/fleche_retour.gif');
background-repeat:no-repeat;
background-position:0px 1px;
color:#ffffff;
float:right;
font-size:11px;
padding-left:30px;
margin-top:100px;
padding-right:10px;
text-decoration:none;
}

/* END cadre noir */

#pied_page{
float:left;
margin-left:0px;
clear:none;
height:100px;
-height:133px;
}

.clear{
clear:both;
height:1px;
overflow:hidden;
}
