BODY, TABLE, TD, P, SELECT, INPUT, TEXTAREA {
	color : #666666;
	font-family : Tahoma, Arial;
	font-size: 11px;
}
h1 {
	color : #C60B00;
	font-weight:bold;
	font-size: 14px;
}
h2 {
	color : #C60B00;
	font-weight:bold;
	font-size: 12px;
}
a {
	color : #666666;
	text-decoration: underline;
}
a:hover {
	color : #666666;
	text-decoration: underline;
}
a.link1 {
	color : #FFFFFF;
	font-weight:bold;
	font-size: 10px;
	text-decoration: none;
}
a.link1:hover {
	color : #FFFFFF;
	text-decoration: none;
}
a.link2 {
	color : #FFFFFF;
	text-decoration: underline;
}
a.link2:hover {
	color : #FFFFFF;
	text-decoration: underline;
}
a.link3 {
	color : #C60B00;
	font-weight:bold;
	text-decoration: underline;
}
a.link3:hover {
	color : #C60B00;
	font-weight:bold;
	text-decoration: underline;
}
.font1 {
	color : #FFFFFF;
}
.font2 {
	color : #FFFFFF;
	font-weight:bold;
}
.font3 {
	font-weight:bold;
	color : #C60B00;
}
.inputstyle {
	background-color:#F3F3F3;
	font-size:11px;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
}
.smallText {
	font-size : 10px;
}
.liste {
	list-style-type : square;
}
li.erreur {
	color : red;
	list-style-type : square;
}
.box1 {
	color:white;
	background-color : #D63000;
}
.box2 {
	color:white;
	background-color : #EFD88B;
}
.box3 {
	color:white;
	background-color : #CFCDCD;
	font-weight : bold;
}
.button {
	background-color : #C60B00;
	color : White;
	font-weight : bold;
	font-size : 10px;
}
.line {
	background-color :#666666;
}