/* CSS Document */

body {
	background-image:url(images/bg.png);
	background-repeat:repeat;
	background-color: #FFF;
	margin:0 auto;
	font-family:Arial;
}

img {
	border:none;
}

#body {
	background-repeat:no-repeat;
	width:1058px;
	margin:0 auto;
	background-position:center;
}

#logo {
	background-image:url(images/logo.png);
	width:335px;
	height:154px;
	float:left;
	padding-left: 0px;
	text-decoration:none;
	margin-left: 100px;
}

#header {
	background-image:url(images/header.png);
	width:449px;
	height:139px;
	float:left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	font-size: 12px;
	color:#FFF;
}

#cadre1_haut {
	background-image:url(images/centre_haut.png);
	width:817px;
	height:185px;
	float:left;
	text-align: center;
	background-repeat: no-repeat;
	margin-left: 100px;
}

.clear {
	clear:both;
}

#cadre1_centre {
	background-image: url(images/centre_centre.png);
	width:797px;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin-left: 100px;
}

.bouton1 {
	float:left;
	margin-left:45px;
	margin-top: 10px;
}

.bouton {
	float:left;
	margin-left:30px;
	margin-top: 10px;
}

.vignette {
	background-image:url(images/vignette.png);
	width:231px;
	height:160px;
	background-position:top;
	float:left;
	margin-left:20px;
	margin-top: 20px;
	text-align:center;
	padding-top:4px;
	font-size:14px;
	color:#480030;
}

.vignette a {
	color:#480030;
	text-decoration:none;
}

.vignette:hover {
	background-image:url(images/vignette.png);
	background-position:bottom;
}

.titre {
	color:#000000;
	margin-top:5px;
}

.titre a {
	color:#000000;
	text-decoration:none;
}

#centre_bas {
	background-image:url(images/centre_bas.png);
	width:817px;
	height:39px;
	float:left;
	margin-left: 100px;
	margin-bottom: 10px;
}

#footer {
	background-image:url(images/footer.png);
	width:932px;
	height:115px;
	clear: both;
	color:#FFF;
	text-align:center;
	padding-top: 5px;
	background-repeat: no-repeat;
	font-size:12px;
	margin-left: 44px;
	margin-top: 5px;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}

#logo a {
	text-decoration:none;
}

.hh1 {
	font-size:60px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	margin-top:0;
	height:65px;
	margin-right: 48px;
	text-align: right;

}

.hh1 a {
color:#9a0066;
text-decoration:none;
}

.hh2 {
	font-size:60px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding-top:0;
	height:60px;
	text-align: right;
	margin-right: 20px;
}

.hh2 a {
color:#c5549e;
text-decoration:none;
}

.slogan {
	color:#FFF;
	text-decoration:none;
	font-size:18px;
	float:right;
	margin-right:50px;
}

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{
	width:310px;
	padding-left:15px;
	float:left;
}
p{
	width:700px;
	margin:auto;
}