body
{
	background-color: #FFFFFF; /*  #8C2213;*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0px 5px 0px 5px;
}

.noprint 
{
	 display: none;
}

#wrapper, #content {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent;
	}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none}

h1
{
background-color: white;
color: black;
}

h2
{
background-color: white;
color: black;
}

h3
{
background-color: white;
color: black;
}

/* Tableau pour liste avec alternance de couleur */
table.list
{
border: 0px solid black;
padding:3px 2px 3px 2px;
}

.list td
{
padding:3px 2px 3px 2px;
}

.list th
{
padding:3px 2px 3px 2px;
font-size: 80%;
background-color: white;
color: black;
}

tr.l1
{
background-color: white;
color: black;
	border: 0px;
}

tr.l2
{
background-color: white;
color: black;
	border: 0px;
}

tr.tot
{
background-color: white;
color: black;
	border: 0px;
}

/* Tableau affichage formulaire */
table.simple
{
border: 0px solid black;
padding:0px 0px 0px 0px;
}

.simple tr
{
/*	background-color: #FFF0E0; */
background-color: #FFF8F8;
	border: 0px;
}
.simple td
{
font-size: 100%;
}

.simple th
{
font-size: 100%;
background-color: #FEE0E0;
color: #000000;
text-align: right
}


/*p, font, label, option, select, textarea  Midification pour ff*/
p, font, label, option, textarea
{
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0;
	border: 0;
	padding: 0 0 6px 0;
}

ul
{
	margin: 0px 0px 0px 15px;
	border: 0;
	padding: 0;
}

ol, li
{
	margin: 0 0 6px 15px;
	border: 0;
	padding: 0;
}


img 
{
	border: 0px;
}


hr {
	border: 0px;
	color: black;
	background-color: black;
	height: 1px;
}


.center {
	text-align: center;
}
.center table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.center th {
	text-align: center;
}

.newsdate {
	font-size: smaller;
	font-style: italic;
	color: #6666cc;
	background-color: transparent;
}

li {
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-type: square;
}

em {
	font-weight: bold;
	font-style: italic;
}

/* Sélection affiché, mais qui ne s'imprime pas */
#headsel {
    display: none;
}

#message {
    display: none;
}

/* Header navigation area ------------------------------------------------- */

#headnav {
	color: black;
	background-color: white; /* #9999cc; */
	height: 90px;
	position: relative;
	font-size: 180%;
}
#headmenu {
    display: none;
}

