/* styles */
a, img a, a img, object, input * {outline: none;}
#liens_top, #liens_top a {
	font-size: 11px;
	color: #95774C;
	text-decoration: none;
}

#liens_top a:hover {
	text-decoration: underline;
}
/*
#menu, #menu a {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

#menu a {
	padding: 0 5px;
}

#menu a:hover {
	color: #EAD4B5;
}*/

#bottom {
	margin: 30px 35px;
}

#bottom .inner dl {
	list-style: none;
	padding: 0;
}

#bottom .inner dl dt {
	text-transform: uppercase;
	padding-bottom: 4px;
}

#bottom .inner dl dd {
	text-indent: -40px;
}

#bottom .inner dl dd a {
	text-decoration: none;
	line-height: 20px;
}

#bottom .inner dl dd a:hover {
	text-decoration: underline;
}

#footer {
	text-align: center; padding: 8px;
}

#footer span {padding: 0 8px;}

.hr {
	height: 1px;
	border: none;
	background: url(../images/bg_hr.gif) repeat-x;
	margin: 5px 0 -3px 0;
}

.sep_thin {
	height: 1px;
	border: none;
	background: url(../images/sep_thin.png) repeat-x;
	margin: 5px 0 -3px 0;
}

a .button {
	height: 38px;
	background: url(../images/bg_button.gif) top left no-repeat;
	padding: 7px 9px 7px 30px;
	border: 1px solid #EDEBE7;
	font-family: "BakerSignetLT", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0362C3;
	outline: none;
	margin-bottom: 50px;
}

a .button:hover {
	background: url(../images/bg_button_on.gif) top left no-repeat;
	border: 1px solid #D5CEC3;
	color: #97794F;
	outline: none;
}

table.cal {width: 100%; border: none;}
table.cal * {font-size: 13px; text-align: left;}
table.cal th, table.cal td {height: 10px; padding: 10px; text-decoration: none}
table.cal td a {text-decoration: none; padding-left: 12px; background: url(../images/arrow3.gif) left no-repeat;}
table.cal td a:hover {text-decoration: underline}
table.cal th {font-weight: bold; text-transform: uppercase;}
table.cal tr.entry1 td {background:#F3F8FC;}
table.cal tr.entry2 td {background:#fff;}
table.cal tr:hover td {background: #E8F1F8;}
