@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #321B11;
	margin: 0px;
}
}
.taille10 {
	font-size: 10px;
}
.taille11 {
	font-size: 11px;
}
.taille12 {
	font-size: 12px;
}
.taille16 {
	font-size: 16px;
}
.taille14 {
	font-size: 14px;
}

a {
	color: #321B11;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #BFC443;
	font-weight: bold;
}
.lienbas {
	color: #717031;
	text-decoration: none;
	font-weight: bold;
}
.lienbas:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #717031;
	font-weight: bold;
}
.lienmenu {
	color: #321B11;
	text-decoration: none;
	font-weight: bold;
}
.lienmenu:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.cadre {
	border: 1px dashed #666666;
}
.titre {
	font-size: 14px;
	font-weight: bold;
	color: #321B11;
	padding: 5px;
	background-repeat: repeat-y;
	background-image: url(images/fond-titre.jpg);
}

#fond {
	width: 100%;
	background-image: url(images/frize-basse.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
}
.cadre-photo {
	border: 1px dotted #666666;
	padding: 2px;
}
.sous-titre {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #321B11;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #321B11;
}
.taille9 {
	font-size: 9px;
}
