#centre{
text-align: center;
}

#generateur{
margin-left: auto;
margin-right: auto;
width: 800px;
text-align: left;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#titre {
font-size: 14px;
letter-spacing: 2px;
font-weight: bold;
border: 1px solid black;
background-color: #043794;
width: 100%;
}

#description {
margin-top: 15px;
margin-bottom: 15px;
}

#cadre_creation {
border: 1px solid #043794;
background-color: #EAEADA;
width: 100%;
}

#cadre_creation2 {
margin: 5px;
width: 100%;
}

.etape {
letter-spacing: 10px;
font-weight: bold;
}

.cadre_description {
width: 15%;
float: left;
margin-top: 20px;
}

.cadre_donnee {
width: 85%;
float: left;
margin-top: 20px;
}

.rouge{ color: red; }

.fcenter{ margin-left: 180px; }
.fgauche{ margin-left: 245px; }

a:link { text-decoration: none; color: black; }
a:visited { text-decoration: none; color: black; }
a:active { text-decoration: none; color: black; }
a:hover { text-decoration: none; color: #043794; }
