/* =INITIAL
   v2.1, by Faruk Ates - www.kurafire.net
   http://kurafire.net/log/archive/2005/07/26/starting-css-revisited
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling:
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/1.3 Verdana, Arial, Helvetica, sans-serif;
	}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address, table {
	margin: 10px 0;
	padding: 0;
	}
	p{padding: 5px 0;}
	ul ul, ul ol, ul dl, ol ol, ol ul, ol dl, dl ul, dl ol, dl dl {margin: 0;}

/* Apply left margin:
   Only to the few elements that need it: */
.body li, .body dd, .body blockquote {margin-left: 1.5em;}

/* Miscellaneous conveniences: */
html {background: #e1dfd7;	color: #666;}
body {
	background: #e1dfd7;
	font-size: 68.75%;
	}
h1 {
	color: #997E68;
	font-size: 1.818em;
	margin: 0 0 0.67em ;
	}
	h1 em {color: #cd5a18;}
h2 {
	font-size: 1.4em;
	margin: .83em 0;
	}
h3 {
	font-size: 1.17em;
	margin: 1em 0;
	}
h4 {margin: 1em 0;}
h5 {
	color: #685646;
	font-size: 1.091em;
	margin: 1.67em 0;
	}
h6 {
	font-size: 1em;
	margin: 2.33em 0;
	}
/* Form field text-scaling */
input, select, textarea {font-size: 100%;}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	/*border: 1px inset #aaa;*/
	}
	.radio input, .checkbox input {border:none;}
	input[type="radio"], input[type="checkbox"], input[type="file"] {border:none;} /* !IE JS */
a img {border: none;}
img[usemap] {border: none;} /* !IE JS */
.renderedtable{clear: both;}
table, th, td {border-collapse: collapse;}
table, td {border: 1px solid #EEEBDA;}
	caption {
		font-size: 1.2em;
		font-weight: bold;
		margin: 0.2em 0;
		}
	th, td {padding: 0.2em;}
	th {
		background: #EEEBDA;
		border: 1px solid #fff;
		color: #514337;
		font-size: 1.1em;
		}
		.impair td {background: #F8F7F1;}
pre {
	overflow: auto;
	width: 100%;
	}
.clear{clear: both;}
br.clear{
	font-size:1px;
	height:1%;
	line-height:1px;
	}
.float_left, .object-left  {float: left;}
	.object-left {margin: 0 1.5em 0 0;}
.float_right, .object-right {float: right;}
	.object-right {margin: 0 0 0 1.5em;}
	.object-left p, .object-right p {margin: 0;}
.object-center{text-align:center;}

.arrondiHaut {vertical-align: bottom;}
.arrondiBas {vertical-align: top;}

a {
	color: #666666;
	text-decoration:none;
	}
	a:focus, a:hover {text-decoration: underline;}
/* =COIN ARRONDIS */
.coinHG, .coinHD, .coinBG, .coinBD {
	margin: -1px;
	position: absolute;
	}
	.coinHG, .coinHD {top: 0;}
	.coinHD, .coinBD {right: 0;}
	.coinBG, .coinBD {bottom: 0;}
	.coinHG, .coinBG {left: 0;}

/* =PAGINATIONS */
.pagination { /* !IE */
	position: relative;
	text-align: center;
	}
	.precedente, .suivante {
		position: absolute;
			top: 0;
		}
	.precedente {left: 0;}
	.suivante {right: 0;}