HTML,BODY,FONT,TD{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
HTML,BODY {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
FONT.maj{
	color: White;
	font-size: 12px;
	margin-left: 10px;
}
FONT.navigation, A.navigation{
	color: White;
	font-size: 18px;
	margin-left: 10px;
	text-decoration: none;
}
FONT.onglet{
	color: White;
	font-size: 14px;
	margin-left: 0px;
	font-weight: bold;
}
FONT.titre_news{ /*Dans la page news*/
	color: #d10019;
	font-size: 16px;
	font-weight: bold;
}
FONT.date_news{
	font-size: 11px;
	font-weight: bold;
}
p.source{ /*Auteur de la news*/
	text-align: right;
	font-style: italic;
}
A.menu,FONT.menu{
	color: White;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}
A.sousmenu,FONT.sousmenu{
	color: White;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
}
A.menu:hover,A.sousmenu:hover {
	color: #00ace5;
}
A.piedpage, FONT.piedpage{
	color: White;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
A.titre_news{ /*Lien vers une news */
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #004f84;
}
A.titre_news:hover{
	color: #d10019;
}
A.piedpage:hover,A.navigation:hover {
	color: #00ace5;
}
FONT.piedpage{
	color: White;
	font-size: 14px;
	margin-left: 0px;
	font-weight: bold;
}
FONT.titre_print{
	font-size: 16px;
	font-weight: bold;
}
P.menu{
	margin-left: 10px;
	margin-top: 0px;
}
TD.contenu{
	padding-left: 10px;
}
TD.sousmenu{
	color: White;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
}
TD.calendrier{
	border-right: 2px solid Gray;
}
TD.score{
	color: Red;
	text-align: center;
	vertical-align: top;
}
TD.rss{
	color: #E6742F;
	font-size: 12px;
}
FONT.datesousmenu{
  font-weight: bold;
  color: White;
	font-size: 12px;
}

img{
	border: none;
}

/* A copier dans gestion/fckeditor/css/fck_editorarea.css */

a{
	color: #d10019;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #004f84;
	font-weight: bold;
}
a.lien-news{
	color: #d10019;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
}
a.lien-news:hover{
	color: #004f84;
	font-weight: bold;
}
h2{
	font-size: 16px;
	color: #004f84;
	font-weight: bolder;
}
h3{
	font-size: 14px;
	color: #004f84;
}
ul{
	list-style-image: url(images/balle-mini.png);
}
