

html, body
{
font: 100% "Arial", sans-serif;
	height:100%;
	margin:0;
	padding:0 ;
	text-align: center ;
	color:#FFFFFF;
	background-color:#D78C30;
	z-index: 1;
}
div#header
{
position:relative;
height:188px;
text-align: center ;
background:url(img/header.jpg) no-repeat 10px 10px;
}
dl, dt, dd, ul, li {

margin: 0;
padding: 0;
list-style-type: none;
}
#barre {
position:absolute;
top:188px;
left:10px;
margin:0 auto;
z-index:60;
height:20px;
width: 940px;
background-color:#FF9900;
filter:alpha(opacity=60);
-moz-opacity:0.6;
-khtml-opacity: 0.6;
opacity: 0.6;
}

div#global
{
width: 980px ;
	min-height: 100%;
	margin: 0 auto ;
	padding:0;
	text-align: center ;	
	background-color:#FFFFFF;
	position: relative;
	z-index:5;
	
}

div#center
{
color:#000000;
position:relative;
background:url(img/centre.jpg) no-repeat 10px 0px;
padding-top:60px;
padding-left:75px;
padding-right:70px;
padding-bottom:30px;
height:100%;
min-height:350px;
position: relative;
overflow:auto;
z-index:1;

}


.titre-b {
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	MARGIN: 0px;
	COLOR: #000000;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.sous-titre-b {
	FONT-SIZE: 14px;
	MARGIN: 0px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
}

.texte {
	FONT-SIZE: 12px; MARGIN: 0px; COLOR: #000000; FONT-FAMILY: Verdana
}

.bordure-imgage1 {
	border-style:solid;
	border-width: 1px;
	
	
}



div#footer
{
width: 960px;
height:20px;
margin-left:10px;
background-color:#035062;
line-height:20px;
position: center;
bottom: 5px;
text-align:center;
font-size:10px;
z-index:5;
}
div#footer a
{
text-decoration:none;
font-size:10px;
color:#FFFFFF;}



