/* CSS Document */
* {margin: 0; padding: 0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#6f9ec6;
}

a {text-decoration: none;}
a:hover {}

/* BLOCS DE POSITIONNEMENT */

#conteneur {
	 position:absolute;
	 left: 50%; 
	 top: 50%;
	 width: 980px;
	 height: 600px;
	 margin-left: -490px; /* moitié de la largeur */
	 margin-top: -300px; /* moitié de la hauteur */
	}

/* BLOCS DE CONTENU */
/*********** Navigation principale ************/	
#navigation {
	position: absolute;
	top: 560px;
	left: 0px;
	width: 978px;
	height: 20px;
	background-color: #DF0025;
	color: #es8092;
	z-index: 90;
}

#navigation ul {list-style: none;}
#navigation ul li {float: left;}
#navigation a {display: block; width: 152px; height: 20px; line-height: 20px; font-size: 14px; color: white; padding-left: 10px; border-right: solid 1px black;}
#navigation a:hover {background-color: #600;}
#navigation a.on {background-color: #600;}

/***********    breves     ************/
#breves {
	position: absolute;
	top: 120px;
	left: 80px;
	width: 600px;
}

#breves p {font-size: 12px; padding-bottom: 15px;}

/***********    Bio     ************/

.holder-bio {
	position: absolute;
	top: 120px;
	left: 370px;
}

.scroll-pane-bio {
	width: 550px;
	overflow: auto;
	float: right;
	font-size: 11px;
	color: black;
}

#bio {height: 400px;}

#bio p.spip {font-size: 12px; padding:0 20px 20px 0;}
#bio h3.spip {font-size: 16px; font-weight: normal; padding: 0 20px 20px 0;}

#bio table {width: 200px;}

/***********    Questions     ************/	
.holder-questions {
	position: absolute;
	top: 103px;
	left: 90px;
}

.scroll-pane-questions {
	width: 820px;
	overflow: auto;
	float: right;
	font-size: 11px;
	color: black;
}

#questions {height:400px;}

#questions h3.spip  {font-size:14px; font-weight: bold; padding: 20px 0 20px 40px; margin-right: 20px; color: #df0025; border-top: 1px dotted white;}
#questions p.spip  {font-size:12px; padding: 0 0 20px 80px; width:560px;}

/***********    Actualités     ************/	
.holder-actus {
	position: absolute;
	top: 103px;
	left: 90px;
}

.scroll-pane-actus {
	width: 820px;
	overflow: auto;
	float: right;
	font-size: 11px;
	color: black;
}

#actus {height: 400px; font-size: 12px;}

#actus span{color: #DF0025; font-size: 18px; font-weight: bold;}
#actus h1  {font-size: 18px; font-weight: bold; width: 220px; padding-bottom: 20px;}
#actus div.texte {float: right; width: 525px; margin-bottom: 20px;}
#actus hr {border-top: 1px dotted white; clear: both; margin-bottom: 20px;}
#actus h3.spip  {font-size: 14px; font-weight: bold; border-top: 1px dotted white; padding: 20px 0; margin-right: 20px;}
#actus p.spip  {font-size: 12px; padding:0 20px 15px 0;font-weight: 500;}

/***********    Revue de presse     ************/	
.holder-presse {
	position: absolute;
	top: 103px;
	left: 90px;
}

.scroll-pane-presse {
	width: 820px;
	overflow: auto;
	float: right;
	font-size: 11px;
	color: black;
}

#presse {height: 330px; font-size: 12px;}

.holder-presse h1 {font-size: 24px; border-bottom: 1px dotted white; padding-bottom: 10px; margin-bottom: 20px; width: 820px;}
.holder-presse h1 a {color: #DF0025;}
.holder-presse h1 a:hover {text-decoration: underline;}

#presse span{color: #DF0025; font-size: 18px; font-weight: bold;}
#presse h2  {font-size: 18px; font-weight: bold; width: 220px; padding-bottom: 20px;}
#presse div.texte {float: right; width: 525px; margin-bottom: 20px;}
#presse hr {border-top: 1px dotted white; clear: both; margin-bottom: 20px;}
#presse h3.spip  {font-size: 14px; font-weight: bold; padding-bottom: 20px; margin-right: 20px;}
#presse p.spip  {font-size: 12px; padding:0 20px 15px 0;font-weight: 500;}

/***********    Livres    ************/

.holder-livre {
	position: absolute;
	top: 70px;
	left: 420px;
}

.scroll-pane-livre {
	width: 340px;
	overflow: auto;
	float: right;
	font-size: 11px;
	color: black;
}

#livre {height: 260px; color: #333;}

#menu_livre {
	position: absolute; 
	top: 200px;
	left: 50px;
	width: 165px;
}
 
#menu_livre h1 {	
	font-size: 26px;
	color: #DF0025;
	padding-bottom: 10px;
}
#menu_livre p {width: 145px; padding: 6px 0 6px 10px; border-top: 1px dotted #333; border-bottom: 1px dotted #333;}
#menu_livre p a {font-size: 12px; color: #333;}
#menu_livre p a:hover {text-decoration:  underline;}

#livre p.spip, #livre-info p.spip {font-size: 12px; padding:0 20px 15px 0;}
#livre h3.spip {font-size: 14px; font-weight: normal; padding: 0 20px 10px 0;}

#livre-info {
	position: absolute;
	top: 70px;
	left: 810px;
	width: 160px;
	height: 160px;
	font-size: 12px;
	font-style: italic;
	color: #666;
}

