/** styles de base **/ 

body, td, tr, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px;
}

.text_gras{
	font-weight: bolder;
}

.td_fond_cont{
	background-image: url(images/fond_cont.jpg);
	background-repeat:no-repeat;
}

a.link_savoir_plus{
	color: #db5a38;
	text-decoration: none;
	font-weight: bold;
	margin-top: 15px;
	float:right;
}
a.link_savoir_plus:hover{
	color:#ff3500;
}

a.lien_actus{
	color: #db5a38;
	text-decoration: none;
}
a.lien_actus:hover{
	color:#ff3500;
}

a{
	color: #db5a38;
	text-decoration: none;
}
a:hover{
	color:#ff3500;
}

h1 {
    margin:0px;
    padding:0px;
}
h2 {
    margin:0px;
    padding:0px;
}
h3 {
    margin:0px;
    padding:0px;
}

