
body
{
/*background-color: #535D66;*/
background-image: url("images/fonda.png");
/*background-repeat: no-repeat;*/

}

#en_tete
{
	margin-top: 5;
	text-align: center;
 	background-repeat: no-repeat;
}

/*Colonne de gauche*/
div#colonne1 {

margin-top: 15;
	float: left;
	width: 150px;

}

/*Colonne de droite*/
div#colonne2
{
margin-top: 15;
float: right;
width: 200px;
font-family: "Comic Sans MS";
font-size: 1.5em;
}
/*liens cadre de la colonne de droite*/
a.type1 {   color: #AEC805;  text-decoration:none }
a.type1:hover {  color: #AEC805; }
a.type1:visited {color: #AEC805; }


/*corps centre*/
div#centre
{
margin-top: 15;
padding: 1px 20px;
margin-left: 180px;
margin-right: 220px;
color:#FFF;
/*font-family: "Comic Sans MS";
text-align: center;
font-size: 0.9em;*/
}

/*************MENU****************/
#blueblockmenu{
/*
border: 1px solid #AEC805;
border-bottom-width: 0;
*/
width: 169px;
}

#blueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#blueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 169px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: black;
}

#blueblockmenu div.lien{
background-image: url("images/menu.png");
}

* html #blueblockmenu li a
{ /*IE only */
width: 169px; /*IE 5*/
width: 169px; /*185px minus all left/right paddings and margins*/
}

#blueblockmenu li a:hover
{
background-image: url("images/hover.png");

/*
background-color: #535D66;
*/
}

#blueblockmenu div.menutitle{
width: 169px;
color: black;
padding: 1px 0;
padding-left: 30px;
background-image: url("images/menutitre.png");
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#blueblockmenu div.menu_haut{
background-image: url("images/haut.png");
}
#blueblockmenu div.menu_bas{
background-image: url("images/bas.png");
}

/****************************/

.tableaffichage
{
	border: 0px solid #AEC805;
	margin-left: 0px;
	margin-top: 0px;
}

.tableaffichage td
{
	border: 1px solid #AEC805;
	text-align: center;
	font-size: 0.6em;
	
}

/****************************************/





