/* Général */

body
{
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
a
{
	color:#FFFFFF;
}
a:hover
{
	text-decoration:none;
}
.spacer
{
	clear: both;
}

table
{
    width: 500px;
    color: #000000;
    font-size: 12px;
    border-width:1px;
    border-style:solid;
    border-color:#ffffff;
    border-collapse:collapse;
    text-align:center;
    background-color:#e2d58d;
}

th
{
	text-align:center;
	background-color: black;
	color: white;
}
/* Entete */

.img_logo
{
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/logo_lilavea.png);
	background-repeat:no-repeat;
	height:98px;
	width:137px;
}

.text_logo
{
	text-align: center;
	font-size: 10px;
}

/* Corps */

.main
{
	width:500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.img_femme-pierre
{
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/femme-pierre.jpg);
	background-repeat:no-repeat;
	height:215px;
	width:421px;
}

/* Formulaire */

.form_left
{
	text-align: right;
	width : 200px;
	float: left;
}

.form_right
{
	float: left;
	text-align: left;
}

input, textarea, select {
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid black;
	}
	input[type=submit], input[type=reset] , input[type=button]{
	background-color: black;
	color:#ffffff;
	font: bold;
	}
	input[type=submit]:hover
	{
	background-color: white;
	color: #000000;
	}

.img_btn_retour
{
	background-image:url(images/btn_retour_accueil.gif);
	background-repeat:no-repeat;
	height:18px;
	width:80px;
}
.btn_retour{
	margin-left: auto;
	margin-right: auto;
	width:80px;
}
.btn_retour:hover{
	background-color: white;
	height:18px;
	width:80px;
}

.img_btn_valider
{
	background-image:url(images/btn_valider.gif);
	background-repeat:no-repeat;
	height:23px;
	width:100px;
}
.btn_valider{
	margin-left: auto;
	margin-right: auto;
	width:100px;
}
.btn_valider:hover{
	background-color: white;
	width:100px;
}

iframe
{
margin-top: 30px;
margin-bottom: 30px;
margin-left: -60px;
}

/* Pied de page */

.footer
{
	margin-top: 100px;
	text-align: center;
}
