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

html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	display: block;
	width:100%;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url(../images/fond-header.jpg);
}

img {
	border: 0px;
}

#conteneur {
	width: 834px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 834px;
	margin-top: 22px;
	padding-top: 233px;
}
 
 
 #contenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: justify;
	background-repeat: repeat;
	background-image: url(../images/stroke.jpg);
	margin-bottom: -15px;
	padding-bottom: 5px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3399FF;
	border-left-color: #3399FF;
	margin-top: -3px;
	padding-top: 5px;
 }
 #contenu p{
	margin-right: 10px;
	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: 15px;
 } 
 
.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:25px;
}

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


.sub a, .sub :visited {
	background-color: #00a9da;	
}
/* 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 */

#contenu a, #contenu a:visited{
	
	color: #0080FF;
	text-decoration: none;
}
 #contenu p a:hover,  #footer a:hover{

	text-decoration: underline;
}

#fb-comment{
	margin-left: 20px;	
	}
.vignette{
	float: left;
	margin-right: 10px;
}

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




h1{
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	color: #3399FF;
	margin-left: 10px; 
	}
h3 {
	padding-top: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #3399FF; 
}
h3 a{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	
}
h3 a:hover{
	text-decoration: none;	
}

h2{
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	color: #3399FF;
	margin-left: 10px; 
}
#footer{
	background-repeat: no-repeat;
	height: 55px;
	padding-top: 0px;
	font-size: 12px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	width: 834px;
	background-color: #3399FF;
}


#footer p{
	padding-top: 3px;
	padding-right: 15px;
	color: #FFF;
}
#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.partage {
	width: 800px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 20px;	
}
.twitter {
	float: left;
	margin-right: 20px;
	margin-top: 2px;
}
.facebook {
float: left;	

}
