BODY, TABLE, TD, P, SELECT, INPUT, TEXTAREA {
	color : #898989;
	font-family : Tahoma, Arial;
	font-size: 11px;
}
h1 {
	font-size: 14px;
	font-weight:bold;
	color : #97AC2F;
}
h2 { 
	font-size: 12px;
	font-weight:bold;
	color : #97AC2F;
}
h3 { 
	font-size: 11px;
	font-weight:bold;
	color : #C2618F;
}
a {
	color : #898989;
	text-decoration: underline;
}
a:hover {
	color : #898989;
	text-decoration: underline;
}
a.link1 {
	color : #C5C5C5;
	text-decoration: none;
}
a.link1:hover {
	color : #C5C5C5;
	text-decoration: underline;
}
a.link2 {
	color : #C5C5C5;
	font-weight:bold;
	text-decoration: none;
}
a.link2:hover {
	color : #C5C5C5;
	text-decoration: underline;
}
a.link3 {
	color : #C5C5C5;
	font-weight:none;
	text-decoration: underline;
}
a.link3:hover {
	color : #C5C5C5;
	text-decoration: underline;
}
a.link4 {
	color : #FFFFFF;
	text-decoration: none;
}
a.link4:hover {
	color : #FFFFFF;
	text-decoration: underline;
}
a.link5 {
	color : #C86FAE;
	text-decoration: none;
}
a.link5:hover {
	color : #C86FAE;
	text-decoration: underline;
}
.line1 {
	background-color : #C3C2C2;
}
.font1 {
	color : #AC3F72;
	font-weight:bold;
}
.font3 {
	font-weight:bold;
	color : #AC3F72;
}
.inputstyle {
	background-color:#F5F9F4;
	font-size:11px;
	border-style:solid;
	border-width:1px;
	border-color:#898989;
}
.inputstyle2 {
	background-color:#FFFFFF;
	font-size:11px;
	border-style:solid;
	border-width:1px;
	border-color:#898989;
}
.smallText {
	font-size : 10px;
}
.liste {
	list-style-type : disc;
}
li.erreur {
	color : red;
	list-style-type : disc;
}
.boxContent1 {
	color:white;
	background-color : #121718;
}
.boxContent2 {
	color:white;
	background-color : #AC3F72;
}
.boxContent3 {
	background-color : #ECF4C2;
}