<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clear{
    clear: both;
    height: 1px;
    float: none !important;
    margin: 0;
    padding: 0;
}
ul, li, h1, h2{
    padding: 0;
    margin: 0;
}

body{
    background: #fff;
    color: #000;
    font-family: arial;
    font-size:14px;
}
.wrapper{
    max-width: 800px;
    margin: 0 auto;
}


/* partage fb - tweeter */
.socialToolbar{
	list-style: none;
	overflow:hidden;
	float:right;
}
.socialToolbar li{
	float: left;
	margin-left: 10px;
}
.socialToolbar li a{
	display: block;
	height: 21px;
	overflow: hidden;
	text-indent: -1000px;
	width: 21px;
	
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.socialToolbar .tool_facebook a{
	background: url(/images/fb.png) no-repeat 0 0;
}
.socialToolbar .tool_facebook a:hover{
	background-position: 0 -21px;
}
.socialToolbar .tool_twitter a{
	background: url(/images/twitter.png) no-repeat 0 0;
}
.socialToolbar .tool_twitter a:hover{
	background-position: 0 -21px;
}






#blocRecherche ul{
    overflow: hidden;
    list-style: none;
}
#blocRecherche ul li{
    float: left;
    margin-right: 10px;
}
#navigation{
    display: none;
}

#infoPagination{
    position: fixed;
    bottom: 0;
    right: 0;
}</pre></body></html>