/***** Bandeau et Menu ****/

/* bloc head */
.titre_page {
	position: absolute;	
	background: url('<?php echo $urlImageTitre; ?>') no-repeat;
	width: 400px;
	height: 120px;
	float: right;	
	top : 30px;
	left : 290px;
}

.bandeau {
	width: 800px;
	height: 150px;
	position: relative;
	margin-left: auto;
    margin-right: auto;
	background: url(http://mediatheque.tregueux.org/entete/img/bandeau-800x600.gif) no-repeat;
	z-index:1;
}

/* Logo Trégueux */

.div_logo {
	width: 120px;
	height: 120px;
	position: absolute;
	top: 10px;	
	left : 10px;	
	float: left;	
	background: url(http://mediatheque.tregueux.org/entete/img/LogoTregueux-120x120.jpg) no-repeat;
}

a#logo {
	background: url(http://mediatheque.tregueux.org/entete/img/LogoTregueux-120x120.jpg) no-repeat;
	height: 120px;
	width: 120px; 
	display: block;
}
a#logo:hover {
	background-image: url(http://mediatheque.tregueux.org/entete/img/LogoTregueux-120x120.jpg);
}

/* Blog à part  */

.div_blogapart {
	width: 80px;
	height: 100px;
	position: absolute;
	top: 10px;	
	left : 715px;	
	float: right;	
	z-index:2;	
	background: url(http://mediatheque.tregueux.org/entete/img/BolAPart.gif) no-repeat;
}

a#blogapart {
	background: url(http://mediatheque.tregueux.org/entete/img/BolAPart.gif) no-repeat;
	height: 100px;
	width: 80px; 
	display: block;
}
a#blogapart:hover {
	background-image: url(http://mediatheque.tregueux.org/entete/img/BolAPart.gif);
	}

/* bloc menu */
.menu {
	clear: none;
	top: -2px;
	margin-top: 3px;	
	z-index:2;
	position: absolute;
	left : 395px;
}

/* bloc entree_menu */
.entree_menu {
	width: 75px; 
	background: url(./img/subhead_bg.png) repeat-x; 
	float: right;	
	color: #0611F2;
	text-align: center;
	margin-top: 135px;
	margin-left: 2px;	
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.entree_menu a{
	text-decoration:none ;
}

.entree_menu a:visited{
	text-decoration:none ;
	color: #0611F2;
}

.entree_menu a:hover{
	color: #800080;
}
