body {
	text-align: center;
	min-width: 600px;
	background: #000000;
}

div#wrapper {
		margin: 0 auto;
		margin-top: 40px;
		border: 1px solid #ffffff;
		width: 900px;
		background: #998c84;
		background: #998c84 url('images/fond6.gif');

		background-repeat: no-repeat;
		
}

html>body div#wrapper {
		height: 100%;
		min-height: 500px;
}

div#logo {
                margin: 0 auto;
		margin-top: -450px;
		margin-left: 50px;
		background-repeat: no-repeat;
                width: 50px;
                height: 60px;
}
html>body div#logo {
		height: 100%;
		min-height: 60px;
}

div#contenu a {
		color: #000000;
		font-weight: bold;
		text-decoration: none;
}

div#contenu a:hover {
	text-decoration: none;
	color: Blue;
}


h1 {
		color: #000000;
		font-weight: bold;
		font-size: 24px;
}

div#contenu {
                margin: 0 auto;
		margin-top: 90px;
		margin-left: 300px;
                width: 580px;
                height: 380px;
                
                text-align: left;

		border: 1px solid #ffffff;
		background: url('images/mask2.gif');

		font-family: trebuchet ms,arial,verdana;
		font-size: 11pt;
		font-weight: bold;

}
html>body div#contenu {
		min-height: 380px;
}

div#menu {
                margin: 0 auto;
		margin-top: 0px;
		margin-left: 50px;
                width: 200px;
                height: 110px;
}

div#menu A {
	display: block;
	width: 125px;
	position: relative;
	float: top;
	border: 1px solid #ffffff;
	height: 20px;
	background: url('images/mask2.gif');
	background-position: center right;
	background-repeat: no-repeat;
	font-family: trebuchet ms,arial,verdana;
	text-align: right;
	font-size: 14px;
	text-decoration: none;
	padding-right: 10px;
	padding-top: 3px;
	font-weight: bold;
	color: Black;
	text-transform: uppercase;
}

div#menu a:hover {
	background-position: center left;
	background-repeat: no-repeat;
	color: Blue;
}

div#footer {
		width: 760px;
		clear: both;
		margin: 0 auto;
		font-family: trebuchet ms,arial,verdana;
		font-size: 8pt;
		font-weight: normal;
		color: #ffffff;
		letter-spacing: 1.1pt;
		padding-top: 20px;
		text-align: right;
}

div#footer A {
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		text-transform: uppercase;
}

div#footer a:hover {
		text-decoration: underline;
}

div#bouton {
                width: 125px;
                height: 20px;
}

div#bouton A {
		display: block;
		border: 1px solid #ffffff;
		background: url('images/mask2.gif');
		background-position: center right;
		background-repeat: no-repeat;
		font-family: trebuchet ms,arial,verdana;
		text-align: left;
		font-size: 14px;
		text-decoration: none;
		font-weight: bold;
		color: #000000;
		text-transform: uppercase;
		border-left: none;
}

div#bouton a:hover {
	background-position: center left;
	background-repeat: no-repeat;
	color: Blue;
}


