/* CSS Document */

body {
background-color:#dde0f7 ;
width: 900px ;
margin: 0 auto ;
}

#global {
     margin-left: auto;
     margin-right: auto;
	 margin-top: 20px;
     width: 900px;
     text-align: left; /* on rétablit l'alignement normal du texte */
}
a:link       { color: #305585; text-decoration: none; font-weight: bold }
a:visited    { color: #305585; text-decoration: none; font-weight: bold }
a:hover      { color: #000000; text-decoration: underline; font-weight: bold }
a.menu_gauche:link { color: #C2D8E3; text-decoration: none; font-weight: bold }
a.menu_gauche:visited { color: #C2D8E3; text-decoration: none; font-weight: bold }
a.menu_gauche:hover { color: #C2D8E3; font-weight: regular; text-decoration: underline }
a.menu_haut:link { color: #004F77; text-decoration: none; font-weight: bold }
a.menu_haut:visited { color: #004F77; text-decoration: none; font-weight: bold }
a.menu_haut:hover { color: #004F77; font-weight: regular; text-decoration: underline }
}
