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

a {
	outline:0 none;
}

img{
	border:none;
}

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

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

#gallery a {
	display: none;
}

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

/* Lien about / contact
-------------------------------------------------------- */

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

/* Hack fluidité navigation
-------------------------------------------------------- */

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

/* Modal box commun
-------------------------------------------------------- */

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

/* Modal box contact
-------------------------------------------------------- */

#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;
}




/* Modal box Making of
-------------------------------------------------------- */

#makingofContent {
	width : 800px;
	height: 600px;
	font-size: 8px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	margin: 0px 0 0 0px;
	display:block;
	
}


/* Modal box about
-------------------------------------------------------- */

#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;
}



/* Newsletter
-------------------------------------------------------- */

#logoNewsletter {
	width: 107px;
	height: 92px;
	z-index: 1;
	position:absolute;
	background: url(../images/newsletter_logo.gif) no-repeat;
	margin: 20px 0 0 0;
}

.bodyNewsletter {
	background-color: #2F2F2F;
}

#newsContent {
position:absolute;
margin: 60px 0 0 130px;
/*width: 202px;*/
}


#newsInner {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	color: #FFF;
	width: 202px;
	font-size: 12px;
}


#newsInner h1{
	font-size: 16px;
	color: #545454;
	margin-bottom: 40px;
}

#newsInner input {
	width: 200px;
	margin: 5px 0 20px 0;
}

.lastInput {
	margin-bottom: 10px !important;
}

#newsSubmit a, #newsSubmit a:link, #newsSubmit a:visited, #newsSubmit a:active {
	color: #97BC01;
	text-transform: uppercase;
	text-decoration: none;
	float: right;
}

#newsSubmit a:hover
{
	color: #FFF;
}

.newsAlert {
	color: #E66D24;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width : 300px;
	margin-top: 20px;
}

.newsOK {
	color: #FFF;
}