#livre-video {
	position: absolute;
	top: 230px;
	left: 755px;
	width: 220px;
	height: 145px;
}

#video-supp {
	position: absolute;
	top: 60px;
	left: 755px;
	width: 220px;
	height: 145px;
}

#agrandir-video {
	text-align: center; 	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background-color: white;
}
	
#agrandir-video a {font-size: 11px; color: black;}
#agrandir-video a:hover {text-decoration: underline;}

/***********    Films     ************/	
.holder-films {
	position: absolute;
	top: 103px;
	left: 240px;
	width: 660px;
}

.scroll-pane-films {
	width: 660px;
	overflow: auto;
	float: left;
	font-size: 11px;
	color: black;
}

h1#films_titre  {
	position: absolute; 
	top: 90px;
	left: 50px;
	width: 160px;
	font-size: 30px;
	color: #DF0025;
}

#menu-films {
	position: absolute; 
	top: 140px;
	left: 50px;
	width: 150px;
	border-bottom: 1px dotted #aaa;
}

#menu-films h2 {
	color: #ccc;
	font-size: 14px;
	font-weight: normal;
	border-top: 1px dotted #aaa;
	padding: 10px 0;
}
#menu-films h2.on {color: #DF0025; font-weight: bold; font-size: 14px;}
#menu-films h2.on a {color: #DF0025; font-size: 14px;}
#menu-films h2 a {color: #666; font-size: 14px;}
#menu-films a:hover {text-decoration: underline;}
#menu-films a span {display: block; font-size: 12px; color: #333; margin: 0 0 15px 30px;}
#menu-films a:hover span {text-decoration: underline;}

#films {height: 400px; padding-top: 15px; font-size: 12px; color: white;}
#films img {margin: 0 20px 15px 0; padding:0; float: left;} 
#films h3.spip  {font-size: 16px; font-weight: bold; padding: 20px 0; margin-right: 20px;}
#films p.spip  {font-size: 12px; padding-left: 15px;}

#galerie {padding: 0 0 0 130px;}
/***********    Contact     ************/	
#contact {
	position: absolute;
	top: 160px;
	left: 370px;
	width: 500px;
	height: 320px;
}


/***********    Pied de page     ************/
#pied {
	position: absolute;
	top: 586px;
	left: 0px;
	width: 978px;
	height: 15px;
	background-color: white;
	color: #666;
	line-height: 15px;
	font-size: 11px;
}

#pied span {padding: 0 10px;}
#pied span.langue {position: absolute; right:0; padding: 0 10px;}
#pied a {color: black; padding: 0 10px;}
#pied a:hover {text-decoration:underline;}


/***********  Lien vers la page d'accueil ************/	
#accueil_horizontal a {position: absolute; display: block; left: 36px; top: 0px; width: 290px; height: 75px;}
#accueil_vertical a {position: absolute; display: block; left: 0px; top: 0px; width: 35px; height: 190px;}

/***********  Liens sur les couvertures ************/	
#et_apres  a {position: absolute; display: block; left: 54px; top: 85px; width: 63px; height: 100px;}
#sauve_moi a {position: absolute; display: block; left: 123px; top: 85px; width: 63px; height: 100px;}
#seras_tu_la  a {position: absolute; display: block; left: 193px; top: 85px; width: 65px; height: 100px;}
#parce_aime  a {position: absolute; display: block; left: 262px; top: 85px; width: 62px; height: 100px;}
#je_reviens  a {position: absolute; display: block; left: 330px; top: 85px; width: 62px; height: 100px;}
#grande_affiche a {position: absolute; display: block; left: 749px; top: 160px; width: 130px; height: 180px;}

#livre_1  a {position: absolute; display: block; left: 54px; top: 85px; width: 63px; height: 100px;}
#livre_2 	a {position: absolute; display: block; left: 123px; top: 85px; width: 63px; height: 100px;}
#livre_3  a {position: absolute; display: block; left: 193px; top: 85px; width: 65px; height: 100px;}
#livre_4  a {position: absolute; display: block; left: 262px; top: 85px; width: 62px; height: 100px;}
#livre_5  a {position: absolute; display: block; left: 330px; top: 85px; width: 62px; height: 100px;}
#livre_6  a {position: absolute; display: block; left: 403px; top: 85px; width: 62px; height: 100px;}

.intitule_navigation {display: none;}

/************  iframe vidéos  **************/
div#fermer {
	float: right;
	width: 45px;
	height: 20px;
}
	
a.revenir_carte {
	display: block;
	width: 45px;
	height: 20px;
	font-size: 11px;
	color: white;
	line-height: 20px;
	text-decoration:none;}
	
a.revenir_carte:hover {color: #ccc;}

/* Formulaire de Contakt */
#contakt h2 {padding-bottom: 20px;}
#contakt p {margin: 15px 0 5px;}
#contakt p.info {text-indent: 15px; font-size: 11px; margin:0 0 10px 0;}
#contakt input, #contakt textarea  {border: solid 1px black; width: 300px;}
#contakt input.go {padding: 2px 5px; width: 30px; font-weight: bold;}
p.luss {font-size: 1.2em;}

/* TYPO SPIP */
.spip_documents_left {margin-right: 15px;}

a.spip_out  {text-decoration: underline; color: #DF0025;}
a.spip_out:hover  {text-decoration: underline; color: #DF0025;}
