
/*  <style type="text/css">
/* 
	###############################
	#    B O I T E   B L E U E    #
	#    FEUILLE DE STYLES CSS    #
	#    (c) 2009  -  PORTASYS    #
	###############################
*/


/* 
	###############################
	#    HEADER                   #
	###############################
*/

@import url('/EXT/CSS/TITLES_CSS.asp');
@import url('/EXT/CSS/LEFTMENU_CSS.asp');
@import url('/EXT/CSS/FOOTER_CSS.asp');



html, body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-image: url(/MEDIA/bg/printemps2010-4.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-attachment: fixed;
	/* height:100%; /* needed for container min-height */
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
}

#BGFlashContent {
	width: 100%; 
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #E5F5FF;
	text-align: center;
}
#SiteAllContent {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5; 
	position: absolute;
}

#Header {
	width: 960px;
	margin: 0;
	padding: 0; 
	border: 0;
	/* height: 110px; */ 
	
}






/* 
	###############################
	#    S. CONTAINER + MODULE    #
	###############################
*/

.sContainer {
	width: 960px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	/* background-color: transparent; */ 
}



.sMainContainerWhite {
	background-color: #ffffff;
}

.sContainer a {
	color: #8C95A6;
}

.sContainer a:hover {
	color: #55637C;
}


.InterMODULEhaut {
	background-image: url(/EXT/IMG/INTERFACE/MODULE-haut.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
}

.InterMODULEcentre {
	background-image: url(/EXT/IMG/INTERFACE/MODULE-centre.png);
	background-position: center;
	background-repeat: repeat-y;
	/* min-height: 100%; */ 
	
	margin-top: 160px;
	margin-bottom: 250px;
	

}

.InterMODULEcentrehaut {
	
	background-image: url(/EXT/IMG/INTERFACE/MODULE-centre-haut.png);
	background-position: center;
	background-repeat: no-repeat;
	/* min-height: 100%; */ 
	height: 160px;
	margin-top: -160px;
	margin-bottom: -160px;
	
}
.InterMODULEcentrebas {
	
	background-image: url(/EXT/IMG/INTERFACE/MODULE-centre-bas.png);
	background-position: center;
	background-repeat: repeat-y;
	/* min-height: 100%; */ 
	height: 250px;
	margin-top: -250px;
	margin-bottom: -250px;
	
}

.InterMODULEbas {
	background-image: url(/EXT/IMG/INTERFACE/MODULE-bas.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 100px;
}


.InterMODULEtrackContact {
	position: absolute;
	top: 0;
	z-index: 0;
	background-image: url(/EXT/IMG/HEADER/Track.Contact.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 55px;
	width: 100%;
}


.InterMODULEtrackMenu {
	position: absolute;
	top: 100px;
	z-index: 0;
	background-image: url(/EXT/IMG/HEADER/Track.Menu.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 100px;
	width: 100%;
}


.InterMODULEtrackLogo {
	position: absolute;
	top: 23px;
	z-index: 5;
	height: 110px;
	width: 100%;
}


.sMainContainer {
	width: 960px;
	padding: 1px 0 1px 0;
	/* background-color: #ffffff; */ 
}




.sMainContainerhaut {
	background-image: url(/EXT/IMG/INTERFACE/MAIN-CONTAINER/MODULE-haut.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 6px;
}

.sMainContainercentre {
	background-image: url(/EXT/IMG/INTERFACE/MAIN-CONTAINER/MODULE-centre.png);
	background-position: center;
	background-repeat: repeat-y;
	/* min-height: 100%; */ 
	
	margin-top: 227px;
	margin-bottom: 159px;
	
}

.sMainContainercentrehaut {
	
	background-image: url(/EXT/IMG/INTERFACE/MAIN-CONTAINER/MODULE-centre-haut.png);
	background-position: center;
	background-repeat: no-repeat;
	/* min-height: 100%; */ 
	height: 227px;
	margin-top: -227px;
	margin-bottom: -227px;
	
}
.sMainContainercentrebas {
	
	background-image: url(/EXT/IMG/INTERFACE/MAIN-CONTAINER/MODULE-centre-bas.png);
	background-position: center;
	background-repeat: repeat-y;
	/* min-height: 100%; */ 
	height: 159px;
	margin-top: -159px;
	margin-bottom: -159px;
	
}

.sMainContainerbas {
	background-image: url(/EXT/IMG/INTERFACE/MAIN-CONTAINER/MODULE-bas.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 17px;
}

.sMainContainerMax {
	margin: 0 8px 0 11px;
	padding: 0 15px 0 15px;
}


























.QERR {
	background-color: #ffcccc;
}


