@page{
		size: auto;
		margin : 2cm 2cm 2cm 2cm;
}

/* ********************* Supression de tous les élements graphique de la page  *************************** */

#header, #bandeau, #colonne_droite, #pied_page, #menu_navigation{
	display: none;
}


/* ************************* Paragraphe - Titre ***************************** */

p{
	font-size: 11pt;
	text-align: justify;
}

h1{
	font-size: 19pt;
	text-align: center;
	border: 1px solid black;
}

h2{
	font-size: 18pt;
	margin-left: 2cm;
	border-bottom: 1px solid black;
}

h3{
	font-size: 16pt;
	margin-left: 3cm;
	border-bottom: 1px solid black;
}

h4{
	font-size: 14pt;
	text-align: center;
	text-decoration: underline;
}

h5{
	font-size: 12pt;
	font-style: italic;
	text-decoration: underline;
}

h6{
	font-size: 11pt;
	text-decoration: underline;
}

blockquote{
	font-size: 11pt;
	text-align: justify;
	font-style: italic;
	margin: 0 2cm 0 2cm;
}

ul{
	font-size: 11pt;
	text-align: justify;
}


/* **************************  STYLES  ******************************  */
.gras{
	font-weight: bold;
}

.it{
	font-style: italic;
}

.note{
	font-size: 9pt;
}

.centre{
	text-align: center;
}

.droite{
	text-align: right;
}

.police_sc{
	font-variant: small-caps;
}


.font_forte{
	font-size: 13pt;
}

.font_faible{
	font-size: 8pt;
}

.font_comic{
	font-family: "Comic Sans MS";
}

.personne{
	text-align: right;
	font-weight: bold;
}


/* *************************************  SPECIFIQUE  *************************  */

.encadrer{
	border: 1px solid blue;
	padding: 5px;
}

.decaler{
	margin-left: 1cm;
}

.decalage{
	margin-left: 1cm;
}

.decalage_fort{
	margin-left: 5cm;
}

.text_gris{
	background-color: #FF9966;
}

.text_barre{
	text-decoration: line-through;
}


.cadre_droite{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	width: 6cm;
	border: 1px solid black;
	padding : 5px;
}

.cadre_gauche{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 6cm;
	border: 1px solid black;
	padding : 5px;
}

.personne{
	text-align: right;
	font-weight: bold;
}


.image_droite{ 
		float: right;
		margin-left: 0.5cm;
		margin-bottom: 0.3cm;
}

.image_gauche{ 
		float: left;
		margin-right: 0.5cm;
		margin-bottom: 0.3cm;
}



