/* 
	Code CSS par POSTEL Edouard
 */
 
 /* Corps de la page */
body
{
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	color: #OOOOOO;
}
table
{
	font-size: 12px;
	text-align: justify;
	width: 725px;
	border: 0px;
}
a:link
{
	text-transform: none;
	color: #0000FF;
	text-decoration: none;
}
a:visited
{
	text-transform: none;
	color: #0000FF;
	text-decoration: none;
}
a:active
{
	text-transform: none;
	color: #0000FF;
	text-decoration: none;
}
a:hover
{
	text-transform: none;
	color: #808080;
	text-decoration: underline;
}
/* Menu */
ul
{
	margin: 0px;
	padding: 0px;
}
li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
li:hover
{
	background-color: #E13D3D;
}
li a
{
	display: block;
	padding: 3px;
	padding-left: 15px;
	padding-right: 20px;
	text-align: left;
	color: #FFFFFF;
}
li a:link,li a:active,li a:visited
{
	display: block;
	padding: 3px;
	padding-left: 15px;
	padding-right: 20px;
	text-align: left;
	color: #FFFFFF;
}
li a:hover
{
	display: block;
	padding: 3px;
	padding-left: 15px;
	padding-right: 20px;
	margin-right: 0px;
	text-align: left;
	background-color:#E13D3D;
	color: #FFFFFF;
	text-decoration: none;
}
div.menu
{

	display : none;
	background-color: #AC0C0C;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	position: absolute;
	top: 114px;
	z-index: 20;
	padding: 0px;
}
div.ssmenu
{
	display : none;
	background-color: #AC0C0C;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	position: absolute;
	top: 114px;
	z-index: 21;
	padding: 0px;
	margin-left: 160px;
}
div#title
{
	text-align:right;
	margin-top: 2px;
	margin-right: 5px;
}
/* Pied de page */
div.pied_1
{
	text-align: left;
	float: left;
}
div.pied_2
{
	text-align: center;	
	line-height: 13pt;
	float: center;
}
div.pied_3
{
	text-align: right;	
	float: right;
}
.xiti
{
	position: absolute;
	display: none;
}
div.titre
{
	font-weight: bold;
	font-size: 12px;
	text-decoration : underline;
	text-align: left;
	text-indent: 17px;
	background-image: url("../images/puce1.gif");
	background-repeat: no-repeat;
	margin-bottom: 2px;
}
h2
{
	text-align: center;
	font-weight: bold;
}
.corps1
{
	vertical-align: top;
	background-color: #AC0C0C;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-right: 2px;
	padding-top: 2px;
}
.erreur
{
	color: #003399;
	font-weight: bold;
	background-color: #FFED75;
	padding: 3px;
	border: 1px;
	border-style: solid;
	border-color: #OOOOOO;
}
div.decale
{
	margin-left: 40px;
}
div.organigr
{
	vertical-align: top;
	display: block;
	width: 80px;
	border: 1px solid #C0C0C0;
	background-color: #EFEFEF;
	padding: 3px;
	font-size: 11px;
	text-align: center;
}