
/*---------------------------*/
/*        Généralités        */  
/*---------------------------*/

html, body{
background-color: #fff;
font-family: Arial,Helvetica,sans-serif;
font-size: 0.85em;
margin: 0 0 0 0;
}

* {
font-family: sans-serif;
}

a {
color: #464A93;
}

a:hover {
text-decoration: none;
}

img {
border: 0;
}

.minus { /* Passe en minuscule */
text-transform: lowercase;
}

#global { /* Taille du site ainsi que son centrage */
margin: 0 auto;
width: 731px;
background-color:#fff;
text-align: left;
}

#bandeau { /* Bandeau du titre */
background-image: url(../images/lastronomie.jpg);
background-repeat: no-repeat;
width: 731px;
height: 140px;
margin: 0 0 10px 0;
}

*:first-child #bandeau { /* Une bidouille pour corriger une erreur d'affiche d'IE7 */
margin-bottom: 43px;
}


#titremag { /* Titre du magazine */
padding: 120px 0 0 125px;
letter-spacing: 5px; 
color: #333 ;
}

#menu { /* Menu */
background-image: url(../images/back_menu.gif);
background-repeat: repeat-x;
height: 33px;
margin: 5px 0 0 0;
}

#menu ul {
margin: 0 0 0 100px;
padding: 6px 0 0 0;
}

#menu li {
display: inline;
color: #fff;
text-transform: uppercase;
font-size: 1.2em;
margin: 0 20px 0 0;
}

#menu li a {
color: #fff;
}

#menu li a:hover {
text-decoration: none;
}

body#accueil a#accueilnav, /* Couleur de l'intitulé du lien de la rubrique dans laquelle on se trouve */
body#abonnement a#abonnementnav,
body#contact a#contactnav,
body#contact a#contactnav,
body#archives a#archivesnav,
body#liens a#liensnav,
body#saf a#safnav  {
color: #FFFF00;
font-weight: bold;
text-decoration: none;
}

#logo { /* Logo SAF */
position : relative;
float: left;
top: 125px;
width: 45px;
height: 48px;
}

.lastronomie { /* Cas particulier : Titre l'Astronomie en times new roman */
font-size: 1.6em;
font-style: italic;
font-weight: bold;
font-family: "Times New Roman", Times, serif;
text-transform: lowercase;
}

.majuslastro { /* Cas particulier : majuscule pour le titre l'Astronomie */
text-transform: uppercase;
font-style: italic;
font-weight: bold;
font-family: "Times New Roman", Times, serif;
}

#sousnav { /* Navigation de 2ème niveau */
padding: 5px 0 7px 100px;
margin: -10px 0 10px 0;
background-color: #E0E0E0;
}

#sousnav a {
color: #000;
}

#sousnav ul {
margin: 0;
padding: 0;
}

#sousnav li {
display: inline;
margin: 0 15px 0 0;
padding: 0;
}

#sousnav a:hover {
text-decoration: none;
}

#copyright { /* Copyright */
width: 731px;
margin: 0 auto;
padding: 10px 0;
font-size: 0.85em;
text-align: center;
clear: both;
}

#copyright p {
padding: 0;
margin: 0
}


