@charset "utf-8";
/* CSS Document */


/*
* Définition du style pour le div portant l'image d'entête
*/
.nwStyle #headerImage {
	background-image:url(../images/main/header-image-index.jpg);
	background-repeat:no-repeat;
}

/*
* Définition du style pour le rappel graphique de l'entête du portail
*/
.nwStyle #presentationOffre {
	left:0px;
	right:0px;
	top:0px;
	height:525px;
}

.nwStyle #presentationOffre * {
	position:absolute;	
}

.nwStyle #offreImage {
	right:150px;
	top:10px;
	width:478px;
	height:417px;
}

.nwStyle #leftNav {
	top:70px;
	left:60px;
	width:370px;
	height:417px;
	padding-left:40px;
}

.nwStyle #leftNav *{
	position:absolute;
	height:0px;
	width:200px;
}



/**
*	Je surcharge la déclaration de style pour le container principal
*/
.nwStyle #contentContainer {
	min-height:550px;
	max-height:550px;
}
