/***************************************************/
/****** GENERAL *******/

body {
     margin: 0; /* pour éviter les marges */
	background:#000;
	font-size: normal;
	font-family: "verdana";
    text-align: center; /* pour corriger le bug de centrage IE */
    font-size: 11px;
   }
	 


#wrap {
	margin-top:2px;
     margin-left: auto;
     margin-right: auto;
     width:970px;
	 height:670px;
     text-align: left; /* on rétablit l'alignement normal du texte */
	 color:#fff;
     }

#wrap a {
	text-decoration: none;
     }


#wrap #cadre-general {
	width:970px;
	height:643px;
	background: URL("../images/le-coeur-de-la-terre.jpg") no-repeat center;
	
}

#wrap #cadre-general-auteur {
	width:970px;
	height:643px;
	background: URL("../images/le-coeur-de-la-terre-auteur.jpg") no-repeat center;
	
}

#wrap #cadre-general-resume {
	width:970px;
	height:643px;
	background: URL("../images/le-coeur-de-la-terre-resume.jpg") no-repeat center;
	
}

#wrap #cadre-general-plan {
	width:970px;
	height:643px;
	background: URL("../images/le-coeur-de-la-terre-cartes.jpg") no-repeat center;
	
}


#wrap #cadre-general  #menu, #wrap #cadre-general-auteur #menu, #wrap #cadre-general-resume #menu, #wrap #cadre-general-plan #menu{
	float:left;
	width:570px;
	height:37px;
	line-height: 37px;
	margin-top: 30px;
	margin-left: 35px;
	margin-bottom: 20px;
	
}	


#wrap #cadre-general-resume  #cadre_scroller {
margin-top: 140px;
margin-left: 48px;
height: 327px;
width: 546px;
background: URL("../images/fond-texte-scroller.png") no-repeat center;
float: left;
}	



#wrap #cadre-general-resume  #cadre_couverture {
margin-top: 140px;
margin-right: 80px;
height: 315px;
width: 240px;
float:right;
}



#wrap #cadre-general-auteur  #cadre_scroller #texte-defilant, #wrap #cadre-general-resume  #cadre_scroller #texte-defilant {
color: #e2f5d0;
width: 515px;
height: 290px;
overflow: hidden;
}
	
#wrap #cadre-general  #cadre_central {
float: left;
padding-top: 100px;
height: 400px;
width: 658px;
}	

#wrap #cadre-general  #cadre_central #couverture_livre {
height: 398px;
width: 240px;
margin-left: 20px;
float: left;
	}

#wrap #cadre-general  #cadre_central #texte_livre {
height: 398px;
width: 393px;
float: right;
	}


/***************************************************/
/************          CSS MENU          ***********/
/***************************************************/

 ul.topnav {
	list-style: none;
	padding: 0 5px;
	margin: 0;
	float: left;
	width: 560px;
	font-size: 1em;
	color: #e2f5d0 ;	
}

 ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

 ul.topnav li a {
	padding: 0px 5px;
	color: #e2f5d0 ;
	display: block;
	text-decoration: none;
	float: left;
}

 ul.topnav li a:hover{
	background: URL('../images/fond-hover-menu.png') no-repeat center top ;
	color: #e2f5d0 ;
	
}

 ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 20px;
	float: left;
}

ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	//background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 210px;
}

ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	//border-top: 1px solid #252525; /*--Create bevel effect--*/
	//border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 190px;
}
ul.topnav li ul.subnav li a.submenu {
	float: left;
	height: 24px;
	line-height: 24px;
	margin: 1px 0px;
	width: 190px;
	background: url('../images/fond-sous-menu-bleu.png') no-repeat  center;
	padding-left: 10px;
}

ul.topnav li ul.subnav li a.submenu:hover {

	background: url('../images/fond-sous-menu-bleu-hover.png') no-repeat  center;
}






/***************************************************/
/**************       FOOTER       *****************/ 


#wrap #contact {
	width:975px;
	height:14px;
	margin-top: 10px;
	padding-left: 30px;
	line-height: 14px;
	font-size: 10px;
	color: #276d96;	
}

#wrap #contact  .lien_contact{
	padding: 0px 6px;
	border-right: 1px solid #276d96  ;
	color: #276d96;	
	float: left;
}

#wrap #contact  .lien_contact a, #wrap #contact  .lien_contact a:visited{
	color: #fff;
}

