html { min-height:100%; height:100%; font-family:"Trebuchet MS",Geneva, Arial, Helvetica, sans-serif; font-size:12px;}
body { min-height:100%; height:100%; background-color:#FFFFFF; }
select, input { font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; }
textarea { font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; }
a:link { font-weight: normal; text-decoration: none; color: #C94A81;}
a:visited { font-weight: normal; text-decoration: underline; color: #C94A81;}
a:hover, a:active { text-decoration:underline ; color: #C94A81;}
img {border:none; }

#container {
	position:absolute;
	background-color:#FFFFFF;
	width:800px;
	top:0px;
	left:50%;
	margin-left: -400px;
	background-image:url(../_img/background.jpg);
	background-repeat:repeat-y;
	z-index: 0;
}

#header {
	position:relative;
	width:800px;
	height:360px;
	background-image:url(../_img/header.jpg);
	background-repeat:no-repeat;
	z-index:1;
}
#header2 {
	position:relative;
	width:800px;
	height:540px;
	background-image:url(../_img/legroupe.jpg);
	background-repeat:no-repeat;
	z-index:1;
}

#menu {
	position:relative;
	width:430px;
	height:auto;
	padding-top:0px;
	padding-left:185px;
	padding-right:185px;
	padding-bottom:0px;
	text-align:center;
	z-index:2;
}

#bodyText {
	position:relative;
	width:430px;
	height:auto;
	padding-top:0px;
	padding-left:185px;
	padding-right:185px;
	padding-bottom:0px;
	z-index:2;
}


#footer {
	position:relative;
	width:430px;
	height:80px;
	padding-top:15px;
	padding-left:185px;
	padding-right:185px;
	padding-bottom:0px;
	background-image:url(../_img/footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
	z-index:3;
}
#footer a:link { font-weight: normal; text-decoration: none; color: #FFFFFF;}
#footer a:visited { font-weight: normal; text-decoration: underline; color: #FFFFFF;}
#footer a:hover, a:active { text-decoration:underline ; color: #FFFFFF;}



h1 { font-size:18px; font-weight:bold; letter-spacing:1px; color:#C94A81; }
h2 { font-size:13px; font-weight:bold; letter-spacing:1px; }
h3 { font-size:11px; font-weight:normal; letter-spacing:1px; text-align:justify; }
h4 { font-size:10px; font-weight:normal; }


