/* CSS Document */
body{
	background-image: url(imgs/body.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	margin: auto;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;	
}
img {
	vertical-align:middle; 
	border:none;
} 

/* begin header */
#header{
	background-image: url(imgs/header.jpg);
	width: 912px;
	height: 438px;
	background-position: top;
	background-repeat: no-repeat;
	margin: auto;
}
/* end header */
/* begin menu */
#menu{
	margin-left: 470px;
	padding-top: 60px;
	width: 350px;
	line-height: 25px;
	list-style: none;
}
#navigateur{
	list-style: none;
	color: #686767;	
	margin-left: 0;
	padding-left: 0;
}
.active:hover li {
	display: block; 
 }
.active li {
	display: none; 
 }
#menu a{
	color: #686767;
	width: 350px;
	display: block;
	text-decoration: none;
	border-bottom: dotted 1px #686767;
}
#menu a:hover{
	color: #009bde;
}
#menu a:active {
	color:#FFFFFF;
}
#navigateur li a{
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 20px;
}
#navigateur li a:hover{
	background-image: url(imgs/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 20px;
}
/* end menu */


/* begin mainwrapper */

#mainwrapper
{
	background-image: url(imgs/body.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	display: block;
	margin-left: auto;
	margin-right: auto;	
	padding-top: 20px;
	font-size: 0.8em;
	width: 912px;	
}
/* end mainwrapper */


/* begin sidebar  */

#sidebar{
	float: left;
	margin-left: 50px;
	color: #686767;
}
h3{
	color: #8200fb;
	font-size: 1.2em;	
	line-height: 1em;
	border-bottom: dotted 1px #686767;
	margin-bottom: -10px;
}
h4{
	color: #78a500;
	font-size: 1.1em;
	line-height: 1em;
	margin-bottom: -10px;
}
.sidebar1 p{
	margin-left: 15px;
}
.sidebar1 a{
	color: #686767;
	text-decoration: none;
}
.sidebar1 a:hover{
	color: #8200fb;
	font-style: italic;
}
.sidebar2 p{
	font-size: 1em;
	margin-left: 15px;
}
.sidebar2 a{
	color: #009bde;
	text-decoration: none;
}
.sidebar2 a:hover{
	font-style: italic;
}
.sidebar3 p{
	margin-left: 15px;
}
.sidebar3 a{
	color: #686767;
	text-decoration: none;
}
.sidebar3 a:hover{
	color: #8200fb;
	font-style: italic;
}
.sidebar4 p{
	font-size: 1em;
	margin-left: 15px;
}
.sidebar4 a{
	color: #009bde;
	text-decoration: none;
}
.sidebar4 a:hover{
	font-style: italic;
}
/* end sidebar */


/* begin conteneur  */

#conteneur{
	width: 520px;
	text-align:justify;
	margin-right: 15px;
	float: right;
}
#conteneur a{
	color: #009bde;
	text-decoration: none;
	text-align: center;
}
#contenu p{
	margin-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	line-height: 1.2em;
}
#contenu h2 a{
	color: #78a500;	
	margin-top: 10px;
}	
#contenu  ul li{
	margin-bottom: -20px;
}
.propriete{
	color:#8200fb;
}
.alignleft {
   float: left;
   margin-right: 10px;
   margin-bottom: 10px;
}
.alignright{
   float: right;
   margin-left: 10px;
   margin-bottom: 10px;
}
.creat{
	color:#f29400;
}
.imprim{
	color:#e2001a;	
}
.expose{
	color: #78a500;	
}
h1{
	color: #8200fb;
	font-size: 1.3em;
	padding-left: 05px;
	border-bottom: dotted 1px #686767;
	}
h2{
	font-size: 1em;
	margin-left: 20px;
	border-bottom: dotted 0.2px #686868;
	margin-top: 20px;
}
/* end conteneur */


/* begin footer  */
#footer{
	background-image: url(imgs/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 912px;
	height: 33px;
	text-align: center;
	font-size: 0.6em;
	color: #009bde;
	clear:both;
	margin:auto;
	padding-top: 20px;

}
#footer p{
	margin-left: 20px;
	font-style: italic;
}
#footer a{
	color:#009dbe;
	text-decoration: none;
}
#footer a:hover{
	color:#f73c03;
	text-decoration: underline;
}
/* end footer */
	
	
	