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

#content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	background-color: #C6ECFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}
#content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
}
.vignette{
	float: left;
	margin-right: 10px;
}

.vignetted{
	float: right;
	margin-left: 10px;
}
/*menu */

/* remove the bullets, padding and margins from the lists */

.menu {
	display: block;
	width:100%;
	height:22px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 40px;
 } 
 
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:0px;
background-color: #54b2d8;

}

/* style all the links */
.menu a, .menu :visited {
	display:block;
	font-size:14px;
	width:99px;
	color:#FFFFFF;
	text-decoration:none;
	margin-right:1px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	height: 25px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	background-color: #54b2d8;
	
}


.sub a, .sub :visited {
	background-color: #54b2d8;
	
}
/* style the links hover */
.sub :hover{
	background-image: url(../images/hover2.png);
	background-repeat: repeat;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
.haut :hover{
	background-image: url(../images/hover.png);
	background-repeat: repeat;
	
}

/* fin du menu */


h3old {
	color: #0099FF;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h3 {
	/* optional styling, you can use whatever you wish */
	font-size:18px;
	color:#0079b6;
	font-weight:normal;
	letter-spacing:-.05em;
	/* now, this is important */
	position:relative;
	margin-top: 0.6em;
	margin-right: 0;
	margin-bottom: 0.6em;
	padding-left: 10px;
	}
	h3 span{
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-image: url(images/gradient_1.png);
	background-repeat: repeat-x;
	
}

* html h3 span{
	background-color:#fff;
	back\ground-color:transparent;
	background-image: url(none.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/gradient_1.png", sizingMethod="scale");
}

h4 {
	/* optional styling, you can use whatever you wish */
	font-size:16px;
	color:#000000;
	font-weight:bold;
	letter-spacing:-.05em;
	/* now, this is important */
	position:relative;
	margin-top: 0.6em;
	margin-right: 0;
	margin-bottom: 0.6em;
	padding-left: 10px;
	}
	h4 span{
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-image: url(images/gradient_2.png);
	background-repeat: repeat-x;
	
}

* html h4 span{
	background-color:#fff;
	back\ground-color:transparent;
	background-image: url(none.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/gradient_2.png", sizingMethod="scale");
}
	
#contenu a:link {
	color: #FF9900;
}
#contenu a:visited {
	color: #FF9900;
}

#footer{
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	width: 800px;
	display:block;
	margin-top: -15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer a:link, a:visited{
	color: #CC0000;
}
#footer p{
	margin-left: 10px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.partage {
	width: 800px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 20px;	
}
.twitter {
	float: left;
	margin-right: 20px;
	margin-top: 2px;
}
.facebook {
float: left;	

}
