<style type="text/css">


#chapter
{
text-align:center;
font-family:Verdana;
font-style:normal;
font-size:20pt;
font-weight:bold;
color:Green;
width:100%;
}

#section
{
text-align:left;
font-family:Verdana;
font-style:normal;
font-size:14pt;
font-weight:bold;
color:Green;
}

#para
{
text-align:justify;
font-family:Verdana;
font-style:normal;
font-size:8pt;
font-weight:normal;
color:Black;

}

#tpara
{
text-align:left;
font-family:Arial;
font-style:normal;
font-size:16pt;
font-weight:bold;
color:Red;

}

#tsection
{
text-align:left;
font-family:Verdana;
font-style:normal;
font-size:12pt;
font-weight:bold;
color:Black;

}


.hlpsimple
{
border-collapse:collapse;
}

.hlptable
{
border-collapse:collapse;
width: 100%;
}

.hlpth
{ margin:5px;
padding: 8px;
border:1px solid #000000;
background-color: #999999;
color: #FFFFFF;
font-weight:bold;
font-size: 10pt;
}
.hlptdleft
{ margin:5px;
padding: 5px;
border:1px solid #000000;
background-color: #E0E0E0;
color: #000000;
text-align: left;
font-size: 10pt;
}
.hlptdcenter
{ margin:5px;
padding: 5px;
border:1px solid #336699;
background-color: #ffffff;
color: #000000;
text-align: center;
font-size: 10pt;
}

.tdcenter
{ margin:20px;
padding: 20px;
border:0px solid #336699;
background-color: #ffffff;
color: #000000;
text-align: left;
font-size: 8pt;
}

.hlptdright
{ margin:5px;
padding: 5px;
border:1px solid #000000;
background-color: #E0E0E0;
color: #000000;
text-align: right;
font-size: 10pt;
}
.hlptd2col
{ margin:15px;
padding: 20px;
border:0px solid #000000;
background-color: #FFFFFF;
color: #000000;
text-align: justify;
vertical-align: top;
font-size: 10pt;
}

.indent { padding-left:70pt; }

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color:#757676}


body
{
/*   background: #FFFFFF; */
color:#000000;
font-weight: normal;
font:10px Verdana,Arial,sans-serif;
margin:0;
padding:0;
}

#background{position:absolute; z-index:1; width:100%; height:100%;}

/*Cadre principal*/
#container {
/*width: 100%;
height:100%;
min-width: 768px;
min-height: 650px;
*/

/*
margin-left:130px;
margin-right:100px;
margin-bottom:-20px;
*/
/*margin: 1px auto;*/

/* width: 900px;    Mandatory to avoid Wrapping Down in IE6 */

color: #000000;
border: 0px solid gray;
background-color: #ffffff;
/*
background-image: url(images/resto.jpg);
background-repeat: repeat;
background-position: top left;
*/
}


/*En tête*/
#header {
padding: 0px 0px 0px 0px;
margin: 0;
height: 25px;
text-align: center;
}
#header h1 {
font-size: 20px;
font-weight: bold;
color: #000000;
text-align: center;
margin-left: 50px;
}

#header h2 {
font-size: 14px;
font-weight: bold;
font-style: italic;
color: #000000;
text-align: center;
margin-left: 50px;
}
/*Menu (ou autre) top*/
#top {
padding: 0px 0px 0px 6px;
margin: 0;
height: 72px;  /* // !!!!!!!  */

}
#top ul {
list-style-type: none;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 25px;
}
#top li {
float: left;
margin: 0px 1px 0px 0px;
}


#leftcol {
float:left;
width: 130px;
/* position: relative; */
/* margin-top: 0px; */
padding: 0px 0px 0px 6px;
margin: 0px 0px 6px 0px;
/*
background-image: url(mz_images/fond_noir.gif);
background-repeat: no-repeat;
*/
}

#leftcol h2 {
color: #cc0000;
font-size: 12px;
margin: 12px 0px 4px 20px;
}
#leftcol ul {
margin-top: 4px;
margin-bottom: 12px;
}
#leftcol li {
margin-top: 2px;
}
#leftcol a {
font-size: 12px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}
#leftcol a:hover {
color: #cc0000;
}

