body {
	margin: 0;
	padding: 0;
	background-color: rgb(121,0,0);
}
.entete {
	border: 1px rgb(168,0,0) solid;
	margin: 10px;
	height: 65px;
	padding-left: 30px;
	background-color: rgb(240,240,240);
}

.logo {
	float: left;
	background-image: url('banniere.gif');
	background-repeat: no-repeat;
	height: 64px;
	width: 415px;
	margin-top: 1px;
	margin-left: 5px;
}

.acheter img, .telecharger img{
	border: 0px; /*1pxtransparent solid;*/
	float: right;
/*	margin-top: 18px;*/
/*	margin-right: 40px;*/
/*	padding: 10px;*/
}
.acheter img:hover, .telecharger img:hover{
	border: 1px black solid;
}
	
.navigation {
	margin: 10px;
	margin-top: 0;
}

.navigation ul {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.navigation ul li {
	list-style-position: outside;
	list-style-type: none;
	display: inline;
}

.navigation ul li a {
	margin-top: 5px;
	padding-left:15px;
	padding-right:15px;
	border: 1px black solid;
	text-decoration: none;	font-weight: bold;
	color: white;
	background-color: rgb(91,168,55);
}
.navigation ul li a:hover {
	background-color: rgb(168,0,0);
}

.ie-correct {
	background-color: rgb(121,0,0);
	float: left;

}



.contenu {
	float: left;
	width: 71%;	
	margin-left: 1%;
	border: 1px solid rgb(168,0,0);
}
.titre {
	display: block;
/*	float: none;*/
	background-color: rgb(168,0,0);
	text-decoration: none;
	font-weight: bold;
	color: white;
	padding-left: 10px;
}
.texte {
/*	float: none;*/
	padding: 5px;
	background-image: url('Abacchus-transparent.jpg');
}
.capture {
	padding: 5px;
}

.texte_centre {
	padding: 5px;
	text-align: center;
}

.apercu {
	border: 1px rgb(168,0,0) solid;
	margin-left : 74%;
	width: 250px;
	background-color: rgb(240,240,240);
}

.citation {
	border: 1px rgb(168,0,0) solid;
	margin-left : 74%;
	width: 250px;
	margin-top: 10px;	
	background-color: rgb(240,240,240);
}
.footer {
	float: left;
	width: 71%;
	margin-left: 1%;
	margin-top: 10px;
	border: 1px rgb(168,0,0) solid;
	background-color: rgb(240,240,240);
}

.spacer {
  clear: both;
}

.admin_menu {
	float: left;
	text-align: left;
	margin-left : 1%;
	//margin-top: 10px;
	width: 250px;		
}
.admin {
	text-align: left;
	margin-left : 30%;
	margin-top: 10px;
	background-color: rgb(240,240,240);		
}

/*Admin vertical menu*/
.bloc-centre {
	background-color: rgb(240,240,240);
	float: left;
}

/*Admin central text	*/
.admin_text {
	float: left;
	text-align: left;
	width: 71%;	
	margin-left: 1%;
	border: 1px solid rgb(168,0,0);
	background-color: rgb(240,240,240);	
}


