/*	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Styles
	Nom fichier:	styles.css
	Version:		1.0
	Date:			03/07/2008
	-------------------------------------------------------------	*/

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




body {
	background-color: #000000;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px;
	margin:0px;
	color: #2E150C; 
}
body a{color:#2E150C; text-decoration:underline;}
td {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #2E150C;
}

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

/*	-------------------------------------------------------------
	Mise en page
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/



	

/*	-------------------------------------------------------------
	Positionnement
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/* ############### TOP ################ */


/* ################## H1 H2 H3 H4 ################## */
h1{padding:0px; margin:0px; font-weight:normal;}
h2{padding:0px; margin:0px; font-weight:normal;}
h3{padding:0px; margin:0px; font-weight:normal;}
h4{padding:0px; margin:0px; font-weight:normal;}
h5{padding:0px; margin:0px; font-weight:normal;}
h6{padding:0px; margin:0px; font-weight:normal;}
img { margin:0; padding:0; border:0;}
/* ################## H1 H2 H3 H4 ################## */
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{display:block; text-indent:-9000px;}
/*	-------------------------------------------------------------
	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;}

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.blue2, a:hover.blue2, a:active.blue2, .blue2, a:visited.blue2{color:#23335d;}
a.brown1, a:hover.brown1, a:active.brown1, .brown1, a:visited.brown1{color:#895524;}
a.brownC, a:hover.brownC, a:active.brownC, .brownC, a:visited.brownC{color:#886D58;}
a.white, a:hover.white, a:active.white, .white, a:visited.white{color:#fff;}

/* p{width:90%; text-align:left; margin:0; padding:0;}*/


.bold {font-weight: bold;}
.italic {font-style:italic}
.uppercase {text-transform:uppercase}
.lowercase {text-transform:lowercase}
.capitalize {text-transform: capitalize}
.underline {text-decoration:underline}
*{outline:0;}

a.over, .over{text-decoration : none;}
a:hover.over {text-decoration : underline;}


a {text-decoration: none}
a:hover {text-decoration: underline;}
.nobold { font-weight: normal !important; }

.clear { clear: both; }
.center { text-align: center; }
.underline{text-decoration:underline;}



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


