body {  
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background: #000000;
	background-image: url(images/fond.png);
	background-repeat: repeat-x;
	background-attachment:fixed;/* */
	color: #666666;
	font-size: 10px;
  }
h1, h1 a{
	color: #FFFFFF;
	font-size: 14px;
}
p {
	color: #666666;
	font-size: 10px;
}

input {
	background: #000000;
	color: #666666;
	border: 1px solid #666666;
	font-size: 20px;
}
textarea {
	background: #000000;
	color: #666666;
	border: 1px solid #666666;
	font-size: 20px;
	height: 30px;
}

img, img a{
	border: 0px;
}
.vignette img{
	border: 3px solid #666666;
}
#main{
	width:790px;
	color:#666666; 
	background: #EEEEEE;
	border: 3px solid #666666;
	margin:auto;
	text-align:center;
	padding:5px;
	overflow: auto;
}
#main h1 a{
	color:#666666;
	margin: 0px;
}
#main h1{
	color:#666666;
	margin: 0px;
}
.points{
	color:#006699;
}
.droite{
float: right;
text-align:left;
}
.gauche{
float: left;
text-align:left;
}
#logo{
	width: 800px;
	height: 150px;
	background: #000000;
	margin:auto;
}
.emailer {
	margin-top: 25px;
	background-image: url(images/fond_petit.gif);
	background-repeat: repeat-x;
	width: 800px;
	height: 80px;
}

#message{
	width: 750px;
	border: 1px solid #666666;
	background: #000000;
	text-align: left;
	padding: 10px;
}
#message h1{
	font-size: 20px;
	margin-bottom: 25px;
}
#erreurs{
	width: 600px;
	border: 1px solid #666666;
	margin-bottom: 45px;
	padding: 15px;
	background-image: url(images/fond_petit.gif);
	background-repeat: repeat-x;
}
.info{
	margin-top: 55px;
	width: 640px;
}
.invitation{
	width: 600px;
	border: 1px solid #666666;
	margin-bottom: 45px;
	padding: 15px;
	background-image: url(images/fond_petit.gif);
	background-repeat: repeat-x;
}
#footer{
	width: 800px;
	/*border-top: 1px solid #666666;*/
}
