
/* LIE A L EDITEUR DANS ADMIN */
body{
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-family: Arial, Tahoma, Verdana; 
*{
	/*font-size: 11px;*/
	margin: 0;
	padding: 0;
}
a img{
	text-decoration: none;
	border:none;	
}
table{
    font-size: 11px;
}


titre{
	font-size: 12px;
}
a{
	color: #004E79;
}
a:hover{
	text-decoration: none;
}
h1{
	font-size: 16px;
	color: #004E79;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	/*border-bottom: 1px solid #004E79;*/
	margin-top: 10px;
}
h2, h3, h4, h5, h6{
	font-size: 12px;	
}
.txt-avt{
    text-decoration: none;
    margin: 0;
    padding-bottom: 3px;
    text-transform: uppercase;
    color: #333333;
    font-weight: bold;
    text-align: left;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
}
.txt-avt-2{
    text-decoration: none;
    margin: 0;
    padding-bottom: 3px;
    text-transform: uppercase;
    color: #333333;
    font-weight: bold;
    text-align: left;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}
a.liens_actions .liens_actions_articles, span.haut_page a, span.haut_page{
    color: #e57d00;
	text-decoration: none;
}
a.liens_actions .liens_actions_articles:hover, span.haut_page a:hover{
	text-decoration: underline;
}