/* Pour les pages de recherche */

/* Titre de chaque topic de recherche */

#loading {
    color: #fff;
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0.75;
    padding-top: 20%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
}

.searchtitle {
	text-align: left;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 0px;	
	color: #000099;
	/*color: #FFAA00;*/
	font-size: 14px;
}

.searchtitle img {
	padding-right: 10px;
}

.searchtitleFirst {
	text-align: left;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 0px;	
	color: #800000;
	/*color: #FFAA00;*/
	font-size: 14px;
}

.searchtitleFirst img {
	padding-right: 10px;
}

.buttons {
	margin-left: 370px;
}

fieldset.search {
    padding: 1em;
    border: 1px solid #000099;
    width: 970px;
    min-width: 940px;       
    font-size: 14px;
    font-family: Arial;
    background-color: #e6f1ff;
    text-align:left;
    position: relative;
    border-spacing: 0px;
}

table.sofT
{
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: 60px;
}

td.infosGroup
{ 
	border-bottom: 2px solid #6699CC;
	border-left: 1px solid #6699CC;
	background-color: #BEC8D1;
	text-align: left;
	text-indent: 5px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #404040;
	padding:4px;
}

td.helpHed
{
	border-bottom: 2px solid #6699CC;
	border-left: 1px solid #6699CC;
	background-color: #dee0e3;
	text-align: center;
	text-indent: 5px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #404040;
	white-space : nowrap;
	padding:4px;
}

td.helpHedRes
{ 
	border-bottom: 1px solid #6699CC;
	border-left: 1px solid #6699CC;
	background-color: #f5f8fb;
	text-align: center;
	text-indent: 5px;
	font-family: Verdana;
	font-size: 12px;
	color: #404040;
	white-space : nowrap;
	padding:4px;
}

a.locus:link {
    color: #996633;
}
a.locus:active {
    color: #996633;
}
a.locus:visited {
    color: #996633;
}
a.locus:hover {
    color: #996633;
}

a.group:link {
    color: #000099;
}
a.group:active {
    color: #000099;
}
a.group:visited {
    color: #000099;
}
a.group:hover {
    color: #000099;
}
