a:link   { text-decoration: none }

a:visited   { text-decoration: none }

a:hover     { color: #F60; text-decoration: underline; border: none }

a:hover img { border-color: #F60 }

html {
	overflow-x: hidden;
	overflow-y: show;
}

body {
	font: 11px Verdana;
	color: black;
	margin: 5;
	padding: 5;
}

p,div { margin: 0; padding: 0 }

td { font: 11px verdana }

.champ {
	border: 1px solid #777;
	background-color: white;
	height: 15px;
	width: 390px;
	font-family: verdana;
	font-size: 10px;
	color: #000
}

.textarea {
	border: 1px solid #777;
	background-color: white;
	height: 100px;
	width: 390px;
	font-family: verdana;
	font-size: 10px;
	color: #000;
	overflow-y:auto
}

.checkbox {
	clear: both;
	float: none;
	position: relative;
	margin-left: 0px;
}

.bouton {
	font-weight:bold;
	font-size:11px
}

.medaillon img { border: solid 1px black }

.texteblanc { color: white }
.textegris { color: #BBB }
.textenoir { color: black }
.texterouge { color: red }
.texteorange { color: #F60 }
.textemarron { color: #630 }

.tof:visited { filter: progid:DXImageTransform.Microsoft.alpha(opacity=30) }