/*
	Général
*/
body
{
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #2f3844 url('../images/LfOdyssey_degrade.jpg') repeat-y center center;
}

h1 
{
	color: #3e5777;
	padding:0;
	margin:-24px -10px 0;
	font-size:20px;
	font-weight:bold;
	width: 820px;
	text-align: right;
}

h2
{
	margin:0;
	padding:0;
}

#prechargement
{
	display: none;
}
/*
	Divisions principales
*/
#page
{
	width: 1000px;
	padding: 0;
	margin: 0 auto;
	background: #2b4b6d url('../images/LfOdyssey_fondPage.jpg') no-repeat top center;
}
#haut
{
	margin: 0;
	padding: 0;
	height: 210px;
}
#logo
{
	position: relative;
	top: 15px;
	left:45px;
	width:320px;
	height:150px;
	display:block;
}
#contenu
{
    position: relative;
    background-image: url('../images/fondTransparent_1px.png');
	margin: 0;
	position: relative;
	width: 810px;
	left: 95px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #cbd6e5;
    padding: 5px;
}
#contenu a
{
    color: #cbd6e5;
}
#bas
{
	padding: 0;
	font-size: 0.8em;
	text-align: center;
	background: url('../images/LfOdyssey_bas.png') no-repeat bottom right;
	height: 480px;
}
/*
	Menus
*/
.menuBarre
{
	color: #899db6;
	font-weight: bold;
}
.menuBarre a
{
	color: #899db6;
}
.menuBarre a:hover
{
	color: #a4bbd7;
}

#menuSocial
{
	float: left;
	position: absolute;
	top: 0;
	margin:0;
	padding-left:3px;
}
#menuSocial img
{
	border:0;
	padding:4px 1px;
	cursor: pointer;
}
#menuSocial_Info
{
	font-weight: normal;
	margin-left:10px;
	width: 200px;
	height: 24px;
	line-height: 28px;
	position:absolute;
}

#menuCompte
{
	float: right;
	margin-right: 5px;
	height: 28px;
	line-height: 24px;
}

#menuPrincipal
{
	top: 140px;
	text-align: center;
	position: relative;
	left: 358px;
	width: 558px;
	height: 38px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 0;
	margin: 0;
	background-color: #253d59;
}
#menuPrincipal img
{
	padding:0;
	margin:0;
	border:0;	
}
#menuPrincipal ul
{
	padding: 0;
	margin: 0;
	background-color: #394553;
	font-size: 14px;
	line-height: 30px;
	text-transform: none;
	color: #9eafc4;
	text-align: center; 
	height: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#menuPrincipal ul li
{
	display: inline;
	color: #899db6;
	
}
#menuPrincipal ul li + li:before
{
	content: "|";
}
#menuPrincipal ul li a
{
	padding: 10px;
	color: #899db6;
	text-decoration: none;
}
#menuPrincipal ul li a:hover
{
	color: #bdccdd;
}

/*
	Spécifique à la page de commande
*/
#commande
{
	font-size: 10px;
	padding: 20px;
	padding-left: 100px;
	color: #aab5c3;
}
#commande hr
{
	color: white;
	background-color: white;
	height: 1px;
	margin-right: 50px;
	border: 0;
}
#commande h2
{
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
}
#commande .special
{
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	background-color:#da9333;
	margin-bottom: 5px;
	padding: 2px;
}
#commande h3
{
	font-weight: bold;
	font-size: 18px;
	color: #da9333;
	padding:2px;
	margin:0;
}
#commande h3:before
{
	content: "\25A0";
	font-size: 10px;
	margin-right:10px;
}
#commande h3 a
{
	color: #da9333;
	text-decoration: none;
}
#commande .accordeon div
{
	margin-left: 17px;
	padding-bottom: 7px;
}
#commande #sav
{
	font-weight: bold;
	text-decoration: underline;
	color: #aab5c3;
}
#commande img
{
	padding: 5px;
	border:0;
}
#commande #tamponAchat
{
	float: left;
	margin-left: -97px;
	margin-top: -65px;
}
#commande #tamponPrix
{
	float:left;
	margin-left: -97px;
	margin-top: -125px;
}
#commande .formStandard
{
	padding: 10px;
	padding-bottom: 0;
	margin:0;
	margin-left:-15px;
}
#commande .errorSummary
{
	float: right;
	width: 350px;
	margin: 0;
	padding: 0;
}
/*
	Spécifique à la page d'affichage d'un album
*/
#lecteur
{
	position: relative;
	width: 800px;
	height: 600px;
	margin: -15px -15px 0;
	background-image: url('../images/Lecteur.png');
	padding: 20px;
}
.lecteurIcone
{
	float:left; 
	margin-top:-10px; 
	margin-left:10px;
	cursor: pointer;
	border:0;
}
#explicationsImg
{
	display: none;
	margin-left: 4px;
}
#votes
{
	float: right;
	margin-right:10px;
	color: #748caa;
	font-size: 10px;
}
.commentaire
{
	margin: 5px;
	padding: 10px;
	position: relative;
	width: 780px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.commentaire .titre
{
	font-size:11px;
	font-weight:bold;
	color: #748caa;
	margin-left: 7px;
	margin-bottom: 8px;
	border-bottom: 1px solid #2c4c6d;
}
.commentaire .texte 
{ 
	padding-left: 15px;
	font-size: 12px;
	color: #899db6;
}
.commentaire .signaler
{
	float:right;
	color: #6c7886;
	font-size:10px;
	text-decoration:none;
}
.commentaire .signaler:hover
{
	text-decoration:underline;
}
/*
	Auteurs
*/
.biblio
{
	font-size:11px;
	line-height:150%;
}
/*
	Série
*/
#serie
{
	padding:15px;
	padding-top:25px;
}
#serie h2
{
	padding-bottom: 15px;
}
#serie a img
{
	padding: 2px;
	border: 0;
}
#serie p
{
	margin-left:165px;
	width: 420px;
}
/* Pages de commentaires */
.pager
{
	margin-left: 15px;
	color: #748caa;
	font-size: 10px;
	padding-bottom: 5px;
	padding-top: 7px;
}
.pager li
{
	font-size: 10px;
}
.pager .selected
{
	background: #415875;
}
/*
	Lignes de tableaux ou commentaires 
*/
.ligne1 
{
	background: #263d59;
	color: #29323d;
}
.ligne2
{
	background: #415875;
	color: #263d59;
}

/*
	Afficheur d'infos
*/
.info
{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-bottom: 25px;
	text-decoration: underline;
}

/*
	Popup JS
*/
.popup
{
	color: #263d59;
	display: none;
	position: fixed;
	_position: absolute; /* IE6*/
	background: #b7c7dd;
	border: 2px solid #cecece;
	z-index: 2;
	padding: 12px;
	font-size: 13px;
}
#backgroundPopup
{
	display: none;
	position: fixed;
	_position: absolute; /* IE6 */
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000;
	z-index: 1;
}
#popupCompte
{
	height: 200px;
	width: 400px;
}
#popupRecommande
{
	height: 250px;
	width: 400px;
}
.popup h2
{
	width: 413px;
	background-color: #496485;
	color: #cbd6e5;
	margin: -14px;
	margin-bottom: 10px;
	padding: 5px;
	padding-left: 10px;
}
.popupFerme{
	right: -8px;
	top: -7px;
	position: absolute;
	width:17px;
	height:17px;
	background: url('../images/popupFermer.png') no-repeat;
	display: block;
	cursor: pointer;
}