/*	-------------------------------------------------------------
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Styles
	Nom fichier:	styles.css
	Version:		1.0
	Date:			02/01/2008
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	Import
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/





/*	-------------------------------------------------------------
	NE PAS TOUCHER - CSS GENERALES - VOIR FICHIER head_css.php
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
/* ################## GENERAL ################## */
body {
	background-color: #000; 
	color:#072171;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	margin:0px;
	padding: 0px;
	text-align: center;
	}
body a{color:#072171;}
td {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #072171;
	}

a img {
	border: 0;
}
p {margin: 0 0 5px;	padding: 0;}


/* ################## POSITIONNEMENT TEXTE + DIV ################## */
.link_css strong{position:absolute; left:-9000px; margin:0px; padding:0px;}
.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;}
.z_1000{z-index:1000;}

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

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

/* ################## IMAGES IMG + PNG ################## */
img {border:0; margin:0; padding:0 }

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

/* ################## TAILLE DES POLICES ################## */
.s9  {font-size: 9px;}
.s10  {font-size: 10px;}
.s11  {font-size: 11px;}
.s12  {font-size: 12px;}
.s13  {font-size: 13px;}
.s14  {font-size: 14px;}
.s15  {font-size: 15px;}
.s16  {font-size: 16px;}
.s18  {font-size: 18px;}
.s20  {font-size: 20px;}

/* ################## LIENS ################## */
a {text-decoration: none}
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}
.clear { clear: both; margin:0; padding:0; }
.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
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
/* ################## COULEURS TEXTE ################## */
a.black, a:hover.black, a:active.black, .black, a:visited.black{color: #000;}
a.blue, a:hover.blue, a:active.blue, .blue, a:visited.blue{color:#5a6686;}
a.blueC, a:hover.blueC, a:active.blueC, .blueC, a:visited.blueC{color:#08A1EB;}
a.jaune, a:hover.jaune, a:active.jaune, .jaune, a:visited.jaune{color:#E1DA00;}
a.vert, a:hover.vert, a:active.vert, .vert, a:visited.vert{color:#99950A;}
.white, a:hover.white, a:active.white, .white, a:visited.white{color:#fff;}





