body, td, div {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: dimgray;
}
body{
	padding-top: 10px;
	background: white;
}
.titre {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11pt;
	color: #FF6600;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 16px;
	background: url(images/bullet.gif) no-repeat;
	font-weight: bold;
}
.accueil {
	font-size: 12pt;
	color: #CCCC00;
	font-weight: bold;
}
.err{
	padding: 7px 2px 7px 2px;
	color: red;
	border: 1px solid lightgrey;
	text-align: center;
}
.small {
	font-size: 10px;
	font-weight : normal;
}
.strike {
	color: red;
	text-decoration: line-through;
	font-style: italic;
}
li{
	list-style: square;
}

/* LINKS */
a{
	text-decoration: underline;
	color : #AEAFB3;
}
a:link, a:visited {
	color : #AEAFB3;
}
a:hover {
	text-decoration: underline;
}
a.menu, a.menu:link, a.menu:visited{
	text-decoration: none;
	color : dimgray;
	font-size: 12px;
}

#background-layer {
	margin-left: 0;
	margin-right: 0;
	background: url(images/fond.gif);
	width: 897px;
}
#navBar{
	float: left;
	width: 187px;
	text-align: left;
	padding-left: 10px;
	padding-right: 20px;
	margin-left: 30px;
	border-right: 1px dotted gray;
}
#navBar-right {
	width: 610px;
	float: right;
	margin-right: 30px;
	text-align: left;
}
.content {
	padding: 15px;
	text-align: left;
	/*border: 1px solid red;*/
}
div.line {
	height: 1px;
	font-size: 1px;
	border-top: 1px solid lightgrey;
}
div.rec-even {
	background: white;
	float: left;
	padding: 5px;
}
div.rec-odd {
	background: #F4F4F4;
	float: left;
	padding: 5px;
}
div.menu{
	background: url(images/fond_menu.gif) bottom left repeat-y;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 2px;
	color: white;
}
div.menu a{
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
div.menu a.selected{
	color: #FF6600;
	font-weight: normal;
}
div.menu a:hover{
	color: #FF6600;
}

/* SERACH RESULTS */

.recLeft{
	float: left;
	width: 400px;
}
.recRight{
	float: right;
	width: 150px;
	text-align: right;
}

/* FORMS */

div.bttn {
	background: url(images/btn.gif) no-repeat bottom right;
	border: 0px solid white;
	font-size: 10px;
	color : black;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	width: 130px;
}
div.bttn div{
	background: url(images/btn.gif) no-repeat top left;
	padding: 2px 4px 2px 4px;
}
input{
	font-size: 10px;
	border: 1px solid lightgrey;
	background: white;
	color: gray;
}
input.searchLeft{
	font-size: 10px;
	border: 1px solid black;
	background: white;
	color: black;
	width: 133px;
	height: 13px;
	/*border : 1px solid #003366;*/
}
input.normal{
	border: 1px solid white;
	background: white;
}
select.searchLeft{
	font-size: 9px;
	border: 1px solid black;
	width: 140px;
	/*border : 1px solid #003366;*/
}
input.normal{
	border: 0px solid white;
}
textarea{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10pt;
	font-weight: normal;
	border: 1px solid gray;
}
