/*NOVALEADS*/

body {
margin: 0px;
padding: 0px;
background: #ffffff;	/*couleur du fond de la page*/
font-family:Arial,Helvetica,Sans-serif;  /*police de la page*/
font-size: 14px;
}

/*POUR LE MENU:
----------------*/

/*caracteristiques de la ZONE du menu*/
dl, dt, dd, ul, li {
margin: 0px;	/*decalage des sous-menus*/
padding: 0px;	/*decalage du fond de l'interieur des sous-menus*/
list-style-type: none;
font-size: 13px;
}
#menu {
position: absolute;
top: 0px;
left: 20px;		/*position dans la fenetre*/
z-index:100;  /*index de superposition*/
width: 960px; /*width: 960px;	/*largeur*/
}
/*caracteristiques des COLONNES*/
#menu dl {
float: left;	/*position dans la zone*/
width: 240px;	/*taille*/
margin: 0 0px;	/*separation*/
}
/*caracteristiques de la LIGNE PRINCIPALE*/
#menu dt {
cursor: pointer;
text-align: center;	/*alignement du texte*/
font-weight: bold;
background: #06C;	/*couleur du fond du texte*/
border: 1px solid #09F;	/*bordure des items du menu*/
color: #fff ;	/*couleur du texte*/
}
/*caracteristiques DES SOUS-MENUS*/
#menu dd {
border: 1px solid #09F; /*bordures*/
}
/*caracteristiques des LISTES*/
#menu li {
text-align: center;	/*alignement du texte*/
background: #06C;	/*couleur du fond du texte*/
}
#menu li a, #menu dt a, #titreblanc a {
color: #fff;	/*couleur du texte*/
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
margin: 0 0px;	/*marge du texte*/
}
/*caracteristiques du fond lorsque la souris passe*/
#menu li a:hover, #menu dt a:hover, #titreblanc a:hover {
background: #ffa500;
color: #000066;
}
#site {
position: absolute;
z-index: 1;		/*index de superposition*/
top : 1px;
left : 20px;
width: 960px;
background-color: #ffffff;
padding: 0px;
}
a {
text-decoration: none;
font-weight: bold;
color: #000066;
}
#titre30 {
text-align:left;
font-weight:bold;
color:#000066;
font-size:30px;
}
#titre{
background-image: url(./imgs/bandeau.jpg);
text-align:left;
font-weight:bold;
color:#000066;
font-size:30px;
}
#italik{
font-style:italic;
font-weight:bold;
color:#000066;
font-size:20px;
}
#violet{
font-weight:normal;
color:#CC00FF;
font-size:20px;
}
#titreblanc{
background-color:#0066CC;
text-align:center;
font-weight:bold;
color:#ffffff;
TEXT-DECORATION: none;
}
#textblanc {
color:#ffffff;
font-size: 13px;
}
#textbleu {
color:#000066;
}
#textblanc a{
color: #ffffff;	
margin: 0 0px;	
text-decoration: none;
border: 0 none;
}
#textbleu a:hover, #textblanc a:hover {
color:#ffa500;
}
