body, td, div {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
}
body{
	padding-top: 20px;
	background: #AEAFB3;
}
.titre {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12pt;
	color: #CCCC00;
	font-weight: normal;
	padding-left: 10px;
	text-shadow: Maroon;
	font-variant: small-caps;
	text-transform: capitalize;
	border-left: 6px solid #CCCC00;
}
.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 : black;
}

#background-layer {
	margin-left: 0;
	margin-right: 0;
	background: white;
	width: 764px;
}
#navBar{
	float: left;
	width: 157px;
	text-align: left;
	padding-left: 10px;
	padding-right: 5px;
	border-right: 1px solid black;
}
#navBar-right {
	width: 564px;
	float: right;
	text-align: left;
	background: url(images/fond_haut.gif) left top no-repeat;
}
.content {
	padding: 15px;
	text-align: left;
	width: 420px;
}
.intro{
	padding-right: 50px;
	padding-top: 10px;
	padding-left: 10px;
}
div.line {
	height: 1px;
	font-size: 1px;
	border-top: 1px dotted lightgrey;
}

/* SERACH RESULTS */

.recLeft{
	float: left;
	width: 300px;
}
.recRight{
	float: right;
	width: 120px;
	text-align: right;
}

/* FORMS */

.bttn {
	font-size: 11px;
	background: #CCCC00;
	border: 1px solid #CCCC00;
	color : white;
	padding: 0px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	float: left;
}
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 #003366;
}
