﻿/* Liens hypertextes*/
.lienaccueil a, .lienaccueil a:visited, .lienaccueil a:active, .lienaccueil a:hover, lienaccueil a:link
{
    color: #002f5f;
    text-decoration: underline;
    font-size: 11px;
}

a {
    color: #2479ba;
    text-decoration: none;
}

a:visited {
    color: #2479ba;
    text-decoration: none;
}

a:active {
    color: #2479ba;
    text-decoration: none;
}

a:hover {
    color: #a71930;
    text-decoration: none;
}

.aJauneOr {

}

.aJauneOr a, a:visited {
	color: #b37730;
	text-decoration: none;
}

.aJauneOr a:active {
	color: #b37730;
	text-decoration: none;	
}


.aJauneOr a:hover {
	color: #a71930;
	text-decoration: none;	
}

/* Fin des liens hypertextes */

/* HTML */

h1 {
    font: normal 18px;
    letter-spacing: +2px;
    color: #3a7ab1;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

h2 {
    font: normal 16px;
    color: #3a7ab1;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

h3 {
    font: normal 14px;
    color: #3a7ab1;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

hr {
    display: inline;
}

p {
	padding: 0px;
}
