/****************************************************/
/* CSS divan désign style                                                          */
/****************************************************/

/* vous pouvez utiliser cette feuille de style sans réserve      */
/****************************************************/

/***************************************************************************/
/* Elements de base                                                                                                                    */
/***************************************************************************/
<style type="text/css">



<!--

body{/*image de fond dans le corps*/
-------------------------->
}

/***************************************************************************/
a:link {
     font-weight:bold;/* choix: 10px | bold | normal | bolder | lighter | */
     text-decoration:none; /* choix: none | underline | overline | line-through | blink |*/
     color:#0066CC;
}
a:visited {
        font-weight: 20px;
        text-decoration: none;
        color: #646464;
}
a:hover, a:active {
                text-decoration: underline;
                color: #4B4B4B;
}

/* les éléments spécifiques*/



.head1 {
     
     width:100%;
     height:40%;
}



<!---- la barre de recherche

--->



<!-- menu horizontal--


#navlist
{
width: 80%;

text-align: left;
margin: 0 auto;
padding: 0;
text-indent: 0;
list-style-type: none;
}

#navlist li
{
padding: 0;
margin: 5;
text-indent: 0;
display: inline;
}

#navlist li a
{
letter-spacing: 1px;
text-decoration: none;
color: #0066CC;
font-size: 1.05em;
padding: 0 2px;
border-top: .5em solid; 

}

#navlist li a:hover,#navlist a#current
{
color: #66CCFF;
border-top: none;
font-size: 1.00em;
}

#navlist a#current { color: #000000; }
-->




