body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #005bbb;
	background-color: white;
}

body.admin {
	background-color: #BCE8F1;
}

table {
	border: 1px solid #003366;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

td, th {
	margin: 0;
	empty-cells: show;
	padding: 4px;
	border: 1px solid #003366;
}

th {
	color: #ffffff;
	background-color: #005bbb;
	border: 1px inset white;
}

a {
	text-decoration: none;
	color: #336699;
}

a:hover {
	color: #ff9900;
}

img {
	border: none;
	vertical-align: middle;
}

p {
	margin: 1em 0em 1em 0em;
	line-height: 1.5em;
	text-align: justify;
}

p a {
	text-decoration: underline;
}

p a:active {
	color: red;
}

p img {
	border: 0;
	margin: 0;
}

h1, h2 {
	font-weight: bold;
	margin: 1em 0em 1em 0em;
	border-bottom: 1px dotted #005bbb;
}

h1 {font-size: 14pt}

h2 {font-size: 13pt}

form {
	border: none;
	margin: 0;
}

input[type=text], input[type=password] {
	border: 1px solid #005bbb;  
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #005bbb;
	visibility: visible;
}

input[type=submit], input[type=button] {
	border-width: 0;
	padding: 5px 10px;
	font-size: 13pt;
	color: white;
	background-color: #005bbb;
	text-transform: uppercase;
	box-shadow: 4px 4px 2px #888888;
}

select {
	border: 1px solid #8cacbb;  
	color: #005bbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

#content {
	padding: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
}

div.menew
{
	margin: 22px 0 12px 22px;
	font-weight: bold;
}

#menew li    
{ 
	float: left;
}

#menew, #menew ul    
{
	padding: 0; /* pas de marge intérieure */
	margin:  0; /* ni extérieure */
	list-style: none; /* on supprime le style par défaut de la liste */
	line-height: 25px; /* on définit une hauteur pour chaque élément */
	text-align: center; /* on centre le texte qui se trouve dans la liste */
	height: 14px;
	font-size: 14px;
}

#menew a.last
{
	border-right: 2px solid #005bbb;
}

#menew a
{
	border-left: 2px solid #005bbb;
	border-top: 2px solid #005bbb;
	border-bottom: 2px solid #005bbb;
}

#menew a
{
	display: block;
	padding: 5px;
	background-color: white;
	color: #005bbb;
	text-decoration: none;
	min-width: 112px;
}

/* Action au passage de la souris - apparitions des sous-titres */
#menew li:hover ul, #menew li.sfhover ul,  #menew  li ul li:hover li, #menew  li ul li.sfhover li
{
	display: block; /* Repositionnement normal */
	min-height: 0; /* Corrige un bug sous IE */
}

/* Changement de couleur lorsque la souris passe sur un des liens */  
#menew a:hover, #menew a.selected
{
	color: #ffffff; /* On passe le texte en blanc */
	background: #005bbb; /* et le fond en bleu */
}

#menew li ul
{ 
	position: absolute; /* Position absolue */
	display: none; /* Hop, on envoie loin du champ de vision */
}

#ssmenew li
{ 
	display: none;
}

*[hidden]
{
	display: none;
}

div.ancre
{
	position: fixed;
	left: 15px;
	top: 88%;
}

td {
	background-color: white;
}

table.format {
	border: 0;
}

table.format td {
	background-color: inherit;
}

tr.liste:hover td
{
	background-color: #005bbb;
	color: white;
	border-color: white;
}

tr.liste:hover a
{
	color: white;
}

tr.liste:hover a:hover
{
	color: #ff9900;
}

td.center
{
    text-align: center;
}

div.hidden
{
	display:none; 
}

div.visible
{
	display:block; 
}

div.center, table.center
{
    text-align: center;
    margin: auto;
}

div.right
{
    text-align: right;
    float: right;
}

div.left
{
    text-align: left;
    float: left
}
