/*------------------------------------
* La feuille de style du site Films
*------------------------------------
*/


body {
   background-color: #999999;
   margin: 0;
   /*background-repeat: no-repeat;*/
   /*background-position: top center;*/
}







CAPTION {font-family : serif}
P {font-family : serif ; color : #000000; font-size : small; }
a {font-family : serif; font-size : small}
h1 {font-family : serif; color : #000000; letter-spacing: 5px;}
h2 {font-family : serif; color : #000000; letter-spacing: 4px;}
h3 {font-family : serif; color : #000000; letter-spacing: 5px;}
h4 {font-family : serif; color : #000000; letter-spacing: 5px;}
h5 {font-family : serif}
h6 {font-family : serif}
LI {font-family : serif; font-size : small; color : #000000; text-align : left}
TD {
   text-align : justify;    
   padding: 10px;
}


a:link {
   color: #0000ff;
}

a:visited {
   color: #990000;
}

a:hover {
   color: #ffffff;   
}

a:active {
   background-color: #67849e;
}

#header {
   background-color: #000000;
   border-bottom: 0px #000000 solid;
   /*text-decoration: none;*/
   /*background-image: url(fond/pale-clouds.jpg);*/
   /*
   padding-left: 125px;
   padding-right: 125px;
   padding-top: 10px;
   padding-bottom: 10px;
   */
   height : 118px;
}

#header h1 {font-family : serif; color : #ffffff;  letter-spacing: 5px;}
#header h2 {font-family : serif; color : #ffffff;  letter-spacing: 4px;}


#photo_header {
   background-color: #000000;
   border-bottom: 0px #000000 solid;
   text-decoration: none;
   position: absolute;
   top: 10px;
   left: 10px;
   width: 150;
}

#main-content {
   background-color: #cccccc;
   border-top: 1px #000000 solid;
   border-bottom: 1px #000000 solid;
   border-left: 1px #000000 solid;
   border-right: 1px #000000 solid;
   margin-left: 160px;
   margin-right: 160px;
   height:800;
   padding: 10px;
}

#navbar {
   background-color: #aaaaaa;
   position: absolute;
   border-top: 1px #000000 solid;
   top: 118px;
   left: 0px;
   width: 160px;
   text-align : center;
   /*border-top: solid 1px #000000;*/
   font-weight: bold;
}


#navbar a:link, #navbar a:visited {
   display: block;
   color: #333333;  
   background-color: #aaaaaa;
   border-bottom: solid 1px #000000;
   padding-bottom: 3px;
   padding-top: 3px;
   text-decoration: none;
}

#navbar a:hover {
   display: block;
   color: #222222;   
   background-color: #dedede;
   text-decoration: none;
   border-bottom: solid 1px #000000;
   padding-bottom: 3px;
   padding-top: 3px;
}

#outer-image {
   height: 249px;
   background-image: url(fond/pale-clouds.jpg);
}

#inner-image {
   height: 199px;
   background-image: url(fond/clouds.jpg);
   background-repeat: no-repeat;
   background-position: top center;
}






