<!--

.classic { font-family: verdana;
           font-style: normal;
           font-weight: normal;
           font-size: 11px; }

.clignotant { font-family: verdana;
              font-style: normal
              font-weight: bold;
              font-size: 11px;
              color: #FF0000;
              text-decoration: blink; }

a:link { font-family: courier new;
         font-size: 12px; 
         color: #008000; 
         text-decoration: none; }

a:hover { font-family: courier new;
          font-size: 11px;
          color: #0000FF;
          text-decoration: none; }

a:visited { font-family: courier new;
            font-size: 11px;
            color: #FF0000;
            text-decoration: underline; }

body { background-color: #FF8C00; }

p { white-space: normal; 

    text-decoration: none; } 

ul { margin: 0px;
     padding: 0px; }

li { display: inline;
     list-style-type: Aucune; }

#menu { background-color: #FFFF99;
        overflow: auto;
        height: 450px;
        width: 160px;
        padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px; }

#banniere { background-color: #FFFF99;
            overflow: auto;
            height: 120px;
            width: 750px;
            padding: 10px 10px 10px 10px;
	    margin: 10px 10px 10px 10px; }

#cadre { background-color: #FFFF99;
         overflow: auto;
         height: 300px;
         width: 750px;
         padding: 10px 10px 10px 10px;
	 margin: 10px 10px 10px 10px; }

#mainframe { background-color: #FFFF99;
             overflow: auto;
             height: 450px;
             width: 750px;
             padding: 10px 10px 10px 10px;
	     margin: 10px 10px 10px 10px; }

#galerie { background-color: #FFFF99;
           overflow: auto;
           height: 450px;
           width: 680px;
           padding: 10px 10px 10px 10px;
	   margin: 10px 10px 10px 10px; }

#navigation { border-bottom-width: 1px;
              border-bottom-style: solid;
              border-bottom-color: #008000;
              padding: 0px;
              margin: 0px; }

#navigation a{ padding-top: 10px;
               padding-right: 4px;
               padding-bottom: 1px;
               padding-left: 4px;
               margin-top: 10px;
               margin-right: 2px;
               margin-bottom: 4px;
               margin-left: 0px;
               text-decoration: none;
               font-family: Arial, Helvetica, sans-serif;
               font-size: 10px;
               border-top-width: 1px;
               border-right-width: 1px;
               border-left-width: 1px;
               border-top-style: solid;
               border-right-style: solid;
               border-left-style: solid;
               border-top-color: #008000;
               border-right-color: #008000;
               border-left-color: #008000; }

#navigation a:link { color: #FF0000; }

#navigation a:visited { color: #0000FF; }

#navigation a:hover { color: #FFFFFF; background-color: #87CEEB; }

-->