@charset "UTF-8";
/* CSS Document */

body, html {
	background-color: #000;
	width: 100%;
	height: 100%.
}

# contener {
	width: 1298px;
	background-image: url(images/fond.jpg);
	margin-leftt: auto;
	margin-right: auto;
}

/* @group textes */

P {
	color: black;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	
}


H1 {
	font: bold 16pt Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
}

h2 {
	font: bold 13pt Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	color: #7b2917;
}

h3 {
	font: bold 10pt Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	color: #7b2917;
}

h4 {
	font: 12pt Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}



/* @end */

/* @group Class de paragraphe */


.droite {
	padding-right: 100px;
	
}

.retrait_droit{
	margin-right: 10px;
	text-align: justify;
}

.bold {
	color: black;
	font: bold 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}


/* @end */

/* @group listes */

ul{
	list-style-image: url(pages/images/bulet.gif);
   color: black;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-align: left;
	padding-right: 20px;
	padding-left: 10px;
	list-style-position: outside;
	padding-top: 5px;
}

li {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
	padding-right: 0;
}



/* @end */

/* @group pour Internet explorer */

*html P {
	color: black;
	font: 11px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-align: justify;
	padding-right: 11px;
	padding-left: 10px;
	
}

*+html P {
	color: black;
	font: 11px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-align: justify;
	padding-right: 11px;
	padding-left: 10px;
	
}


*html .bold {
	color: black;
	font: bold 11px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}



*+html .bold {
	color: black;
	font: bold 11px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
*+html ul{
	list-style-image: url(pages/images/bulet.gif);
   color: black;
	font: 11,5px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-align: left;
	list-style-position: outside;
	margin-left: -5px;
}
*html ul{
	list-style-image: url(pages/images/bulet.gif);
   color: black;
	font: 11,5px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-align: left;
	list-style-position: outside;
	margin-left: -5px;
}


*+html li {
	padding-right: 0;
	padding-bottom: 10px;
}
*+html li {
	padding-bottom: 10px;
	padding-right: 0;
}


/* @end */
