@charset "utf-8";
.bande-droite {
	background-image: url(library/bande-droite.gif);
	background-repeat: repeat-y;
}
.bande-gauche {
	background-image: url(library/bande-gauche.gif);
	background-repeat: repeat-y;
}

#menu:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#menu:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#menu:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

.bande-grise {
	background-image: url(library/bande-grise.gif);
	background-repeat: repeat-y;
}
.titre1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-align: left;
}
.txt1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	text-align: justify;
}
.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	text-align: justify;
}
.titre2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #900;
	text-align: left;
}
