/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Definition du calque bandeauHaut
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#bandeauHaut {
	width: 756px;
	height: 72px;
	margin-bottom:0;
	padding: 0;
	background-color: #EEE;
	background-image: url(../_images/gif/portee.gif); 
	background-repeat: repeat-x;
	/*
	*/
}
#bandeauHaut * {
	margin: 0;
	padding: 0;
}
.lien-bandeau-haut
{
	margin-left:10px;
	margin-right:10px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Calques a l'intérieur de bandeauHaut
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
#hg {
	float: left;
	width: 12px;
	height: 70px;
	background-color: #EEE;
	background-image: url(../_images/gif/coinHG.gif); 
	background-repeat: no-repeat;
	/*
	*/
}

#hd {
	float: right;
	width: 12px;
	height: 12px;
	background-image: url(../_images/gif/coinHD.gif);
	background-repeat: no-repeat;
	/*
	background-color: #0000FF;
	*/
}

#logo {
	float: left;
	width: 250px;
	height: 72px;
	margin: 0;
	cursor: pointer;
	background-image: url(../_images/gif/logoFin.gif);
	background-repeat: no-repeat;
	/*
	clip:rect(0px 250px 68px 0px);
	border: 1px dashed orange;
	visibility: hidden;
	margin-left: 16px;
	*/
}

#menuBandeau {
	float: left;
	height: 68px;
	

	text-align: center;
	/*
	border: 1px dashed red;
	min-width: 450px;
	background-color: #CCC;*/
	
}

#menuBandeau div { /* sous Opera : ces div se superposent */
	overflow: hidden;
	float: left;
	height: 30px;
	margin: 35px 1px 1px 30px;
	color: #2DAC55;
	font-size: 1.6em;
	font-weight: lighter;
	cursor: pointer;
	/*
	border: 1px dashed blue;
	padding: 4px;
	*/
	
}

#menuBandeau div:hover {
	color: #41E174;
}

