@charset "utf-8";
/************************************************
/* RESTE MEYER
************************************************/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration:none;
	color:black;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/************************************************
/* FIN RESTE MEYER
************************************************/
/* CSS Document */

html{
	background-color:#3b3b3b;
}
body{
	min-width:820px;
	border-top:15px #3b3b3b solid;
	margin-bottom:15px;
	background-color:#d4d4d4;
}
header{
	background: #474747;
	background: -moz-linear-gradient(left, #474747 0%, #5a5a5a 50%, #474747 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#474747), color-stop(50%,#5a5a5a), color-stop(100%,#474747));
	background: -webkit-linear-gradient(left, #474747 0%,#5a5a5a 50%,#474747 100%);
	background: -o-linear-gradient(left, #474747 0%,#5a5a5a 50%,#474747 100%);
	background: -ms-linear-gradient(left, #474747 0%,#5a5a5a 50%,#474747 100%);
	background: linear-gradient(to right, #474747 0%,#5a5a5a 50%,#474747 100%);
	border-top: 1px #717171 solid;
	height:200px;
	margin-top:0;
	text-align:center;
	width:100%;
}
	h1{
		position:relative;
		top:-30px;
		left: -35px;
		display:inline-block;
		text-indent:-9998px;
		background: url('../img/logo2.png');
		background-repeat: no-repeat;
		background-size:100%;
	}
	h1 a{
		display:block;
		width:300px;
		height:170px;
	}
	nav{
		position:relative;
		vertical-align:middle;
		display:inline-block;
		text-align:right;
		right:-25px;
	}
		nav a{
			height:78px;
			min-width:85px;
			top:-1px;
			position:relative;
			text-align:center;
			font-family: Helvetica, Arial, sans-serif;
			color:white;
			font-weight:700;
			display:inline-block;
			font-size:16px;
			line-height:5em;
			text-decoration:none;
			padding:0 6px;
		}
			nav a:hover, nav a.current{
				background-color:#3b3b3b;
				border: 1px #717171 solid;
				border-top:none;
				padding:0 5px;
			}
	#intro{
		position:relative;
		font: 14px/1.3 Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		color:white;
		text-shadow: 0px 0px 5px black;
		text-align:left;
		top:-123px;
		left:155px;
		width:540px;
		margin:0 auto;
	}
	#intro p{
		color:white;
		margin-top: 15px;
	}
.cat, .contact{
	margin:10px 0 10px;
	width:100%;
	text-align:center;
	border-bottom:1px #d8d8d8 solid;
	background-color:#f2f2f2;
}	
	.cat>a{
		background-color:#f2f2f2;
		border-left:1px #d8d8d8 solid;
		padding: 0 5px 1em;
		border-right:1px #d8d8d8 solid;
		width:270px;
		margin:0;
		height:500px;
		display:inline-block;
		vertical-align:top;
		font-family: Helvetica, Arial, sans-serif;
	}
	.cat>a:hover{
		background-color:#fff;
	}
		a h2{
			font: 23px/1.5 Helvetica, Arial, sans-serif;
			font-weight:bold;
			margin-left:1em;
			text-align:left;
			color:#BF1C22;
		}
	.cat div{
		background-color:#f2f2f2;
		border-left:1px #d8d8d8 solid;
		padding: 0 6px 1em;
		border-right:1px #d8d8d8 solid;
		width:840px;
		margin:0;
		min-height:500px;
		display:inline-block;
		vertical-align:top;
		font-family: Helvetica, Arial, sans-serif;
	}
		.cat img{
			margin:15px;
			padding: 4px;
			background-color:#fff;
			border:1px solid #fff;
			width:225px;
			height:130px;
		}
	.cat img,.img{
				background-color:#f0f0f0;
				border:1px solid rgba(0,0,0,.3);
				box-shadow:0 0 3px rgba(0,0,0,.2);
				width:225px;
				display:inline-block;
				height:130px;
				margin:15px 21px;
			}
	.img{
			border:4px #FFF solid;
			background:url(../img/sprite.png);
		}
	a:nth-child(2) .img{
		background-position: 0 260px;
	}
	a:nth-child(3) .img{
		background-position: 0 130px;
	}
	.cat img:hover{
		margin:15px 21px;
		background-color:#f0f0f0;
			border:1px solid rgba(0,0,0,.3);
			box-shadow: 0px 0px 15px rgba(0,0,0,.4);
			width:235px;
			height:136px;
			margin:12px 16px;
	}
		.cat>a p{
			text-align:left;
			font-size:14px;
			line-height:1.3;
			width:15em;
			height:5.5em;
			margin:1.5em;
		}
	.cat div  a{
		display:inline-block;
		border:none;
	}
		.cat ul{
			list-style-type:square;
			width:80%;
			margin-left:15%;
			text-align:left;
			font-size:14px;
			margin-bottom:1em;
			height:9em;
		}
			.cat>a  span.more{
				background-color:#6c6c6c;
				border-radius: 1em;
				padding:0.5em;
				color:white;
				font-size:12px;
				font-weight:bold;
			}
			.cat>a span.more:hover{
				-moz-box-shadow: 0px 0px 5px black;
				background-color:#ccc;
				border-radius: 1em;
				padding:0.5em;
				
			color:#BF1C22;
				font-size:12px;
				font-weight:bold;
			}
#bgfooter{
	background-color: #6c6c6c;
	width:100%;
	border-bottom: 1px #979797 solid;
	border-top: 1px #f7f7f7 solid;
}
	footer, #infocontact{
		max-width:950px;
		min-width:800px;
		width:840px;
		line-height:1em;
		text-align:left;
		vertical-align:top;
		margin:0.5em auto;
		padding:0 10px;
		font-family: Helvetica, Arial, sans-serif;
	}
		footer div p, #infocontact div p{
			margin-top:5px;
			font-size: 14px;
			font-style: normal;
			font-variant: normal;
			font-weight: 500;
			line-height: 21px;
		}
		footer div, #infocontact div{
			width:49%;
			display:inline-block;
		}
		footer div.tel, #infocontact div.tel{
			text-align:right;
		}
		footer p.copy, #infocontact p.copy{	
			margin-top:2em;	
			font-size:12px;
		}
		footer p.mail{
			color:#CCC;
		}
