/* CSS Document */

BODY {
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

DIV {
	position: absolute;
}

#hp_fond {
	width: 776px;
	height: 391px;
	left: 50%; 
    top: 50%;
	margin-left: -388px;
    margin-top: -184px;
	border: 1px solid #DDF0B8;
	background: #F2F4E7 url(../images/hp-fond.jpg) top left no-repeat;
	z-index: 1;
}

#hp_intro {
	top: 120px;
	left: 43px;
	height: auto;
	width: 300px;
	z-index: 2;
}

#hp_menu {
	top: 368px;
	left: 0px;
	height: 23px;
	width: 776px;
	text-align: center;
	z-index: 2;
}

.verdana11marron {
	font-family: verdana;
	font-size: 11px;
	color: #515757;
	text-align: justify;
}

.verdana11marron A {
	font-family: verdana;
	font-size: 11px;
	color: #A8935A;
	text-decoration: underline;
}

.verdana11rouge {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #BB3440;
}

.verdana11marronclair {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #A8945F;
}
