/* CSS Document */
@import url(menu_haut.css);
#header
{
	/* modif 111008
	position: relative;
	height: 140px;
	background-image: url(/medias/header/fond.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	font-size:  10px;	*/
	position: relative;
	height: 136px;
	font-size:  10px;
	background: #762866 url(/medias/header/fond.jpg) no-repeat left top;
}

#header .header-abo {
	position: absolute;
	top: 0;
	right: 260px;
	background-color: #7ea3bd;
	width: 165px;
	height: 160px;
	overflow: hidden;	
}

#header .header-abo a {
	display: block;
	padding: 5px 0px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 25px;
	background-image: url(/medias/commun/link_dernierNum.gif);
	background-position: left 10px;
	background-repeat: no-repeat;
}


#header .date
{
	position: absolute;
	left: 25px;
	top: 10px;
	color: #FFFFFF;
}
#header .bandeau_pub
{
	position: absolute;
	left: 475px;
	top: 2px;
	color: #828282;
	font-weight: bold;
}
#header .bandeau_pub img
{
	display: block;
}
#header .home_Search
{
	position: absolute;
	left: 25px;
	top: 110px;
}
#header .home_Search a
{
	color: #FFFFFF;
	padding-right: 20px;
	background-image: url(/medias/header/fleche_link.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#header .home_Search input, #header .home_Search select
{
	color: #762766;
	font-size: 10px;
	width: 140px;
	padding: 2px;
	/*line-height: 20px;
	height: 20px;*/
	vertical-align: middle;
	border: 0px solid #f90;
}

select { 
 	background-color: #fff; 
 	color: #000; 
	border: 1px solid #762866;
	padding: 0;
	margin: 0;
}

#header .home_Search .bt_ok
{
	color: #FFFFFF;
	width: auto;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #D2002E;
	cursor: pointer;
}
@media print
{
#header .home_Search, #header .bandeau_pub
{
	display: none;
}
}


/* modif 111008 */
#header .header-lastnum {

            position: absolute;

            top: 0;

            right: 0;

            background-color: #d2002e;

            width: 250px;

            height: 140px !important;

            overflow: hidden;

}

 

#header .header-lastnum .header-lastnum-r a{

            display: block;

            padding: 5px 0px;

            color: #FFFFFF;

            font-weight: bold;

            padding-left: 25px;

            background-image: url(/medias/commun/link_dernierNum.gif);

            background-position: left 10px;

            background-repeat: no-repeat;

}           

 

#header .header-lastnum .header-lastnum-l {

            position: absolute;

            top: 0;

            left: 0;

            width: 120px;

            height: 140px;

}

 

#header .header-lastnum .header-lastnum-r {

            position: absolute;

            top: 0;

            left: 110px;

            width: 130px;

            height: 140px;

}
