@charset "utf-8";
/* CSS Document */

body {
	background:url(../img/bg_body.jpg) top center no-repeat;
	font-family: 'Ropa Sans', sans-serif;
	color:#464646;
	}
	
.new_global {
	margin:-8px auto;
	width:960px;
	}
	
.new_global_contener {
	position:relative;
	float:left;
	width:960px;
    box-shadow: 0px -6px 7px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px -6px 7px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px -6px 7px 0px rgba(0, 0, 0, 0.3);
	z-index:1;
	background:#fff;
	}
	
.new_header_categories_provisoir {
	position:relative;
	float:left;
	width:960px;
	height:197px;
	background:url(../img/visuel_header_categories_provisoire.jpg) top left no-repeat;
	}
	
.new_fil_ariane {
	position:relative;
	float:left;
	width:960px;
	font-size:15px;
	padding:20px;
	}
	
h1 {
	font-size: 24px;
	font-variant: small-caps;
	font-weight:normal;
	color:#af0000;
	margin:0px;
	}
	
p {
	font-size: 16px;
	}
	
a {
	color:#fff;
	text-decoration:none;
	}
	
.fond_noir_popin {
	/*position:fixed;*/
	width:100%;
	/*height:0px;*/
	background-color:#d3d3d3;
	left:0;
	right:0;
	}
	
.fond_noir_popin_ouvert {
	position:fixed;
	width:100%;
	background-color:#000;
	height:100%;
	z-index:100;
	opacity:0.5;
	left:0;
	right:0;
	top:0;
	}
