/* Fichier CSS */
/* Feuille de style Casa Rossa */

body{
margin: 40px;
font-family: Verdana;
background-color: #990000;
color: #ffffff;
}

.cadre{
border:1px solid #ffffff;
}

.bloctitre{
	text-align: center;
}

.ancre{
	text-align: left;
	font-size: medium;
	color: #cccccc;
}

.logo{
font-size: xx-large;
font-weight: bold;
}

.titre{
font-weight: bold;
font-size: x-large;
}

.chapo{
font-style: italic;
font-weight: bold;
font-size: small;
text-align: center;
margin: 2px;
}

.texte{
font-size: small;
}

.tel{
font-size: xx-small;
font-weight: bold;
}

.legende{
font-size: x-small;
}

.infos{
text-align: center;
text-decoration: underline;
font-size: xx-small;
font-weight: bold;
}

.pied{
font-size: small;
text-align: center;
}

ul{
font-weight: bold;
}

li{
font-size: x-small;
font-weight: ;
}

a:link{
font-family:verdana;
color:#ffffff;
text-decoration:underline;
}

a:visited{
font-family:verdana;
color:#ffffff;
text-decoration:underline;
}

a:hover{
font-family:verdana;
color:#999999;
text-decoration:underline;
}

a:active{
font-family:verdana;
color:#000000;
text-decoration:underline;
}