/* Propriétés des selecteurs */

/* PAR DÉFAUT **************************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 62.5%;  10px */
   font-size: 62.5%;
	color: #5c4231;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
}
* {
	font-family: Arial, Helvetica, sans-serif;
   margin: 0;
	padding: 0;
}
p{
   margin-bottom: 10px;
   font-size: 1.1em;
}
img, table{
   border: 0;
}
li {
	list-style: none;
}

a{
	color: #5c4231;
   text-decoration: none;
}
a:hover{
	color: #eb6e07;
}
input[type=radio], input[type=checkbox]{
   margin-right: 2px;
}
fieldset{
   margin: 0;
   padding: 0;
   border: 0;
}
address{
   font-style: normal;
}

/* FIN PAR DÉFAUT */


/* Class communes **************************************************************/

.clear{
	display: block;
	clear: both;
	margin-top: -1px;
}
.separator{
	width: 100%;
	height: 1px;
	display: block;
	clear: both;
	margin: 0 0 15px 0;
   background-color: #b9a5b2;
}
.displayBlock{
	display: block;
}
.displayNone{
	display: none;
}
.floatRight, .imgFloatRight{
	float: right;
}
.imgFloatRight{
	margin-left: 10px;
}
.floatLeft, .imgFloatLeft{
	float: left;
}
.imgFloatLeft{
	margin-right: 10px;
}
.alignLeft{
	text-align: left;
}
.alignCenter{
	text-align: center;
}
.alignRight{
	text-align: right;
}
.vAlignBottom{
	vertical-align: bottom;
}
.vAlignMiddle{
	vertical-align: middle;
}
.bold{
	font-weight: bold !important;
}
.smallTxt{
	font-size: 0.9em;
}
.biggerTxt{
	font-size: 1.18em !important;
}
.margB{
	margin-bottom: 10px !important;
}
.margB5{
	margin-bottom: 5px !important;
}
.margB30{
	margin-bottom: 30px !important;
}
.margB0{
	margin-bottom: 0 !important;
}
.margL{
   margin-left: 10px !important;
}
.margR{
   margin-right: 10px !important;
}
.margR0{
   margin-right: 0 !important;
}
.margR5{
   margin-right: 5px !important;
}
.margT{
   margin-top: 10px !important;
}
/* Fin Class communes */
