@charset "UTF-8";
/* CSS Document */
html, body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#333333;
	color:#333333;
}
a, #menu a.noactif,#sous-menu a.noactif {
	/*color:#009966;*/
	color:#3399CC;
}
a:hover, #menu a.actif, #sous-menu a.actif{
	color:#CC3300;
}
img{
margin-right:35px;
}
h1{
	display:inline;
	font-size:40px;
	color:#CC3300;
}
h2{
display:inline;
color:#666666;
}
h2.mail{
display:block;
border-bottom:1px solid #666666;
}
h3{
color:#009900;
margin-bottom:0;
}
h4{
margin : 0; 
/*color:#009900;*/
color:#999999;
font-weight:normal;
}
h5{
 font-size:18px;
}
p{
	text-align:justify;
	padding: 0 0 0 10px;
}

.separator{
	font-weight:bold;
	color:#CC3300;
}

.note{
font-style:italic;
}

.underline{
display:inline;
text-decoration:underline;
}

#entete{
	width:800px;
	margin: 0 auto;
	height:144px;
	background:#FFFBDC url(images/entete.jpg) top center no-repeat;
}

#global{
	width:800px;
	margin: 0 auto;
	min-height:798px;
	background:#fffdef url(images/corps.jpg) bottom center no-repeat;
}

#menu{
	font-weight:bold;
	font-size:20px;
	padding:10px;
	text-align:center;
}
#sous-menu{
	margin : 5px 5px 5px 235px;
	
}
#sous-menu a{
	display:block;
}


#contenu{
	padding : 40px;
}
#footer{
color:#CCCCCC;
font-size:12px;
width:800px;
margin:5px auto;
text-align:center;
}
