* {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 1px;
}

body {
	background-color:#003d00;
	text-align:center;
}

ul, li{
	float:left;
	display:inline;
	list-style-type:none;
}

.floatClear	{
	float:none;
	clear:both;
}

#global {
	width:950px;
	height:600px;
	margin: 0 auto;
	background: #d7ff94;
}

#ac-header {
	width:950px;
	height:67px;
	background: url(./accueil/ac-header.jpg) no-repeat;
}

#ac-top-left {
	float:left;
	display:inline;
	width:325px;
	height:39px;
	background: url(./accueil/ac-top-left.jpg) no-repeat;
}

a.ac-presentation {
	display:block;
	width:93px;
	height:39px;
	background: url(./accueil/ac-presentation.jpg) no-repeat 0 0;
}

a.ac-presentation:hover{
	background: url(./accueil/ac-presentation.jpg) no-repeat 0 -39px;
}

a.ac-hm {
	display:block;
	width:85px;
	height:39px;
	background: url(./accueil/ac-hm.jpg) no-repeat 0 0;
}

a.ac-hm:hover{
	background: url(./accueil/ac-hm.jpg) no-repeat 0 -39px;
}

a.ac-gatine {
	display:block;
	width:118px;
	height:39px;
	background: url(./accueil/ac-gatine.jpg) no-repeat 0 0;
}

a.ac-gatine:hover{
	background: url(./accueil/ac-gatine.jpg) no-repeat 0 -39px;
}

a.ac-plus {
	display:block;
	width:84px;
	height:39px;
	background: url(./accueil/ac-plus.jpg) no-repeat 0 0;
}

a.ac-plus:hover{
	background: url(./accueil/ac-plus.jpg) no-repeat 0 -39px;
}

a.ac-offre {
	display:block;
	width:119px;
	height:39px;
	background: url(./accueil/ac-offre.jpg) no-repeat 0 0;
}

a.ac-offre:hover{
	background: url(./accueil/ac-offre.jpg) no-repeat 0 -39px;
}

a.ac-contact{
	display:block;
	width:126px;
	height:39px;
	background: url(./accueil/ac-contact.jpg) no-repeat 0 0;
}

a.ac-contact:hover{
	background: url(./accueil/ac-contact.jpg) no-repeat 0 -39px;
}

#ac-top-right {
	float:left;
	display:inline;
	width:126px;
	height:39px;
	background: url(./accueil/ac-top-right.jpg) no-repeat;
}

#ac-center {
	width:950px;
	height:467px;
	background: url(./accueil/ac-center.jpg) no-repeat;
}

#ac-bottom-left {
	float:left;
	display:inline;
	width:665px;
	height:27px;
	background: url(./accueil/ac-bottom-left.jpg) no-repeat;
}

#ac-mentions {
	float:left;
	display:inline;
	width:285px;
	height:27px;
	background-color:#003d00;
}

a.mentions{
	display: block;
	padding:6px 15px 0 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #fff;
	text-decoration:none;
}

a.mentions:hover{
	text-decoration:underline;
}
