

.skip{
	display: none;
	visibility: hidden;
}

/*************************************************************************************************************
* BANDEAU
*************************************************************************************************************/
#bandeauTv {
width: 964px;
height:120px;
text-align: right;
}

#logosTv {
position: absolute;
top:30px;
width: 964px;
height: 90px;
}

#logosTv ul {
margin:0;
padding: 0;
}

#logosTv li{
float: left;
list-style-type: none;
}

#logosTv form{
margin:0;
padding:0;
}

.width71 {
width: 71px;
}

.width748 {
width: 748px;
}

.paddingTop40 {
padding-top: 38px;
}

.marginTop38 {
margin-top: 38px;
}

.rechercheForm {
float:left;
border: 1;
width:120px;
height: 15px;
font-size: 10px;
color: #5893C4;
}

.marginBotton8 {
margin-bottom: 8px;
}




/*************************************************************************************************************
* MENU HAUT
*************************************************************************************************************/
#menu-haut{
float:left;
	font-size: 10px;
	height: 20px;
	width: 964px;
	background-color: #005AA1;
	font-weight: bold;
	margin-bottom: 21px;
}

#menu-haut ul{
margin:0;
padding:0;
}
#menu-haut li {
list-style-type: none;
	height: 20px;
	float: left;
	border-right: .09em solid white;
	text-align: center;
	line-height: 20px;
	background-color: #005AA1;
	cursor: pointer;
}
.paddingLeft3 {
padding-left: 1px;
}

.paddingRight3 {
padding-right: 3px;
}

#menu-haut a{
display: block;
padding: 0 3px;
background-color: #005AA1;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#menu-haut a:hover{
	background-color: #009DE0;
}





