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


body, p, table {
	color:#000

}

body {
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	margin:0px;
	padding:0px;
	background-color: #E4E5E4;
	background-position: center;
}


img, a img{
	border:none;
}

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

td {
	font-size: 1em;
}


a {
	color: #e60005;
	text-decoration:none;
}

a:hover {
	color: #e60005;
	text-decoration:none;
}


h1 {
	color: #000;	
	font-size:14px;
	font-weight:bold;
}

h2 {
	color: #e60005;	
	font-size:12px;
	font-weight:bold;
}

h3 {
	color: #000;	
	font-size:10px;
	font-weight:bold;
}


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 #D5D5D5;
	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: #e60005;
}

.gris {
	color: #919294;
}

.petitrouge {
	color: #e60005;
	font-size:9px;
}

.petitgris {
	color: #919294;
	font-size:9px;
}

.noir {
	color: #000;
}


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

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

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

/*.ariane a {
	font-size: 9px;
	color:#ff6c00;
	text-decoration:none;
}

.ariane a:hover {
	font-size: 9px;
	color: #919294;	
	text-decoration:none;
}*/

/*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)
	);
}





