html{
	height:100%;
}

body{
	background:#013467 /*url(../img/logo_bluehf.jpg) no-repeat 20px 0px*/;
	text-align:left;
	color:#fff;
	height:100%;

}

p{
	line-height:20px;
}

h1{
	color:#fff;
}

h2{
	color:#fff;
}

#container{
	padding:0px;
	margin:0px;
	width:1028px;
	margin:0 auto;
}

#lang{
	width:1028px;
	height:44px;
	text-align:right;
}

a{
	color:#fff;
	text-decoration:none;
}

a:hover{
	color:#fff;
}

#col_left{
	float:left;
	width:201px;
	padding-right:10px;
	height:531px;
}

#col_right{
	float:left;
	width:817px;
	height:auto;
}

#header{
	width:100%;
	clear:both;
	float:left;
}

#logo_static{
	position:absolute;
	top:20px;
	left:50px;
}


/*MENU*/

#menu{
	float:left;
	margin-top:21px;
	width:100%;
}

#menu table{
	margin:0;
	padding:0;
	border:none;
	border-collapse: collapse;
	border-spacing: 0;
}
#menu td {
	vertical-align:top;
	border:none;
	padding:0;
	margin:0;
	min-width:90px;
	text-align:center;
}

#menu td a {
	clear:both;
	display:block;
	color:#ff8c00;
	font-size:120%;
	font-weight:bold;
	text-decoration:none;
}

#menu td a:hover {
	color:#fff;
}

#menu td span{
	cursor:default;
	clear:both;
	display:block;
	/*background:#ff8c00;*/
	/*color:#fff;*/
	font-size:120%;
	font-weight:bold;
}

#news_view{
	color:#333;
	font-size:1.2em;	
}

/*FIN MENU*/


#content{
	width:100%;
	float:left;
	padding-top:29px;
	font-size:110%;
	line-height:15px;
}


/*FOOTER*/
#footer{
	width:797px;
	background:#053769;
	float:left;
	padding:8px 10px;
}

#footer img{
	margin-top:4px;
	float:left;
}

.quote_footer{
	color:#fff;
	font-size:130%;
	margin-left:7px;
	letter-spacing:1px;
}

.quote_footer br{
	clear:both;
}

.copyright{
	margin-top:6px;
	color:#41678d;
	float:right;
	text-align:right;
}
/*FIN FOOTER*/


.title{
	padding:0;
	margin:0;
	line-height:14px;
	background:#012c57;
	color:#fff;
	font-size:110%;
	margin-bottom:18px;
	height:16px;
}

.block{
	padding:10px;
	overflow:auto;
}

.orange{
	color:#ff8c00;
}

.orange a{
	text-decoration:none;
	display:block;
	clear:both;
	margin-bottom:3px;
	color:#ff8c00;
}

.odd{
	background:#093b6d;
}

/*FORM*/

form{
	display:block;
}

form label{
	display:block;
	clear:both;
}

form div.text input{
	padding:3px;
}

form textarea{
	width:75%;
}

form .submit input{
	overflow:auto;
	display:block;
	float:left;
	padding:3px 10px;
	border:1px solid #000;
	background:#ccc;
	color:#000;
	margin-bottom:20px;
	font-size:11px;
	margin-right:10px;
}
form .submit input:hover{
	color:#fff;
}
/*FIN FORM*/

/*FLASH*/
#session{
	background:#e0c97a;
}

#session span{
	display:block;
	padding:5px;
	color:#000;
}
/*FIN FLASH*/


/*BANNER_LEFT*/
#banner_left{
	width:201px;
	height:406px;
	margin-top:294px;
}
/*FIN BANNER_LEFT*/

.btn{
	overflow:auto;
	display:block;
	float:left;
	padding:3px 10px;
	border:1px solid #000;
	background:#ccc;
	color:#000;
	margin-bottom:20px;
	font-size:11px;
	margin-right:10px;
}

/*PAGING*/
.paging{
	width:810px;
	font-size:0.8em;
	text-align:right;
	margin:5px 0;
}

.paging .disabled{
	text-decoration: line-through;
}

.paging *{
	display:inline;
}
/* FIN PAGING */

.news{
	padding:7px 10px;
	font-size:90%;
}

.choice{
	display:block;
	width:167px;
	float:left;
	/*padding:0 5px 5px 0;*/
}

.choice:hover{
	background:#ccc;
	cursor:pointer;
}

#sous_menu{
	list-style:none;
	border-right:1px solid #fff;
	display:block;
	float:right;
}

#sous_menu li{
	padding:3px 15px 3px 0;
	text-align:right;
}

#sous_menu li a{
	text-decoration:underline;
}

#sous_menu li.select{
	background:url(../img/arrow_hover.png) right bottom no-repeat;
}

#sous_menu li:hover{
	background:url(../img/arrow_hover.png) right bottom no-repeat;
}

div.checkbox{
	width:230px;
	text-align:left;
}

div.checkbox label{
	text-align:left;
	margin-top:4px;
	display:block;
	width:200px;
	float:right;
}

