.separation{
		display: block;
		background: transparent url(../images/ligne.png) 50% 0 no-repeat;
		height: 50px;
}

.retour_ligne{
		clear: both;
		margin-top: 20px;
}

.saut100{
		height:100px;
}

.saut150{
		height:150px;
}

.saut200{
		height:200px;
}


.saut250{
		height:250px;
}


a{
		text-decoration: none;
		color: orange;
		background: none;
}

a:hover{
		color: red;
		text-decoration: underline;
}

ul.espace li{
		margin-bottom: 20px;
}


.citation{
		font-style: italic;
}

.citation_longue{
		font-style: italic;
		width: 530px;
		padding-left: 20px;
		color: #FFDCAF;
		border-left: 1px solid #1F1F1F;
		text-indent: 0;
}

#validator{
		margin: 150px 0  0;
		color: white;
}

img.ico_validator{
		margin: 0px 0px 5px 82px;
}




/*  *************************    TITRES  P  ************************ */
h1, h2, h3, h4, h5, h6{
		font-weight: bold;
		font-family: "times new roman", serif;
		color: #FFDCAF;
}

p {
	 	text-align: justify;
		text-indent: 2em;
		margin-top:0;
}


h2 {
	 font-variant: small-caps;
	 font-size: 1.7em;
	 text-align: center;
	 margin: 0 0 30px 0;
}

h3 {
	 font-variant: small-caps;
	 font-size: 1.5em;
	 text-align: center;
	 margin: 30px 0 30px 0;
}

.noindent{
	text-indent: 0;
}
/* ****************************** IMAGES  ************************ */

.img_gauche{
	 float: left;
	 margin: 0 15px 1px 0;
	 border: 2px solid white;
	 margin-left: -17px;
}

.img_droite{
	 float: right;
	 margin: 0 0 1px 15px;
	 border: 2px solid white;
	 margin-right: -17px;
}

.img_gauche_nb{
	 float: left;
	 margin: 0 30px 1px 0;
	 margin-left: -17px;
}

.img_droite_nb{
	 float: right;
	 margin: 0 0 1px 30px;
	 margin-right: -17px;
}

img {
		border: 0;
}
/* *********************   ELEMENTS SPECIFIQUES *********************** */
.citation_debut{
		font-style: italic;
		text-align: right;
}


#inscription_labyrinthe{
		padding-left: 150px;
		font-style: italic;
}


.formule{
        font-family: "courier new", "courier", "mono";
        color: orange;
}





/* **********************  ELEMENTS GENERIQUES ************************ */

.droite{
		text-align: right;
}

.centre{
		text-align: center;
}

.it {
		font-style: italic;
}

.gras{
		font-weight: bold;
}

.font_faible{
		font-size: 0.8em;
}

.font_faible_faible{
		font-size: 0.7em;
}

li.espace{
		margin-bottom: 1em;
}

li.espace2{
		margin-bottom: 2em;
}

