@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	min-width:1000px;
}

#container {
	width:1000px;
	margin:0px auto;
}

#header {
	width:100%;
	height:258px;
	background:#FFF;
}

.header {
	padding-top:18px;
}

.header img {
	float:left;
}

.header img.logo {
	margin-top:32px;
}

.header img.droite {
	float:right;
}

.header ul {
	list-style:none;
	float:left;
	margin-left:47px;
}

.header ul li a {
	display:block;
	width:143px;
	height:53px;
	background:url(../images/bg_btn_menu.png) repeat-x;
	font-size:13px;
	color:#FFF;
	text-align:center;
	line-height:4em;
	text-decoration:none;
	text-transform:uppercase;
	margin-bottom:1px;
}

.header ul li a:hover,
.header ul li a.selected {
	background:url(../images/bg_btn_menu_over.png) repeat-x;
}

#goville {
	width:100%;
	height:622px;
	background:url(../images/bg_goville.png) repeat-x;
}

.goville {
	position:relative;
	padding-top:50px;
}

.goville img {
	position:absolute;
}

.goville img.telephone {
	top:357px;
	left:250px;
	z-index:1;
}

.goville img.device {
	left:0px;
	top: 560px;
	z-index:10;
}

.goville h1 {
	font-size:36px;
	font-weight:normal;
	color:#cc2026;
}

.goville h2 {
	font-size:36px;
	font-weight:normal;
	color:#000;
	margin-top:-8px;
	margin-bottom:15px;
}

.goville p {
	font-size:15px;
	color:#000;
}

.goville table {
	padding-top:30px;
}

.goville table td {
	padding-top:10px;
	padding-bottom:10px;
	padding-right:12px;
	vertical-align:middle;
	font-size:13px;
}

.goville table img {
	position:relative;
}

.goville .inscription {
	position:absolute;
	right: 0px;
	top: 375px;
}
.goville .inscription img {
	position:relative;
}

.inscription div.h3 {
	font-size:20px;
	font-weight:normal;
	padding-bottom:2px
}

.inscription div.h3 span {
	font-size:12px;
}

#btn_send{
	background-color:transparent;
	color:#000;
	border:0px;
}

/* SLIDESHOW */
#bandeau_slideshow {
	position:absolute;
	top:50px;
	right:0px;
}

.pageSlideshow {
	width:472px;
	height:279px;
}

/****/

#contact {
	width:100%;
	height:580px;
	background:#000;
}

.contact {
	padding-top:100px;
}

.contact .form {
	position:relative;
	float:left;
	width:340px;
	z-index:10;
}

.contact h3 {
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	margin-bottom:30px;
}

.contact table td {
	color:#FFF;
	font-size:13px;
	padding:5px;
	padding-left:0px;
	padding-right:10px;
	vertical-align:top
}

.contact input[type=text] {
	width:200px;
	background:#a2a2a2;
	border:0px;
}

.contact textarea {
	width:200px;
	height:100px;
	background:#a2a2a2;
	border:0px;
}

.contact input[type=submit] {
	color:#FFF;
	text-transform:uppercase;
	background:#d52027;
	border:0px;
}

.contact .info {
	position:relative;
	float:left;
	margin-left:320px;
	z-index:10;
}

.contact .info p {
	font-size:13px;
	color:#FFF;
	line-height:2em;
}

.contact .info h3 {
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	margin:0px;
	text-transform:none;
}

.contact .info h3 a {
	color:#d52027;
	text-decoration:none;
	font-weight:normal;
}

.contact .info h3 a:hover {
	text-decoration:underline;
}

.contact .info h3.phonenumber {
	margin-top:25px;
	margin-bottom:25px;
}

#nouvelle {
	width:100%;
	background:#282b2b;
}

.nouvelle {
	position:relative;
	padding-top:105px;
	padding-bottom:105px;
}

.nouvelle h4 {
	font-size:22px;
	color:#282b2b;
	background:#a2a2a2;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
	position:absolute;
	top:0px;
	left:0px;
}

.nouvelle .txt_news {
	width:100%;
}

.nouvelle .txt_news .date {
	float:left;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	background:#b11e23;
	padding:12px;
	text-transform:uppercase;
	width:41px;
}

.nouvelle .txt_news img {
	float:left;
	margin-right:25px;
}

.separateur {
	display:block;
	width:100%;
	border-bottom:1px dotted #FFF;
	margin-bottom:35px;
	margin-top:35px;
	clear:left;
}

.nouvelle .txt_news h5 {
	font-size:15px;
	font-weight:bold;
	color:#b11e23;
	padding-left:105px;
}

.nouvelle .txt_news p {
	font-size:15px;
	color:#FFF;
	padding-left:105px;
}

#footer {
	width:100%;
	height:50px;
	background:#c21f25;
}

.footer {
	position:relative;
	padding-top:18px;
}

img.tothetop {
	/* display: block before hiding */
    display: block;
    display: none;

    /* link is above all other elements */
    z-index: 999; 

    /* link doesn't hide text behind it */
    opacity: .9;

    /* link stays at same place on page */
    position: fixed;

    /* link goes at the bottom of the page */
    top: 100%;
    margin-top: -66px; /* = height + preferred bottom margin */

    /* link is centered */
    left: 50%;
    margin-left: 433px; /* = half of width */
}

.footer p, .footer a {
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}

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