/* Style global pour les pages */

body {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F9AF2E;
	background-image: url(images/couleur_orange.gif);
	scrollbar-face-color: #FAB23A;
	scrollbar-shadow-color: #993300;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #663333;
	scrollbar-darkshadow-color: #993300;
	scrollbar-track-color: #FAB23A;
	scrollbar-arrow-color: #FFFFFF
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight: bold;
	text-decoration: underline
}

/* Styles pour textes divers */

.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal
}

.standardjustifie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	text-align: justify
}

.standardsouligne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	text-decoration: underline
}

.evident {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #CC9933;
	font-variant: small-caps;
	font-style: normal
}

.titreparagraphe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CC9933;
	font-variant: normal;
	font-style: normal
}

.citation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	font-style: italic
}

.citationevident {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bolder;
	font-style: italic;
	font-variant: normal
}

/* Styles pour les liens */

.liensbas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #993300;
}

.liensbas a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #993300;
	text-decoration: none
}

