@CHARSET "UTF-8";
BODY{
	background-color:#ebd9bc;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
a {
	color:#000000;
	text-decoration:underline;
}
img {
	border:0px;	
}
a:hover {
	color:#ff0000;
	text-decoration:none;
}
textarea {
	font-family:Arial;
	width:400px;
	height:120px;
}
.spacer {
	clear:both;
}
.elementMenu{
	float:left;
	width:103px;
	height:29px;
	background-image:url(images/boutonMenu.png);
	background-repeat:no-repeat;
	font-family:Times New Roman;
	font-style:italic;
	letter-spacing:2px;	
	margin-left:8px;
	text-align:center;
	padding-top:4px;
	font-weight:bold;
	font-size:14px;
}
#main {
	width:100%;
}
#bgTop {
	width:100%;
	height:104px;
	background-image:url(images/bgTop.png);
	background-repeat:repeat-x;
}
#top {
	width:920px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#logoBureau {
	position:absolute;
	margin-left:234px;
}
#logo {
	position:absolute;	
	margin-top:27px;
}

#menu{
	position:absolute;
	width:595px;
	margin-top:83px;
	margin-left:325px;
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;	
}
#content {
	position: relative;
	width:920px;
	min-height:400px;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/facade.png);	
	background-repeat:no-repeat;
	background-position:right top;
	text-align:left;
}
#subContent {
	width:500px;	
}
#footer{
	width:800px;
	height:53px;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
	text-align:center;
}
a.flash{
	left: -200px;
	position: absolute;
}