/* @override 
	http://platinumrds.com/weirdhits/style.css
	http://viciouscircle.org/free_download/style.css
*/

body{
	color: black;
	margin: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background: transparent url(img/fond_bas_droite.gif) no-repeat fixed right bottom;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
}

div#fnd_bas_gauche {
	background: transparent url(img/fond_haut_gauche.gif) no-repeat fixed left top;
	
}

#fnd_bas_droite {
		background: transparent url(img/fond_bas_gauche.gif) no-repeat fixed left bottom;
}

#forms {
	margin: 4px;
	padding: 16px;

}

#under_form {
	margin-left: 140px;
	width: 407px;
	position: absolute;
	bottom: 90px;
}

span.texte {
	background-color: white;
	color: black;
	font-size: 13px;
}




font{
	background-color: white;
}
#liste{
	width: 236px;
	font-size: 15px;
	text-align: justify;
	position: absolute;
	top: 130px;
	left: 107px;
	background-color: white;
	padding: 5px;
	font-weight: bold;
}

input#mail, input#mail2{
	background-color: #F3D31C;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
	border: 1px dashed gray;
	margin-left: 15px;
}

input#button{
	background-color: #F3D31C;
	border: 1px solid black;
	cursor: pointer;
	width: 146px;
	margin-left: 15px;
	font-weight: bold;
}

#button:hover{
	background-color: orange;
}

/* validation */


.LV_validation_message{
	font-style: italic;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
	font-style: italic;
	text-transform: lowercase;
	position: absolute;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
	color: green;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
	color: red;
}
