/* 
 * Styles pour les pages d'accueil de la partie Guillaume Vincent
 */
 
.main-text {
	text-align:center;
}
.ariane {
	text-align:left;
}
 

/** Accueil **/

/* Corps de la page d'accueil */
#main-body{
	height: 300px;
	overflow: hidden;
}
#body-table {
	height: 300px;
	overflow: hidden;
}
#bloc-de-bois {
	width: 340px;
	height: 300px;
	overflow: hidden;
}
#body-biblio-table {
	width: 425px;
	height: 300px;
	overflow: hidden;
}
#sep02 {
	height:33px;
}
#sep02-table {
	height:33px;
}

/* Blocs cachés */
.bloc-bois-contents {
	width: 340px;
	height: 300px;
	display: none;
/* Ancien style : ??? compatibilité IE6 ?
   position:absolute; left:0px; top:0px; z-index:0; visibility:hidden; */
}

/* Bloc de bois : fond et style de texte */
.desc-livre {
	width: 340px;
	height: 300px;
	background-image: url('images/body-text.jpg');
	background-repeat: no-repeat; 
	overflow: hidden;
}
.desc-livre-inner {
	padding: 30px 30px 0 30px;
}
.livre-logo {
	float: left;
	margin: 0 5px 5px 0;
}
.livre-titre {
	font-size: 20px;
	text-align: center;
	margin: 10px 0 0 0;
}
.livre-type {
	font-size: 16px;
	text-align: center;
	font-style: italic;
	margin: 0 0 10px 0;
}
.livre-desc {
	font-size: 14px;
	text-align: left;
	margin: 0;
}


/** Abécédaire **/

/* Bloc pour chaque lettre */
.lettre {
	clear: both;
	width: 40em;
	min-height: 50px;
	margin : 20px auto;
	border: 1px solid black;
	background-color: white;
}
.logo-lettre {
	float: left;
	margin-top: -10px;
	margin-left: -10px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.texte-lettre {
	margin: 0.5em;
	text-align: justify;
}


/*
 * Auteur
 */ 
 
#centering-box {
	text-align:center;
}

#centered-box {
	margin-left: auto;
	margin-right: auto;
	width:400px;
	height:400px;
}

#menu-map {
	text-align: center;
	background-image: url('images/author-menu-map.png');
	background-repeat: no-repeat;
	background-position: left top;
	width:400px;
	height:400px;
	overflow: hidden;
}

.menu-text {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-size: 0.8em;
}


/** Présentation **/

.menu-portraits {
	width: 45em;
}
table.menu-portraits > tbody > tr > td {
	vertical-align: top;
	width: 25%;
}

.text-contents {
	display: none;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.desc-portrait {
	display: block;
	font-size: 0.9em;
	font-style: italic;
}
.nonprintable-menu {
	display: block;
}
.printable-menu {
	display: none;
}

#presentation {
	padding: 20px;
	margin: 10px auto;
	width: 40em;
	text-align: center;
	border: 2px solid white;
	background: transparent url('images/fond-translucide.png') repeat;
}

.presentation {
	text-align: justify;
}
.presentation h4 {
	text-align:left;
	font-size:1.1em;
	margin-top:1.5em;
	margin-bottom:0.5em;
}
.presentation p {
	text-align:justify;
	font-size:1.0em;
	margin-top:0px;
	margin-bottom:0px;
}


/** J'aime / j'aime pas **/

.jaime-table {
	width: 40em;
	background: white;
	border: solid 1px black;
}
.jaime-table p {
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0.1em;
	margin-left: 1em;
}
.jaime-table th {
}
.jaime-table td {
	vertical-align: top;
}

.jaime-title {
	width: 50%;
	border-right: solid 1px black;
	background: #ffffff;
	text-align: center;
}
.jaimepas-title {
	width: 50%;
	border-left: solid 1px black;
	background: #e0e0e0;
	text-align: center;
}

.jaime {
	width: 50%;
	border-right: solid 1px black;
	background: white url('images/fond-jaime.jpg') no-repeat top center;
	text-align: left;
}
.jaimepas {
	width: 50%;
	border-left: solid 1px black;
	background: #e0e0e0 url('images/fond-jaimepas.jpg') no-repeat top center;
	text-align: left;
}

