﻿body {
	/*background: #353c48 url('fonds/noel02.gif') ;*/
	background: #191970;
	background-color: #DFECFF; /*text-align: center;*/;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	list-style-type: circle;
}

.contenu {
	/*background-image: url('fonds/noel01.gif');*/
	background: #F0FFFF;

}

.rubrique {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	color: #0000FF;
	text-decoration: underline overline;
}
.titre1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	font-style: normal;
	color: #000080;
	text-decoration: underline overline;
}
.titre2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	color: #000080;
	text-decoration: underline;
}
.titre3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color: #000080;
	text-decoration: underline;
}
.titre4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	font-style: italic;
	color: #000080;
	text-decoration: underline;
}
.img_center_legende {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	text-align: center;
}
.commentaires_italique {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: small;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}
.actualisation {/* date des maj de chaque page*/
	font-family: Arial, Helvetica, sans-serif;;
	font-size: x-small;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	text-align: right;
}
.table_ss_bordures{
	border-style: none;
	border-width: medium;
}


table{
/* table : fond tableau*/
	border: 1px solid #66CCFF;
/*	background-color: #CCCCCC;*/
	text-align: center;
}

td{
/* td : fond cellule' */
	border: 1px solid #006699;
/*	background-color: #C8C8C8;*/
	text-align: center;
}

/* Gestion des liens : */

a, a:link {/* lien */
	font-family: Arial, Helvetica, sans-serif;
	color: #4095df;
	text-decoration: none;
	font-weight: bold;
}

a:visited {/* déja visité */
	color: #4870aa;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
/* souris dessus */
	color: #008080;
	text-decoration: underline;
}

a:focus {
/* en cours */
	color: #800080;
}

a:active {
/* en train de cliquer */
	color: #FF00FF;
}