@charset "iso-8859-1";
/* STRUCTURE DE LA PAGE */
.page {
	width:970px;
	margin:0 auto;
	position:relative;
}
#banner{
	width : 100% ;
}
#container{
	width: 100%;
	overflow: hidden;
}
#leftbar{
	float : left ;
	width : 247px ;
	padding: 0 40px 0 0px ;
	min-height : 1px ; /* pour s'assurer que les paramètres soit pris en compte même si leftbar est vide */
}
	#leftbar div.box{
		padding: 0 20px 0 17px ;
		width : 210px ;
	}
#rightbar{
	float : left ;
	width : 0px ;
	padding: 0 0px 0 0px ;
	min-height : 1px ; /* pour s'assurer que les paramètres soit pris en compte même si rightbar est vide */
}
	#rightbar div.box{
		padding: 0 5px 0 5px ;
		width : -10px ;
	}
#contain{
	width : 667px ;
	float : left ;
	padding : 0px 8px 0px 8px ;
}
.contain{
	width : 683px ;
}

#footer{
	width : 100% ;
}
span.vignette{
	width : 90px ;
}
/* LIEN */
	div.lien .image_lien_url{
		width : 140px ;
		padding-right : 5px ;
		max-width : 95% ;
		overflow-x : hidden ;
	}
	
		div.lien div.lien_url div.contenu_lien_url{
			width : 522px ;
			max-width : 95% ;
		}
	.bloc_double{
		vertical-align : top ;
		text-align : left ;
		clear : both ;
	}
	.bloc_double > div{
		display : block ;
		float : left; 
		clear : right ;
		overflow-x : hidden ;
	}
		.bloc_double .bdl_2{width:50%;}
		.bloc_double .bdl_3{width:33%;}
		.bloc_double .bdl_4{width:25%;}
		
		
