/***************************** GENERAL *****************************************/

body {
  background-image:url(../pix/pixel.gif);
	margin: 0px 0px 0px 0px;

}

#page {
  display: block;
	margin-left:auto;
	margin-right:auto;
	padding: 0 0 0 0;

}

.tab {
  border-width:1px;
	border-color:#990000;
	border-style:solid;
}

p {
  display: block;
  text-align : justify;
  text-indent: 15px;
	font-size: 14px;
	margin: 10px;
}

a {
	color: #9A0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.details {
  font-size:8pt;
}

/******************** STRUCTURE ************************************************/
h1 {
  display: block;
	width:900px;
  font-weight: bold;
  font-size: 18px;
  margin : 0 0 0 0;
	padding: 0 0 0 0;
}

h2 {
	display: block;
	width:100%;
	background-color: #F3D9DA;
	font-weight: bold;
	font-size: 120%;
	color: #9A0000;
	text-align: left;
	border: 1px solid #C57A80;
}

h3 {
	display: block;
	color: #9A0000;
	font-size: 100%;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	padding-top: 5px;
}

#tout {
  display: block;
	margin: 20px;
}

/************************** CHEMIN ************************************************/
.chemin {
  display: block;
	width:900px;
	background: #C86464;
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size: 11px;
	color: #EEEEEE;
	font-weight: bold;
	font-family: Verdana,Helvetica,Arial,sans-serif;
}

.chemin a {
	color: #EEEEEE;
	font-weight: bold;
}
.chemin a:hover {
	color: #9A0000;
}

/**************** DRAWER ******************************************************/
/* Barre */


/* Tableau */
.tableau {
	border: 1px solid #C86464;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.ttitre{
	display: block;
	border-bottom: 1px solid #C86464;
	font-size: 15;
	font-weight: bold;
	text-align: center;
	color: #9A0000;
	margin: 0px;
	background: #EEEEEE;
}

.tcorps {
	text-align : justify;
	font-size: 80%;
	border: 1px solid #C86464;
	background-color: #EEEEEE;
	margin: 5px;
}

/* Sommaire */
.sommaire {
	display: block;
	width: 150px;
	text-align: left;
	margin: 0px 0px 5px 0px;
	border: 1px #C86464 solid;
	background-color: white;
	overflow: hidden;
}
.sommaire h4 {
	display: block;
	width: 145px;
	margin: 1px;
	padding-left: 3px;
	background-color: #C86464;
	color: #EEEEEE;
}

/* Bonus */
.bonus {
 display: block;
 float: left;
 width: 200px;
 color:#C86464;
 text-align: center;
 margin: 5px;
}
.cont-bonus {
 display: block;
 align:center;
}
.fin-bonus {
 clear:both;
}

/* formulaire */
/* Membre */
fieldset {
 text-align:left;
 font-size: 14px;
 width: 500px;
}
legend {
 font-weight: bold;
 font-size: 14px;
}
label {
 margin-top: 5px;
}


/* Wow */
.wow {
  text-align: justify;
  font-size: 10px;
}

/************************ DIVERS **********************************************/
#disclaimer {
  display: block;
	margin: 20px;
}