* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #00adc1;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	background-color: #0b687a;
	margin-bottom: 15px;
	margin-top: 10px;
	font-size: 24px;
	clear: left;
	height: 30px;
}
h2 {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
p {
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 14px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form,
.messages {
	background-color: #f2f2f2;
	border: 1px solid #CCCCCC;
	width: 517px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 63px;
}
.messages {
	color: red;	
}

label {
	display:block;
	width:80px;
	float:left;
	padding-top: 3px;
}
input, textarea {
	width: 350px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	height: 200px;
}
.bouton {
	width: 100px;
	margin-left: 187px;
	display: block;
	margin-top: 20px;
}
#centrage {
	position: absolute;
	left: 50%;
	margin-left: -385px;
	padding-bottom: 50px;
	width: 770px;
}
#contenu {
	background-color: #FFFFFF;
}
#menu, #footer {
	width: 100%;
	clear: left;
}
#centre {
	padding-right: 17px;
	padding-left: 17px;
	clear: left;
	width: 736px;
}
.vignette, .vignette-ec, .vignette-acc {
	width: 50%;
	text-align: center;
	float: left;
	padding-bottom: 60px;
	height: 263px;
}
.vignette-acc {
	height: 335px;
	padding-bottom: 0px;
}
.vignette-ec {
	height: 350px;
}
.ecard {
	width: 100%;
	text-align: center;
	height: 600px;
}
.vignette img, .vignette-ec img, .vignette-acc img, .ecard img {
	border: 1px solid #CCCCCC;
}
.decalage {
	padding-left: 17px;
}
.webmasters {
	text-align: center;
}
.goodies {
	font-size: 24px;
	font-weight: normal;
	margin-top: 5px;
}

#win, #infos {
	position: absolute;
	background: #fff;
	border: 1px solid black;
	padding-bottom: 30px;
	width: 730px;
	margin-left: 20px;
	display: none;
}