/* CSS Document */

@media print {
}


/*-----------  remise à zéro  -----------*/
html, body {
	border:0;
	margin:0;
	height: 100%;
}
html {
	overflow-y: scroll;
}

/*-----------  formatage commun   -----------*/

body {
	font: 11px Arial, Helvetica, sans-serif;
	color: #a59aa1;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 { 

}
h2 {

}
h3 {

}
h4 {

}
p { 
	margin: 0;
	padding-bottom: 9px; 
}
ul, ol {
	margin: 0;
	padding: 0 0 18px 14px;
}
blockquote {
	margin: 22px 40px;
}
small {
	font-size:0.85em;
}
sup {
	position: relative;
	bottom: 0.3em;
}
sub {
	position:relative;
	bottom:-0.2em;
}
em { 
	color: #d4c3ce;
	font-style:normal;
}
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}

/*-----------  liens   -----------*/
a, a:visited {
	text-decoration:none;
	color: #d4c3ce;
	outline: none; 
}
a:hover {
	color: #e4d9e0;
}
a img {
	border: none; 
}

/*-----------  images   -----------*/

.img-left      	{ float:left; margin:4px 14px 8px 0; }
.img-right     	{ float:right; margin:4px 0 8px 14px; }
.img-v-middle	{ vertical-align:middle }

/*-----------  formulaires   -----------*/
form {
	padding: 0;
	margin: 0;
}
textarea {
	padding: 2px;
	line-height: 1.25;
	font: 11px Arial, Helvetica, sans-serif;
} 
input, select {
	font: 11px Arial, Helvetica, sans-serif;
}

label {
	display: block;
	vertical-align: middle;
	cursor:text;
	color: #666666;
}

/*-----------  tableaux   -----------*/
table {
}
table tr td {
	vertical-align:top;
}

/*-----------  classes couleurs   -----------*/


/*-----------  classes globales   -----------*/
.clear        	{ clear:both; }
.clear-left     { clear:left; }
.clear-right    { clear:right; }
.hide		   	{ display: none; }
.block		   	{ display: block !important; }
 
.float-left    	{ float:left; }
.float-right   	{ float:right; }
 
.text-left     	{ text-align:left; }
.text-right    	{ text-align:right; }
.text-center   	{ text-align:center; }
.text-justify  	{ text-align:justify; }

p.sep		  	{ clear: both; height: 1px; margin: 14px 0; }

.bold          	{ font-weight:bold; }
.italic        	{ font-style:italic; }
.underline    	{ border-bottom:1px solid; }
.highlight    	{ background:#ffc; }
 
.nopadding     	{ padding:0; }
.nomargin     	{ margin:0 !important; }
.noindent     	{ margin-left:0;padding-left:0; }
.nobullet      	{ list-style:none;list-style-image:none; }

/*-----------  classe clearfix   -----------*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix 		{ display: inline-block; }
* html .clearfix{ height: 1%; }
.clearfix 		{ display: block; }
