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

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





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

a { color:#3D4E6F; text-decoration:underline; }
a:hover { text-decoration: none; }
img { border: 0; }
p { margin: 0 0 5px 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:#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 {border:0; margin:0; padding:0 }


/* ################## 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; }
.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.white, a:hover.white, a:active.white, .white, a:visited.white{color:#fff;}



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



