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

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

#header {
	height:224px;
	width:100%;
	background-image:url(images/header.png);
	padding-top: 30px;
	background-repeat:repeat-x;
	background-position:bottom;
	
}

.header1 {
	float:left;
	width:475px;
	height:65px;
	font-size: 11px;
	margin-left: 370px;
	color: #eba3bb;
	margin-top: 23px;
}

.header1 a {
	color:#89759e;
	text-decoration:none;
}

.titre1 {
	color:#796a94;
	font-size:12px;
}

#content {
	width:896px;
	margin:0 auto;

}

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

.header {
	background-image:url(images/header2.png);
	width:896px;
	height:401px;
	margin:0 auto;
	margin-top: -33px;
}


#footer {
	background-image:url(images/footer2.png);
	height:178px;
	margin:auto;
	width:100%;
	background-position:center;
	background-repeat: repeat-x;
}

.footer {
	background-image:url(images/footer3.png);
	width:857px;
	height:58px;
	margin: auto;
	text-align: center;
	padding-top: 120px;
	font-size: 11px;
	line-height: 18px;
	color:#6e3e50;
}

.logo {
	width:650px;
	height:100px;
	float:left;
	margin-top: 40px;
	margin-left: 230px;
}

.mascotte {
	width:282px;
	height:326px;
	background-image: url(images/mascotte.png);
	margin-left: 40px;
	position: absolute;
}

.pub {
	width:729px;
	height:92px;
	float:left;
	margin-top: 18px;
	margin-left: 85px;
}


.m1 {
	text-transform:uppercase;
	font-size:15px;
	float:left;
	margin-left:271px;
	margin-top:20px;
	font-weight:bold;
}

.m2 {
	text-transform:uppercase;
	font-size:15px;
	float:left;
	margin-left:37px;
	margin-top:20px;
	font-weight:bold;
}

.vignette1:hover, .vignette2:hover {
	background-position:bottom;
}


.sous_header {
	float:right;
	font-size: 12px;
	margin-top:10px;
	margin-right:45px;
	color:#7f4e5f;
}

#header a {
	color:#562f3e;
	text-decoration:none;
	position:relative;
}

#header a:hover {
	color:#ffffff;
	text-decoration:none;
	position:relative;
}

.head1 {
	background-image:url(images/head1.png);
	width:781px;
	height:26px;
	margin:auto;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	font-size: 13px;
	color: #6a404e;
	font-weight: bold;
	margin-bottom: 10px;
}


.head1 a {
	color:#6a404e;
	text-decoration:none;
}

.head1 a:hover {
	color:#975677;
}

.vignette1 {
	background-image:url(images/img1.png);
	width:185px;
	height:151px;
	float:left;
	margin: 9px;
	text-align: center;
	padding-top: 9px;
	font-size: 11px;
	font-weight:bold;
}

.vignette2 {
	background-image:url(images/img2.png);
	width:185px;
	height:151px;
	float:left;
	margin: 9px;
	text-align: center;
	padding-top: 9px;
	font-weight:bold;
	font-size: 11px;
}

.clear {
	clear:both;
}

img {
	border:none;
}

.vignette1 img, .vignette2 img {
	border:1px solid #ab6d74;
}

.vignette1 a, .vignette2 a {
	text-decoration:none;
	color:#6e3e50;
}

.vignette1 a:hover, .vignette2 a:hover {
	text-decoration:none;
	color:#975677;
}

#footer a {
	color:#6e3e50;
	text-decoration:none;
	font-weight:bold;
}

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

.left1{float:left;width:460px;}
.left2{float:left;width:300px;}
.centrejeu{width:800px;margin:auto;}
.titrea{padding:20px;}

