/* CSS Document */

body {
	width:1024px;
	background-image:url(images/fond.png);
	background-repeat:repeat-x;
	background-color:#ffa800;
	margin:0 auto;
	font-family:Arial;
	font-size:14px;
}

img {
	border:none;
}

#header {
	background-image:url(images/header.png);
	width:1024px;
	height:267px;
}

.titre {
	margin-left:90px;
	font-size:60px;
	color: #ffcc00;
	float:left;
}

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

.titre2 {
	color:#ffcc00;
	float:left;
	margin-left:280px;
	font-size: 28px;
}

.header {
	width:320px;
	float:left;
	margin-left:70px;
	margin-top: 12px;
	color: #c12660;
}

.clear {
	clear:both;
}

#menu {
	width:310px;
	float:left;
	background-image:url(images/simpson.png);
	background-repeat:no-repeat;
	margin-top: 30px;
	margin-left: 80px;
	text-align: center;
}

.accueil {
	background-image:url(images/accueil.png);
	width:217px;
	height:42px;
	margin-left:80px;
}

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

.joues {
	background-image:url(images/joues.png);
	width:217px;
	height:52px;
	margin-left:80px;
}

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

.nouveautes {
	background-image:url(images/nouveautes.png);
	width:217px;
	height:52px;
	margin-left:80px;
}
.nouveautes:hover {
	background-position:bottom;
}

.hasard {
	background-image:url(images/hasard.png);
	width:217px;
	height:45px;
	margin-left:80px;
}
.hasard:hover {
	background-position:bottom;
}

#centre {
	width:579px;
	float:left;
	margin-left: 10px;
	margin-top: 30px;
}

.centre_haut {
	background-image:url(images/centre_haut.png);
	width:579px;
	height:11px;
	background-repeat: no-repeat;
}

.centre_centre {
	background-image:url(images/centre_centre.png);
	width:579px;
	float: left;
}

.centre_bas {
	background-image:url(images/centre_bas.png);
	width:579px;
	height:15px;
	clear:both;
}

.vignette {
	background-image:url(images/vignette.png);
	width:231px;
	height:154px;
	float:left;
	margin-left: 40px;
	margin-bottom: 15px;
	text-align: center;
	padding-top: 10px;
	color: #FFF;
}

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

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

#footer {
	clear:both;
	width:100%;
	text-align: center;
	color: #FFF;
}

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

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