/*style pour le formulaire d'inscription */

/*div contenant le formulaire */
#formulaireInsc {
	height: auto;
	width: 550px;
	background-color: #277777;
	color:#fff;
	padding : 5px 5px 5px 5px;

}

/*div contenant la réponse à l'inscription */
#reponseInsc {
	height: auto;
	width: 550px;
	background-color: #277777;
	color:#fff;
	font-size: 12px;
	font-weight: bold;
	padding : 15px 5px 15px 5px;
	margin-left:30px;
	margin-top:30px;
}


/*style pour le tableau*/
#tabInsc tr {
	height:25px;
}


#tabInsc td {
	padding-left:5px;
}

.titreForm {
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

.message {
	color:#fff;
	font-style: italic;
	font-weight: bold;
}


/*##########################################
ELEMENTS DE FORMULAIRE
############################################
*/

/*style pour les libellés des champs*/
.libelle{
	color:#fff;
	font-weight: bold;

}

.input {
	vertical-align:middle;
	font-size:10px;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-weight:bold;
	background-color:#fff;
	border:none;
	padding-left:5px;
	
}

.bouton {
	font-size:10px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000;
	background:#e1e1e1;
	border-left:solid 1px #fff;
	border-top:solid 1px #fff;
	border-right:solid 1px #000;
	border-bottom:solid 1px #000;
}

/*##########################################
PRESENTATION DES FICHIERS A TELECHARGER
############################################
*/

a.fichiers, a.fichiers:link { 
	padding-left:50px;
    text-decoration: none;
    color: #000;
    font-size: 11px;
}
a.fichiers:visited { 
	color: #000;
}
a.fichiers:hover {
	 color: #000;
	 text-decoration: underline;
}
a.fichiers:active {
	 color: #000;
	 text-decoration: underline;
}

.repertoire {
	background-color:#29499C; 
	font-size: 12px;
	font-weight: bold;
	margin : 5px 2px 5px 2px;
	padding-top:2px;
	padding-bottom:2px;
	color:#fff;
	margin-left:0px;
}

.repertoire1 {
	background-color:#8FB0FF; 
	font-size: 12px;
	font-weight: bold;
	margin : 5px 2px 5px 2px;
	padding-top:2px;
	padding-bottom:2px;
	color:#fff;
	margin-left:15px;
}

.repertoire2 {
	background-color:#BFD3FF; 
	font-size: 12px;
	font-weight: bold;
	margin : 5px 2px 5px 2px;
	padding-top:2px;
	padding-bottom:2px;
	color:#fff;
	margin-left:30px;
}