/* CSS Document */
body{
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin:0px;
	padding:0px;	
}

img.png {
	behavior: url(png.htc);
}

#header{
	background-image:url(img/fd_header_02.gif);
	background-repeat:repeat-x;
	height:96px;
	width:100%;
	top:0px;	
}

#logo_header{
	height:61px;
	width:100%;
	text-align:center;
	top:11px;
	position:absolute;
}

#texte_header{
	width:100%;
	text-align:center;
	color:#bdbbbb;
	font-size:12px;
	font-family:arial;
	font-weight:bold;
	letter-spacing:4px;
	top:78px;
	position:absolute;
}

#fondbandeau{
	background-image:url(img/fd_bandeau.gif);
	background-repeat:repeat-x;
	height:200px;
	width:100%;
	margin-top:10px;
}

#flash{	
	height:250px;
	width:780px;
	position:absolute;
	top:70px;
	left:50%;
	margin-left:-390px;
	z-index:100;
}

#site{
	width:636px;
	position:absolute;
	top:320px;
	left:50%;
	margin-left:-318px;
	
}

.separ_h_pointilles{
	width:100%;	
	background-image:url(img/pointilles.gif);
	background-repeat:repeat-x;
}
.separ_h_pointilles_gris{
	width:100%;	
	background-image:url(img/pointilles_gris.gif);
	background-repeat:repeat-x;
}
.separ_h_pointilles_noir{
	width:100%;	
	background-image:url(img/pointilles_noir.gif);
	background-repeat:repeat-x;
}
.separ_v_pointilles{
	background-image:url(img/pointilles_v.gif);
	background-repeat:repeat-y;
}
.separ_v_pointilles_gris{
	background-image:url(img/pointilles_v_gris.gif);
	background-repeat:repeat-y;
}
.separ_v_pointilles_gris_fonce{
	background-image:url(img/pointilles_v_gris_fonce.gif);
	background-repeat:repeat-y;
}

.txtGris01{
	color:#bdbbbb;
	font-size:12px;
	font-family:verdana;
	font-weight:bold;
	letter-spacing:-1px;
}

.txtOrange01{
	color:#f48e2a;
	font-size:20px;
	font-family:verdana;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:21px;
}

.txtOrange02{
	color:#f48e2a;
	font-size:12px;
	font-family:verdana;
	font-weight:bold;
	letter-spacing:-1px;	
}
.txtOrange03{
	color:#f48e2a;
	font-size:9px; 
	font-family:verdana;
	font-weight:bold;		
}


.lien{
	color:#f48e2a;
	text-decoration:underline;	
	font-weight:bold;	
}
.lien:hover{
	color:#f48e2a;
	text-decoration:none;	
	font-weight:bold;	
}

