/************************************/
/*												*/
/*				   COMMON					*/
/*												*/
/************************************/

/*-------------------------*/
/* 			GENERIQUE 		*/
/*-------------------------*/

html {
	/*font-family: Futura Bk Bt,Verdana,Arial,Helvetica,sans-serif;*/
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

/*--------------------------*/
/* 		LAYOUT 			*/
/*--------------------------*/

#global .clear {
	clear:both;
}

#global #main #logo {
	display: block;
	width: 390px;
	height: 42px;
	background: url('../images/logo.gif') no-repeat 0 0;
}

#global #main #logo:hover {
	background: url('../images/logo.gif') 0px -42px;
}

/*-------------------------*/
/* 			TEXTES			*/
/*-------------------------*/

p {
	line-height: 15px;
}

.bold {
	font-weight:bold;
}
	
.italic {
	font-style: italic;
}