/* CSS Document */

html, body
{
	background-color: white ;
	margin: 0;
 	height: 100%;	
	margin: 0;
  	padding: 0;
  	border: none;
	font-family: Helvetica, Arial, Verdana;	
	font-size: 1em;
	color: #501801;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	}

#page {
  height: 100%;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#centpourcent {
  height: 100%;
}

.fieldset {
	 border: #b59a85 1px solid;
	 position: relative;
	 padding: 1em;
}

A { 
	font-size: 11px; 
	font-weight: bold; 
	color: #501802;
	text-decoration: none;
}
A:link { 
	font-size: 11px; 
	font-weight: bold; 
	color: #501802;
	text-decoration: none;
}
A:hover { 
	font-size: 11px;
	color: #dd8300;
	text-decoration: none;
}
A:active { 
	font-size: 11px;
	color: #dd8300;
	text-decoration: none;
}
/*A:visited { 
	font-size: 11px;
	color: #b75b13;
	text-decoration: none;
}
*/
A:focus { 
	font-size: 11px;
	color: #dd8300;
	text-decoration: none;
}

A.mini { 
	font-size: 1em; 
	font-weight: bold; 
	color: #501802;
	text-decoration: none;
}
A:link.mini { 
	font-size: 1em; 
	font-weight: bold; 
	color: #501802;
	text-decoration: none;
}
A:hover.mini { 
	font-size: 1em; 
	color: #dd8300;
	text-decoration: underline;
}
A:active.mini { 
	font-size: 1em; 
	color: #dd8300;
	text-decoration: none;
}

A.Linkwhite { 
	font-size: 10px; 
	font-weight: bold; 
	color: #ffffff;
	text-decoration: none;
}
a:link.Linkwhite { 
	font-size: 11px; 
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a:hover.Linkwhite { 
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}

a:link.marron { 
	font-size: 11px; 
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a:hover.marron { 
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}

textarea {
	font-family: Helvetica, Arial, Verdana;	
}


h1 { font-size: 1em; font-style: italic; font-weight: bold; font-stretch: narrower; color: #501802; }
h2 { color: #e28306; font-size: 1.3em; font-weight: bold; margin: 0; padding-top: 4px; padding-bottom: 4px; }
h3 { font-weight: bold; font-size: 1.2em; }

.cell_default{
	font-size: 11px;
	color: #501801;
}
.input_default{
	font-size: 11px;
	color: #501801;
	background-color: #ffffff;
}
.cell_default_home{
	background-image: url("../images/fond_marron.png");
}
.txt{
	font-size: 12px; 
   	font-weight: normal;
	color:#501801;
	text-align: justify
}
.titre{
	font-size: 11px;
	font-weight: bold;
	color:#501801;
	text-align: justify;
	text-transform: uppercase
}
.txt_edito{
	font-size: 10px; 
   	font-weight: normal;
	color:#8f6b5d;
	text-align:justify;
}
.txt_stats{
	font-size: 9px;
	font-weight: normal;
	color:#501801;
	text-align: justify;
}
.txt8{
	font-size: 8px; 
   	font-weight: normal;
	color:#55451d;
}
.txt_mini{
	font-size: 11px; 
   	font-weight: normal;
	color:#55451d;
}

.txt_legende{
	font-size: 9px; 
   	font-weight: normal;
	color:#55451d;
}

.ul{
	list-style-image: url('../fr/img/carre_orange.png');
	text-align: left	
}
