body, div, h1, h2, h3, h4, h5, h6, ol, p, ul, li, table
{
    font-family: Helvetica, serif;
    font-weight: normal;
}

p, pre {
    margin:10px 10px 10px 10px;
    text-align: justify;
}
		
h1 { text-align: left;
     font-family:  "Book Antiqua", palatino;
     font-weight: bold;
     border: 1px ;
     border-color: black ;
     border-width: 1px 1px 3px 1px;
     border-style: solid;
     padding:4px;
     color:#336;
     border-style: solid;
     margin: 2px 0px 20px 0px;
     padding: 2px;
     background: #cdcdff;
}
h2 { text-align: center;
     border-width:1px;
     border-color:#8bf;
     border-style:solid;font-size:12pt;font-weight:bold;
     margin: 2px 2px 10px 2px;
     padding: 2px;
     color:#A36}

h3 {border-width:0px;border-color:#9BF;border-style:solid;font-size:12pt;color:#336;}

h4 {border-width:0px;border-color:#9BF;border-style:solid;font-size:10pt;
    color:#336;}

h5 {border-width:0px;border-color:silver;border-style:solid;font-size:10pt;font-weight:bold;}

h6 {border-width:0px;border-color:silver;border-style:solid; font-size:10pt;color:silver;}

body
{
    color: #000000;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    font-size: 14px;
}

#banner {
    background-color: #336699;
    background-image: url('background.jpg');
    border-bottom: 0px solid #000;
    border-right: 0px solid #000;
    border-left: 0px solid #000;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-family:  "Book Antiqua", palatino;
    color: #FFFFFF;
    margin-right:10px;
    font-weight: bold;
}
html>body #banner {
    height:75px;
}

div.center {text-align: center;}
div.right {text-align: right;}

.cadrefloat {
    float: right;
    border: 1px solid gray;
    background: #9bf;
    margin: 5px;
    padding: 5px;
}

.cadrephd {
    float: left;
    margin: 5px;
}

.googlefloat {
    float: right;
    border: 0px;
    background: #fefefe;
    margin-right: 1px;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

img {
    padding: 5px;
    border: 0px;
    vertical-align: middle;
}

hr.spacer {
  clear: both;
}

.spacer {
  clear: both;
}

a		{ font-weight: bold; text-decoration: none; }
a:hover		{ color: #3366FF; text-decoration: underline; }

a.banner:link,a:active  { color: green; }
a.banner:visited	{ color: green; }
a.banner:hover		{ color: #00e000; text-decoration: underline; }

h3.list { color:black;
    font-weight: bold;
    border: 0px;
    border-style: none;
    margin-left: 0.5cm;
    margin-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 2px;
    background: #eee9ff;
}

#conteneur {
    font-family: arial, verdana, sans-serif ;
    text-align: justify ;
    color: black ;
    padding: 10px;
    border: 0px;
    border-color: black ;
    border-style: solid;
    margin: 0px ;
    font-weight: normal;
}

#conteneur dt {
    margin: 4px;
    padding: 0;
    list-style-type: none;
    font-weight: bold;
    font-style: italic;
}
#conteneur dl, #conteneur dd {
    margin: 6px;
    padding: 0;
    list-style-type: none;
    font-weight: normal;
}

dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-weight: bold;
}


#menu {
    position: absolute;
    top: 20px;
    right: 10px;
    z-index:100;
    font-weight: bold;
}
#menu dl {
    float: left;
    width: 9em;
    margin: 0 0px;
    font-weight: bold;
    font-size: 12px;
}
#menu dt {
    text-align: center;
    font-style: italic;
    font-weight: bold;
    color: #000;
    font-size: 12px;
}
#menu dt a, #menu dt a:visited {
    color: #000;
    font-weight: bold;    
}
#menu dd {
    border: 1px solid gray;
    color: #000;
    font-weight: bold;
}
#menu ul {
    margin: 0;
    padding: 0;
    font-weight: bold;
    list-style-type: none;
}
#menu li {
    text-align: center;
    background: #ffffff;
    color: #000;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#menu li a {
    color: #000;
    display: block;
    height: 100%;
    border: 0 none;
    font-weight: bold;
}
#menu li a:hover {
    color: #000000;
    background: #eee;
    font-weight: bold;
}

#site {
    position: absolute;
    z-index: 10;
    top: 10px;
    color: #000;
    padding: 0px;
    padding-left: 10px;
    padding-right: 0px;
    border: 0px solid gray; 
}

#formatChoice {
    position: absolute;
    padding-left: 60px;
    padding-right: 60px;
    z-index: 1;
top: 15px;
}

#leftcontent {
    float: left;
    width: 200px;
    border-right: 1px ;
    border-left: 1px ;
    border-top: 0px ;
    border-bottom: 0px ;
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-weight: bold;
}
#leftcontent ul {
    list-style-type: none;
}

#centercontent {
    margin-left: 210px;
    margin-right: 10px;
    border-top: 0px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 0px solid #000;
    /*
       IE5x PC mis-implements the box model. Because of that we sometimes have
       to perform a little CSS trickery to get pixel-perfect display across browsers.
       The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
       parsing bug in IE5x PC that will prematurly close a style rule when it runs
       into the string "\"}\"". After that string appears in a rule, then, we can override
       previously set attribute values and only browsers without the parse bug will
       recognize the new values. So any of the name-value pairs above this comment
       that we need to override for browsers with correct box-model implementations
       will be listed below.
		
       We use the voice-family property because it is likely to be used very infrequently,
       and where it is used it will be set on the body tag. So the second voice-family value 
       of "inherit" will override our bogus "\"}\"" value and allow the proper value to
       cascade down from the body tag.

       The style rule immediately following this rule offers another chance for CSS2
       aware browsers to pick up the values meant for correct box-model implementations.
       It uses a CSS2 selector that will be ignored by IE5x PC.
		
       Read more at http://www.glish.com/css/hacks.asp
    */
		
    voice-family: "\"}\"";
    voice-family: inherit;
    margin-left: 211px;
    margin-right:11px;
}

html>body #centercontent {
    margin-left: 210px;
    margin-right:10px;
}

#rightcontent {
    position: absolute;
    right:10px;
    top:70px;
    width:190px;
    background:#eee;
    border: 0px solid #000;
    padding: 5px 5px 5px 5px;
}
