/* styles */
a, img a, a img, object, input * {outline: none; border: none;}
img a, a img {text-decoration: none;  border: none;}
#bottom {
	margin: 30px 0 30px 35px;
}

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

/* lien style bouton */
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;
}

/* top menu */
.topmenu li{
	list-style: none;
	float: left;
	position: relative;
	padding: 0 5px 0 5px;
	display: inline-block;
	border-right: 1px solid #95774c;
	line-height: 11px;
}
.topmenu{
	float: right;
	margin-top: 9px;
	line-height: 11px;
	display: block;
}
.topmenu ul li a{
	text-decoration: none;
}
.topmenu ul li a span {
	font-size: 11px;
	color: #95774C;
	text-decoration: none;
	display: inline;
}

.topmenu ul li a:hover span  {
	text-decoration: underline;
}

#liens_top { clear: both}
/* select language */
.lang {
	float: right;
	display: block;
}

/* footer menu */
.footermenu {margin-top: 0px;}

.footermenu li{
	list-style: none;
	float: left;
	position: relative;
	padding: 0 8px 5px 8px;
	display: inline;
	font-family:"Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.footermenu ul{
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.footermenu li a {
	font-family:"Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.footermenu li a:hover {
	text-decoration: underline;
}

#footer .moduletable {margin: 0 auto; margin-top: 0px;}

/* bottom menu */
.moduletable_bottommenu ul{
	list-style: none;
	padding: 0;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.moduletable_bottommenu ul ul{
	list-style: none;
	padding: 0;
	text-transform: none;
}

.moduletable_bottommenu ul a,
.moduletable_bottommenu ul ul a{
	text-decoration: none;
}

.moduletable_bottommenu ul a:hover,
.moduletable_bottommenu ul ul a:hover{
	text-decoration: underline;
}

.moduletable_bottommenu ul li{
	list-style: none;
	display: block;
	float: left;
	width: auto;
	margin-right: 15px;
	line-height: 20px;
	padding: 0;
}

.moduletable_bottommenu  li li{
	list-style: none;
	display:list-item;
	clear: both;
}

#bottom li span.separator {display: none;}


/* formulaires */
form#userForm {margin-left: 25px;}
form#userForm a {color: #0365AD; text-decoration: none;}
form#userForm a:hover {text-decoration: underline;} 
#userForm table td {height: 70px; padding-bottom: 10px;}
#userForm table .yui-calendar td.calcell {height: 20px;}
#userForm table *{font-size: 14px;}
.input_220 {height: 20px; width: 220px; padding-top: 2px; border: 1px solid #9C9C9C;outline: none;}
.input_490 {height: 20px; width: 490px; padding-top: 2px; border: 1px solid #9C9C9C;outline: none;}
.textarea_490 {height: 220px; width: 490px; border: 1px solid #9C9C9C;outline: none;}

#userForm input.button, a .button {
	height: 38px;
	background: url(../images/bg_button.gif) top left no-repeat;
	padding: 1px 20px 5px 30px;
	border: 1px solid #EDEBE7;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #0362C3;
	margin: 20px 0;
}

#userForm input.button:hover , a .button:hover {
	background: url(../images/bg_button.gif) bottom left no-repeat;
	border: 1px solid #D5CEC3;
	color: #97794F;
	outline: none;
}
/* */
.jfdefaulttext {display: none;}
