@charset "utf-8";
/* CSS Document */
a
{text-decoration: none;
color: rgb(42, 37, 18);}
a:hover /* Quand le visiteur pointe sur le lien */
{text-decoration: none;
color:#F33}
.activ
{color:#F33}
#astro a
{color:white;}
#astro a:hover
{color:#F33}


.menu_gauche 
{font-family: "Segoe Print", "Monotype Corsiva", "Viner Hand ITC", Arial;
font-size:16px;
color: rgb(42, 37, 18);}
.menu_gauche_small
{font-family: "Segoe Print", "Monotype Corsiva", "Viner Hand ITC", Arial;
font-size: 14px;
color: rgb(42, 37, 18);}

.menu_droit
{color: white;
font-family:"Papyrus", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:95%}
.menu_droit_small
{font-family:"Papyrus", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:13px;
color: white;}
	
.titre_astro
{font-family:Papyrus;
font-size:30px;
display:inline;
color:#FF9}
.titre_gestion
{font-family:"Segoe Print", "Monotype Corsiva", "Viner Hand ITC", Arial;
font-size:35px;
display:inline;
color:#096}
.titre_gestion_2
{font-family:"Segoe Print", "Monotype Corsiva", "Viner Hand ITC", Arial;
font-size:20px;
color:#096}
.citation
{text-align:center;
font-size:14px;
font-weight:bold;}
#centrer
{text-align:center;}

.texte_courant
{font-size: 15px;
font-family:Papyrus,arial;}
.texte_courant_gestion
{font-family:"Segoe Print", "Monotype Corsiva", "Viner Hand ITC", Arial;
font-size: 16px;
line-height:16px;
color:#000} 

#marge
{padding-top:60px}

p
{border-bottom:1px solid white;
margin-left:15px;}
#gestion_centre
{
	padding-top:30px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:30px;
	text-align:justify;}

#astro p
{border-bottom-color:#09C}
