body { color: #537DB9;
    font-family: Times new roman,Arial;
    font-size: 12px;
}

a:link { color: #537DB9;
    font-family: Times new roman,Arial;
    font-size: 15px;
    text-decoration: none;
}
a:hover { color: #537DB9;
    font-family: Times new roman,Arial;
    font-size: 15px;
    text-decoration: underline;
}
a:visited { color: #537DB9;
    font-family: Times new roman,Arial;
    font-size: 15px;
    text-decoration: none;
}

.onglet {
	color: white;
    background-color: #537DB9;
	/* background : url(images/centre-btn.jpg); */
    background-repeat : repeat-x;
    font-family: Times new roman,Arial;
    font-size: 14px;
    /* font-weight: bold; */
    padding-top: 2px;
    padding-bottom: 2px;
}

.onglet_gauch {
	color: white;
    background-color: #537DB9;
    background : url(images/arrondi-gauche-btn_bg.jpg);
    background-repeat : repeat-y;
    font-family: Times new roman,Arial;
    font-size: 14px;
    /* font-weight: bold; */
}

.onglet_droit {
	color: white;
    background-color: #537DB9;
    background : url(images/arrondi-droit-btn_bg.jpg);
    background-repeat : repeat-y;
    font-family: Times new roman,Arial;
    font-size: 14px;
    /* font-weight: bold; */
}


.onglet_news {
	color: white;
    background-color: #537DB9;
	background : url(images/Centre-titre.jpg);
    background-repeat : repeat-x;
    font-family: Times new roman,Arial;
    font-size: 20px;
    /*font-weight: bold;*/
    padding-top: 4px;
}

.centre_news {
	color: black;
    padding-left: 6px;
    padding-right: 6px;
	background : url(images/bas.jpg);
    font-family: Times new roman,Arial;
    font-size: 13px;
}

.titre {
    color: #4F70A6;
    font-family: Times new roman,Arial;
    font-size: 30px;
    font-weight: bold;
}