/*le corps */
body
{
	font:Arial;
	text-align:center;
}
/*body.une
{
	height : 90%;
	width : 90 %;
/*	font-size:small;
}*/


body.presse
{
	text-align:left;
	background-image:url("images_site/filigrane_tenarde.jpg");
	background-attachment:fixed;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}
body.club
{
	text-align:center;
	background-image:url("images_site/filigrane_club.jpg");
	background-attachment:fixed;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}
body.clubListe
{
	text-align:left;
	background-image:url("images_site/filigrane_club.jpg");
	background-attachment:fixed;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}
body.images
{
	text-align:left;
	background-image:url("images_site/filigrane_images.jpg");
	background-attachment:fixed;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}
body.resultatsListe
{
	text-align:left;
	background-image:url("images_site/filigrane_resultats.jpg");
	background-attachment:fixed;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}
body.resultats
{
	text-align:center;
	background-image:url("images_site/filigrane_resultats.jpg");
	background-attachment:fixed;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}
body.inscription
{
	text-align:center;
	background-image:url("images_site/filigrane_inscriptions.jpg");
	background-attachment:fixed;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}
body.newsletter
{
	text-align:left;
	background-image:url("images_site/filigrane_newsletter.jpg");
	background-attachment:fixed;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

table.evt
{
	font-size:medium;
	border-width:0;
}

td.evt
{
	border-width:0;
}

body.liste
{
text-align:left;
}

p.historique
{
	text-align:left;
}

/*les liens */
a:link{ color:#061197;}
a:visited {color:#061197;}
a:hover{ color:#061197;}

/*les tableaux*/

td
{
	border-collapse :collapse;
	border-style:solid;
	border-width:1;
}

th
{
	background-color:#9DC9FF;
}
table.actus,td.actus
{
	border-collapse :collapse;
	border-style:double;
	border-width:3;
	width:100%;
	text-align:center;
	border-color:blue;
	font-size:100%;
}

table.une,td.une
{
	border-collapse :collapse;
	border-style:double;
	border-width:3;
	width:100%;
	text-align:center;
	border-color:red;
	font-size:100%;
}
th.une
{
	background-color:#FF6666;
}

table.equipage
{
    margin-left:auto;
	margin-right:auto;
	border-collapse :collapse;
	border-style:double;
	border-width:3;
	width:85%;
	text-align:center;
	border-color:blue;
}
table.calendrier
{
	font-family:"Comic Sans MS", Arial, Verdana, serif;
	border-style:double;
	border-width:5;
	border-collapse :collapse;
	text-align:center;
	border-color:blue;
	width:100%;
}

/*titres */
#titre_page
{	
	font-family:"Comic Sans MS", Arial, Verdana, serif;
	border-style:double;
	border-width:5;
	border-color:#061197;
	text-align:center; 
	color:#061197;
	font-size:40px;
}
h3
{
	color:#0D026C;
}

/*listes à puce*/
	/*archives et photos -> petite image dossier*/
ul
{
   list-style-image: url("images_site/dossier.png");
}
ul.decale 
{
   list-style-image: url("images_site/dossier.png");
   margin-left:40px;
}

ul.decalePlus 
{
   list-style-image: url("images_site/dossier.png");
   margin-left:40px;
}
