/*----------------------------
 * Bandeau		 			  
 *---------------------------*/

.banner .banner-title-section {
	width: 60%; 
	float: left;
}

.banner .banner-connection-section {
	width: 40%; 
	float: left;
}

/* commun à tous les coins */
.banner-top-left, .banner-top-right, .banner-bottom-left, .banner-bottom-right {
	height: 8px;
	width: 8px;
	background-repeat: no-repeat;
	font-size: 1px; /* correction d'un bug IE */
}

/* propriétés spécifiques à chaque coin */
.banner-top-left {
	background: url("../images/common/banner-top-left-plain.gif");
}

.banner-top-right {
	float: right;
	background: url("../images/common/banner-top-right-plain.gif");
}

.banner-bottom-left {
	background: url("../images/common/banner-bottom-left-plain.gif");
	clear:left;
}

.banner-bottom-right {
	float: right;
	background: url("../images/common/banner-bottom-right-plain.gif");
	clear:left;
}

.banner-bottom-right-square {
	height: 8px;
	width: 8px;
	font-size:1px;
}

.banner-logo {
	margin-left: 0.5em;
	background: url("../images/common/logo_ministere_agriculture.gif");
	height: 100px;
	width: 80px;
	float:left;
}

.banner-txt-ministere {
	color: #A1C3C9;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:top;
	margin-left:100px;
}

.banner-txt-intranet {
	color: #C6DADE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-left:15px;
}

.banner-background {
	background-color:#2c525d;
 	/* SB : Ajout pour compatibilité FF3 */ 
	width: 100%;
}
