body{
margin:0; padding:0;
background: #272727;
text-align:center;
font-family:helvetica;
font-size:12px;
}
a{
	color:white;
	text-decoration:none;
}


.accueil a{
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	display:block;
	overflow:auto;
}
.accueil a:hover{
	background:#676767;
}

h1, h2{
	font-size: 14px;
	color:#559fff;
	font-weight:bold;
}

a img{
	border:none;
}

#page{
	width:900px;
	margin:auto;
	margin-top:20px;
}
#top{
	text-align:center;
}


/*=== Navigation ===*/
#menu{
	text-align:center;
	padding-left:80px;
}
#menu ul{margin:0; padding:0;}
#menu{
	height:30px;
}
#menu li{
	float: left;
	line-height: 30px;
	list-style: none;
}
#menu li a{
	color: #fff;
	display: block;
	float: left;
	width:149px;
	text-decoration: none;
}
#menu li a:hover{
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.centre a{background:url(../image/centre_gris.gif);} 
.centre a:hover{background:url(../image/centre_bleu.gif);} 
#left a {background:url(../image/left_gris.gif);}
#left a:hover {background:url(../image/left_bleu.gif);}
#right a {background:url(../image/right_gris.gif);}
#right a:hover, #right_over {background:url(../image/right_bleu.gif);}


/*===== CONTENU ======*/
#contenu{
	margin-top:30px;
	border-top: dashed 1px #559fff;
	padding:10px;
	color:#fff;
	text-align:left;
}

#gauche{
	float:left;
	width:625px;
	text-align:left;
	padding:2px;
	font-size:14px;
	overflow:auto;
}
#contenu span{
	font-size: 14px;
	color:#559fff;
	font-weight:bold;
}
#gauche a, #gauche a:visited{
	color:#559fff;
	text-decoration:underline;
}

#gauche li{
	margin-bottom:5px;
}


#menu_droite{
	float:left;
	width:240px;
	background:#4a4a4a;
	border-top: solid 1px #272727;
	margin:10px 10px 0px 10px;
}
.menu a{
	background:url(../image/onglets-flechegrise.png) center left no-repeat;
	padding:5px 0px 5px 35px;
	color:#d9d9d9; 
	text-decoration:none ;
	display:block;
}
.menu{
	border-bottom: solid 1px #272727;
}
.menu span{
	background:#6d6d6d;
	display:block;
	padding:5px;
	color:#efefef;
}
.menu a:hover{
	background:url(../image/onglets-flechegrise.png) center left no-repeat #428ad8;
	color:#414141;
}

/*===== PIED ========*/

#pied{
	border-top: dashed 1px #559fff;
	padding:10px 0 10px 0;
	background:#2b2b2b;
	color:#559fff;
	clear:both;
	text-align:left;
}



