@import "fsAdmin.css" ;
@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 ;
	width: 920px ;
	margin-left : 100px ;
	background-image : url("../bkg/bkgPage1.gif") ;
	padding-bottom : 10px ;
	border-radius: 11px ;
	box-shadow: 8px 8px 10px #888 ;
}
*/
#entete {
	float: left ;
	background-color : #f5d3a8 ;
	width: 900px ;
	height : 110px ;
	margin-left : 10px ;
	margin-top : 10px ;
	-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 ;
	margin : 10px ;
	margin-bottom : 0px ;
	background-color : #f5d3a8 ;
	-moz-border-radius: 11px ;
	-khtml-border-radius: 11px ;
	-webkit-border-radius: 11px ;
	border-radius: 11px ;
}

#image {
	float : left ;
	width : 900px ;
	height : 210px ;
	padding-top : 10px ;
}

#scrollingContainer {
	margin : auto ;
	width : 600px ;
	overflow : hidden ;
	height : 20px ;
	width : 600px ;
}

#scrollingText	{
	position : absolute ;
	height : 20px ;
	margin-bottom : 5px ;
	text-align : left ;
	width : 600px ;
	font-size : 1em ;
	font-weight : bold ;
}

#bottom {
	float : left ;
	width : 900px ;
	height : 140px ;
	margin-top : 10px ;
	margin-left : 10px ;
	background-color : #f5d3a8 ;	
	font-size : 0.9em ;
	padding-bottom : 10px ;
	padding-top : 10px ;
	-moz-border-radius: 11px ;
	-khtml-border-radius: 11px ;
	-webkit-border-radius: 11px ;
	border-radius: 11px ;
}

#secondeChance {
	position : relative ;
	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 : -140px ;
	padding-top : 10px ;
	text-align : left ;	
	z-index : 20 ; 
}

#text p:first-letter {
	font-size : 1.2em ;
	font-weight : bold ;
}

#dedicace {
	text-align : right ;
}

#message {
	margin : auto ;
	width : 250px ;
	color : #ff0000 ;
	font-size : 0.9em ;
	text-align : center ;
	margin-top : 10px ;
	margin-bottom : 10px ;
	/*border : 1px dotted blue ;*/ 
}







