@import "fsMain.css" ;

#sidebar {	/* définie dans 'fsMain.css' */
	width : 230px ;
}

.titre	{
	width : 180px ;
	font-weight : bold ;
	margin-left : 20px ;
	margin-bottom : 10px ;
	-moz-border-radius: 5px ;
	-khtml-border-radius: 5px ;
	-webkit-border-radius: 5px ;
	border-radius: 5px ;
}

.titre a {
	cursor : pointer ;
}

.titre a:hover	{
	cursor : pointer ;
	color : red ;
	background-color : #f9e2c7 ;
}

.list2 {
	float : left ;
	width : 200px ;	
	margin-left : 30px ;
	margin-bottom : 10px ;
	margin-top : 0px ;
}

.list2 a:hover	{
	background-color : #f9e2c7 ;
}

#remarque	{
	float : left ;
	width : 190px ;
	margin-left : 30px ;
	margin-bottom : 10px ;
	color : red ;
	font-size : 10px ;
}

#visite {	
	float : right ;
	width : 620px ;
	background-image : url("../bkg/bkgScreen.gif") ;
	margin-top : 10px ;
	margin-left : 10px ;
	padding : 10px ;
	padding-left : 10px ;
	color : #f5d3a8 ;
	-moz-border-radius: 11px ;
	-khtml-border-radius: 11px ;
	-webkit-border-radius: 11px ;
	border-radius: 11px ;
}

#carte {
	margin : auto ;
	width : 610px ;
}

#carte p , #carte p a{
	color : #f5d3a8;
	text-align : left ;
	font-size : 12px ;
}

#carte p a:hover {
	color : #ff0000;
}

#carte iframe {
	width : 610px ;
	height : 380px ;
	border : 0px ;
}
