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

/*couleurs*

Rose : ea6a8c
Violet : 47335c

*/

body{
	font-family: Verdana,Arial,sans-serif;
	font-size: 0.7em;
	margin:0px;
	padding:0px;
	color:#fff;
	color: black;
	background-color:black;
	background-color:#2f1901;
	background-image:url(/image/fond_site.gif);
	background-repeat:repeat-x;
	background-position: 0px 52px;
}



.error{
	color:#FF3333;
}

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



img, a img{
	border:none;
}
p {
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}


a {
	color: black;
}

a:hover {

}


h1 {
	color: #b4794d;
	font-size: 1.4em;
}
h2 {
	color: black;
	font-size: 1.2em;
}
h3 {
	color: #b4794d;
	font-size: 1.2em;
}

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 ****/

/* couleur H1 */

/*
.rose {
	color: #ea6a8c;
}
.petitrose {
	color: #ea6a8c;
	font-size: 0.9em;
}
*/
.violet {
	color: #47335c;
}
.gris {
	color: #555555;
}

.petitgris {
	color: #555555;
	font-size: 0.9em;
}

.marron {
	color: #b4794d;
}
.petitmarron {
	color: #b4794d;
	font-size: 0.9em;
}


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