html, BODY {
	margin: 0px;
	padding: 0px;
	height : 100%;
}

#container {
	position: relative;
	min-height: 100%;
	left: 15%;
}
#content {
	padding: 0px;
	padding-bottom: 130px;
}
#footer {
	position: absolute;
	bottom: 0;
	padding: 2px;
	width: 64%;
}

.bluebar {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	background-color: #758FC2;
	padding: 0mm;
	}
.bluebar2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	background-color: #758FC2;
	padding: 1mm;
}

.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	color: gray;
	padding: 2.5mm;
	font-size: 10px;
}
.grey_details {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	color: gray;
	font-size: 10px;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: white;
	padding: 2.5mm;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	color: black;
	padding: 2.5mm;
	text-align: center;
}

.ahref
{
	text-decoration:none;
	color:white;
}

table.result {
	border-collapse: collapse;
	border-bottom-style: dashed;
	border-top-style: dashed;
	border-color: black;
	border: 1px;
}
td.result {
	border-color: black;
	border-top-style: none;
	border-bottom-style: none;
	border: 1px;
}
td.result_rouge {
	border-color: black;
	border-top-style: none;
	border-bottom-style: none;
	border: 1px;
	color: red;
}
th.result {
	border-color: black;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border: 1px;
	
	}
th.result2 {
	border-color: black;
	border-top-style: dashed;
	border: 1px;
}
.small_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.small_white_bold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.small_white_liens {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.grey_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.blue_search_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #3588c9;
}
.orange_search_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #F8974D;
}
.grey_search_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #646466;
}
.liens {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.red_error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: red;
}

.text_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: black;
}

/* HTML menu */
.html_menu{
 margin-top:20px;
 padding-top:5px;
 color:#FF7720;
}

.html_menu a:link{
	text-decoration:none;
	color:#FF7720;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	clear:none;	
}
.html_menu a:visited{
	text-decoration:none;
	color:#FF7720;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	clear:none;	
}
.html_menu a:hover{
	text-decoration:none;
	color:#848FC5;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	clear:none;	
}

.html_result{
	border-color: black;
	border-top-style: none;
	border-bottom-style: none;
	border: 1px;
	color: red;
}

.html_result a:link{
	text-decoration:none;
	color:#FF7720;
	clear:none;	
}
.html_result a:visited{
	text-decoration:none;
	color:#FF7720;
	clear:none;	
}
.html_result a:hover{
	text-decoration:none;
	color:#848FC5;
	clear:none;	
}

