.lien {
	text-decoration: underline;
	color: #799147;
}

.lien:visited{
	text-decoration: underline;
	color: #B0B22D;
}


acronym{
	text-decoration: none;
}


.center{
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}


h1 {
	text-indent:-50000px;
	margin:0px; 
	padding: 0px;
	font-size:0.1em;
}

h2 {
	/* 0.7 x 3 trois fois la taille definis dans body */
	font-size:2.1em;
	padding-left:10px;
	padding-right:10px;
	color:#7cb44e;
}

h3 {
	/* 0.7 x 2 trois fois la taille definis dans body */
	font-size:1.4em;
	padding-left:10px;
	padding-right:10px;
	color:#b2d762;
}

h4 {
	/* 0.7 x 1.5 trois fois la taille definis dans body */
	font-size:1em;
	/*padding-left:10px;*/
	padding-right:10px;
	color:#000000;
	background-image: url('/images/structure/puce.png');
	background-repeat: no-repeat;
	padding-left: 18px;
}

th {
	text-align:center;
}

dfn{
font-size: 0.8em;
}

#gras{
font-size: 2.5em;
font-weight: 900;
}
#gras a,gras a:visited{
 color:black ;
 text-decoration:none;
}

.no_decoration{
	color:black ;
 	text-decoration:none;
}

.bold{
	font-weight: 900;
}
.underline{
	text-decoration: underline;
}

.indent{
	margin-left:20px;
}

.clear_b{
	clear:both;
}

.texte{
	text-align: justify;
	padding-right: 5px;
}

.error{
	color: red;
	font-weight: bold;
	}

.rouge{
	color: red;
	font-weight: bold;
	}
img{
	border: 0px;
}
.gras{
	font-weight: bold;
	font-size: 1.2em;
}
.noir{
	color: #000000;
	font-weight: bold;
	}


