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


body, p, table {
	color:#483333;
}

body {
	font-family: Verdana,Arial,sans-serif;
	font-size: 0.7em;
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	background-image:url(/image/fond.jpg);
	background-position: center;
	/*background-repeat:repeat-y;	*/
}


img, a img{
	border:none;
}

p {
	padding: 0;
	margin: 0;
	margin: 1em 0;
}

td {
	font-size: 1em;
}


a {
	font-size: 0.9em;
	color:#ae1f23;
	text-decoration:underline;
}

/*a:hover {
	font-size: 11px;
	color: #ae1f23;
	text-decoration:underline;
}*/



h1 {
	color: #a71c20;	
	font-size:11px;
	font-weight:bold;
}

/*h2 {
	font-size: 1.4em;
	font-style:italic;
	text-transform:uppercase;
	color: #a71c20;	
}*/

ul, ol {
	margin: 0;
	padding: 0;
	list-style-position:outside;
	margin-bottom: 1em;
}
li {
	margin-bottom: 0.5em;
}

ul ul {
	margin-left: 15px;
}

form {
	margin: 0;
	padding: 0;
}

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


.clear {
	clear:both;
}

input {
	font-size: 0.85em; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/**/
}

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

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

.error{
	color:#CC0000;
}

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

.rouge {
	color: #a71c20;
}

.orange {
	color: #F07B06;
}

.petit {
	font-size: 0.8em;
}

/**** STYLES TEMPORAIRES *****/

/*liens "suite" */
.suite {
	font-size: 9px;
	color:#ae1f23;
	text-decoration:underline;
}

.ariane {
font-size: 9px;
color:#FFFFFF;
}

.ariane a {
font-size: 9px;
color:#FFFFFF;
text-decoration:underline;
}



/*couleur de fond de page "highlight" : #f5e5de*/
.fondpagehighlight{
color:#f5e5de;
}

/*couleur de fond de page : */
.fondpage{
color:#f1d0b8;
}


* html img,
* html .png{
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
		this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
		this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}





