body {
    font-size: 10pt;
    font-family: Arial;
}

a:link {
	color: #003366;
	text-decoration: none;
}

a:visited {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #9CA3C0;
	text-decoration: none;
}

a.sousmenu:link {
	color: #003366;
	text-decoration: none;
}

a.sousmenu:visited {
	color: #003366;
	text-decoration: none;
}

a.sousmenu:hover {
	color: #ffffff;
	text-decoration: none;
}

a.sousmenu_selectionne:link {
	color: #4183C4;
	text-decoration: none;
}

a.sousmenu_selectionne:visited {
	color: #4183C4;
	text-decoration: none;
}

a.sousmenu_selectionne:hover {
	color: #ffffff;
	text-decoration: none;
}

a.footer:link {
	color: #003366;
	text-decoration: none;
}

a.footer:visited {
	color: #003366;
	text-decoration: none;
}

a.footer:hover {
	color: #2F6395;
	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;
}

.imgMenuLien {
    cursor: pointer;
}

div.menuItem {
    cursor: pointer;
}

img.imgSupprimerPhoto {
    margin-left: 5px;
    cursor: pointer;
}

div.divImagePreview {
    margin-top: 5px;
}

div.divImagePreviewLien {
    float: left;
}

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;
}