@charset "iso-8859-5";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(../images/bg-revendeur.png);
	background-repeat: repeat-x;
	background-position: center top;
}
input {
	border: 1px solid #FF0000;
	width: 200px;
	height: 15px;
	font-size: 11px;
	color: #FF0000;
}
textarea {
	border: 1px solid #FF0000;
	font-size: 12px;
	color: #FF0000;
}
.bouton {
	height: 20px;
	width: 100px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #FFFFFF;
}

#contenu {
	height: auto;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#message {
	height: auto;
	width: 600px;
	padding-top: 40px;
	text-align: center;
}
.majiscule {
	text-transform: uppercase;
}

