BODY 	{
	font-family:arial;
	font-style:normal;
	color:#804040;
	font-size:12;
	background-color:#E8D9BD;
	}

table 	{
	font-family:Verdana;
	font-style:normal;
	color:#804040;
	font-size:12;
	}

/* Texte */
P
{
	font-family:verdana;
	font-style:normal;
	font-size:12;
	color:#804040;
}

input
{
	font-family:Verdana;
	font-style:normal;
	color:#804040;
	font-size:12;
	background-color:#E8D9BD;
	/*border:solid 1 gray;*/
	/*cursor:hand;*/
}

textarea
{
	font-family:arial;
	font-style:normal;
	color:#804040;
	font-size:10pt;
		/*background-color:#F7E9D5;*/
	background-color:#E8D9BD;
}

.Titre
{
	font-family:dolphin,georgia,tahoma,MS trebuchet;
	font-style:normal;
	font-size:25;
	font-weight:bold;
	color:#804040;
}

.PtiTitre
{
	font-family:dolphin,georgia;
	font-style:normal;
	font-size:15;
	color:#804040;
	font-weight:bold;
	text-decoration:none;
}


.ptiArial
{
	font-family:Arial;
	font-size:8pt;
}

A.PtiTitre:visited
{
	color:#804040;
	text-decoration:none;
}

A.PtiTitre:hover
{
	/*font-family:dolphin,georgia;
	font-style:normal;
	font-size:20;
	color:#804040;
	font-weight:normal;*/
	text-decoration:undeline;
}


/*Liens Hypertextes */
A:link
{
	font-family:verdana;
	color:#804040;
	font-style:normal;
	/*text-decoration:underline;*/
}

A:Visited
{
	font-family:verdana;
	color:#804040;
	/*color:#C00000;*/
	/*text-decoration:underline;*/
	font-style:normal;
}

A:hover
{
	font-family:verdana;
	color:darkblue;
	/*text-decoration:none;*/
	/*text-decoration:underline;
	font-size:105%;
	text-transform:uppercase;
	font-style:italic;*/
}

/* Petits Liens dans les pages */
A.pti
{
	font-family:Arial;
	/*color:#C00000;*/
	font-style:normal;
	font-size:10;
	text-decoration:none;
}

A.pti:Visited
{
	font-family:Arial;
	color:#804040;
	text-decoration:none;
	font-size:10;
	font-style:normal;
}

A.pti:hover
{
	font-family:Arial;
	color:darkblue;
	font-size:10;
	text-decoration:underline;
}

/* Liens dans le sommaire */
A.som
{
	font-family:Arial;
	color:#804040;
	font-style:normal;
	font-size:10;
	text-decoration:none;
}

A.som:Visited
{
	font-family:Arial;
	color:#804040;
	text-decoration:none;
	font-size:10;
	font-style:normal;
}

A.som:hover
{
	font-family:Arial;
	color:darkblue;
	font-size:10;
	text-decoration:underline;
}


/* liens hypertextes dans la page d'accueil (index.htm) */
A.index {
	color: #FF8000;	}

A.index:visited {
	color: #FF8000;
	}

A.index:hover{
	color: #FF8000;
	}

/* pas de cadre pour les images */
IMG 	{
        border:0;
	border-top-width:0;
	border-bottom-width:0;
	border-left-width:0;
	border-right-width:0;
        padding:0;
	} 
	
hr {
	height:1;
	color:#804040;
}
.button
{
	cursor:hand;
	border:solid 1 gray;
}
