/*	-------------------------------------------------------------
	CIVR
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Styles communs
	Nom fichier:	style.css
	Version:		1.0
	Date:			31/07/07
	-------------------------------------------------------------	*/

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

body {
	background-color: #FFBF04;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	margin-top: 5px;
	padding: 0px;
}

td {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
}

a img {
	border: 0;
}

a { color: #000; }


/*	-------------------------------------------------------------
	Mise en page
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#container {
	position: relative;
	text-align: left;
	visibility: visible;
	margin: 0 auto;
	width: 970px;
}


/*	-------------------------------------------------------------
	Positionnement
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	





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

.black {color:#000}
.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}
a.over, .over  {text-decoration : none;}
a:hover.over {text-decoration : underline;}
.auto { height: auto !important; }
.notpad { padding: 0 !important; }
.notmarg { margin: 0 !important; }

.center { text-align: center; }

.fleft { float: left; }

.marron { color: #8F600A; }

.clear { clear: both; }

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

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



