@charset "utf-8";
/* GLOBAL  */

/* couleurs



*/

body, p, table {
	color: #44474b;
}

body {
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	margin:0px;
	padding:0px;
	padding-top: 16px;
	background-color: #000;
	background-image:url(/image/fond_page_site.gif);
	background-position:top center;	/* sous IE, désactiver le debug pour ne pas fausser le placement ! */
	background-repeat:no-repeat;
}


img, a img{
	border:none;
}

p {
	padding: 0;
	margin: 0;
	margin: 1em 0;
	/*color: black;*/
}

/*table {
	color: black;
}*/



a {
	color: #86935c;
	text-decoration:none;
}
a:hover {
	color: #7a9e02;
	text-decoration: underline;
}


h1 {
	color: #44474b;
	font-size: 1.45em;
	font-weight:normal;
	font-weight: bold;
	margin: 0.65em 0;
	
	font-weight: normal; 
	font-size: 11pt; 
	color: #666666;
}

h2 {
	color: #87ae05;
	font-size: 1.45em;
	font-weight:bold;
	margin: 0.65em 0;
	
	font-size: 9pt;
}

h3 {
	color:#44474b;
	font-size: 1.2em;
	font-weight:bold;
}

h4 {
	color:#87ae05;
	font-size:1.2em;
	font-weight:bold;
}


ul, ol {
	margin: 0;
	padding: 0;
	list-style-position:inside;
}
li {

}


form {
	margin: 0;
	padding: 0;
}

hr, .hr {
	border-top: solid 1px black;
	margin: 10px 0;
}


.clear {
	clear:both;
}

/*input {
	font-size: 0.85em; 
	font-family:Verdana;
}



select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}*/

.erreur {
	 border: 1px #B0232A solid;
}

.error{
	color:#CC0000;
}

/**** STYLES TINY ****/

.vert {
	color: #96bf0d;
}

