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

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

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

#global {
	width:950px;
	height:621px;
	margin: 0 auto;
	padding-top:10px;
}

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

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

a.ac-historique {
	float:left;
	display:inline;
	width:138px;
	height:132px;
	background: url(./accueil/ac-historique.jpg) no-repeat 0 0;
}

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

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

a.ac-photo {
	float:left;
	display:inline;
	width:111px;
	height:132px;
	background: url(./accueil/ac-photo.jpg) no-repeat 0 0;
}

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

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

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

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

a.ac-impression {
	float:left;
	display:inline;
	width:138px;
	height:166px;
	background: url(./accueil/ac-impression.jpg) no-repeat 0 0;
}

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

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

a.ac-contact {
	float:left;
	display:inline;
	width:165px;
	height:166px;
	background: url(./accueil/ac-contact.jpg) no-repeat 0 0;
}

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

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

#ac-footer-left {
	float:left;
	display:inline;
	width:866px;
	height:126px;
	text-align:left;
	background: url(./accueil/ac-footer-left.jpg) no-repeat;
}

#ac-footer-right {
	float:left;
	display:inline;
	width:84px;
	height:126px;
}

#ac-footer-top-right {
	width:84px;
	height:110px;
	background: url(./accueil/ac-footer-right.jpg) no-repeat;
}

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

#marquee-container {
	position: relative;
	overflow:hidden;
	width:428px;
	margin: 26px 0 0 29px;
}

#marquee {
	position: absolute;
	top: 0;
	left: 0;
	padding:0 10px;
}

#marquee p{
	color: #fff;
	font-size: 12px;
	text-align: justify;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding-bottom: 10px;
}

#marquee p.title{
	font-weight: bold;
	padding-bottom: 5px;
}

#mentions-box{
	position: absolute;
	top: 21px;
	left: 50px;
	z-index: 90;
	width: 470px;
	height: 592px;
	border: 1px solid #1d5786;
	background-color: #fff;
}

#mentions-box p{
	padding: 20px 0 0 40px;
	color: #000;
	font-size: 12px;
	text-align: justify;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
}

.height-20{
	height: 20px;
	width: 1px;
}

.loader
{ 
	margin: 0 auto;
	margin-top: 200px;
    background: url('./accueil/loading.gif') no-repeat; 
    width: 40px;
    height: 40px;
}
