
.normal {
	font-weight : normal;
	text-decoration : none;
	font-style : normal;
	font-size : inherit;
}

.bold, .gras {
	font-weight : bold;
}

.underline, .souligne {
	text-decoration : underline;
}

.italic, .italique {
	font-style : italic;
}

.small, .pluspetit {
	font-size : smaller;
}

.large, .plusgrand {
	font-size : larger;
}

.upper, .majuscule {
	text-transform : uppercase;
}

.lower, .minuscule {
	text-transform : lowercase;
}

.hidden {
	position: absolute;
	top: -1000px;
	left: -1000px;
	overflow: hidden;
	visibility : hidden;
}

a:hover, a:focus {
	background-color : inherit;
    color : #FF0000;
}

h1 {
	font-size : 150%;
}

h2 {
	font-size : 130%;
}

h3 {
	font-size : 115%;
}

h4 {
	font-size : 105%;
}

h5 {
	clear : left;
	font-size : 100%;
	font-style : italic;
}

.clearall {
	clear : both;
}

.justifier {
	text-align : justify;
}

p.droite, p.droit {
	text-align : right;
}

p.gauche {
	text-align : left;
}