@import "fsMenu.css" ;
@import "fsAccesRapide.css" ;

html {
	font-size : 100% ;
}

body { 
	background-color : #d5d3fe ;
	font-size : 1em ;
	font-family: Arial, Helvetica, Sans-serif ;
	color : #97574b ;
}

#page1 {
	float : left ;
	margin-left : 30px ;
	width: 920px ;
	background-image : url("../bkg/bkgPage1.gif") ;
	padding-bottom : 10px ;
	-moz-border-radius: 11px ;
	-khtml-border-radius: 11px ;
	-webkit-border-radius: 11px ;
	border-radius: 11px ;
}

#page2 {
	float : left ;
	margin: 10px ;
	width: 900px ;
}

#entete {
	float: left ;
	background-color : #f5d3a8 ;
	width: 900px ;
	height : 110px ;	
	-moz-border-radius: 11px ;
	-khtml-border-radius: 11px ;
	-webkit-border-radius: 11px ;
	border-radius: 11px ;
}

#logo {
	width : 200px ;
}

#libelle {
	width : 670px ;
	font-weight : bold ;
	font-size : 2.5em ;
	color : #97574b ;
	font-family: Papyrus, Arial, Helvetica, Sans-serif ;
	text-align : center ;
}

#center {
	float : left ;
	width : 900px ;
	height : 240px ;
	background-color : #f5d3a8 ;
	font-size : 1em ;
	margin-top : 10px ;
	-moz-border-radius: 11px ;
	-khtml-border-radius: 11px ;
	-webkit-border-radius: 11px ;
	border-radius: 11px ;
}

#image {
	float : left ;
	width : 900px ;
	height : 200px ;
	margin-top : 10px ;
	margin-bottom : 10px;
	text-align : center ;
}

#bottom {
	float : left ;
	width : 900px ;
	height : 140px ;
	margin-top : 10px ;
	background-color : #f5d3a8 ;	
	font-size : 0.9em ;
	padding-bottom : 10px ;
	-moz-border-radius: 11px ;
	-khtml-border-radius: 11px ;
	-webkit-border-radius: 11px ;
	border-radius: 11px ;
}

#secondeChance {
	position : relative ;
	top : 10px ;
	z-index : 5 ;
	width : 190px ;
	height : 100px ;
	margin-left : 10px ;
	margin-top : 10px ;
}

#text {
	position : relative ;
	width : 640px ;
	height : 100px ;
	margin-left : 230px ;
	margin-top : -130px ;
	padding-top : 10px ;
	text-align : left ;	
	z-index : 20 ; 
}

#text p:first-letter {
	font-size : 1.2em ;
	font-weight : bold ;
}

#dedicace {
	text-align : right ;
}

#scrollingContainer {
	position: relative ;
	margin-left : 150px ;
	overflow : hidden ;
	height : 20px ;
	width : 600px ;
	text-align : center ;
	font-size : 1em ;
	font-weight : bold ;
	/*border : 2px dotted red ; */
}

#scrollingText	{
	position : absolute ;
	height : 20px ;
	margin-bottom : 5px ;
	text-align : left ;
	width : 550px ;
	/*border : 2px dotted green ;*/
}


