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


body, p, table {
	color: black;
}

body {
	font-family: Verdana,Arial,sans-serif;
	font-size: 0.6em;
	margin:0px;
	padding:0px;
	background-color: #e9e9e9;	/* temporaire : permet de voir les divs pour le montage */
	background-color: white;
}


img, a img{
	border:none;
}

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

td {
	/*font-size: 1em;*/
}


/*a {
	color:#211f1d;
	text-decoration:none;
}
*/
/*.brique a {
	color:#e32322;
}

a:hover {
	text-decoration:underline;
}*/



h1 {
	font-size: 1.5em;
	font-weight:bold;
	color: #0408b1;
}

h2 {
	font-size: 1.2em;
	font-weight:bold;
	color: #0408b1;	
}

h3 {
	font-size: 1.2em;
	font-weight:bold;
	color: black;
}

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;
}

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

.error{
	color:#CC0000;
}

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

.bleu {
	color: #0408b1;
}

/*.petit {
	font-size: 0.8em;
}*/




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





