@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
img{
	border:0;
	}

h1{
	padding-bottom:2px;
	margin-bottom:2px;
	}	

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-bottom:2px;
	padding-top:0;
	margin-top:0;
	}	
	
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin-top:5px;
	}
	
.size10{
	font-size:10px;
	}
	
li{
	line-height:20px;
	text-transform:uppercase;
	}
	
.bleu{
	text-transform:uppercase;
	color:#214099
	}

.col_gauche{
	background-color:#5bac27;
	padding-bottom:15px;
	}
	
.contour{
	border:solid 3px #4aaa42;
	padding: 0 10px;
	}
	
	
	div#partners-slideshow {
		position:relative;
	}
	
	div#partners-slideshow a {
		position:absolute;
		top:-80px;
		left:0;
		z-index:10;
		/*display:none;*/
		margin:0;
		padding:0;
	}
	
	div#partners-slideshow a.active {
		z-index:12;
	}
	
	div#partners-slideshow a.last-active {
		z-index:11;
	}

.error{
		margin-top:0;
		font-family:arial;
		font-size:11px;
		color:#ff0000;		
	}
	
	
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
