
/*  <style type="text/css">
/* 
	###############################
	#    B O I T E   B L E U E    #
	#    FEUILLE DE STYLES CSS    #
	#    (c) 2011  -  PORTASYS    #
	###############################
*/


/* 
	###############################
	#    HEADER                   #
	###############################
*/

@import url('/EXT/CSS/TOPMENU_CSS.asp');
@import url('/EXT/CSS/FOOTERMENU_CSS.asp');




html, body {
	margin: 0;
	padding: 0;
	color: #222222;
	/* background-image: url(); */
	/* background-position: top left; /* top left */
	/* background-repeat: no-repeat; */
	/* background-color: #dedede; */
	background-attachment: fixed;
	/* height:100%; /* needed for container min-height */
}

body {
	margin: 0;
	/* 
	font-family: Cantarell, Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	width: 100%;
	overflow: hidden;
}


#BGFlashContent {
	width: 100%; 
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #E5F5FF;
	text-align: center;
}


#Header {
	width: 100%;
	height: 85px;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
}




/* 
	###############################
	#    S. CONTAINER + MODULE    #
	###############################
*/

.sContainer {
	width: 1000px;
	margin: 0 auto;
	/* background-color: #746f6b; */ 
}


#wrapper h1 {
	margin: 0 0 15px 0;
	padding: 0;
	/* font-family: 'Swanky and Moo Moo', 'Rock Salt', 'Shadows Into Light', Cantarell, Verdana, Geneva, sans-serif; */
	/* font-family: 'Swanky and Moo Moo'; */
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 70px;
	line-height: 65px;
	color: #000;
	}


#wrapper h2 {
	margin: 0 0 15px 0;
	padding: 0;
	/* font-family: 'Swanky and Moo Moo', 'Rock Salt', 'Shadows Into Light', Cantarell, Verdana, Geneva, sans-serif; */
	/* font-family: 'Swanky and Moo Moo'; */
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 50px;
	line-height: 50px;
	color: #000;
	}




/* 
	###############################
	#   HOME ZONE ...             #
	###############################
*/


/* 
	###############################
	#   ALL ZONE ...              #
	###############################
*/


a {
	color: #000033;
	text-decoration: underline;
}
a:hover {
	color: #330000;
	text-decoration: underline;
}








/* 
	###############################
	#   ZONE DESC OEUVRES         #
	###############################
*/

#DTwrapper h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: 'Cantarell', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #222222;
	}


#DTwrapper h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: 'Cantarell', sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #222222;
	}





