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

body {
	background-image:url(images/fond.png);
	background-color:#ffcc00;
	background-repeat:no-repeat;
	background-position:center top;
	margin:0 auto;
	width:972px;
	font-family:Arial, Helvetica, sans-serif;
	color:#808080;
}

#header {
	background-image:url(images/header.gif);
	width:972px;
	height:276px;
	text-align: center;
	color: #ff8500;
	font-size: 13px;
	margin-top:-10px;
}

.pacman {
	color: #c9c9c9;
	font-size: 11px;
	text-decoration:none;
		clear:both;
}

a {
	color: #c9c9c9;
	text-decoration:none;
}

.logo {
	width:600px;
	height:200px;
	margin: 0 auto;
}

#body {
	background-image:url(images/body.png);
	width:912px;
	background-repeat:repeat-y;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

#footer {
	background-image:url(images/footer.png);
	width:972px;
	height:144px;
	background-repeat: no-repeat;
	padding-top: 150px;
	text-align: center;
	color: #ff8500;
	font-size: 12px;
	font-weight: bold;
	margin-top:-22px;
}

#footer, #header a {
	color: #ff8500;
	text-decoration:none;
}

.bloc1 {
	background-image:url(images/bloc1.png);
	width:868px;
	margin: auto;
	background-repeat:no-repeat;
	background-color:#222222;
	color: #808080;
	padding-left: 15px;
	text-align: center;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}

.vignette {
	width:261px;
	height:183px;
	float:left;
	background-image:url(images/vignette.png);
	margin-top: 10px;
	margin-bottom:10px;
	margin-left: 20px;
	margin-right: 20px;
	background-repeat: no-repeat;
	text-align: center;
}

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

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

.vignette img {
	margin:9px 3px;
	;
}

.clear {
	clear:both;
}

img {
	border:none;
}

#gauche {
	width:160px;
	float:left;
	margin-top: 10px;
	text-align: center;
	margin-left: 10px;
}

#droite {
	float:right;
	width:730px;
	margin-top: 10px;
	text-align: center;
}

.gauche2 {
	width:300px;
	float:left;
}

.droite2 {
	width:300px;
	text-align:center;
	margin-top:10px;
	float:right;
}
