body 
{
	background-color: #F0F0F0;
	color: #666666;
	font: 0.78em Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #0080FF;
}
a:visited {	
	color: #6570B6;
}

a:hover {
	color: #40A1FF;
}
#warnIE {
	text-align: center;
	background: red;
	color: white;
	font-weight: bold;
}

#website
{
	width: 1000px;
	margin: auto;
	border: 1px solid #aeaeae;
	padding: 0;
}

#top_banner
{
	background: url('../img/header_bg.jpeg') top left no-repeat;
	height: 110px;
	border-bottom: 1px solid #aeaeae;
}

#top_banner h1, #top_banner h2 
{
	margin: 0;
	color: white;
	padding-left: 15px;
}

#top_banner h1 {
	font: 1.7em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
}
#top_banner h2 {
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
}

#breadcrumb
{
	font-weight: bold;
/*	text-align: right;*/
	background: url('../img/breadcrumb_bg.png') top left repeat-x;
	height: 25px;
}

#breadcrumb p {
	display: inline;
	color: #d4d4d4;
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-left: 4px;
	font-weight: normal;
	float: left;
}

#breadcrumb span.selected {
	font-weight: bold;
}

#breadcrumb ul 
{
	color: #d4d4d4;
	padding-top: 5px;
	padding-left: 4px;
	list-style: none;
	margin: 0;
	float: right;
}

#breadcrumb li
{
	display: inline;
}

#breadcrumb li:after {
	content: " / ";
}

/* Fix for layout */
.innerfix
{
	width: 100%;
	margin-right: -1px;
	float: left;
	position: relative;
}

#iro_official_eyes {
	float: right;
	clear: none;
}

.clearfix:after
{
	content: ".";
	height: 0px;
	display: block;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */

#menu {
	width: 199px;
	margin-left: -199px;
	position: relative;
	float: left;
	left: -1px;
}

#content {
	border-left: 1px solid #e0e0e0;
	background-color: white;
	margin-left: 199px;
	width: 800px;
	
}

#subcontent {
	margin-left: 20px;
	margin-right: 15px;
}

#subcontent .address {
	text-align: center;
}

#menu ul {
	padding: 0;
	border: 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #aeaeae;
}

#menu li {
	margin: 0;
	border-top: 1px solid #aeaeae;
	width: 100%;

}
#menu ul ul li:hover {
	background: #CCCCCC;
}

#menu ul li {
	background: url('../img/button_normal.png') top left repeat-x;
	float: left;
	position: relative;
}

#menu ul li.sechighlight {
	background: url('../img/button_over.png') top left repeat-x #08A0F8;
}

#menu ul ul li.pagehighlight {
	background: url('../img/button_over.png') top left repeat-x #08A0F8;
}

#menu ul li.sechighlight a {
	color: white;
}

#menu ul li.sechighlight li a {
	color: #666666;
}

#menu ul li li.pagehighlight a {
	color: white;
}

#menu ul ul {
	z-index: 99;
	left: 199px;
	margin-top: -1px;	
	width: 200px;
	border-right: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
}

#menu ul ul li {
	background: #ebebeb;
}


#menu ul li ul   {
	display: none;
}

#menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 0;
}

#menu li:hover {
	background: url('../img/button_over.png') top left repeat-x;
}

#menu a {
	display: table-cell;
	vertical-align: middle; 
	padding-left: 10px;
	height: 25px;
	color: #666666;
	text-decoration: none;
	/*font-weight: bold;*/
	width: 180px;
}

#footer
{
	text-align: center;
	width: 1000px;
	background-color: white;
	font-family: Verdana Arial sans-serif;
	font-size: 0.8em;
	border: 1px solid #aeaeae;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
}

div#menuAddOnSep {
	font-size: 2pt;
	line-height: 2pt;
}

div#rightAddOn {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
}


div#rightAddOn ul {
	border: none;
	list-style: inside disc;
}

div#rightAddOn li {
	background: none;
	border: none;
}
div#rightAddOn li:hover {
	background: none;
	border: none;
}

div#rightAddOn a {
	display: inline;
	font-weight: normal;
	padding: 0;
	line-height: 1.8em;
	height: auto;
	width: auto;
	color: #0080FF;
}
div#rightAddOn a:visited {	
	color: #6570B6;
}

div#rightAddOn a:hover {
	color: #40A1FF;
}

div#rightAddOn h3 {
}
div#rightAddOn h4 {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 8pt;
}
div#rightAddOn h5 {
	margin: 0px;
	margin-bottom: 5px;
	font-size: 8pt;
}

div#rightAddOn p {
	margin: 0px;
	margin-bottom: 25px;
	font-size: 8pt;
}

.home
{
	text-align: center;
}

p.home a img {
	border: none;
}

fieldset {
	background-color: #e0e0e0;
	margin-top: 25px;
	margin-bottom: 15px;
	line-height: 3em;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

fieldset legend {
	font-weight: bold;
	line-height: 1.5em;
	background-color: white;
	border: 1px solid black;
}

fieldset label {
	float: left;
	clear: left;
	margin-top: -5px;
}

fieldset input {
	float: right;
	clear: right;
	margin-top: 5px;
}

table.annuaire {
	border: 3px solid #999999;
	border-collapse: collapse;
/*	margin-bottom: 20px;*/
}

table.annuaire th {
	background: #595959;
	color: white;
	height: 40px;
	border-right: 1px solid #999999;	
	width: 15%;
}

table.annuaire td {
	border: solid 1px #999999;
	height: 40px;
	padding: 2px;
}

table.annuaire tr:hover {
	background: #F9F7F7;
}

p.alphabet a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	color: #0080FF;
}

p.alphabet a:visited {
	color: #6570B6;
}

p.alphabet a:hover {
	color: #40A1FF;
}

p.detailPerson {
	clear: right;
	height: 130px;
}
p.detailPerson img {
	float: left;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid gray;
}

table.analy {
	border : 3px solid #999999;
	border-collapse: collapse;
	width: 765px;
}

table.analy tr {
}

table.analy tr:hover {
	background: #F9F7F7;
}

table.analy th {
	background: #595959;
	color: white;
}

table.analy td, table.analy th {
	height: 40px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

table.analy th.ge {
	width: 100px;
}

table.analy th.mutsp {
	width: 80px;
}

table.analy th.mutpf {
	width: 80px;
}
table.analy th.gen {
	width: 60px;
}
table.analy th.li {
	width: 60px;
}
table#last
{
	margin-bottom: 15px;
}

p.validity img {
	border: none;
}

div#icons {
	width: 1000px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}

div#icons img {
	border: none;
}

span.pubAuthors {
}

span.pubDescription {
	margin-top: 0px;
	/*line-height: 1.3em;*/
	font-weight: bold;
}

p.pub {
	margin-bottom:30px;
	margin-top:5px;
	border-top: 2px solid #999999;
	
}

p.pub:hover {
	background: #F9F7F7;
}

span.pubLinks {
	line-height: 0.8em;
	border: 1.8px solid #999999;
	background: #F7F7F7;
	color: #999999;
	font-weight: bold;
	width: 25px;
	padding: 5px;
	border-bottom: 2px solid #999999;	
}

table.pub {
	border-collapse: collapse;
}

span.pubLinks hr {
	color: #999999;
	border-top: 2px solid #999999;
	margin-top: 4px;
	margin-bottom: 5px;
}

span.pubLinks a {
	color: #999999;
	text-decoration: none;
}

span.pubLinks a:hover, span.pubAuthors a:hover {
	color: #40A1FF;
}

a.interLink {
	color: #0050AA
}

.helpers {
   display: none !important;
}

