body {
    font-size: 10pt;
    font-family: Arial;
}

a.aCourrielFooter:link {
	color: #E97800;
	text-decoration: none;
}

a.aCourrielFooter:visited {
	color: #E97800;
	text-decoration: none;
}

a.aCourrielFooter:hover {
	color: #9C9C9C;
	text-decoration: underline;
}

a:link {
	color: #283381;
	text-decoration: none;
}

a:visited {
	color: #283381;
	text-decoration: none;
}

a:hover {
	color: #9C9C9C;
	text-decoration: underline;
}

.gauche {
    text-align: left;
}

.droite {
    text-align: right;
}

.centre {
    text-align: center;
}

.justifie {
    text-align: justify;
}

.pasAfficheApparaitImpression {
    display: none;
}

.imgMenu {
    cursor: pointer;
}

div.menuItem {
    cursor: pointer;
}

img.imgSupprimerPhoto {
    margin-left: 5px;
    cursor: pointer;
}

img.imgSupprimerFichierListeGestion {
    margin-left: 5px;
    cursor: pointer;
}

div.divImagePreview {
    margin-top: 5px;
}

div.divImagePreviewLien {
    float: left;
}

.display_none {
    display: none;
}

.clear_both {
    clear: both;
}

.cliquable {
    cursor: pointer;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.erreur {
    color: #EB2E15;
}