/* ################## GENERAL ################## 
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #;
	color: #FCE2B4;
}*/
body, td { font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; }
td {color: #FCE2B4;}
img {border:0; margin:0; padding:0 }
* { outline: none; }
p { margin: 0 0 7px 0;	padding: 0; }
a {*/ color:#FCE2B4;*/ text-decoration:underline; }
a:hover { text-decoration: underline; }
div{margin:0; padding:0}


/* ################## POSITIONNEMENT TEXTE + DIV ################## */
.z_10{z-index:10;}
.z_20{z-index:20;}
.z_30{z-index:30;}
.z_40{z-index:40;}
.z_50{z-index:50;}
.z_60{z-index:60;}
.z_70{z-index:70;}
.z_80{z-index:80;}
.z_90{z-index:90;}
.z_100{z-index:100;}

/* ################## DATE ################## */
.date{color:#bbb5b6;; font-size:9px;}

/* ################## H1 H2 H3 H4 H5 H6 ################## */
h1, h2, h3, h4, h5, h6{padding:0px; margin:0px; font-weight:normal;}
h1 strong, h2 strong, h3 strong{text-indent:-9000px;}


.s30  {font-size: 30px;}
/* ################## LIENS ################## */
/*a {text-decoration: underline}
 a:hover {text-decoration: underline;} */

/* ################## PROPRIETES DE TEXTE ################## */
.bold {font-weight: bold;}
.nobold { font-weight: normal !important; }
.italic {font-style:italic}
.uppercase {text-transform:uppercase}
.lowercase {text-transform:lowercase}
.capitalize {text-transform: capitalize}
.underline {text-decoration:underline}
.no-underline {text-decoration:none}
.clear { clear: both; }
.center { text-align: center; }
*{outline:0;}
/* ################## PROPRIETES DE BLOCKS ################## */
.marg_0{margin:0}
.padd_0{padding:0}
/*	-------------------------------------------------------------
	NE PAS TOUCHER - CSS GENERALES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	


/*	-------------------------------------------------------------
	PROPRIETES A CHANGER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

/* ############### TOOLS ################ */
#tools_min{width:500px; height:35px; left:15px;  list-style:none; top:14px; overflow:hidden; text-align:left; margin:0; padding:0;}
#tools_min li { float:left; margin:0;padding:0; }
#tools_min li { float:left; margin:0;padding:0; }
#tools_min li a {
  display:block;
  position:relative;
  top:0;
  left:0;
  text-decoration:none;
}
/* #tools_min li a:hover, #tools_min li a.select {
  top:-35px;
  text-decoration:none;
  border:0px solid transparent;
}
*/
/* ############### TOOLS ################ */

/* ############### FLAGS ################ */
flags{display: block; float:right; height:15px; left:150px; margin: 0; padding:0; position: absolute; text-align: left; bottom:2px; width:95px;}
flags ul{margin:0; padding:0; list-style:none;}
flags li{float:left; height:13px; margin:0 1px 0 0; padding:0; width:18px; text-align:center;}
flags strong{display:block; font-variant: small-caps; font-weight:bold; position:relative; text-indent:-9000px;}
flags a {display:block;text-decoration: none; line-height:11px; height:11px;font-size:1px; border:1px solid transparent;}
flags a:hover{border:1px solid #ffffff;}
flags .select{border:1px solid #ffffff;}
flags .opacit_flag{ filter: alpha(opacity=60);     -moz-opacity: 0.6;     -khtml-opacity: 0.6;     opacity: 0.6; }
flags a:hover .opacit_flag{ filter: alpha(opacity=100);     -moz-opacity: 0.9;     -khtml-opacity: 0.9;     opacity: 0.9; }
/* ############### FLAGS ################ */


/*

* 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 = "images/blanc.gif"
					) : 0
				) : (
					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.currentStyle.backgroundRepeat != 'no-repeat') ? (
						this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')"
					) : 0,
					this.runtimeStyle.backgroundImage = "none"
				),this.pngSet=true
			)
		)
	);
}

*/
