body {
	background-image:url(picture/bg.trame.gif);
}

body, td, input, select, textarea {
	color: #0F238C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

hr {
	border:1px dashed #0F238C;
	height:1px;
}

.menuItem,.menuItemHover,.menuItemSelected {
	font-size:16px;
	font-weight:bold;
	color:#0F238C;
	padding-left:50px;
	padding-bottom:12px;
	height:30px;
}

.menuItem {
	background-image:url(picture/menu.bar.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.menuItemHover {
	background-image:url(picture/menu.bar.hover.gif);
	background-repeat:no-repeat;
	background-position:right;
	cursor:pointer;
}

.menuItemSelected {
	background-image:url(picture/menu.bar.selected.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.PrestTitle {
	font-weight:bold;
}

table.prestations {
}

table.prestations td {
	background-color:#FFCC66;
}

table.prices th {
	background-color: #CC9900;
	color:white;
}

table.prices td {
	background-color:#FFCC66;
}

table.prices {
}

table.contact td {
	border-collapse: collapse;
	background-color:#FFCC66;
	/*border-bottom: 1px dashed #0F238C;*/
}

table.contact {
	/*border: 2px solid #0F238C;*/
}

table.assurance td {
	border-collapse: collapse;
	background-color:#FFCC66;
	/*border-bottom: 1px dashed #0F238C;*/
}

table.assurance {
	/*border: 2px solid #0F238C;*/
}

table.link td {
	border-collapse: collapse;
	background-color:#FFCC66;
	/*border-bottom: 1px dashed #0F238C;*/
}



a:link {color: #990000; text-decoration: none }
a:visited {color: #990000; text-decoration: none }
a:hover {color: #990000; text-decoration: underline }
a:active {color: #990000; text-decoration: none }

