/* added by pdesoyres */
.page_title {
	color: #003263;
	font-weight: bold;
	font-size:20px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	white-space:nowrap;
	vertical-alignment:middle;
	text-align:center;
}

.ErrorMessage {
	font-size:10px;
	color:#990000;
	display:block;
}
.RequiredFormField {
	font-size:11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003263;
	font-weight:bold;
}
.OptionalFormField {
	font-size:11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003263;
}

.simple_tab {
	border:1px solid #0079c0;
	background-color: #ffffff;
	margin:0px;
	padding-left:0px;
	padding-right:0px;
}

.simple_tab th {
	color: #fff; 
	font-weight: bold; 
	font-size: 11px; 
	font-family: Arial, Geneva, Helvetica, sans-serif; 
	letter-spacing: 1px; 
	text-align: center;
	background-color: #0079c0;
	padding-left:0px;
	padding-right:0px;
	padding-bottom: 3px;
	padding-top: 3px;
	white-space:nowrap;
}



th.sort {
	cursor:pointer;
}
th.sort_active {
	color:#500874;
}

#content td {
	font-size : 10px;
}
.tab_separator {
	height:1px;
	background-color:#003263;
}

.bold {
	font-weight:bold;
	color:#003263;
}

.img_click {
	border:0px;
	cursor:pointer;
}

/* more on sousNav*/
#contentSousNav p {
	color: #c60;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 25px; 
	padding-right: 5px; 
	border-top: 1px solid #c0c0c0;
	display: block;
	margin:0;
	height:25px;
}
#contentSousNav p.active {
	color: #c60;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 25px;
	padding-right: 5px; 
	border-top: 1px solid #c0c0c0;
	display: block;
	height:25px;
	margin:0;
	background: url(../images/common/bullet.gif) no-repeat 1px 3px; 
}
#contentSousNav span {
	color: #003263;
	font-weight: bold;
	margin: 0px 3px 4px 3px;
	padding-top:4px;
	display:block;
	border-top: 1px solid #c0c0c0;
}

#contentSousNav ul {
	margin: 0px 3px 4px 15px;
}

/* legende */
#legende { font-size: 9px; float: right; margin: 2px 6px; width: 245px }
#contentLegende { font-size: 9px; margin-bottom: -5px; border-right: 1px solid #696969; border-left: 1px solid #696969;}
#contentLegende a { color: #c60; font-weight: bold; text-decoration: none; background: url(../images/common/bullet_squarre.gif) no-repeat 2px 1px; margin: 4px 3px; padding-top: 2px; padding-bottom: 1px; padding-left: 25px; border-top: 1px solid #c0c0c0; display: block }
#contentLegende img {margin-right:5px; vertical-align:middle;}
#contentLegende span {
	color: #c60;
	font-weight: bold;
	margin: 4px 3px; 
	display:block;
}
#contentLegende p {
	color: #c60;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 10px; 
	padding-right: 10px; 
	border-top: 1px solid #c0c0c0;
	display: block;
	margin:0;
}
#contentLegende h1   { color: #fff; font-weight: bold; font-size: 13px; background-color: #0079c0; margin: 0px; padding: 2px 6px; border: solid 1px #0079c0 }
#legendeEnd { font-size: 9px; background: url(../images/legende_end.gif) no-repeat -6px -2px; margin-bottom: 20px; height: 15px }

/* menu horizontal */
.menu_h {
	font-size : 10px;
	font-weight:bold;
	background-color:white;
	text-align: center;
}

.a_menu_h {
	color: white;
	text-decoration: none;
	display: block;
	white-space:nowrap;
	background-color:#003263;
	background-image: url(../images/corner.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-top:3px;
	padding-bottom:3px;
}
.a_menu_h:hover {
	background-color:#0079c0;
	background-image: url(../images/corner_active.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.a_menu_h_active {
	color: white; 
	text-decoration: none; 
	display: block;
	white-space:nowrap;
	background-color:#0079c0;
	padding-top:3px;
	padding-bottom:3px;
}

