html,p,input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 12px;
}

a {
	text-decoration: none;
	color: #666666
}
a:hover {
	text-decoration: underline;
	color: #999999
}

.bas {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

a.bas {
	text-decoration: none;
	color: #FFFFFF
}
a:hover.bas {
	text-decoration: underline;
	color: #FFFFFF
}

.tablo {
	border: 1px solid #666666;
}

.textebase {
	font-size: 12px;
	color: #333333;
	padding: 10px;
	text-align: justify;
}

.titre {
	font-size: 16px;
	font-weight: bold;
	color: #993300;
	letter-spacing: 0em;
	text-align: left;
}

.menu {
	font-size: 11px;
	border: 1px solid #CCCCCC;
	padding-right: 2px;
	padding-left: 2px;
}

.datetable {
	font-size: 11px;
	color: #663333;
	font-weight: bold;
}

.prixtable {
	font-size: 14px;
	font-weight: bold;
	color: #663333;
	letter-spacing: 0em;
	text-align: center;
}

.texteintro {
	font-size: 11px;
	color: #333333;
	padding: 5px;
	text-align: justify;
}

.sommaire {
	font-size: 12px;
	font-weight: bold;
	color: #993300;
}
a.sommaire:hover {
	color: #993300;
	text-decoration: underline;
}

.textetableau {
	font-size: 12px;
	color: #333333;
}

.form_btn {
	font-size: 12px;
	background-color: #CC6600;
	color: #FFFFFF;
	border: 1px #666666 solid;
}
