/*	-------------------------------------------------------------
	NORDIKA CHALETS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Styles communs
	Nom fichier:	style.css
	Version:		1.0
	Date:			30/07/2007
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	Import
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*	-------------------------------------------------------------
	General
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	background-color: #564C45;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 20px;
	margin:0px;
}

/*	-------------------------------------------------------------
	Mise en page
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#container {
	border:#817D71 solid 3px;
	text-align: left;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 931px;
}

#containerbas {
	text-align: right;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 931px;
}



/*	-------------------------------------------------------------
	Positionnement
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#titre {position: absolute; top : 70px;  left: 0px;}


/*	-------------------------------------------------------------
	Polices
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.t10  {font-size: 10px;}
.t11  {font-size: 11px;}

.white {color: #fff;}

.bold {font-weight: bold;}
A.survol, .survol  {text-decoration : none;}
A:hover.survol {text-decoration : underline;}


/*	-------------------------------------------------------------
	Autres classes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


