BODY {
	font: 16 Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
}

P {
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	text-align : left;
	margin : 2;
}

/*
###########################################
## Liens ::
###########################################
*/

A {
	font-size : 16px;
	color: #FFFFFF;
	font: Arial, Helvetica, sans-serif;
	text-decoration:overline;
}

A:hover {
	color: #FFCC00;
	font: 16 Arial, Helvetica, sans-serif;
	text-decoration:overline underline;
}

A:visited {
	color: #FFFFCC;
	font: 16 Arial, Helvetica, sans-serif;
	text-decoration:underline;
}


.grostitrecentre {
	font-size : 27px;
	color : #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-align : center;
}

/*
###########################################
## Classes ::
###########################################
*/

/* Le footer */
.footer {
	font-size : 11px;
	color : #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-align : center;
}

.footer a {
	color : #FFFFFF;
	font-size: 11px;
	text-decoration:underline;
}

.footer a:hover {
	color : #FFCC00;
	font-size: 11px;
	text-decoration: none;
}

/* Clan Calendar */
.cc {
	font-size : 14px;
	color : #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-align : center;
}

.cc a {
	color : #FFFFFF;
	font-size: 14px;
	text-decoration:underline;
}

.cc a:hover {
	color : #FFCC00;
	font-size: 14px;
	text-decoration: none;
}

/* Le Carré blanc (TD) */
td.carreblanc {
	color: #FF9900;
	background-color: white;
	text-align : center;
	font-weight : bold;
	border: 1px dotted;
	border-color: #FFCC00;
}

td.carreblanc:hover {
	color: #FF9900;
	background-color: #FFFFCC;
	cursor: pointer;
	text-align : center;
	font-weight : bold;
}

/* ########        carre war        ######## */
td.carrewar {
	color: #8A4B08;
	background-color: white;
	text-align : center;
	font-weight : bold;
	/*border: 1px dotted;*/
	border : 0px;
	border-color: #FFCC00;

	min-height: 110px;
	min-width: 300px;
	width: 300px;
	height: 110px;
	background-image:url(images/boutons/300-110/gris.png);
	background-repeat:no-repeat;
}

td.carrewar:hover {
	color: #F7BE81;
	background-color: #FE2E2E;
	cursor: pointer;
	text-align : center;
	font-weight : bold;

	min-height: 110px;
	min-width: 300px;
	width: 300px;
	height: 110px;
	background-image:url(images/boutons/300-110/rouge.png);
	background-repeat:no-repeat;
}
/* ######################################### */

/* ########    carre cotisations    ######## */
td.carrecotisations {
	color: #8A4B08;
	background-color: white;
	text-align : center;
	font-weight : bold;
	/*border: 1px dotted;*/
	border : 0px;
	border-color: #FFCC00;

	min-height: 50px;
	min-width: 300px;
	width: 300px;
	height: 50px;
	background-image:url(images/boutons/300-50/gris.png);
	background-repeat:no-repeat;
}

td.carrecotisations:hover {
	color: #FFFFFF;
	background-color: #FF8000;
	cursor: pointer;
	text-align : center;
	font-weight : bold;

	min-height: 50px;
	min-width: 300px;
	width: 300px;
	height: 50px;
	background-image:url(images/boutons/300-50/orange.png);
	background-repeat:no-repeat;
}
/* ######################################### */

/* Le footer */
.footerinverse {
	font-size : 12px;
	color : #FF8000;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-align : center;
}

.footerinverse a {
	color : #FF8000;
	font-size: 12px;
	text-decoration:underline;
}

.footerinverse a:hover {
	color : #DF7401;
	font-size: 12px;
	text-decoration: none;
}

/*
###########################################
## Création par SPEET - juin 2009
###########################################
*/
