@charset "utf-8";
/* CSS Document */


body{
	font-size: 14px;
	font-family: Garamond, Georgia, "times New Roman";
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;

	}
	
body * {margin: 0px; padding: 0px;}

a, a:visited { 
	color: #999999;
	font-weight: bold;
	}
	
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #009999;
	}


#container{
	text-align: left;
	margin: 0px auto;
	width: 835px;
	height: auto;
	}
	
#wallpaper{
	background-image: url(images/backcontact.png);
	background-repeat: no-repeat;
	margin: 0px auto;
	width: 1126px;
	height: 343px;
}

	
#header{
	height: 343px;
	width: 828px;
	text-align: left;
	display:block;

}

#bordure{
	height: 100px;
	width: 806px;
	margin-left:auto;
	margin-right:auto;
	padding-left: -3px;
	border-top:solid 6px #382132;
}

.Logo{
	height: 250px;
	width: 250px;
	margin-left: 15px;
	margin-top:27px;
	display:block;
	float:left;
	position:relative;
}



#menu{
	float: left;
	margin-left: 20px;
	margin-top:50px;
	font-size: 16px;
	font-style: italic;
	color: #666666;
	padding: 4px 0px 4px 0px;
	}
	
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #009999;
	}
		
#menu ul {
	margin: 0px;
	padding: 4px;
	}
	
#menu ul li a {
	font-family: Garamond, Georgia, "times New Roman";
	font-weight: normal;
	font-size: 16px;
	color: #666666;
	margin: 0px 0px 0px 0px;
	text-decoration: none;

	}

#menu ul li a:hover {
	color: #666666;
	background-color: #EBEBEB;
	text-decoration: none;
	border-bottom: 4px solid #B2B2B2;
		}
		
		
#content{
	background-image: url(images/bginlay.png);
	background-repeat: repeat-y;
	display:block;
	width: 828px;
	height: auto;
	float:left;
	margin-top: -40px;
}


.pcontent{
	text-align: justify;
	width: 500px;
	text-indent: 40px;
	margin-left: 250px;
	padding-top: 10px;
}

.lettrine{
	float: left;
	font-size: 2em;
	font-weight: bold;
	font-family: Garamond, Georgia, "times New Roman";
	color: #666666;
	border: 1px solid #CCCCCC; /* définition d'une bordure autour de la lettrine*/
	background-color: #FFFFFF;
	margin: 1px;
	padding: 1px;
	line-height: 1em;
}


.right{
	text-align: justify;
	width: 500px;
	padding-left: 700px;
}

.line{
	height: 19px;
	width: 44px;
	margin-top:10px;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(images/line.png);
	float: none;
	display: block;
	text-align:center;
	margin-right: auto;

}


#footer{
	width: 828px;
	text-align: center;
	font-size: 10px;
	height: 84px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	clear:both;
	display:inherit;
}
