
/***************/
/*  1. GLOBAL  */
/***************/

/* NON-HEADER */
*{padding:0; margin:0;}
 body {font-size:72.5%; background-color:rgb(255,255,255); font-family:verdana,arial,sans-serif;} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {width:900px; margin:0px auto; margin-top:10px; margin-bottom:10px; border:solid 1px rgb(150,150,150); font-size:1.0em;}


/* HEADER */
.header {width:900px; font-family:"trebuchet ms",arial,sans-serif;}
.header-top {width:900px; height:70px; background:rgb(240,240,240) url(../img/entete70A3.jpg); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
/*************/
/*  2. HEAD  */
/*************/
/* .sitelogo {width:49px; height:60px; position:absolute; z-index:1; margin:10px 0 0 20px; } */
.sitename {width:350px; height:45px; position:absolute; z-index:1; margin:20px 0 0 90px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.sitename h1 {font-size:240%;}
.sitename h2 {margin:-4px 0 0 0; color:rgb(125,125,125); font-size:120%;}
.sitename a {text-decoration:none; color:rgb(125,125,125);}
.sitename a:hover {text-decoration:none; color:rgb(50,50,50);}


/* Position du menu horizontal dans l'entete */
.nav1 {width:450px; position:absolute; z-index:3; margin:25px 0 0 400px;} /* Position du menu horizontal dans l'entete */
.nav1 ul {float:right; padding:0 15px 0 0; font-weight:bold;}	
.nav1 li {display:inline; list-style:none;}
.nav1 li a {display:block; float:left; padding:2px 5px 2px 5px; color:rgb(125,125,125); text-decoration:none; font-size:120%;}
.nav1 a:hover {text-decoration:none; color:rgb(50,50,50);}

/********************/
/*  FOOTER SECTION  */
/********************/
.footer {width:900px; height:50px; background:rgb(240,240,240) url(../img/bas_page.jpg); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.footer p {line-height:1.3em; text-align:center; color:rgb(0,0,255); font-weight:bold; font-size:110%;}
.footer p.credits {color:rgb(125,125,125);font-weight:normal;font-size: 80%;}
.footer a {text-decoration:underline; color:rgb(0,0,255);}
.footer a:hover {text-decoration:none; color:rgb(128,128,255);}
.footer a:visited {color:rgb(128.128.255);}



