/*le corps */
body
{
	font:"Comic Sans MS", Arial, Verdana, serif;
	text-align:center;
}
body.listeImageFond
{
	text-align:left;
	background-color:#CEBFBA;
	background-image:url("Images/filigrane1.jpg");
	background-attachment:fixed;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}
body.hivernage
{
	text-align:left;
	background-image:url("Images/filigrane_hivernage.jpg");
	background-attachment:fixed;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}
body.amis
{
	text-align:center;
	background-image:url("Images/filigrane_amis.jpg");
	background-attachment:fixed;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}
body.historique
{
	text-align:center;
	background-image:url("Images/filigrane_historique.jpg");
	background-attachment:fixed;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}
body.liste
{
	text-align:left;
}
p.sortie
{	
	text-align:center;
	font-style:italic;
	font:"Comic Sans MS", Arial, Verdana, serif;
}

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

/*les tableaux*/

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

th
{
	background-color:#A60000;
}
.sortie td
 {
	width:175px;
 }
table.sortie
{
	margin-left:auto;
	margin-right:auto;
	border-collapse :collapse;
	border-style:double;
	border-width:3;
	width:350px;
	text-align:center;
	border-color:#A60000;
}
table.equipage
{
	margin-left:auto;
	margin-right:auto;
	font-family:"Comic Sans MS", Arial, Verdana, serif;
	border-style:double;
	border-width:5;
	border-collapse :collapse;
	text-align:center;
	border-color:#A60000;
	width:75%;
}
.equipage img
{
	width:100px;
}

table.prepa_sorties
{
	margin-left:auto;
	margin-right:auto;
	border-collapse :collapse;
	border-style:double;
	border-width:3;
	width:350px;
	text-align:center;
	border-color:#A60000;
}

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

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


p.Niouz
{
border: 2px solid #660000;
}

p.ProchaineSortie
{
border: 2px solid red;
}
