body {	
	font-family : verdana, "Trebuchet MS", arial, sans-serif;
	font-size : 10pt;
	background-color:rgb(255, 243, 222);
	background-image:url("images/degrade.png");
	background-repeat:repeat-x;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}


#maincontent {
	min-height : 200px;
	background : url("images/fondup.png") no-repeat;
	padding:5px;
	margin-top:5px;
}
#maincontentdown {
	width : 800px;
	min-height : 80px;
	background : url("images/fonddown.png") bottom left no-repeat;
}

#footer {
	font-size : 1.0em;
	color : #5f5f5f;
	margin-bottom : 30px;
	padding-top : 10px;
	width : 800px;
	clear : left;
	text-align : center;
	background-color:transparent;
}

h1, h2, h3 {
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-weight: bold;
}

h1 {
  color:rgb(0, 0, 0);
	font-size:14pt;
	text-align: center;
}

code, code.commande {
	border: solid 1px rgb(206, 98, 14);
	font: 13px 'Courier New', Courier, Fixed, sans-serif;
	margin: 5px 20px 5px 20px;
	padding:5px;
	background: rgb(255, 225, 186);
	display : block;
}

code.config {
	border: solid 1px #A0522D;
	font: 13px 'Courier New', Courier, Fixed, sans-serif;
	margin: 5px 20px 5px 20px;
	padding:5px;
	background:#F5F5DC;
	display: block;
}

img {
	border:none;
	vertical-align:middle;
}

table.tableaumodif {
	display:none;
}

td.colonnecv {
	width:150px;
}

td.colonnemodif {
	text-align:right;
	width:100px;
}

ol li { /* Utilisé pour Medion Akoya à la base */
	margin: 0 0 10px 0;
}
/* Coloration des Liens */

a:link {
	color:rgb(85, 34, 0);
}
a:visited {
	/*color:rgb(255, 225, 186);*/
	color:rgb(152, 1, 1);
}
a:hover, a.title:hover {
	color:rgb(200, 158, 100);
}

a.title {
  text-decoration:none;
  color:rgb(0, 0, 0);
}

/* Configuration du Menu */

/* Menu principal */
.menu {
	padding:0;
	margin:0;
	white-space:nowrap /* Pour IE */;
	width:800px;
	height:42px;
	border:none;
	background-color:rgb(206, 98, 14);
	color:white;
}

/* Forme de la liste qui compose le Menu */
.menu ul {
	list-style-type:none;
	text-align: center;
/*	display:inline; */
}

/* Forme des éléments qui composent la liste du Menu */
.menu ul li {
	float:left;
	z-index:auto !important /*Non-IE6*/;
	z-index:1000 /*IE6*/;
	border:solid 1px white;
}

/* Forme des Liens dans la liste du Menu */
.menu ul li a {
	float:none !important /*Non-IE6*/;
	float:left /*IE-6*/;
	display:block;
	height:3.1em;
	line-height:3.1em;
	padding:0 16px 0 16px;
	text-decoration:none;
	background-color:transparent;
	font-family : verdana, "Trebuchet MS", arial, sans-serif;
	font-weight:bold;
	color:white;
}

/* Les sous Menus ne doivent pas s'afficher */
.menu ul li ul {
	display:none;
	border:none;
}

/* En on mouse over, ne pas faire décaler les éléments par IE */

/*Non-IE6 hovering*/
.menu ul li:hover {
	position:relative;
}

/* Comportement des liens du Menu.Les cellules doivent changer
   de couleur lors de l'on mouse over */
.menu ul li:hover a {
	background-color:rgb(255, 190, 103);
	text-decoration:none;
}

/* Forme des sous Menus lors de l'on mouse over */
.menu ul li:hover ul {
	display:block;
	width:150px;
	position:absolute;
	z-index:999;
	top:3.0em;
	margin-top:0.1em;
	margin-left:0px;
	padding:0px;
	background-color:transparent;
}

.menu ul li:hover ul li a {
	white-space:normal;
	display:block;
	width:144px;
	height:auto;
	line-height:1.3em;
	padding:4px 16px 4px 16px;
	background-color:rgb(206, 98, 14);
	font-weight:normal;
	color:white;
}

.menu ul li:hover ul li:hover a {
	background-color:rgb(255, 190, 103);
}

/* Fin de la configuration du Menu */

