body, 
html { font-family:Arial, Helvetica, sans-serif; font-size:small; background:#fff;
}
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */
/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }
/* no list-markers by default, since lists are used more often for semantics */
/* ul,ol { list-style:none }
avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
/* h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0; }
/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }
/* de-italicize address */
address { font-style:normal }

p{ padding:0.6em 0em;margin:0; }
h1{ font-size:140%;padding:0.75em 0em;margin:0; color:#330000;}
h2{ font-size:120%; padding:0.75em 0em;margin:0;color:#330000;}
#poster {  padding:0;margin:0;}
/* Blocks Layout */



#wrap {
padding-top:0px;
    background : transparent url('images/fond_bleu_et_menu.jpg') top left no-repeat; /* temp :necessaire pour le background de coldroite remettre a fff*/
    margin:0 auto 0 auto; /*0 auto */
    width:80%; min-width:850px; height:80%; /* 800 px minus scroll bar (20px) */
    }
	/*70% of 780px is 546px;roundup at 550px*/
#menu {  width:188px; height:90%; float:left;margin:0; padding:240px 50px 20px 20px;overflow:hidden;
 background: transparent; line-height:20px;}

#menu ul { list-style:none }
#contenu{ width:64%; height:90%;
float:right;margin:0; padding:50px 20px 20px 20px;overflow:auto;position:relative;
background: transparent}

#contenu p{ text-align:justify;}

#footer{ width:100%; height:186px;margin:0 auto 0 auto;clear:both; 
margin:0; padding:0;
background : transparent url('images/bande_bas_new5.gif') top left no-repeat;overflow:hidden;}

#ul ul { text-indent:20px;}

/* other */

