/* CSS Document */

/* placement de la page dans la fenêtre et ascenseurs de défilement*/
body {
	margin: 0px;
	vertical-align: top;
	text-align: center;
	scrollbar-face-color:#669999; 
	scrollbar-shadow-color: #669999; 
	scrollbar-highlight-color: #669999; 
	scrollbar-3dlight-color:#669999; 
	scrollbar-darkshadow-color:#669999; 
	scrollbar-track-color: #E9F3F2; 
	scrollbar-arrow-color:#FFFFFF;
	background-color: #E9F3F2;
}

/* a = liens */
a {
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

a:visited {
	color : #B5B5B5; 
} 

/* largeur de l'affichage et fond. Pour essai remplacez 100% par une valeur infèrieure 90% ou 800px par exemple */
.table_page {
	width: 100%;
	background-image: url(fd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Objet, slogan ou titre de la page : comme vous voulez... */
.objet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #669999;
	padding: 5px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7592BC;
	width: 98%;
}

/* La couleur de l'image sert à colorer le tour de la table par rapport à table_texte avec cellspacing = 1 */
.table_bord1 {
	background-image: url(fd_titres_bleu.jpg);
	width: 99%;
}

/* Autre image ou autre couleur */
.table_bord2 {
	background-image: url(fd_titres_vert.jpg);
	width: 99%;
}

/* Titre des rubriques avec puce image */
.rubrique {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	padding: 3px;
	list-style-position: inside;
	list-style-image: url(fleche.gif);
	list-style-type: Aucune;
}

/* texte avec puces couleur 1 (ici bleu) */
.texte1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	background-color: #FFFFFF;
	padding: 5px;
	list-style-image: url(puce1.gif);
	list-style-type: Aucune;
}

/* texte avec puces couleur 2 (ici vert) */
.texte2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	background-color: #FFFFFF;
	padding: 5px;
	list-style-image: url(puce2.gif);
	list-style-type: Aucune;
}

/* texte gras centré utilisé dans les news */
.texte3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: justify;
	padding: 5px;
}
.pieddepage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(fd_titres_bleu.jpg);
	text-align: center;
	padding: 5px;
	width: 98%;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}


.liensbas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.fdtitrev {
	background-image: url(fd_titres_vert.jpg);
	background-repeat: repeat;
}

