html, body {
	margin: 0px;
	background-color: #4a4a4a;
	height:100%;
}

a:active { outline: none; } 
a img { border: none; }

/************************* ENTETE **************************************/
.entete {
	background-color: #666666;
}

/************************** BAS DE PAGE ***********************************************/
.baspage {
	background-color: #4e4e4e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ddd;
	text-decoration:none;
}
.baspage a:link, .baspage a:visited {
	color: #ddd;
	text-decoration:none;
}
.baspage a:hover {
	color: #fff;
	text-decoration:underline;
}

/************************** MENU ***********************************************/
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #ddd;
	text-decoration:none;
	font-style: italic;
}
.menu a:link, .menu a:visited {
	color: #ddd;
	text-decoration:none;
}
.menu a:hover {
	color: #fff;
	text-decoration:underline;
}

.menuOn {
	background-color: #4a4a4a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #ddd;
	text-decoration:none;
	font-style: italic;
}
.menuOn a:link, .menuOn a:visited {
	color: #ddd;
	text-decoration:none;
}
.menuOn a:hover {
	color: #fff;
	text-decoration:underline;
}

/************************** NAVIGATION ***********************************************/
.navigation {
	background-color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #ddd;
	text-decoration:none;
	font-style: italic;
}
.navigation a:link, .navigation a:visited {
	color: #ddd;
	text-decoration:none;
}
.navigation a:hover {
	color: #fff;
	text-decoration:underline;
}

.navigationOn {
	background-color: #676767;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #ddd;
	text-decoration:none;
	font-style: italic;
}
.navigationOn a:link, .navigationOn a:visited {
	color: #ddd;
	text-decoration:none;
}
.navigationOn a:hover {
	color: #fff;
	text-decoration:underline;
}


/************************** BANDE ANNEXE ***********************************************/
.bandeAnnexe {
	background-color: #676767;
}


/************************* TITRES **************************************/
.titres, .titres a:link, .titres a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ddd;
	font-size:26px;
	font-style: italic;
	text-decoration:none;
}
.titres a:hover {
	color: #fff;
	text-decoration:underline;
}


/************************** LOGO ***********************************************/
.logo, .logo a:link,  .logo a:visited, .logo a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #ddd;
	text-decoration:none;
	font-style: italic;
}
.logo.gauche {
	float: left;
}
.logo.droite {
	float: right;
}


/************************** TEXTES ***********************************************/
.texte, .texte a:link,  .texte a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #ddd;
	text-decoration:none;
	font-style: italic;
}
.texte a:hover {
	color: #fff;
	text-decoration:underline;
}


/************************** RUBRIQUE ***********************************************/
.rubActive {
	background-color: #676767;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #fff;
	text-decoration:none;
	font-style: italic;
}


/************************** THEMES ***********************************************/
.themeTitre, .themeTitre a:link,  .themeTitre a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #ddd;
	text-decoration:none;
	font-style: italic;
}
.themeTitre a:hover {
	color: #fff;
	text-decoration:underline;
}

.themePhoto {
	margin-left: 30px;
	border: solid 2px #333;
}

.themeActif {
	background-color: #676767;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #fff;
	text-decoration:none;
	font-style: italic;
}
