body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#629D43;
	font-size: 11px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 25px;
	margin-bottom: 5px;

	/* ascenseurs */
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #ffcc33;
	scrollbar-track-color: #ffffff;
	scrollbar-shadow-color: #ffcc33;
	scrollbar-highlight-color: #ffffff;
	}

/* POUR TITRE SITE (IMAGE) */
h1
	{
	}

/* TITRE DE LA PAGE */
h2
	{
	font-size: 12px;
	font-weight: bold;
	}

/* SOUS-TITRES DE LA PAGE */
h3
	{
	font-size: 11px;
	font-weight: bold;
	}

/* SOUS-SOUS-TITRES DE LA PAGE */
h4
	{
	font-size: 11px;
	font-weight: bold;
	}

/* POUR TOUS LES TITRES ET SOUS-TITRES */
h1, h2, h3, h4, h5, h6, h7
	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

/* AUTRES */
.txt_9
	{
	font-size: 9px;
	}
	
.txt_10
	{
	font-size: 10px;
	}

.txt_11
	{
	font-size: 11px;
	}

.txt_12
	{
	font-size: 12px;
	}


p
	{
	font-size: 11px;
	}
	

li	
	{
	list-style-image: url("images/puce.gif");
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
	}

ul	
	{
	font-size: 11px;
	}

ol
	{
	font-size: 11px;
	}
	
.div_scroll
	{
	overflow: auto;
	height: 210px;
	}


.txt_blanc{
	color: #FFFFFF;
	}

.txt_rouge{
	color: #FF0000;
	}


.txt_gras
	{
	font-weight: bold;
	}
	
	
.txt_souligne
	{
	text-decoration: underline;
	}

.txt_italic
	{
	font-style: italic;
	}

.pointille_bas
	{
	border-bottom: 1px #996600 dashed;
	}
	
.pointille_haut
	{
	border-top: 1px #996600 dashed;
	}

	
td.td_padding
	{
	padding: 10px;
	}
	
	td.td_bord_vert_droit	
	{
	border-right: 1px #629D43 dashed;
	}

	td.td_bord_gauche_vert	
	{
	border-left: 1px #629D43 dashed;	
	}

/*LIENS*/
a:active
	{
	color: #ffffff;
	text-decoration: none;
	} 

a:link
	{
	color: #ffffff;
	text-decoration: none;
	}

a:visited
	{
	color: #ffffff;
	text-decoration: none;
	} 

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

a.a_vert:active
	{
	color: #629D43;
	text-decoration: none;
	} 

a.a_vert:link
	{
	color: #629D43;
	text-decoration: none;
	}

a.a_vert:visited
	{
	color: #629D43;
	text-decoration: none;
	} 

a.a_vert:hover
	{
	color: #629D43;
	text-decoration: underline;
	} 
	
