.banniere /*bannière totale avec menu*/
{
	width: 1000px;
	height: 126px;
}

.ban_gauche /*perso, Lettriq, menu*/
{
	width: 840px;
	float: left;
}

.ban_perso
{
	float:left;
	height: 93px;
	width : 200px;
	background-image: url(../pictures/head/LeftBan.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.ban_lettriq
{
	float:left;
	height: 55px;
	width: 328px;
	text-decoration: none;
}

.ban_middle
{
	float:left;
	height:90px;
	width:640px;
}

.ban_presse_cadre{
	clear:both;
	width:640px;
	height:37px;
	overflow:hidden;
	position:relative;
}

.ban_presse_txt{
	position:absolute;
	width:100%;
	text-align:center;
	font-family:arial;
}
.ban_presse_contenu{
	width:490px;
	height:inherit;
	font-style:italic;
	padding-top:3px;
	font-size:21px;
	color:#233885;
	
}
.ban_presse_auteur{
	width:140px;
	height:inherit;
	font-size:17px;
	text-align:left;
}

.ban_presse_auteur a
{
	text-decoration:underline;
	color:gray;
}

.ban_presse_auteur a:hover{	
	text-decoration:underline;
}

.block_flag{
	float:left;
	width:156px;
	height:56px;
}

.lettriq_inf{
	clear:both;
	height: 33px;
}

.menu_begin, .menu_next, .menu_begin_open, .menu_next_open
{
	display: block;
	background-repeat: no-repeat;
	float: left;
	width: 105px;
	
	text-align: center;
	font: normal 14px/33px Arial;
	text-decoration: none;
}
.menu_begin
{
	clear: left;
	background-image: url(../pictures/head/bouton_1a.gif);
	color: black;
}
.menu_begin:hover
{
	background-image: url(../pictures/head/bouton_1b.gif);
	color:white;
}

.menu_begin_open
{
	background-image: url(../pictures/head/bouton_1c.gif);
	color: #ffdc72;
}

.menu_next
{
	background-image: url(../pictures/head/bouton_2a.gif);
	color: black;
}
.menu_next:hover
{
	background-image: url(../pictures/head/bouton_2b.gif);
	color:white;
}

.menu_next_open
{
	background-image: url(../pictures/head/bouton_2c.gif);
	color: #ffdc72;
}

.info_total
{
	width: 1000px;
}

.info_bulle
{
	border:1px solid gray;
	position:absolute;				
	background-color:#dae6f2;
	font-size:13px;
	padding:4px 6px;
	display:none;
}
			
.logo
{
	float: left;
/*	width: 160px;	*/
	width: 55px;	
}

.drapeaufr, .drapeauuk
{
	display:block;
	margin-top:10px;
	float: left;
	width: 46px;
	height:28px;
	background-repeat:no-repeat;
	background-position:center;
}

.drapeaufr
{
	background-image: url(../pictures/drapeaux/FRup.gif);
}

.drapeaufr:hover
{
	background-image: url(../pictures/drapeaux/FRdown.gif);
}

.drapeauuk
{
	background-image: url(../pictures/drapeaux/UKup.gif);
}

.drapeauuk:hover
{
	background-image: url(../pictures/drapeaux/UKdown.gif);
}