body{
background-image:url("../../images/fond_body_st.png");
}

span {
color:black;
font-family:"lucida handwriting","myriad pro","verdana","arial";
font-size:14px;
}

.baniere img{
width:100%;
}

table{
 width:100%;
 }
 td{
 border:2px solid black;
 }
 
.spanBleu{
background-color:rgb(208,227,238);
}
.blc:hover{
 background-color:rgb(208,227,238);
 }
 
a {
color:blue;
}

a:hover{
color:rgb(36,77,100);
}

#cadre {
border:solid black 4px;
}
#cadre:hover {
border:solid rgb(100,0,0) 4px;
opacity:0.9;
}
 
#coord{
height:50px;
clear:both;
margin:5px;
}

#foot{
clear:both;
}

/* onglets menu */

#menu_cellule_gauche {
	text-align: center;
	float: left;
	width: 20%;
	height: 25px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #333366;
	color: white;
}

#menu_cellule_gauche:hover {
	text-align: center;
	background-color: #000033;
}

.menu_cellule:hover {
	text-align: center;
	background-color: #000033;
}

#menu_cellule_droit:hover {
	text-align: center;
	background-color: #000033;
}

.menu_cellule {
	text-align: center;
	float: left;
	width: 20%;
	height: 25px;
	border-left-style: solid;
	border-left-color: #000033;
	border-left-width: 2px;
	background-color: #333366;
	color: white;
}

#menu_cellule_droit {
	text-align: center;
	float: left;
	width: 19%;
	height: 25px;
	border-left-style: solid;
	border-left-color: #000033;
	border-left-width: 2px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #333366;
	color: white;
}

/* tourne feuilles tarifs */

#myBook {
	display:none;
	position: relative;
	width: 604px;
	height:362px;
	float:left;
	
}
.imBookPage {
	position:absolute;
	left:0px;
	top:0px;
	width: 300px;
	height:360px;
	color:#fff;
	overflow:hidden;
	border: solid 1px #000;
}	