/* CSS Document */
body {
		font-family:"Trebuchet MS";
		background-color:#3B86C9;
		background-image:url(media/top.gif);
		background-repeat:repeat-x;
		margin-bottom:0px;
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
		font-size:12px;
	}
td {
	font-size:12px;
}
a {	color:#3B86C9; }
	
/* Structure CSS de base : bleue + générique */

.titrebleu {
		font-family:"Trebuchet MS";
		color:#3B86C9;
		font-weight:bold;
		font-size:1.2em;
		text-transform:uppercase;
	}
	
.preambule {
		color:#29396C;
		font-family:"Trebuchet MS";
		font-weight:bold;
		font-style:normal;
		font-size:1em;
		text-align: justify;
	}

.sstitre {
		color:#3B86C9;
		font-family:"Trebuchet MS";
		text-decoration:none;
		font-weight:bold;
		font-size:1em;	
	}
	
a.sstitre {
		color:#3B86C9;
	}
a:hover.sstitre	{
		color:#363C78;
	}

.textebleu {
		font-family:"Trebuchet MS";
		font-weight:bold;
		color:#3B86C9;
	}
	
.trebuchetbleufonce	{
		color:#29396C;
		font-family:"Trebuchet MS";
		font-weight:bold;
		font-style:normal;
		font-size:0.9em;
		text-align: justify;
	}
	
/* Fin Structure de base */	

.lienbleu {
		color:#29396C;
		font-family:"Trebuchet MS";
		font-weight:bold;
		font-style:normal;
		font-size:0.8em;
	}
a.lienbleu {
		text-decoration:none;
	}
a:hover.lienbleu {
		color:#FFFFFF;
	}


.Lien {
		color:#99C24C;
		text-decoration:none;
	}
a.Lien {
		color:#99C24C;
		text-decoration:none;
	}
a:hover.Lien {
		color:#99C24C;
		text-decoration:underline;
	}

.tdpecheur {
		background-image:url(media/pecheur.gif);
		background-color:#3B86C9;
		background-repeat:no-repeat;
		font-family:"Trebuchet MS";
		color:#FFFFFF;
		font-weight:bold;
		font-size:1.4em;
		text-align:left;
		text-indent:40px;
		text-transform:uppercase;
	}

.lienssrub {
		color:#29396C;
		font-family:"Trebuchet MS";
		font-weight:bold;
		font-style:normal;
		font-size:0.9em;
	}
a.lienssrub	{
		color:#29396C;
		text-decoration:none;
	}
a:hover.lienssrub {
		color:#FFFFFF;
	}

.titrenoir {
		font-family:Arial, Helvetica, sans-serif;
		color:#000000;
		font-size:0.9em;
		font-weight:bold;
	}

/* FORMULAIRE */

.ChercherInput {
		border: 1px solid #3C86C9;
		background-color: #87B2DA;
		color:#FFFFFF;
		font-style:normal;
		font-weight:bold;
		text-indent:0px;
		font-family:"Trebuchet MS";
		font-size:0.8em;
		width:80px;
	}
.ChercherBtn {
		border: 1px solid #87B2DA;
		background-color: #3C86C9;
		color:#FFFFFF;
		font-style:normal;
		font-weight:bold;
		text-indent:0px;
		font-family:"Trebuchet MS";
		font-size:0.8em;
		width:30px;
	}
	
.PetitTexte {
	font-size: 9px;
}
