body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../texture-navigation.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	color: #818181;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #818181;
	text-decoration: underline;
}

a:hover {
	color: #8e0000;
}

.titre {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}

.titre2 {
	color: #C73232;
	font-size: 12px;
	font-weight: bold;
}

.sstitre {
	color: #C73232;
	font-size: 14px;
}

.sstitre2 {
	color: #FF0000;
	font-size: 14px;
}

.idcado {
	color: #dcdcdc;
	font-size: 12px;
}

.adresse {
	color: #b7b7b7;
	font-size: 10px;
	font-weight: bold;
}

.contour{
	border-color: #FF0000;
	border-style: solid;
	border-width: 2px;
	width: 550px;
}

.contour2{
	border-color: #FF0000;
	border-style: solid;
	border-width: 2px;
	width: 600px;
}

.legende {
	color: #FF0000;
	font-size: 8px;
}

table {
	font-size: 10px;
}

table.tableauGlobal {
	height: 100%;
}

select {
	color: #000000;
}
option {
	color: #000000;
}
input {
	color: #000000;
}
textarea {
	color: #000000;
}