/* CSS definition file containing site wide stylesheets */

.nav {
	font-family: "Trebuchet MS",  Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 12px;
 	color: rgb(0,102,102)
}

.linkpied:visited {
	color: rgb(0,153,153);
 	text-decoration: none 
}

.linkpied:active {
	color: rgb(0,153,153);
 	text-decoration: underline
}

.linknav:visited {
	color: rgb(0,102,102);
 	text-decoration: none 
}

.pied {
	font-size: 10px;
 	color: rgb(0,153,153)
}

.commentaire {
	color: rgb(0,102,102);
 	background-image: url( "../assets/images/fond-commentaire.gif" );
 	border: 1px solid rgb(0,153,153);
 	padding: 10px
}

.legende {
	font-size: 10px;
 	color: rgb(0,102,102)
}

.linknav:active {
	color: rgb(255,102,51);
 	text-decoration: underline
}

.linkpied:link {
	color: rgb(0,153,153);
 	text-decoration: none 
}

.illust {
	font-size: 12px;
 	color: rgb(255,255,255);
 	font-weight: bold
}

.linknav:link {
	color: rgb(0,102,102);
 	text-decoration: none 
}

.form {
	color: rgb(0,102,102);
 	background-color: rgb(255,255,255);
 	border: 1px solid rgb(0,102,102)
}

.linkpied:hover {
	color: rgb(0,153,153);
 	text-decoration: underline
}

.linknav:hover {
	color: rgb(0,102,102);
 	font-weight: bold;
 	text-decoration: underline
}