/*	-------------------------------------------------------------
	Port-Vendres
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Styles
	Nom fichier:	styles.css
	Version:		1.0
	Date:			30/10/07
	-------------------------------------------------------------	*/

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

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

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 ################## */

/*	-------------------------------------------------------------
	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.white, a:hover.white, a:active.white, .white, a:visited.white{color:#fff;}
a.black, a:hover.black, a:active.black, .black, a:visited.black{color: #000;}
a.grey1, a:hover.grey1, a:active.grey1, .grey1, a:visited.grey1{color:#909e8a;}
a.greenF, a:hover.greenF, a:active.greenF, .greenF, a:visited.greenF{color: #0f5421;}
a.greenF2, a:hover.greenF2, a:active.greenF2, .greenF2, a:visited.greenF2{color: #0a7a26;}



.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
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	
	


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



