body {
	background-color: #c68426;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

form {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color:#7D1A00;
	font-weight:bold;
}

.clear{
	clear:both;
}

#header {
	background: url(images/header.png) no-repeat top left;
	width: 1000px;
	height: 318px;
	margin: 0 auto;
}

#logo {
	width: 547px;
	height: 237px;
	margin-top: 33px;
	margin-left: 266px;
	position: absolute;
}

#conteneur {
	background: url(images/background.png) repeat-x top left;
	width: 1000px;
	margin: 0 auto;
}

#menu-gauche {
	width: 225px;
	float: left;
}

#compte {
	background: url(images/compte.png) no-repeat top left;
	width: 180px;
	height: 156px;
	padding: 0 20px;
	padding-top: 90px;
}

#compte form {
	font-size: 9pt;
}

#compte label {
	float: left;
}

#compte input[type=text],#compte input[type=password] {
	width: 89px;
	height: 19px;
	background: url(images/input.png) no-repeat top left;
	border: 0;
	margin-left: 5px;
	padding: 1px 0 0 5px;
	float: right;
}

#compte input[type=submit] {
	width: 29px;
	height: 20px;
	background: url(images/ok.png) no-repeat;
	border: 0;
	margin-top: 5px;
	float: right;
}

#compte p {
	margin: 2px 0;
	float: right;
}

#compte span {
	float: left;
	padding-left: 15px;
}

#compte a {
	color: #000;
	font-size: 11pt;
}

#menu {
	background: url(images/menu.png) no-repeat top left;
	width: 225px;
	height: 550px;
	padding: 0 20px;
	padding-top: 80px;
}

#menu .ligne1 {
	background: url(images/cadeau1-background.png) no-repeat top left;
	width: 184px;
	height: 23px;
	font-size: 8pt;
	line-height: 23px;
	font-size: 12pt;
	text-align: center;
}

#menu .ligne2 {
	background: url(images/cadeau2-background.png) no-repeat top left;
	width: 184px;
	height: 23px;
	font-size: 8pt;
	line-height: 23px;
	font-size: 12pt;
	text-align: center;
}

#contenu {
	background: url(images/contenu.png) no-repeat top left;
	width: 505px;
	height: 946px;
	float: left;
	padding: 5px 20px;
	overflow:auto;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
}

#contenu h1 {
	text-align: center;
	color: #f5ac3e;
}

#message {
	background: url(images/message-top.png) no-repeat top left;
	width: 496px;
	padding-top: 5px;
	padding-left:10px;
	padding-bottom:5px;
}

#message .message {
	background-color: #f5ae40;
	width: 391px;
	padding: 0 10px;
}

#message-bottom {
	background: url(images/message-bottom.png) no-repeat top left;
	width: 411px;
	height: 6px;
	float: left;
}

#menu-droite {
	width: 227px;
	float: left;
}

#gagnants {
	background: url(images/gagnants.png) no-repeat top left;
	width: 227px;
	height: 247px;
	padding: 0 25px;
	padding-top: 110px;
}

#gagnants img {
	float: left;
	margin: 0 5px;
}

#gagnants .cadeau1 {
	background: url(images/cadeau1-background.png) no-repeat top left;
	width: 184px;
	height: 21px;
	font-size: 8pt;
	padding: 1px 15px;
	line-height: 21px;
}

#gagnants .cadeau2 {
	background: url(images/cadeau2-background.png) no-repeat top left;
	width: 184px;
	height: 21px;
	font-size: 8pt;
	padding: 1px 15px;
	line-height: 21px;
}

#gagnants .liste {
	font-size: 10pt;
	padding-top: 5px;
	padding-right: 50px;
	float: right;
}

#agagner {
	background: url(images/agagner.png) no-repeat top left;
	width: 224px;
	height: 247px;
	padding: 0 25px;
	padding-top: 110px;
}

#agagner .liste {
	font-size: 10pt;
	padding-right: 50px;
	float: right;
}

#footer {
	width: 1000px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}