/* CSS Document */
<!--
body {
	scrollbar-face-color:#e8e8e8;
	scrollbar-shadow-color:#e8e8e8;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#e8e8e8;
	scrollbar-darkshadow-color:#e8e8e8;
	scrollbar-track-color:#ffffff;
	scrollbar-arrow-color:#333333
}
/*COULEURS DES FONTS*/
	.color1 {color:#000000}
	.color2 {color:#808080}
	.color3 {color:#003263}
	.color4 {color:#e4a1a1}
	.color5 {color:#990000}
	.color6 {color:#666666}
	.color7 {color:#911B14}

/*COULEURS DES BACKGROUNDS */
	.bgcolor1 {background-color:#E3EBEE}
	.bgcolor2 {background-color:#cbcbcb}

/*TAILLES DES FONTS*/
	.size10 {font-size:10px}
	.size11 {font-size:11px}
	.size12 {font-size:12px}
	.size16 {font-size:16px}

/*STYLES DE FONTS*/
	.style1 {font-family:verdana,arial}
	.style2 {font-family:arial,verdana}
	.style3 {font-family:trebuchet ms,tahoma,arial,verdana}
	
/*SPACINGS*/
	.spacing1 {letter-spacing:1px}
	.spacing0 {letter-spacing:0px}

/*MISES EN FORME*/
	.bold {font-weight:bold}
	.italic {font-style:italic}
	.up {text-transform:uppercase}
	.normal {text-transform:none}

/*BORDURES*/
	.border1 {
		border-right:#ffffff 1px solid; 
		border-top:#c1c1c1 1px solid; 
		border-left:#c1c1c1 1px solid; 
		border-bottom:#ffffff 1px solid
	}
	.border2 {
		border-bottom:#B5251A 1px solid
	}

/*HAUTEURS DE LIGNE */
	.hline16 {line-height:16px}

/*OMBRES*/
	.ombre1 {
		filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=2)
	}

/*BOUTONS*/
	.bouton, .bouton:visited{
		display: block;
		padding: 4px 10px 4px 10px;
		margin: 0px 5px 5px 0;
		text-align: center;
		border: 1px solid #911B14;
		color: #911B14;
		text-transform: uppercase;
		font-size: 10px;
		font-weight: bold;
		background: #D19F9C url(img/bg_bouton.gif) no-repeat top left;
		float: left;
		-moz-border-radius-bottomleft: 0.3em;
		-moz-border-radius-bottomright: 0.3em;
		-moz-border-radius-topleft: 0.3em;
		-moz-border-radius-topright: 0.3em;
	}
	.bouton:hover{
		background: #ffffff;
		color: #911B14;
		font-weight:bold
	}

/*LIENS*/
	.lk1:link,.lk1:visited,.lk1:active,.lk1:hover {
		font-family:verdana,arial;
		font-size:11px;
		text-decoration:none;
		line-height:16px
	}
/**/
	.lk2:link,.lk2:visited,.lk2:active {
		font-family:verdana,arial;
		font-size:11px;
		color:#002C5A;
		text-decoration:underline;
		line-height:20px
	}
	.lk2:hover {
		text-decoration:none;
		border-bottom:dashed 1px #002C5A
	}
/**/
	.lk3:link,.lk3:visited,.lk3:active,.lk3:hover {
		font-family:verdana,arial;
		font-size:11px;
		color:#000000;
		text-decoration:none
	}
/**/
	.lk4:link,.lk4:visited,.lk4:active {
		font-family:verdana,arial;
		font-size:10px;
		color:#000000;
		text-decoration:none;
		line-height:18px
	}
	.lk4:hover {
		text-decoration:none;
		border-bottom:dashed 1px #000000
	}
/**/
	.lk5:link,.lk5:visited,.lk5:active {
		font-family:verdana,arial;
		font-size:11px;
		color:#002C5A;
		text-decoration:none;
		line-height:20px
	}
	.lk5:hover {
		text-decoration:none;
		border-bottom:dashed 1px #002C5A
	}
/**/
	.lk6:link,.lk6:visited,.lk6:active {
		font-family:verdana,arial;
		font-size:11px;
		color:#e4a1a1;
		text-decoration:none;
		line-height:16px
	}
	.lk6:hover {
		text-decoration:none;
		border-bottom:dashed 1px #e4a1a1
	}
/**/
	.lk7:link,.lk7:visited,.lk7:active {
		font-family:verdana,arial;
		font-size:11px;
		color:#820000;
		text-decoration:none;
		line-height:16px
	}
	.lk7:hover {
		text-decoration:none;
		border-bottom:dashed 1px #820000
	}
-->