/*
impression.css
--------------		Par Dark Angel

Créé le 8 Juin 2006


Description : 

feuille de style destinée aux imprimantes.
Elle garde uniquement le corps de la page dépouillé des choses inutiles
*/

body 
{
	font-family: Verdana, Arial, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #fff
}

#acces_rapide, #logo, #bannière, #menu, #arborescence, #footer, hr /* On enlève ce qui sert à rien */
{
	display:none;
}

h1  
{
	text-align: center;
	font-family:  Arial, "Times New Roman", Verdana, Times, serif;
	
}

h2
{
	font-size: 150%;
	font-weight: normal;
	font-family:  Verdana, Arial, "Times New Roman",  Times, serif;
}

h3
{
	font-size: 115%;
}

h4
{
	font-size: 100%;
}

p
{
	text-align: justify;
	padding: 5px;
}

#corps ul.nopuce
{
	list-style-type: none;
}

.souligne, #corps dt
{
	text-decoration: underline;
}

.raye
{
	text-decoration: line-through;
}

.gras, #corps dt, strong, legend, .intro
{
	font-weight: bold;
}

.italique, em, .intro
{
	font-style: italic;
}

.centre, .center
{
	text-align: center;
}

.center, .aligndroite
{
	display: block;
}

.aligndroite
{
	text-align: right;
}

.floatdroit
{
	float: right;
}

.floatgauche
{
	float: left;
}

.stop_float
{
	clear: both;
}
