﻿li.ligue_reglement
{
	margin-bottom: 7px;
}

li.ligue_reglement_sub
{
	margin-bottom: 3px;
}

div.avertissement
{
	text-align: justify;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 15px;
	color: #FF0000;
}

div.text
{
    clear: left;
    margin-left: 10px;
    margin-bottom: 20px;
}

div.Text_Image
{
    clear: both;
    height: 38px;
    margin-bottom: 10px;
}

div.accueil_strong
{
	text-align: justify; 
	margin-bottom: 15px; 
	font-weight: bold; 
	font-size: large;
}

div.accueil
{
	text-align: justify;
	margin-bottom: 15px;
}

div.FAQ_Question
{
	font-weight: bold;
}

div.FAQ_Reponse
{
	margin-left: 10px;
	margin-bottom: 20px;
}

a.email
{
	text-decoration: underline;
	font-style: italic;
}

a
{
}

a.lieu
{
    color: #000000;
    text-decoration: none;
}

img.Menu {
	border-width: 0px;
}

img.ligue_equipe {
	border-width: 0px;
}

/* Calendar */
a.calendar_control
{
    color: #000000;
    text-decoration: none;
}
img.calendar_control
{
	border-width: 0px;
}

table.calendar
{
	margin: 0px;
	width: 100%;
	border: 1px solid #000000;
	padding: 0px;
}

tr.calendar_header
{
	border: 0px;
	padding: 0px;
	
}

td.calendar_header
{
	width: 13%;
	height: 15px;
	text-align: center;
	border: 1px solid #000000;
}

tr.calendar_day
{
	vertical-align: text-top;
}

td.calendar_day
{
	height: 50px; /* Same as min-height ... but it work... */
	border: 1px solid #000000;
}

div.calendar_day
{
	margin-left: 1px;
}

div.calendar_event_green
{
	margin-left: 3px;
	font-size: 10px;
	background-color: #00FF00;
}

div.calendar_event_red
{
	margin-left: 3px;
	font-size: 10px;
	background-color: #FF0000;
}

div.calendar_mois
{
	margin-bottom: 5px;
	font-size: 20px;
}

span.tips
{
	font-size: 12px;
}