body {
	font-family: 		verdana, arial, helvetica, sans-serif;
	font-size: 			14px;
	margin-left:		0px;
	margin-right:		0px;
	margin-top:			0px;
	padding:			0;
	background-color:	#FBFAF5;
}

td textarea {
	font-family:		verdana, arial, helvetica, sans-serif;
	font-size:			14px;
}

a {
	font-family:		verdana, arial, helvetica, sans-serif;
	font-size:			14px;
	color:				#BD0000;
	text-decoration:	none;
}

a:hover {
	text-decoration:	underline;
}

hr {
	height:				1px;
	padding:			0;
	background-color: 	#DBD3B5;
	color:				#DBD3B5;
	border:				0;
} 

input, textarea {
	font-size:			14px;
}

/* Menu supérieur */
#tabs {
	float:				none;
}

#tabs ul {
	margin:				0;
	padding:			0px 0px 0 0px;
	list-style:			none;
}

#tabs li {
	display:			inline;
	margin:				0;
	padding:			0;
}

#tabs a {
	float:				left;
	background:			url("img/tableft.png") no-repeat left top;
	margin:				0;
	padding:			0 0 0 5px;
	text-decoration:	none;
}

#tabs a span {
	font: 				bold 13px/1.5em Verdana;
	float:				left;
	display:			block;
	background:			url("img/tabright.png") no-repeat right top;
	padding:			4px 9px 3px 3px;
}

#tabs a:hover span {
	text-decoration:	underline;
}

#tabs #current a {
	background-position:0% -84px;
}

#tabs #current a span {
	background-position:100% -84px;
	color:				#FFF;
	text-decoration:	none;
}

/* Menu supérieur de 2éme niveau */
#tabs2 {
	font-size: 			13px;
	font-family:		verdana, arial, helvetica, sans-serif;
	margin: 			0;
	padding: 			0; 
}

#tabs2 a {
	text-decoration:	none;
	font-weight: 		bold;
	font-size: 			13px;
	border: 			0;
	margin: 			0;
	padding: 			6px 5px 5px 6px;
}

#tabs2 a:hover {
	text-decoration:	underline;
}

#tabs2 ul { 
	margin:				0; 
	padding:			0 0 0 0;
	list-style:			none; 
}

#tabs2 li {
	display:			inline;
}

#tabs2 .selected a, #tabs2 .selected a:hover, #tabs2 .selected a span, #tabs2 .selected a:hover span { 
	text-decoration:	none;
	color:				black;
}
