.right {
    text-align: right;
}

.normal {
    font-weight: normal;
}

.bleu {
    color: #27509C;
}

.titreBlanc2 {
    color: #FFF;
    font-weight: bold;
}

.titreVert {
    color: #F2FF8D;
    font-weight: bold;
}

/****************************/
/****** CORPS DE PAGE *******/
/****************************/

/**** FORMULAIRES ****/

#content input.file {
	border: 1px solid #27509C;
	color: #000;
	background: #FFF;	
	font-size: 1em;
	width: 200px;	
	margin: 0 0 0 3px;
	text-align: left;
}

/**** PAGE LOGIN ****/
#erreurLogin {
	color: #DF6D40;
	border-top: 1px dashed #DF6D40;
	border-bottom: 1px dashed #DF6D40;
	padding: 1px 1px 1px 1px;
    letter-spacing: 2pt;
    font-weight: bold;
}

/**** PAGE RESULTATS ****/
#resultats .entete {
    background-color: #78CF00;
    color: #666;
    font-weight: bold;
}

#resultats th {
    background-color: #27509C;
    padding: 4px;
}

#resultats .colCentre {
    text-align: center;
}

#resultats tr.blanc {
    background-color: #FEC592;
    color: #993366;
    font-weight: bold;
}

#resultats tr.gris {
    background-color: #E77021;
    color: #993366;
    font-weight: bold;
}

#resultats p.navigation {
    background-color: #27509C;
    color: #FFF;
    padding: 4px;
    margin: 0px;
    text-align: center;
    height: 14px;
}

#resultats p.navigation a {
    color: #FFF;
    text-decoration: none;
}

#resultats p.navigation a:hover {
    color: #FFF;
    text-decoration: underline;
}

#resultats span.pages {
    width: 100px;
    text-align: left;
    float: left;
}

#resultats span.nav {
    width: 301px;
    text-align: center;
    float: left;
}

/**** PAGE LEGISLATION ****/
#legislation table {
    background-color: #E77021;
    border-top: 1px solid #27509C;
    border-bottom: 1px solid #27509C;
    border-left: 1px solid #27509C;
    padding: 0px;
    margin: 0px;
}

#legislation td {
    border-top: 1px solid #27509C;
    border-right: 1px solid #27509C;
    padding-left: 2px;
    text-align: left;
    vertical-align: top;
    color: #993366;
    font-weight: bold;
}

#legislation th {
    background-color: #78CF00;
    padding: 4px;
}

#legislation td.rubrique {
    font-weight: bold;
    text-align: center;
}

#legislation tr.trBleu {
    color: #27509C;
}

#legislation tr.trBleu a {
    color: #27509C;
}

#legislation tr.trVert {
    color: #008000;
}

#legislation tr.trVert a {
    color: #008000;
}

#legislation tr.trRouge {
    color: #800000;
}

#legislation tr.trRouge a {
    color: #800000;
}

#legislation tr.trOrange {
    color: #FF9900;
}

#legislation tr.trOrange a {
    color: #FF9900;
}

#legislation tr.trNoir {
    color: #000;
}

#legislation tr.trNoir a {
    color: #000;
}

/**** PAGES REGLEMENTATION ****/
#reglementation table {
    background-color: #E77021;
}

#reglementation th {
    background-color: #78CF00;
    color: #FFF;
    text-align: center;
}

#reglementation td {
    text-align: center;
    color: #000;
}
