/*	-------------------------------------------------------------
	Heger
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Styles
	Nom fichier:	styles.css
	Version:		1.0
	Date:			09/06/08
	-------------------------------------------------------------	*/

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

body {
	background:  #669acc;
	text-align:  center;
	padding:     0px;
	margin:      0px;
}
body, td {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003466;
}

img { border: 0; }
p { margin: 0 0 15px 0;	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 ################## */

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




.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: underline; color: #002658; }
a:hover { color: #a0cbf5; }
.nobold { font-weight: normal !important; }

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



/*	-------------------------------------------------------------
	Autres classes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	
	


/*.opacity {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: Alpha(opacity=50);
}*/



