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;
}
HTML.print,BODY.print {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
FONT.maj{
	color: White;
	font-size: 12px;
	margin-left: 10px;
}
FONT.alert{
	color: Red;
	font-weight: bold;
}
FONT.navigation, A.navigation, A.retour{
	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,A.titre_news:hover,A.piedpage:hover,A.navigation:hover {
	color: #d10019;
}
A.retour:hover {
	color: #000000;
}
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: #000000;
}
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: 15px;
	margin-top: 0px;
	color: White;
}
TD.contenu{
	padding-left: 10px;
}
TD.sousmenu{
	color: White;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
}
TD.small{
	color: black;
	font-size: 8px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}
TD.calendrier{
	border-right: 2px solid Gray;
}
TD.score{
	color: Red;
	text-align: center;
	vertical-align: top;
}
TD.stat{
	font-size: 10px;
	border-bottom: 1px solid Gray;
	border-right: 1px solid Gray;
}
TD.rss{
	color: #E6742F;
	font-size: 12px;
}
FONT.datesousmenu{
  font-weight: bold;
  color: White;
	font-size: 12px;
}

img{
	border: none;
}

.infobulle{
    position: absolute;   
    visibility : hidden;
    border: 1px solid Black;
    padding: 5px;
    font-family: Verdana, Arial;
    font-size: 11px;
    background-color: #FFFFCC;
}

#map_canvas {
  height: 500px;
  position: relative;
  bottom:0;
  left:0;
  right:0;
  top:0;
}

/* A copier dans gestion/fckeditor/editor/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(data/images/balle-mini.png);
}

