* {
	font-family: "Verdana", sans-serif;
	font-size: 10px;
/*	color: black;*/
}

body {
	background-color: #F1F1F1;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: 780px;
}

body.main {
	margin: 0em;
	padding: 0em;
	background-color: #F1F1F1;
	background-position: left;
	background-repeat: repeat-y;
	background-attachment: fixed;
}

select {
	width: 120px;
	font-size: 10px;
	font-weight: bold;
} 

.inputtxt {
	width:120px;
	font-size: 10px;
	font-weight: bold;
	border: solid black 1px;
}

.tt-noir10 {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a.lien-noir10 {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.txt-gris10 {
	color: #666666;
	text-decoration: none;
}

