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


body{
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	color:#5a6c7c;
	background-color:white;
}

input{
	background-color:#FFFFFF;
	border:1px solid #5a6c7c;
	font-size:12px;
	color:#5a6c7c;
}

select{
	background-color:#FFFFFF;
	border:1px solid #5a6c7c;
	font-size:12px;
	color:#5a6c7c;
}

textarea {
	background-color:#FFFFFF;
	border:1px solid #5a6c7c;
	font-size:12px;
	color:#5a6c7c;
}

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

.error{
	color:#FF3333;
}

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


img, a img{
	border:none;
}

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


a {
	text-decoration:underline
}

a:hover {
	text-decoration:underline
}


h1 {
	font-size: 24px;
	font-weight:bold
}
h2 {
	font-size: 14px;
	font-weight:bold
}


table {
	/* ? */
}

hr {
	border: none;
	border-top: 1px solid #E20646;
}

/* Toute classe dans global.css pourra être utilisé dans le Tiny si "styleselect" est activé */

.clear {
	clear:both;
}

form {
	padding: 0;
	margin: 0;
}




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

.defaut {
color: #5a6c7c;
}

.theme {
color: #5a6c7c;
}


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