body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

img{
	border:none;
}

#logo {
	width: 150px;
	height: 130px;
	z-index: 1;
	position:absolute;
	background: url(../images/logo.png) no-repeat;
	margin: 20px 0 0 0;
}

#ad {
	width: 120px;
	height: 382px;
	z-index: 1;
	position:absolute;
	margin: 20px 0 0 0;
}

.prev {
	position:absolute;
	left: 40px;
	bottom:45%;
}
		
.next {
	position:absolute;
	right: 40px;
	bottom:45%;
}

#gallery a {
	color:#FFF;
	text-decoration:none;
}

#superbgimage {
	display: none;
	background: #fff url('../images/superbgloading.gif') center center no-repeat;
}
#superbgimage img {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}


#options {
	margin-right: 40px;
	z-index: 1;
	position:absolute;
	right:0;
	top:0;
}
		
#options a {
	margin-left: 1px;
}



#navigation {
	margin:0px auto;
	height:100px;
	width:100%;
	bottom:1%;
	z-index: 1;
	position:absolute;
}

.boxTitle {
	font-size: 12px;
	font-weight:normal;
	text-transform : uppercase;
	background-color: #000;
	color: #FFF;
	width: 140px;
	padding: 2px 5px;
	text-align: center;
}

#contactContent {
	width : 332px;
	height: 315px;
	background: #FFF url(../images/contact_logo.jpg) no-repeat bottom right;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	margin: 30px 0 0 30px;
}

#contactContent h1 {
	width: 140px;	
}

#contactContent p.adresse {
	font-weight:normal;
	line-height: 16px;
}

#contactContent p
{
	margin-top: 20px;
}


#contactContent a, #contactContent a:link, #contactContent a:visited, #contactContent a:active {
	text-decoration : none;
	color: #6d9b03;
}

#contactContent a:hover {
	text-decoration : none;
	color: #000;
}

.contactPhone {
	background: url(../images/contact_picto_phone.gif) no-repeat;
	padding-left: 20px;
	font-size: 11px;
	display: block;
	margin-bottom: 5px;
}

.contactFax {
	background: url(../images/contact_picto_fax.gif) no-repeat;
	padding-left: 20px;
	font-size: 11px;
	display: block;
	margin-bottom: 20px;
}

.contactMail {
	background: url(../images/contact_picto_mail.gif) no-repeat;
	padding-left: 20px;
	font-size: 11px;
	display: block;
	margin-bottom: 20px;
}

.contactMap {
	background: url(../images/contact_picto_map.gif) no-repeat;
	padding-left: 20px;
	font-size: 11px;
	display: block;
}


#aboutContent {
	width : 382px;
	height: 355px;
	background: #FFF url(../images/contact_logo.jpg) no-repeat bottom right;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	margin: 30px 0 0 30px;
	
}

#aboutContent h1 {
	width: 83px;
}

#aboutContent p
{
	margin-top: 20px;
	margin-right: 20px;
}


#aboutContent a, #aboutContent a:link, #aboutContent a:visited, #aboutContent a:active {
	text-decoration : none;
	color: #6d9b03;
}

#aboutContent a:hover {
	text-decoration : none;
	color: #000;
}





