/* -------------------------------------------------------------------
   B A L I S E S   G E N E R A L E S
   ------------------------------------------------------------------- */
a {
	color: black;
	text-decoration: none;
}
p {
	text-align: justify;
}
#head .logo {
float : left;

}
#outils {
	 display: none;
}
#menu {
	display: none;
}
#foot {
	color: black;
	border-top: 1px solid black;
	background-color: transparent;
	background-image: none;
}

#foot a {
color: black;
}
.colonne {
	display: none;
}
#contenu {
	margin-left: 0;
	border-left: 0;
}

.process {
	max-width:none;
	margin:0;
	padding-top: 0;
	background-color: transparent;
   background-image: none
	color: black;
}
.text {
   background-image: none;
   padding-bottom: 0;
}
.process .important {
	font-size: 110%;
	font-weight: bold;
}
.process h2, .process .important {
	text-align: center;
	color: #833;
}

#contenu ul {
	list-style: disc;
	padding-left : 25px;
}
#contenu ul li {
	padding-left : 0;
	background-image: none;
}

.noprint {
	display:none;
}