﻿@charset "utf-8";

body{
	background-image: url(../images/tableau_liege.jpg);
	background-repeat: repeat;
}
h1{
	float:left;
	width:20%;
	height:135px;
	text-indent:-99999px;
	background-image:url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
}
h2{
	float:right;
	width:80%;
	height:135px;
	background-image:url(../images/titre.png);
	text-indent:-99999px;
	background-repeat: no-repeat;
	background-position: top center;
}
#div_panneau_affichage{
	float:right;
	margin-right:100px;
	margin-top:-80px;
	padding-top:6px;
	padding-left:5px;
	height:61px;
	width:611px;
	background-image:url(../images/fond_panneau_affichage.png);
	background-repeat:no-repeat;
}
#menu{
	float:left;
	width:21%;
}
#menu ul{padding-top:50px;}
#menu li{
}
#menu li img{
	float:right;
	width:100%;
	max-width:250px;
	height:100%;
}
#menu li a p{text-indent:-99999px;}
#menu li a {width:100%;height:100%;}
#menu #menu_actualites {height:84px;}
#menu #menu_actualites img {min-height:84px;}
#menu #menu_calendrier {height:44px;}
#menu #menu_calendrier img{min-height:44px;}
#menu #menu_nous_sommes {height:47px;}
#menu #menu_nous_sommes img{min-height:47px;}
#menu #menu_galerie {height:49px;}
#menu #menu_galerie img{min-height:49px;}
#menu #menu_mediatheque {height:47px;}
#menu #menu_mediatheque img{min-height:47px;}
#menu #menu_liens {height:43px;}
#menu #menu_liens img{min-height:43px;}
#menu #menu_rejoindre {height:59px;}
#menu #menu_rejoindre img{min-height:59px;}
#menu #menu_executif{margin-top:100px;height:50px;}
#menu #menu_executif img{min-height:50px;}

#contenu {
	float:right;
	width:79%;
}
#pied_de_page{
	position:fixed;
	bottom:0px;
	margin-top:20px;
	margin-bottom:0px;
	width:100%;
	font-weight:bold;
	background-image: url(../images/fond_pied_de_page.png);
	background-repeat: repeat-x;
	font-size:12px;
	text-align:center;
	color:#323232;
	padding-top:2px;
}
#pied_de_page p{display:inline;}
#pied_de_page h3{
	display:inline;
	font-size:12px;
	text-decoration:none;
	margin:0;
	padding:0;
}
#pied_de_page a{color:#323232;}
#pied_de_page a:hover{color:#de794c;}
#pied_de_page #hebergement{display:inline;}
#pied_de_page #hebergement img{margin-bottom:-5px;margin-left:2px;}