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

body {
	background-image:url(images/fond.png);
	background-repeat:repeat;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#555660;
}

#header {
	width:100%;
	background-image:url(images/header1.png);
	height:389px;
	background-repeat:repeat-x;
}

a {
color:#555660;
}

#content {
	width:836px;
	margin:auto;
}

#centre {
	background-image:url(images/centre.png);
	width:756px;
	padding-left: 40px;
	padding-right: 40px;
}

.footer {
	background-image:url(images/footer1.png);
	width:836px;
	height:292px;
	margin-bottom: -50px;
}

#header1 {
	background-image:url(images/header.png);
	width:836px;
	height:389px;
	margin: auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #317cda;
	text-align: center;
}

#footer {
	background-image:url(images/footer.png);
	height:168px;
	width:100%;
}


.logo {
	width:800px;
	height:200px;
	/* [disabled]float:left; */
}

.m1 {
	background-image:url(images/m1.png);
	width:83px;
	height:22px;
	float:left;
	margin-top: 28px;
	margin-left: 230px;
}

.m1:hover {
	background-position:bottom;
}

.m2 {
	background-image:url(images/m2.png);
	width:83px;
	height:22px;
	float:left;
	margin-top: 28px;
	margin-left: 55px;
}

.m2:hover {
	background-position:bottom;
}

.m3 {
	background-image:url(images/m3.png);
	width:127px;
	height:23px;
	float:left;
	margin-top: 28px;
	margin-left: 55px;
}

.m3:hover {
	background-position:bottom;
}

.m4 {
	background-image:url(images/m4.png);
	width:149px;
	height:22px;
	float:left;
	margin-top: 28px;
	margin-left: 50px;
}

.m4:hover {
	background-position:bottom;
}

.vignette {
	background-image:url(images/vignette.png);
	width:177px;
	height:133px;
	margin:6px;
	float:left;
	text-align: center;
	padding-top: 7px;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom:25px;
}

.vignette:hover {
	background-position:bottom;
}

.clear {
	clear:both;
}

img {
	border:none;
}

a {
	text-decoration:none;
}

.vignette img {
	margin-bottom:17px;
}

.vignette a {
	color:#555660;
}

.vignette a:hover {
	color:#000;
}


.pub1 {
	width:731px;
	height:92px;
	float:left;
	margin-top:10px;
	margin-left:50px;
}

.pub2 {
	width:731px;
	height:92px;
	padding-top:10px;
	margin-left:54px;
}

.footer1 {
	text-align:center;
	margin-top: 45px;
	color: #84858d;
	font-size: 11px;
}

.footer1 a {
	color:#84858d;
	font-weight:bold;
}

.footer1 a:hover {
	color:#FFF;
	font-weight:bold;
}

.footer2 {
	text-align:center;
	margin-top: 45px;
	color: #565562;
	font-size: 11px;
}

.footer2 a {
	color:#6c6d7d;
	font-weight:bold;
}

.footer2 a:hover {
	color:#FFF;
	font-weight:bold;
}

.titre {
	background-image:url(images/titre.png);
	width:738px;
	height:26px;
	font-family: 'Paytone One', sans-serif;
	font-size:18px;
	text-transform:uppercase;
	text-align: center;
}

form{
	width:420px;;
	margin:auto;
	background-color:#dfdfdf;
	border:1px solid #bbb;
	padding:10px;
}
form label{
	display:block;
	padding:10px;
	background-color:#fff;
	margin-bottom:10px;
}
form input, form textarea{
	width:100%;
}
form textarea{
	height:200px;
}
form input.submit{
	background-color:#aaa;
	color:#fff;
	text-align:center;
	font-weight:bold;
	border:1px solid #888;
}
