body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	
	color: #000000;
	font-size: 11px; 
	font-family: Arial, helvetica, sans-serif; 
	text-decoration:none;
	font-weight: normal;
	
	/*
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #F00000;
	*/
}

/* Pas de soulignement pour les liens par d?faut */
a {
	text-decoration: none;
}

/*Ecarter les bullets*/
li {
	list-style-image: url(images/bullet.png);
	margin-top: 15px;
	vertical-align:middle;
}

/*Moins ecarter les bullets dans les bullets*/
li ul li {
	margin-top: 5px;
}

/* L'image sert de titre, on n'affiche pas le texte */
h1 {
	display: none;
}

/* Ne pas afficher les hr (fix bug IE) */
hr {
   display: none;
}

/* On enlève les bords sur les images qui sont des liens */
a img {
	border-top: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
	border-right: 0px solid;
}

#maincontainer {
	width: 784px;
	position: absolute;
	left: 50%;
	margin-left: -392px;
	
		
	/*
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #F00000;
	*/
}

#maincontainer #header {
	height: 85px;
	/*margin-bottom: 50px;*/
	padding-bottom: 50px;
	
	/*
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #F00000;
	*/
}

#maincontainer #menu {
	float: left;
	width: 220px;
	height: 360px;
	
	/*
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #F00000;
	*/
}

#maincontainer #menu .menu_entry {
	background: url(./images/menu_cssrollover.png) top right;
	background-repeat: y-repeat;
}

#maincontainer #menu .menu_entry a {
	display: block;
	margin: 0;
	background: url(./images/menu_cssrollover.png) top left;
	background-repeat: y-repeat;
}

#maincontainer #menu .menu_entry a:hover {
	display: block;
	margin: 0;
	background: url(./images/menu_cssrollover.png) top right;
	background-repeat: y-repeat;
}

#maincontainer #menu .menu_top_entry {
	background: url(./images/menu_top_cssrollover.png) top right no-repeat;
}

#maincontainer #menu .menu_top_entry a {
	display: block;
	margin: 0;
	background: url(./images/menu_top_cssrollover.png) top left no-repeat;
}

#maincontainer #menu .menu_top_entry a:hover {
	display: block;
	margin: 0;
	background: url(./images/menu_top_cssrollover.png) top right no-repeat;
}

#maincontainer #menu span {
	display: block;
	padding-left: 33px;
	padding-top: 1px;
	padding-bottom:1px;
}

#maincontainer #menu a:hover {
	background: none;
}

#maincontainer #menu .interligne {
	width: 200px;
	height: 1px;
	background: url(images/interligne.png);
	
	
	/*border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #F00000;*/
}

#maincontainer #menu .espace {
	height: 255px;
	background: url(images/espace.png);
	background-repeat: repeat-y;
}

#maincontainer #menu a {
	margin-left: 25px;
	color: #FFFFFF; 
	/*padding-top: 10px;*/
	
	/*
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #F00000;
	*/
}

#maincontainer #content {
	float: left;
	margin-top: -2px;
	width: 560px;
	min-height: 300px;
	height:expression(this.scrollHeight < 300? "300px" : "auto" ); 
	background: url(images/bgd_table.png);
	padding-bottom: 20px;
	font-size: 12px; 
		
	/*
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #F00000;
	*/
}

#maincontainer #content #navigation {
	font-size: 10px; 
	
	/*
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #F00000;
	*/
}

#maincontainer .separation {
	background: #bebcbc;
	width: 560px;
	height: 1px;
}

#maincontainer #content #footer {
	float: left;
	margin-top: 100px;
	position: absolute;
	bottom: 0px;
	right: 0px;

	
	font-size: 9px;
	text-align: right;
	color: #25316A;
	font-weight: bold;
	
/*
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #F00000;*/
	
}
#maincontainer #content #footer a {
	text-decoration:underline;
}

#maincontainer #content #footer a{
	color: #25316A;
	font-weight: bold;
}

#navigation a{
	color: black;
	text-decoration: underline;
}
