

#comment
{
font-family: arial;
font-size: 11px;
font-weight:bold;
border:0px;
background-color:#f5f7e9;
color:red;
/* TODO CHECK ca ne passe pas le validateur */
overflow-y: auto;

}

table.inscription td
{
font-family: arial;
font-size: 12px;
text-indent:0.06cm;
}

table.inscription td.inscriptionTitreClass
{
font-family: arial;
font-size: 14px;
color:#2F9535;
font-weight:bold;
}


.inscriptionButton {
border:2px outset red;
font-weight:bold;
cursor:pointer;
width: 70px;
height: 18px;
border:1px solid #2F9535;
background-color:white;
color: #2F9535;
font-weight: bold;
font-size: 10px;
}
.inscriptionButton:hover {
background-color:white;
color:red;
}


.formInscription{
border: 1px solid;
border-color:#2F9535;
font-family: arial;
font-size: 11px;
height:19px;
padding:2px;
font-weight:bold;
}

.inscriptionPetit{
font-family: arial;
font-size: 11px;
}

.formInscriptionSubTitre{
font-family: arial;
font-size: 12px;
font-weight:bold;
color:#2F9535;
}
.formInscriptionCom{
border: 1px solid;
border-color:#2F9535;
font-family: arial;
font-size: 11px;
font-weight:bold;
text-align:left;
}