body {
 background: #fff;
 background-image: url(/custom/img/fd-gris.gif);
 background-repeat: repeat-x;
 color: #000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 margin: 0px;
 padding-left: 10px;
 padding-right: 10px;
}

td {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
}

a img {
 color: white;
 border-style: none;
}

hr {
 display: none;
}

#newheader {
 height: 73px;
 border-top: 5px solid #FF3300;
 border-bottom: 5px solid #999999;
 background-image:  url(/custom/img/haut_04.gif);
 background-repeat: repeat-x;
}

#metanav {
 display: none;
}

#ctxtnav {
 display: none;
}

#banner {
 margin-top: -33px;
}

#mainnav {
 border-color: red;
 border-left: none;
 border-right: none;
 border-top: none;
 margin: 0px;
}

#header {
 display: none;
}

#menu_left {
 width: 150px;
 font-size: x-small;
 position: absolute;
 float: left;
 top: 120px;
 left: 28px;
 z-index: 900;
}

#menu_left ul {
 list-style-image: url("/custom/img/puce_full.gif");
 margin: 0;
 padding: 0;
}

#menu_left ul ul {
 padding-left: 5px;
 list-style-image: url("/custom/img/puce_half.gif");
}

#menu_left ul li {
 margin		: 0;
 padding	: 0;
 padding-top	: 5px;
}

#content {
 padding-left: 170px; /* 15+taille+marge du menu_left */
 padding-top: 10px; /* 15+taille+marge du menu_left */
 padding-right: 20px; /* 15+taille+marge du menu_left */
 min-height: 500px;
 background-color: white;
}

#footer {
 display: none;
}

#linbox_footer {
 height: 15px;
 padding: 4px;
 border-top: 1px solid #000000;
 border-bottom:	1px;
 background-color: #CCCCCC;
}

.right	{ float: right; }
.left	{ float: left; }

