@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/fraclump.jpg);
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "trebuchet MS",Arial,sans-serif;
	font-size:0.9em;
	background-attachment: fixed;
}
#conteneur {
	text-align: left;
	width: 775px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#en_tete{
	position:fixed;
	top:0px;
	width: 773px;
	padding-top: 10px;
	background-image: url(../images/fond_bar_navig_haut.png);
	background-repeat:repeat-x;
	height: 50px;
	font-size:0.8em;
	font-weight:bold;
	text-align:center;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#FF00CC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF00CC;
	border-left-color: #FF00CC;
	background-color: #FFFFFF;
	border-bottom-style:solid;
	border-bottom-color:#FF00CC;
	border-bottom-width:1px;
}
/*-------------Logo "Agora" situé dans la balise en tête--------------------*/
#logo{
	float:left;
	width:60px;
	height:37px;
	margin:0 0 0 5px;
	padding:0;
}
/*-------------Tableaux 1 situé dans la balise en tête----------------------*/
#tablo1{
	float:left;
	width:76px;
	height:auto;
	margin:33px 0 0 -15px;
	padding:0;
	font-family: "trebuchet MS",Arial,sans-serif;
	font-size:0.8em;
}
#tablo1 a{
	color:#999999;
	text-decoration:none;
	text-align:center;
}
#tablo1 a:hover{
	color:#005FA9;
	text-decoration:underline
}
/*-------------Tableaux 2 situé dans la balise en tête----------------------*/
#tablo2{
	width:580px;
	height:auto;
	margin:10px 0 0 30px;
	padding:0;
	float:left;
	font-family: "trebuchet MS",Arial,sans-serif;
	font-size:1.1em;
}
#tablo2 a{
	color:green;
	text-decoration:none;
	text-align:center;
}
#tablo2 a:hover{
	color:#005FA9;
	text-decoration:underline;
}
/*Gestion des liens dans l'entête*/
.td a {
	color:green;
	text-decoration:none;
}
.td a:hover {
	color:#005FA9;
	text-decoration:underline;
}
#page {
	margin-top: 0px;
	padding-top: 10px;
}
#pied_de_page{
	position:fixed;
	bottom : 0px;
	width:773px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#FF00CC;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#ff00ff;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#ff00ff;
	background-image:url(../images/fond_bar_adres.jpg);
	background-repeat:repeat-x;
	color:#005FA9;
	font-size:0.8em;
	font-weight:bold;
	text-align:center;
	clear: both;
}

a img{ /*desactive la bordure "lien" autour de l'image de l'en tête */
	border:0 none;
}
.Style1 {font-size: x-large};


