/* CSS Document */

/* Ce fichier est le seul fichier appelé dans les pages HTML.
Il contient des appels pour d'autres fichiers CSS */

@import "reset.css";
@import "typography.css";
@import "elements.css";
@import "hcard.css";
/* LightWindow */
@import "lx.css";


/* PUB */
#pub180 {
	width:180px;
	height:150px;
	float:right;
	margin: 0 30px 15px 0;
	border: 1px solid #FFFFFF;
}

#pub468 {
	width:468px;
	height:60px;
	position:absolute;
	left:50%;
	margin: 10px 0 25px -234px;
	z-index:100;
	border: 1px solid #FFFFFF;
}

/**/

