/* Texte dans les pages */
body { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #9F480F;
}


/* Texte dans les tableaux */
table { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
}


/* Texte petite taille */
.petit {
	font-size: 11px;
}


/* Texte en gras */
h1 {
	font-size: 13px;
	font-weight: bold;
}


/* Texte orange */
.orange {
	color: #E65300;
}


/* Texte vert */
.vert {
	color: #47A452;
}


/* Tableau */
.tableau { 
	border-left-width:1px; border-left-color:#B2B1A4; border-left-style:solid;  
	border-right-width:1px; border-right-color:#B2B1A4; border-right-style:solid;
	border-top-width:1px; border-top-color:#B2B1A4; border-top-style:solid;
	border-bottom-width:1px; border-bottom-color:#B2B1A4; border-bottom-style:solid
}


/* Liens normaux */
a {
	font-size: 13px;
	color: #6454BF;
	text-decoration: none;
}

a:hover {
	color: #6454BF;
	text-decoration: underline;
}

a:active {
	color: #6454BF;
	text-decoration: underline;
}
