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

body {
	background: #CCC;
	line-height: 1;
}
#header {
	position: relative;
	margin: auto;
	margin-top: 15px;
	height: 232px;
	width: 1024px;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C60;
	border-right-color: #C60;
	border-bottom-color: #C60;
	border-left-color: #C60;
}
#nav {
	background-color:#930;
	border: 1px solid #C30;
	height: 30px;
	padding-left:70px;
	margin-top: 5px;
}
#navigation li {
	display: inline;
	margin-right: 1px;
	padding: 4px 15px;
}
.white {
	color: #FFF
}
a:hover {
	text-decoration: none;
	color: #999;
}
#navigation li a {
	text-decoration: none;
	font-size: 28px;
}
#corp {
	margin: auto;
	height: 627px;
	width: 1024px;
	border: 1px solid #C60;
}
.gratuit {
	margin-left: 430px;
	margin-top: 20px;
	float: left;
	width: 500px;
	height: 20px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: marquee;
}
.services {
	height: 190px;
	width: 130px;
	margin-left: 5px;
	margin-top: 5px;
	background-repeat: no-repeat;
	background-image: url(../img/services.png);
	padding-top: 60px;
	padding-left: 20px;
	color: #FFF;
	font-size: 18px;
	border: 1px solid #C63;
	background-color: #666;
}
#a {
	font-size: 24px;
}
.depane {
	height: 273px;
	width: 130px;
	margin-left: 5px;
	margin-top: 5px;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 20px;
	color: #FFF;
	font-size: 18px;
	border: 1px solid #C63;
	background-color: #666;
	background-image: url(../img/depane.png);
}
#prez {
	height: 520px;
	width: 835px;
	background-repeat: no-repeat;
	background-image: url(../img/accueil.png);
	color: #FFF;
	border: 1px solid #C63;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	padding-top: 60px;
	padding-left: 20px;
	background-color: #666;
}
#tuiles {
	width: 290px;
	height: 165px;
	float: right;
	margin-top: 0px;
	margin-right: 70px;
	padding-left: 10px;
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
}
.meca {
	border-radius: 0 30px 0 0;
	border: 1px solid #C60;
}
#travaux {
	width: 430px;
	margin-top: 20px;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
}
#footer {
	height: 60px;
	width: 1024px;
	margin: auto;
	background-image: url(../img/footer1024.png);
	color: #000;
	clear: both;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C60;
	border-right-color: #C60;
	border-bottom-color: #C60;
	border-left-color: #C60;
}
#footer p {
	padding-left: 15px;
	padding-top: 25px;
	color: #fff;
	font-size: 14px;
}
#hc {
	text-decoration: none;
	color:#ccc
}
.mentions {
	text-decoration: none;
	color:#666;
}
#cadre {
	padding-top: 0px;
	padding-left: 0px;
	color: #000;
	height: 20px;
	width: 344px;
}
.container {
	margin-top: 30px;
	margin-right: 5px;
	height: 150px;
	width: 600px;
	float: right;
}
#slider {
	width: 550px;
	height: 150px;
	border: 2px solid #666;
	background-color: #362c30;
	-moz-transition: all 150ms ease-in;
	-webkit-transition: all 150ms ease-in;
	-o-transition: all 150ms ease-in;
}
#mask {
	overflow: hidden;
}
#slider ul {
	width: 3000px;
	position: relative;
	left: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	-moz-animation: slide-animation 18s infinite;
	-webkit-animation: slide-animation 18s infinite;
}
#slider li {
	width: 600px;
	height: 150px;
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-align: left;
}
 @-webkit-keyframes slide-animation {
 0% {
opacity:0;
}
 2% {
opacity:1;
}
 20% {
left:0px;
opacity:1;
}
 22.5% {
opacity:0.6;
}
 25% {
left:-600px;
opacity:1;
}
 45% {
left:-600px;
opacity:1;
}
 47.5% {
opacity:0.6;
}
 50% {
left:-1200px;
opacity:1;
}
 70% {
left:-1200px;
opacity:1;
}
 72.5% {
opacity:0.6;
}
 75% {
left:-1800px;
opacity:1;
}
 95% {
opacity:1;
}
 98% {
left:-1800px;
opacity:0;
}
 100% {
left:0px;
opacity:0;
}
}
@-moz-keyframes slide-animation {
 0% {
opacity:0;
}
 2% {
opacity:1;
}
 20% {
left:0px;
opacity:1;
}
 22.5% {
opacity:0.6;
}
 25% {
left:-600px;
opacity:1;
}
 45% {
left:-600px;
opacity:1;
}
 47.5% {
opacity:0.6;
}
 50% {
left:-1200px;
opacity:1;
}
 70% {
left:-1200px;
opacity:1;
}
 72.5% {
opacity:0.6;
}
 75% {
left:-1800px;
opacity:1;
}
 95% {
opacity:1;
}
 98% {
left:-1800px;
opacity:0;
}
 100% {
left:0px;
opacity:0;
}
}
@-webkit-keyframes progress {
 0% {
width:0px;
opacity:0;
}
 2% {
width:0px;
opacity:1;
}
 20% {
width:600px;
opacity:1;
}
 22.5% {
width:600px;
opacity:0;
}
 22.59% {
width:0px;
}
 25% {
width:0px;
opacity:1;
}
 45% {
width:600px;
opacity:1;
}
 47.5% {
width:600px;
opacity:0;
}
 47.59% {
width:0px;
}
 50% {
width:0px;
opacity:1;
}
 70% {
width:600px;
opacity:1;
}
 72.5% {
width:600px;
opacity:0;
}
 72.59% {
width:0px;
}
 75% {
width:0px;
opacity:1;
}
 95% {
width:600px;
opacity:1;
}
 98% {
width:600px;
opacity:0;
}
 100% {
width:0px;
opacity:0;
}
}
@-moz-keyframes progress {
 0% {
width:0px;
opacity:0;
}
 2% {
width:0px;
opacity:1;
}
 20% {
width:600px;
opacity:1;
}
 22.5% {
width:600px;
opacity:0;
}
 22.59% {
width:0px;
}
 25% {
width:0px;
opacity:1;
}
 45% {
width:600px;
opacity:1;
}
 47.5% {
width:600px;
opacity:0;
}
 47.59% {
width:0px;
}
 50% {
width:0px;
opacity:1;
}
 70% {
width:600px;
opacity:1;
}
 72.5% {
width:600px;
opacity:0;
}
 72.59% {
width:0px;
}
 75% {
width:0px;
opacity:1;
}
 95% {
width:600px;
opacity:1;
}
 98% {
width:600px;
opacity:0;
}
 100% {
width:0px;
opacity:0;
}
}
@-webkit-keyframes overlay-fade {
 0% {
opacity:0;
}
 2% {
opacity:0.5;
}
 95% {
opacity:0.5;
}
 98% {
opacity:0;
}
 100% {
opacity:0;
}
}
@-moz-keyframes overlay-fade {
 0% {
opacity:0;
}
 2% {
opacity:0.5;
}
 95% {
opacity:0.5;
}
 98% {
opacity:0;
}
 100% {
opacity:0;
}
 
