body {
	color: #696969;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url("images/droite1.jpg");
	background-repeat: no-repeat;
	background-position: right 70px;
	margin: 70px 0 0;
	scrollbar-3dlight-color: #EF4137;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #EF4137;
	scrollbar-highlight-color: #EF4137;
	scrollbar-track-color: #ACAEB0;
	overflow: hidden;
}

td {
	color: #696969;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p { text-align: justify; }

h1 {
	color: #EF4137;
	font-size: 16px;
}

h2 {
	color: #666666;
	font-size: 14px;

}

.index {
	margin: 0px;
	background-image: url("images/index-bg1.jpg");
	background-repeat: no-repeat;
	background-position: top 0px left 0px;
}

input, select, textarea {
	color: #696969;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #dcdcdc;
	border: solid 1px #ef4137;
}

#contenu {
	padding-top: 25px;
	padding-right: 260px;
	margin-left: 60px;
	overflow-y:scroll;
	height: 100%;
}

#droite {
	margin-top: 68px;
	position: absolute;
	top: 70px;
	right: 18px;
	width: 225px;
	height: 100%;
}

#menu {
	position:absolute;
	top:0px;
	left:0px;
}

.formdroite {
	font-weight: bold;
	text-align: right;
	padding-right: 12px;
}

.menu {
	visibility: hidden;
	position: absolute;
	z-index: 2;
}
	
a {
	color: #696969;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.blanc {
	color: #fff;
	text-decoration: none;
}

.blanc:hover {
	color: #dcdcdc;
	text-decoration: none;
}

.small { font-size: 10px; }

.fin { font-weight: normal; }

.dhtml { display: none; }

.big { font-size: 13px; }

.gris { color: #999999; }

.gris:hover { color: #EF4137; }

legend {
	color: #f33;
	font-size: 12px;
	font-weight: bolder;
}
.rouge { color: #f33; font-size: 12px; font-weight: bolder }
.cadrerouge { border: solid 1px #f33; }
