@charset "UTF-8";
/* CSS Document */

body
{
font-family:Arial, Helvetica, sans-serif;
}

#block
{
margin-top:100px;
margin-left:auto;
margin-right:auto;
width:400px;
}

h1
{
font-size: 16px;
}

fieldset
{
background-color:#CCC;
max-width:500px;
padding:16px;	
margin-top:25px;
font-size: 13px;	
border: 1.2px solid #555;
border-radius:13px;
}

h3
{
font-size:13px;
}

legend
{
margin-left:-17px;
font-size: 14px;	
margin-bottom:20px;
}


.error{
color:red;
}

#erreur
{
font-size:12px;
margin-top:15px;
margin-left:5px;
color:red;
}

.suivant
{
margin-top:30px;
float:right;
background-color: #555;
width:150px;
height:30px;
border:0px;
border-radius:5px;
color:#CCC;
}

.precedant
{
color:#CCC;
margin-top:30px;
border-radius:5px;
background-color: #555;
width:150px;
height:30px;
border:0px;
}

.recommencer
{
color:#CCC;
margin-top:30px;
border-radius:5px;
background-color: #555;
width:150px;
height:30px;
border:0px;
margin-left:105px;
}