/* CSS Document design du site*/

body
{padding:0; /* marge int pr les 4 côtés */
 margin:0; /* marge ext pr les 4 côtés */
 font-family:verdana,tahoma,sans-serif;
 background:#cccccc;
 color:#303030;
 font-size:0.8em;
}

h1
{color:#66666f;
 font-size:2.9em;
 letter-spacing:-2px;
 text-align:right;
 margin:0;
}

h2
{font-size:1.5em;
 letter-spacing:-1px;
 font-weight:normal; /* pas de gras */
}

h3
{front-size:1em;
 letter-spacing:-1px;
 font-weight:bold; /* gras */
}

h4
{front-size:0.5em;
 font-weight:bold; /* gras */
}

p
{margin:0 0 8px 0; 
 line-height:1.2em; /* hauteur de ligne */
}

a
{text-decoration:none; /* lien non souligné */
 color:#286ea0;
 font-weight: bold;
}

a:hover /* quand pointe sur le lien */
{color:#303030;
}

#titre
{margin:20px auto -9px auto;
 width:900px;
 height:53px;
}

#cadre
{width:900px; /* largueur */
 height: 587px; /* hauteur */
 padding:5px; /* marge int pr les 4 côtés */
 margin:0 auto 15px; /* marge ext pr haut gauche et droite bas */
 background:url("fond.png"); 
 background-repeat:no-repeat; /* pour empêcher répét de l'image */
 background-color: #ffffff; 
 background-position:left bottom; /* position de l'image */
 border:20px solid #66666f; /* bordure taille ligne pleine couleur */
}
 
#menu
{float:right; /* flottant à droite */
 width:110px; /* largueur */
 padding-right:10px; /* margue int à droite uniquement */
 font-size:1em;
}

#main
{float:left; /* flottant à gauche */
 width:580px;
 height:570px;
 padding-left:180px; /* margue int à gauche uniquement */
 padding-right:5px; /* margue int à droite uniquement */
 front-size:0.9em;
 text-align:justify;
 overflow:auto; /* barre de défilement si besion */
}
 
#CD
{float:left;
 width:580px;
 height:80px;
 padding-top:0px;
 padding-left:180px;
 padding-bottom:10px;
 text-align:center;
 font-size:0.9em;
}

#main-CD
{float:left;
 width:580px;
 height:470px;
 padding-top:10px;
 padding-left:175px;
 padding-right:5px;
 text-align:justify;
 overflow:auto;
}

#DVD
{float:left;
 width:580px;
 height:80px;
 padding-top:0px;
 padding-left:180px;
 padding-bottom:10px;
 text-align:center;
 font-size:0.9em;
}
 
#main-DVD
{float:left;
 width:580px;
 height:470px;
 padding-top:10px;
 padding-left:175px;
 padding-right:5px;
 text-align:justify;
 overflow:auto;
}

#credit
{float:left;
 width:580px;
 height:10px;
 margin:0px;
 font-size:0.7em;
 color:#aaaaaa;
}

.menu
{display:block;
 padding:4px 2px 4px 10px;
 font-size:1em;
 color:#286ea0;
} 

.menu:hover /* quand pointe sur le menu */
{background-color:#f8f8f8;
 color:#286ea0;
 border:1px solid #dadada;
}

.credit-cover
{margin-bottom:0;
 font-size:0.8em;
 color:#aaaaaa;
 text-align: right;
}

.credit-cover a
{margin-bottom:0;
 font-size:0.9em;
 font-style:oblique;
 color:#aaaaaa;
 text-align:right;
 font-weight: normal;
}

.ref-cover
{font-size:0.9em;
 color: #000000;
 text-align: left;
}