/* CSS Document */
/*
*  Style Sheet, feuille de style CSS.
*
*  permet de définir les polices, les couleurs
*  l'emplacement des éléments et les autres attributs
*  de toutes les pages du site
*
*  Fichier : StyleSheet.css
*
*  Auteur : Georges Eckstein
*  Version : 1.0
*
*/

/* Couleur de fond de la page et polices utilisées */
body {
	background-color: #000000;
	font-family: Simonetta;
	color: #FFFFFF;
	font-size: 20px;
}

/* Definit le style pour la date  */
#pDate {
	position: absolute;
	top: 22px;
	right: 10px;
	font-family: Simonetta;
	font-size: 14px;
	margin-bottom: 15px;
}

/* Definit le style pour les titres H1  */
h1 {
	font-family: Simonetta;
	font-size: 32px;
	text-align: center;
	text-decoration: none;
}

h2 {
	font-family: Simonetta;
	font-size: 28px;
	text-align: center;
	text-decoration: none;
}

h3 {
	font-family: Simonetta;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
}

.important {
	color: #FF0000;
}

.trespetit {
	font-size: 12px;
}

.petit {
	font-size: 16px;
}

.grand {
	font-size: 24px;
}

.tresgrand {
	font-size: 28px;
}

#content {
	font-size:10px;
}

#contentLast {
	font-size:10px;
}

a:link {
	color : #00CC00 ;
	background-color: ;
	text-decoration: none;
}
a:hover {
	font-family: Simonetta;
	color: #000000;
	background-color: #00CC00;
	text-decoration: none;
}
a:visited {
	font-family: Simonetta;
	color: #339900;
	text-decoration: italic;
}
.soustitre1 {
	font-family: Simonetta;
	font-size: 18px;
	color: #031975;
	text-decoration: none;
}
.tete {
	font-family: Simonetta;
	font-size: 24px;
	color: #031975;
	text-decoration: none;
	text-align: left;
}

