/* CSS definition file containing site wide stylesheets */

.nav {
	font-size: xx-small;
 	color: rgb(51,102,153);
 	margin: 10pt 0px 0px 18pt
}

.piedlink:active {
	text-decoration: underline
}

.pied {
	font-size: xx-small;
 	color: rgb(51,102,153);
 	line-height: 12px;
 	text-align: center;
 	margin: 10px 15px 0px 15px
}

.navlink:visited {
	color: rgb(51,102,153);
 	line-height: 10px;
 	text-decoration: none 
}

.piedlink:visited {
	color: rgb(51,102,153);
 	text-decoration: none 
}

.navlink:link {
	color: rgb(51,102,153);
 	line-height: 10px;
 	text-decoration: none 
}

.piedlink:link {
	color: rgb(51,102,153);
 	text-decoration: none 
}

.erreur {
	background-image: url( "../assets/images/fond-erreur.gif" );
 	border: 1px solid rgb(255,204,0)
}

.textedroite {
	font-size: 8pt;
 	color: rgb(0,51,102)
}

.table {
	color: rgb(51,102,153);
 	background-color: rgb(255,255,255);
 	background-image: url( "../assets/images/fond-bleu1.gif" );
 	border: 1pt solid rgb(102,153,204)
}

.navlink:active {
	color: rgb(51,102,153);
 	line-height: 10px;
 	text-decoration: none 
}

.form {
	color: rgb(51,102,153);
 	border: 1pt dashed rgb(153,153,153)
}

.news {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: x-small;
 	color: rgb(0,51,102);
 	text-align: justify;
 	background-image: url( "../assets/images/fond-bleu1.gif" );
 	border: 1pt solid rgb(102,153,204);
 	padding: 5pt
}

.piedlink:hover {
	text-decoration: underline
}

.navlink:hover {
	line-height: 10px;
 	text-decoration: underline
}