/* ---------------------------- BANNIERE ------------------------------- */

#banner {
	width: 1100px;
	overflow:hidden;
	background-image: url(../images/banniere/fond.jpg);	
}

#banner_logos {
	width: 1100px;
	height: 150px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	overflow:hidden;
	
}

/* -> colonne 1 */
#banner_icon {
	float: left;
	display:block;
	width:165px;
	height:150px;
	padding: 0px;
	margin: 0px;
}

/* -> colonne 2 */	
#banner_text {
	float: left; 
	display:block;
	width:594px;
	height:160px;
}

#banner_text h1 {
	width:560px;
	height:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#C73D0D;
	text-align:left;
	line-height: 25px;
	vertical-align: middle;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #CB572C;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

/* ---------------------------- RACCOURCIS ------------------------------- */
/*fond*/
#banner_raccourcis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	width: 1100px;
	text-align:left;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

/*item*/
#banner_raccourcis LI {
	line-height: 25px;
	cursor: pointer;
	float: left;
	display: block;
	color:#FFFFFF;
}

#banner_raccourcis LI A {
	display: block;
	width:130px;
	text-align:center;
	color:#FFFFFF;
	vertical-align: middle;
}

#banner_raccourcis LI A:hover {
	text-decoration: underline;
}

.banner_raccourcis_separator{
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 25px;
	width: 2px;
	font-size: 6px;
	line-height: 6px;
	background-image: url(../images/banniere/separateur.png);
	background-repeat: no-repeat;
	background-position: center top;	
}