/* CSS Document */
body
{
	background-color: #992222;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	line-height: normal;
}

.titre
{
	font-size: 20px;
	color: #992222;
	font-weight: bold;
}

.soustitre
{
	font-size: 17px;
	color: #992223;
	font-weight: bold;
}

.text1
{
	font-size: 15px;
	color: #404040;
}

.text2
{
	font-size: 13px;
	color: #404040;
}

.text3
{
	font-size: 11px;
	color: #ffff99;
}


a
{
	text-decoration: none;
	color: #1166DD;
}
a:hover
{
	color: #EEEE55;
	text-decoration: none;
}


td.ee
{
	border-left-color: Black;
	border-left-style: solid;
	border-left-width: 1px;
}


/* * * * * * * *\ 
 * Formulaires *
\* * * * * * * */
input
{
	font-size: 12px;
	color: #404040;
	background-color: #E9E9E9;
	border: 1px solid #000000;
}
textarea
{
	font-size: 12px;
	color: #404040;
	background-color: #E9E9E9;
	border: 1px solid #000000;
}
select
{
	font-size: 12px;
	color: #404040;
	background-color: #E9E9E9;
	border: 1px solid #000000;
}
/* * * * * * * */