#leftnav { margin: 0;padding: 0.5em; }
#leftnav p { margin: 0 0 0.5em 0; }


/* centre */
#main {
/* position: relative; */
margin: 4px 10px 4px 40px;
padding: 4px;
min-height: 400px;
/* min-width: 768px; */

}

/* #main table{table-layout: fixed; } */
#main table
{
border:0px solid red;
max-width:1200px;
/* width:expression(document.body.clientWidth > 1200? "1200px": "auto" ); */
}

#main h1 {
font-size: 24px;
font-weight: bold;
letter-spacing: 1px;
color: #ff0000;
}

#main h2 {
color: #cc0000;
font-size: 14px;
margin: 4px 0px 4px 0px;
border-bottom: solid 0px #cc0000;
}
#main h3 {
color: #ffffff;
font-size: 12px;
margin: 4px 0px 8px 0px;
}

#main a {
font-size: 12px;
font-weight: bold;
color: #000000;
}

/* droite */
#right {
float:right;
width: 10px;
padding: 0px 6px 0px 4px;
border: 0px solid green;
}
#right a {
font-size: 12px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}

#right h2 {
color: #cc0000;
font-size: 12px;
margin: 4px 0px 4px 0px;
}
#right p {
margin: 2px 0px 2px 0px;
font-size: 11px;
}


/* pied */
#foot {

clear:both;
margin-top: 20px;
min-height: 123px;
text-align: center;
border-top: solid 0px gray;
background-repeat: no-repeat;
background-position: bottom left;

}

 * html #foot {/*only ie gets this style*/
\height:122px;/* for ie5 */
he\ight:120px;/* for ie6 */
}

#clearfoot{clear:both;height:40px;}/*needed to make room for footer*/
div,p {margin-top:0}/*clear top margin for mozilla*/


#foot ul {
list-style-type: none;
margin: 0;
padding:0;
}

#foot li {
float: right;
margin: 0px 1px 0px 0px;
list-style-type: none
}
#foot a {color:#ffffff}
#foot a:hover {color:#ff0000}

img {
border: 1px; /*none;*/
}


th{background:#7A7B7B ;color:#C9C9C9;font-size:11px;
font-weight:bold;height:27px;white-space:nowrap;text-align:center;padding-left:8px;padding-right:8px}

.tableline{background:#BFC1C3;border:1px solid #000000}

/*td.tdlabel{font-weight:bold;letter-spacing:1px;background:#333434 url(mz_images/filler2.gif); */
height:29px;text-indent:4px}

.colleft{background:#393939}
.colright{background:#4B4B4B}
.colcenter{background:#3C3C3C}

font,th,td,p{font:12px Verdana,Arial,Helvetica,sans-serif}
.imgleft {float: left; margin-left: 0;}
.imgright {float: right;margin-right: 0;}
.centeredImage    {    text-align:center;    margin-top:0px;    margin-bottom:0px;    padding:0px; }
#textright {text-align:right;color: white;}


.tiny{font-size:10px}
td.medium,.medium{font-size:11px}
.txtlabel{font-size:11px;font-weight:bold;color:#8F9192}

form{display:inline}

.name{font-size:11px;font-weight: bold}

hr{border: 0px solid #ffffff;border-top-width:1px;height:0px}

.nav{font-size:11px;font-weight:bold}
.postbody{font-size:12px;line-height:125%}

input{font:11px Verdana,Arial,Helvetica,sans-serif}

select{background:#BEBABA;font:11px Verdana,Arial,Helvetica,sans-serif}

input.post,textarea.post{background:#D0D0D0;border:1px solid #7B7B7B;   /* background #B4B6B8 */
font:11px Verdana,Arial,Helvetica,sans-serif;padding-bottom:2px;padding-left:2px}

input.option{border:1px solid #DCDCDC;background:#A0A0A0;font-size:12px;font-weight:bold}

</style>





