body {
	font-size: 12px;
	font-weight: 500=medium;
	scrollbar-arrow-color:#fff3b2;
	scrollbar-face-color: #786aca;
	background-color : #E3F2FF;
	color : #786aca;
	font : Arial, Helvetica, sans-serif;
}

INPUT {
	background-color : White;
	border : thin solid #6495ED;
	color : #6495ED;
	font-weight : normal;
	cursor : hand;
}

INPUT.form
 {
	background-color : White;
	border : thin solid #6495ED;
	color : #6495ED;
	font-weight : normal;
	cursor : auto; 
}

TEXTAREA {
	background-color : White;
	border : thin solid #6495ED;
	color : #6495ED;
	font-weight : normal;
}

EM {font: bold 14px}

DIV.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color : White;
	border : thin solid #786ACA;
	padding-bottom : 6px;
	padding-left : 6px;
	padding-right : 6px;
	padding-top : 6px;
}

DIV.som {
	background-color : White;
	border : thin solid #6495ED;
	padding-bottom : 6px;
	padding-left : 6px;
	padding-right : 6px;
	padding-top : 6px;
	font-size : 12px;
}

DIV.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: transparent;
	border: thin solid #786ACA;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
}

A {
	text-decoration : none;
	color : #6495ED;
	font-weight : bold;
}

A:HOVER {
	text-decoration : underline;
	color : #6495ED;
	font-weight : bold;
}