strong{
	font-weight:bold;
	color: white;
}
/*----------------- CONTACT -------------------*/
.contact section{
		background-color:#f2f2f2;
		border-left:1px #d8d8d8 solid;
		padding: 0 5px 1em;
		border-right:1px #d8d8d8 solid;
		width:270px;
		margin:0;
		min-height:700px;
		display:inline-block;
		vertical-align:top;
		font-family: Helvetica, Arial, sans-serif;
	}
	.contact section.formu{
		width:400px;
	}
	.contact section.map{
		width:420px;
	}
	.contact section h2{
		margin:1em 1em 0.5em;
	}
.contact fieldset{
	text-align:left;
	margin-left: 1em;
}
.contact textarea{
width:350px;
}
input[type=text], input[type=email]{
	margin:5px 0;
	text-align:left;
	width: 270px;
	display:inline-block;
}
input[type=submit]{
padding:10px 50px;
margin-top:1em;
    font-weight: bold;
    border-radius: 10px;
    border: 1px gray solid;
    background: -moz-linear-gradient(center top, #dddddd, #aaaaaa);
    background: -webkit-gradient(linear, center top, center bottom, from(#dddddd), to(#aaaaaa));
    box-shadow: 1px 1px 4px #808080;
    -webkit-box-shadow: 1px 1px 4px #808080;
    color: white;
    text-shadow: 0px 0px 3px black;
}
input[type=submit]:hover {
    background: -moz-linear-gradient(center top, #eeeeee, #bbbbbb) #dddddd;
    background: -webkit-gradient(linear, center top, center bottom, from(#eeeeee), to(#bbbbbb));
    box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.5);
    -webkit-box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.5);
  }
.contact label.int{
	margin:5px 0;
	text-align:left;
	width:80px;
	display:inline-block;
}
.contact iframe{
	border:1px #d8d8d8 solid;
	margin-left:0px;
}
.contact .succes{
padding:10px;
color:green;
font-weight:bold;
}
.contact .erreur{
padding:10px;
color:red;
font-weight:bold;
}