body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-image: url(images/fond.gif);
}
h1 {
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 14px;
	font-style: oblique;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	color: #FF6600;
}
a:active {
	text-decoration: underline;
}
input {
	background-color: #ECECEC;
	border: none;
}
select {
	background-color: #ECECEC;
	border: none;
}
textarea {
	background-color: #ECECEC;
	border: none;
}
.boutons {
	background-color: #F6C216;
	font-size: 12px;
	font-weight: bold;
}
.calendarHeader {
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #000000;
} 
.calendarToday {
	background-color: #000066;
} 
.calendarEvent {
	background-color: #FF0000;
} 
.calendar {
 	background-color: #191919; 
 }
.evtlib {
	font-size: 12px;
}
.frame_cadre {
	border-style: solid;
	background-color: Gray;
}
.nav_head {
	border-style: none;
	background-color: #000000;
	font-size: 14px;
}
.nav_head a:link{
	font-size: 14px;
}
.msg {
	color : red;
}
.scrollvtes {
	height: 300px;
	overflow: auto;
	margin-left: 0px;
	margin-right: 20px;
}
.scroll400 {
	height: 400px;
	overflow: auto;
	margin-left: 0px;
	margin-right: 20px;
	border-color: Green;
}
.scroll500 {
	height: 500px;
	overflow: auto;
	margin-left: 0px;
	margin-right: 20px;
	border-color: Green;
}
.span_panier {
	position: absolute;
	top: 4px;
	left: 837px;
	width: 150px;
	border-style: none;
	background-color: #DCDFBB;
	z-index: 4;
}
.span_bandeau{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 3;
}
.subm {
	background-color: Yellow;
	cursor: pointer;
}
.tabhead {
	color: black;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/fondtab.gif);
	background-repeat: repeat-x;
}
.trlink {
	cursor:pointer;
	font-size: 12px;
}