@charset "UTF-8";
/* Mise en forme du texte */

body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}

a {
	color: #cb4300;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.nav-bar {
	font-family: Lucida Grande, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

a.nav-bar:hover {
	text-decoration: underline;
}

.titre-menu {
	font-family: Lucida Grande, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #777;
	border-bottom: 1px dashed #999999;
}

.titre-page {
	font-family: Lucida Grande, Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #777;
	border-bottom: 1px dashed #999999;
}

.content-titre1 {
	font-family: Lucida Grande, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
}

.content-titre2 {
	font-family: Lucida Grande, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
}

.copyright {
	font-family: Lucida Grande, Arial, Helvetica;
	font-size: 10px;
	color: #777;
}
