@charset "utf-8";
/* CSS Document */


body {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	font-family:Garamond, Georgia, "times New Roman";
	font-size: 14px;
	}
body * {margin: 0px; padding: 0px;}

a, a:visited { 
	color: #999999;
	font-weight: bold;
	}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #009999;
	}


#wallpaper{
	background-image: url(images/backdisco.png);
	background-repeat: no-repeat;
	margin: 0px auto;
	width: 1125px;
	height: 326px;
}


#container {
	text-align: left;
	margin: 0px auto;
	width: 835px;
	height: auto;
}

#header{
	height: 326px;
	width: 828px;
	text-align: left;
	display:block;
}

	
#bordure{
	height: 150px;
	width: 806px;
	margin-left:auto;
	margin-right:auto;
	border-top:solid 6px #382132;
	padding-left: -3px;
	margin-top: 0px;
}

.Logo{
	height: 250px;
	width: 250px;
	margin-left: 15px;
	margin-top:27px;
	display:block;
	float:left;
}

#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;
		}

.cartouche {
	border: solid #999999 1px;
	width: 420px;
	height: 105px;
	padding-top:20px;
	margin-right: 60px;
	margin-top: 25px;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	display:block;
	float: right;

}

#content{
	text-align: right;
	display:block;
	float:left;
	width: 828px;
	height: auto;
	background-image: url(/images/bginlay.png);
	margin-top: -5px;
}


#content h1{
	text-align: left;
	background-image: url(images/linedouble.png);
	background-repeat: repeat-x;
	height: 51px;
	width: 520px;
	padding-top: 9px;
	float: right;
	margin-right: 40px;
	font-style: italic;
	font-weight: normal;
	padding-left: 10px;
	font-size: 20px;
}

.pcontent{
	text-align: left;
	width: 490px;
	float: right;
	padding-right: 75px;
}

.line{
	height: 19px;
	width: 44px;
	margin-top:20px;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(images/line.png);
	float: none;
	display: block;
	text-align:center;
	margin-right: auto;

}


.img{
	float: left;
	margin-left: 40px;
	margin-top: 40px;
	border: solid #666666 1px;
	background-image: url(images/gloss.png);
	background-repeat: no-repeat;
	height: 155px;
	width: 155px;
	display: block;
}



#footer{
	width: 851px;
	text-align: center;
	font-size: 10px;
	height: 93px;
	clear: both;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	display:inherit;
}
