.styleLF {
	background-color: #00162D;
	float: left;
	width: 100%;
	height: 100px;
}

.styleLF .my_info a {
	font-size: 10px;
	color: #000066;
}

.title_text {
  position: absolute;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: middle;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	padding: 0px;
	margin-top: 80px;
	margin-left: 80px;
	color: #B0FFFF;
}

.block_news_rss {
	height: 200px;
	width: 150px;
	float: left;
	background-image: url(FondRSS_NEW.png);
	margin: 2px;
	position: relative;
}
.block_news_rss_favori {
	height: 200px;
	width: 150px;
	float: left;
	background-image: url(FondRSS_favori_NEW.png);
	margin: 2px;
	position: relative;
}

.read_article {
	float: left;
	height: 400px;
	width: 300px;
	background-image: url(FondArticle_NEW.png);
	margin: 2px;
	
}
.menu_head {
	background-color: #04083e;
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #80FFFF;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

.menu_head a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C6FFFF;
}

.menu_head input{
	background-color: #00486A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #C6FFFF;
}

.menu_head input:hover{
	background-color: #C6FFFF;
	color: #00486A;
}

.search_input {
  position: absolute;
	float: right;
	top: 100px;
	right: 20px;
	margin-right: 20px;
	vertical-align:middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #80FFFF;
	height: 20px;
}

.search_input input {
	background-color: #005E8A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 0px;
	margin-top: 2px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #C6FFFF;
}

.gauche {
	float: left;
	width: 80%;
}
.droite {
	float: right;
	width: 20%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image:url('bord_menu_droite_NEW.png');
	background-repeat:repeat-y;
}

.droite_bord {
	margin-left: 20px;
	margin-bottom: -1px;
	background-color: #eeefff;
  border-bottom-style:solid 1px;
}

.my_info {
	background-color: #003A75;
	float: right;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DFF;
	width: 25%;
	padding-left: 10px;
	padding-top: 2px;
}

.my_info a:link {
	color: #B0FFFF;
	text-decoration: none;
}

.my_info a:visited {
	color: #B0FFFF;
	text-decoration: none;
}

.my_info a:active {
	color: #B0FFFF;
	text-decoration: none;
}

.my_info a:hover {
	color: #B0FFFF;
	text-decoration: underline;
}

.logo {
  position: absolute;
	float: left;
	height: 100px;
	width: 400px;
}
body {
	margin: 0px;
	padding: 0px;
	background-image:url('FondGlobal_NEW.jpg');
	background-repeat:repeat;	
	background-attachment: fixed;
}
.bloc_texte {
	position: absolute;
	width: 100%;
}
.image_header {
	position: absolute;
	left: 300px;
	top: 0px;
}

.clear_text {
	clear: both;
}

.titre_article {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-align: center;
	height: 40px;
	overflow: hidden;
	width: 250px;
	padding-left: 25px;
  overflow: hidden;
}
.bloc_article_texte {
	border-top-width: thin;
	border-top-style: groove;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	overflow: auto;
	height: 280px;
	margin-left: 5px;
	margin-right: 5px;
}

.links_bottom_article {
  bottom: 0px;
  height: 160px;
}

.titre_bloc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: groove;
	height: 30px;
	overflow: hidden;
}
.bloc_content_texte {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	overflow: auto;
	height: 150px;
}

.bloc_news_title_img {
	position: relative;
	left: 0px;
	top: 5px;
	float: left;
}

.bloc_link_end {
  position: relative;
  right: 20px;
  top: 0px;
  float: right;

}

input {
	background-color: #AAE3FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000066;
}

img {
  border: 0;

}

.notread_link a:link {
	color: #0000B7;
	text-decoration: none;
}

.notread_link a:visited {
	color: #0000B7;
	text-decoration: none;
}

.notread_link a:active {
	color: #0000B7;
	text-decoration: none;
}

.notread_link a:hover {
	color: #0000B7;
	text-decoration: underline;
}

.isread_link a:link {
	color: #0080C0;
	text-decoration: none;
}

.isread_link a:visited {
	color: #0080C0;
	text-decoration: none;
}

.isread_link a:active {
	color: #0080C0;
	text-decoration: none;
}

.isread_link a:hover {
	color: #0080C0;
	text-decoration: underline;
}

.new_link a:link {
	color: #800000;
	text-decoration: none;
}

.new_link a:visited {
	color: #800000;
	text-decoration: none;
}

.new_link a:active {
	color: #800000;
	text-decoration: none;
}

.new_link a:hover {
	color: #800000;
	text-decoration: underline;
}

.bas {
	width: 100%;
	height: 220px;
	background-image:url('Arthas_bas.png');
	background-repeat:repeat-x;
	bottom: 0px;
	margin: 0;
	padding: 0;
	position: relative;
}

.image_bas {
	width: 350px;
	height: 220px;
	//background-image:url('Arthas_droite.png');
	background-image:url('DW.png');
	background-repeat:no-repeat;
	bottom: 0px;
	right: 50px;
	margin-right: 50px;
	padding: 0;
	float: right;
}

.comment_bas {
	position: absolute;
	bottom: 5px;
	text-align: center;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #80FFFF;	
}
