
.myBox {
	background-image:url(../img/paper_5.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
	width: 800px;
	margin: 40px auto;
    color: #fff;
    padding: 10px;
    background-color: #c19a57;
    border: none;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.myLittleBox {
	background-color:#ffffff;
	width: 600px;
	height: 60px;
	margin: 0 auto;
    color: #000;
	padding: 10px;
    text-align: center;
    border: none;	
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

input, textarea
{
   font: 1.0em "Arial",Arial,sans-serif;
   background-color: #000000;
}
input:focus, textarea:focus /* Quand le curseur est sur un champ */
{
   background-color: #323232;
}
input:hover, textarea:hover /* Quand le curseur est sur un champ */
{
   background-color: #323232;
}
label
{
   color: black;
   margin-left: 8px;
}
legend /* On met un peu plus en valeur les titres des fieldset */
{
   color: #000000;
   font-weight: bold;
}

fieldset
{   
   
}

#logovert {
	position: absolute;
	margin-left: 140px;
	left: 50%;
	top: 580px;
}
#logovertSend {
	position: relative;
	margin-left: 20px;
	left: 20px;
	top: 20px;
}
