@import "fsMain.css" ;
@import "fsHelp_window.css" ;

#formConnexion {	
	text-align : center ;	
}

.message {
	color : #ff0000 ;
}

#center {
	float : right ;
	width : 650px ;
	background-color : #f5d3a8 ;
	font-size : 0.9em ;
	margin-top : 10px ;
	padding-bottom : 10px ;
	-moz-border-radius: 11px ;
	-khtml-border-radius: 11px ;
	-webkit-border-radius: 11px ;
	border-radius: 11px ;
}

#add_postLivror {
	position : relative ;
	z-index : 40 ;
	width : 610px;
	margin-top : 10px ;
	margin-left : 10px ;
	padding : 10px ;
	text-align : center ;
	border-bottom : 3px double #97574b ; 
	border : 1px solid #97574b ;
	-moz-border-radius: 11px ;
	-khtml-border-radius: 11px ;
	-webkit-border-radius: 11px ;
	border-radius: 11px ;
}

#postLivror {
	position : relative ;
	z-index : 10 ;
	width : 630px;
	margin : 10px 10px 0 10px ;
	/*border : 1px dotted red ; */
}

.entete_livror {	
	color: #666 ;
}

.post_content {
	position : relative ;
	z-index : 20 ;
	width : 610px ;
	background-image : url("../bkg/bkgPost.gif") ;
	color : #663934 ;
	padding : 10px ;
	margin-bottom : 10px ;
	-moz-border-radius: 11px ;
	-khtml-border-radius: 11px ;
	-webkit-border-radius: 11px ;
	border-radius: 11px ;
}

#footer {
	float : right ;
	width : 900px;
	margin : 10px 0 10px 0 ;
	background-color : #f5d3a8 ;
	text-align : center ;
	font-size : 0.8em ;
	font-weight : bold ;
	color : #97574b ;
	-moz-border-radius: 5px ;
	-khtml-border-radius: 5px ;
	-webkit-border-radius: 5px ;
	border-radius: 5px ;
}

#pages {
	float : left ;
	width : 640px ;	
	padding : 5px ;
	margin : 5px ;
}

#pages span {
	padding: 2px 4px 2px 4px ;
	margin: 2px 2px 2px 2px ;
	border: 1px solid #97574b ;
	background-color: #fff ;
	-moz-border-radius: 5px ;
	-khtml-border-radius: 5px ;
	-webkit-border-radius: 5px ;
	border-radius: 5px ;
}

#pages a {
	color: #97574b ;
	background-color: #fff ;	
}

#pages a:hover {	
	border: 1px solid #97574b ;
	color: #ff0000 ;
	background-color: #fff ;
}

#cartouche {
	width : 230px ;
	padding : 5px ;
	text-align : left ;
}

#navi {
	width : 650px ;
	background-color : none ;
	text-align : center ;
}

#left {
	float : left ;
	width : 220px ;
}

#image {
	float : left ;
	background-color : #f5d3a8 ;
	width : 220px ;
	margin-top : 10px ;
	padding : 10px ;
	-moz-border-radius: 11px ;
	-khtml-border-radius: 11px ;
	-webkit-border-radius: 11px ;
	border-radius: 11px ;
}
