
/**************************************
	HEADER
**************************************/
#header {
	/*height:200px;*/
	/*
	background-color:#01245a;
	border-bottom:1px solid #6dcff6;
	*/
	padding-top:40px;
	background-image:url(/images/design/bg-header.jpg);
	background-position:center -48px ;
	background-repeat:no-repeat;
}

#header div.top {
	height:28px;
	background-color:#ececec;
	border-bottom:1px solid #1a478b;
	text-align:right;
}

#header div.top div.inner {
	width:995px;
	margin:auto;
	padding-top:7px;
	height:18px;
}

#header div.top a {
	color:#023681;
	text-decoration:none;
	padding-left:30px;
	background-repeat:no-repeat;
	background-position:17px 2px;
}
#header div.top a.home {
	background-image:url(/images/design/top-home.png);
}
#header div.top a.print {
	background-image:url(/images/design/top-print.png);
}

#header div.inner {
	width:995px;
	margin:auto;
	/*padding-top:88px;*/
	color:white;
	/*height:110px;*/
	border-bottom:1px solid #6dcff6;
}
#header div.inner2 {
	width:995px;
	margin:auto;
	
}

#header div.inner a.logo {
	display:block;
	width:247px;
	height:110px;
	/*background-image:url(/images/design/logo.png);*/
	background-repeat:no-repeat;
	background-position:0px 20px;
	float:left;
}

#header div.inner div.banner {
	float:right;
	width:728px;
	height:90px;
	/*border:1px solid black;*/
	background-color:white;
	margin-top:10px;
}

/**************************************
	SUB HEADER
**************************************/
#sub-header {
	margin-top:5px;
	border-bottom:1px solid #1A478B;
	border-top:1px solid #1A478B;
}



#sub-header div.banner {
	float:left;
	width:728px;
	height:90px;
	/*border:1px solid black;*/
	background-color:white;
}

#sub-header #flashactu {
	width:720px;
	/*height:35px;*/
	border:1px solid #01245a;
	/*background-color:#ffa621;*/
	background-color:#a0ddf5;
	float:left;
	/*padding:2px 4px 2px 4px;*/
	/*background-color:#6DCFF6;*/
}

#sub-header #gauche {
	width:115px;
	height:32px;
	float:left;
	padding:1px 0 0 1px;
	border-right:1px solid #000;
	text-align:right;
	padding:3px 3px 0 0;
	background-color:#ff0000;
	color:#fff;
	font-size:11px;
}
#sub-header #gauche div.txt{
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:2px;
}
#sub-header #gauche span {
	border:1px solid #fff;
	padding:1px;
	color:#fff;
	font-size:11px;
}


#sub-header #marquee {
	position: relative;
	width:595px;
	height:35px;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
}

#sub-header #marquee a {
	text-decoration:none;
}

#sub-header #marquee a:hover {
	text-decoration:underline;
}

#sub-header #marquee .headline {
	position: absolute;
   	top: 2px;
   	left: 610px;
   	width:590px;
	padding-left:10px;
	font-size:12px;
}

#sub-header #marquee .headline div.cat {
	color:#01245A;
	text-transform:uppercase;
	margin-bottom:2px;
}


#sub-header div.recherche {
	float:right;
	width:250px;
	height:31px;
	border:1px solid #01245a;
	background-color:#fff;
	padding:1px 4px 1px 4px;
	text-align:right;
}

#sub-header div.recherche form {
	margin:0;
	padding:0;
}

#sub-header div.recherche input.text {
	border:none;
	background-color:#fff;
	width:250px;
	color:#01245a;
	font-weight:bold;
	font-size:12px;
}

#sub-header div.recherche input.site {
	border:none;
	background-color:#fff;
	width:55px;
	height:17px;
	background-image:url(/images/design/btn-recherche-site.png);
}

#sub-header div.recherche input.web {
	border:none;
	background-color:#fff;
	width:55px;
	height:17px;
	background-image:url(/images/design/btn-recherche-web.png);
}

/**************************************
	MENU
**************************************/
#menu {
	margin-top:10px;
	background-color:#bdbdbd;
	height:24px;
	background-image:url(/images/design/menu-bg.png);
	background-repeat:no-repeat;
}

#menu ul {
	margin:0 0 0 10px;
}

#menu ul li {
	list-style:none;
	float:left;
	padding-right:10px;
	margin-right:7px;
	margin-top:5px;
	border-right:1px solid #4d4d4d;
	text-transform:uppercase;
	font-weight:bold;
}
#menu ul li.home {
	padding-right:10px;
	margin-right:10px;
}
#menu ul li.last {
	padding-right:0;
	margin-right:0;
	border-right:none;
}

#menu ul li a {
	text-decoration:none;
}
#menu ul li a:hover {
	color:#fff;
}
#menu ul li.home a {
	background-image:url(/images/design/home.gif);
	display:block;
	width:13px;
	height:13px;
}
#menu ul li.home a:hover {
	background-image:url(/images/design/home-blanc.gif);
}
#menu ul li.tv {
	padding-right:5px;
}
#menu ul li.tv a {
	background-image:url(/images/design/tv-menu.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:18px;
}
#menu ul li.tv a:hover {
	background-image:url(/images/design/tv-menu-over.gif);
}
/*
#menu ul li.zap {
	padding-right:5px;
}
#menu ul li.zap a {
	background-image:url(/images/design/zaptv-menu.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:18px;
}
#menu ul li.zap a:hover {
	background-image:url(/images/design/zaptv-menu-over.gif);
}
*/
