/* Définition de règle */
@charset "iso-8859-1";

body
{
	background-color: #660000;
	background-repeat: no-repeat;
}

.Texte
{
	color: #660000;
	font-size: 12pt;
	font-family: Georgia, arial;
	text-align: justify;
}

.Soin
{
	color: #33CCCC;
	font-size: 12pt;
	font-family: Georgia, arial;
	text-align: justify;
}

.Commentaires
{
	color: #660000;
	font-size: 12pt;
	font-family: Georgia, arial;
	text-align: justify;
}


.News
{
	color: #660000;
	font-size: 12pt;
	font-family: Georgia, arial;
	text-align: justify;
}

.Titre
{
	color: #FF6600;
	font-size: 14pt;
	font-family: Georgia, arial;
	text-align: left;
	font-weight: bold;
	font-decoration: underline;
}

.Prix
{
	color: #33CCCC;
	font-size: 12pt;
	font-family: Georgia, arial;
	text-align: left;
	text-decoration: italic;
}

.TitreTexte
{
	color: #660000;
	font-size: 14pt;
	font-family: Georgia, arial;
	text-align: left;
	font-weight: bold;
}

.Pub
{
	color: #660000;
	font-size: 10pt;
	font-family: Georgia, arial;
	font-weight: bold;
	position: absolute;
}

.pages {
	background-color:#FFFFFF;
	scrollbar-3dlight-color: #FFCC99;
	scrollbar-darkshadow-color: #FFCC99;
	scrollbar-face-color: #FF6600;
	scrollbar-highlight-color: FF6600;
	scrollbar-shadow-color: FF6600;
	scrollbar-track-color: #FFCC99;
	scrollbar-arrow-color: #FFFFFF;
}

a.Lien
{
    font-family: Georgia, arial;
    font-size: 10pt;
    color: #660000;
	font-weight: bold;
	text-decoration: none;
}
a.Lien:hover {color: #33CCCC;}

.LienActif
{
    font-family: Georgia, arial;
    font-size: 10pt;
    color: #33CCCC;
	font-weight: bold;
	text-decoration: none;
}

.Separateur
{
	color: #FF6600;
}