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

/* couleurs specifiques (pr reference)

vert #96bf0d
	
*/

body, p, table {
	color: white;
}

body {
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	margin:0px;
	padding:0px;
	padding-top: 16px;
	background-color: #999999;
}


img, a img{
	border:none;
}

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


a {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}


h1 {
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
}

h2 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	color:#FFF;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

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

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, select, textarea {
	font-size:10px;
	color: #2b2a2a;
	border:#2f2f2f solid 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

input[type="image"] {
	border:none
}

select {
	
	font-size:10px;
	color: #2b2a2a;
	border:#2f2f2f solid 1px;
}

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

.error{
	font-weight:bold;
	color:#FFF;
	font-style:italic;
}

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

/*
.vert {
	color: #96bf0d;
}
*/


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