/**Cette CSS a été créée pour le site de l'association Palabres Sans Frontières par Matti Schneider-Ghibaudo et Nicolas Dupont (Alxis.design@gmail.com)**/
/**accueil.css : feuille pour l'aspect spécifique de la page d'accueil**/

/*Couleurs & images*/
a {
	color: #b12c26;
}

a:hover {
	color: #444;
}

/*************************HEADER*************************/

body {
	padding-top: 0;
}

#titre {
	font-family: inherit;
	margin-bottom: 0;
	text-shadow: none;
}

h2, .menu {
	background-image: url(../Images/Theme/Bandeaux/Bandeau-accueil.jpg);
	clear: both;
}

#header {
	background-image: url(../Images/Accueil/Fond_evenement2.png);
	background-repeat: no-repeat;
	background-position: 70% center;
	display: block;
	height: 4.5em;
}

#header h2 {
	background-image: none;
	border: none;
	float: right;
	clear: none;
	font-size: 150%;
}

#logo_petit {
	float: left;
	height: 5.5em;
	margin-top: -1em;
}

/*************************CITATIONS*************************/
blockquote, q {
	background-image: url(../Images/Theme/Quotes/Quote-ocre2.jpg);
}

.source {
	background-image: url(../Images/Theme/Quotes/Quote-ocre2-fermante.jpg);
}

/*************************ÉVENEMENT*************************/
#evenement {
	text-align: center;
	min-height: 96px;
	background-image: url(../Images/Accueil/Fond_evenement2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 2px #888 solid;
	padding: 1em;
	padding-right: 96px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 2em;
}

/*************************CALENDRIER*************************/
#calendar {
	font-family: Helvetica;
	float: left;
	background-image: url(../Images/Accueil/Calendrier.jpg);
	background-repeat: no-repeat;
	height: 6em;
	width: 6em;
	padding-top: 20px;
	-webkit-background-size: 100% 86%;
	-moz-background-size: 100% 86%;
}

#date, #evenement a {
	font-style: italic;
}

#date-num {
	font-weight: bold;
	font-size: 250%;
	display: block;
	position: relative;
	top: 0.17em;
}

#date-mois {
	position: relative;
	top: -5%;
	display: block;
}

#nom {
	display: block;
	font-weight: bold;
	font-size: 160%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/*************************SLIDESHOW ET OVERLAY*************************/
#presentation {
	margin-bottom: 2em;
}

#logo {
	float: left;
	height: 16em; /*Penser à modifier aussi dans fuckingIE.css ! Il faut mettre une marge négative qui compense cette hauteur pour que la liste soit bien positionnée*/
	padding-top: 3.5em;
}

#overlay, #presentation, .slideshow, .slideshow-images {
	height: 26em;
}

#overlay, #presentation {
	width: 43.8em;
}

#slideshow img {
	display: none; /* avoid flicker on load */
}

#slideshow img:first-child { /* no-JS compatibility */
	display: block;
	height: 25.8em;
}

.slideshow, .slideshow-images {
	padding-top: 1px; /* pour Opera */
	width: 43.75em; /* défini dans global.css (largeur du site) ; le 0.05 en moins est pour l'arrondi de Gecko, qui fait dépasser le slideshow d'un pixel… */
}

#overlay {
	z-index: 10000;
	position: absolute;
	
	padding: 0;
	border: none;
	margin-top: -0.2em;
	padding-top: 0.2em;
	padding-right: 0.4em;
	
	background-image: url(../Images/Theme/Fond_transparent.png);
}

#trigger {
	/*put it on top of the slideshow*/
	position: relative;
	z-index: 10000;
	margin-bottom: -1.7em; /* exactement #trigger a {padding} * 2 + #trigger a {height}, moins un tout petit peu pour les arrondis */
	padding: 0;
	
	text-align: right;
	font-weight: bold;
	background-image: none; /* cancel toggler arrow */
	
	/*JS degradability*/
	display: none;
}

#trigger a {
	padding: 0.4em;
	padding-left: 0.5em;
	
	-webkit-border-bottom-left-radius: 0.4em;
	-moz-border-radius-bottomleft: 0.4em;
	border-bottom-left-radius: 0.4em; /* Opera */
	text-decoration: underline;

	background-image: url(../Images/Theme/Fond_transparent.png); /* IE8 fallback for rgba and preload for all */
	background-color: rgba(255, 255, 255, 0.8);
}

#trigger.opened a {
	background-image: url(../Images/Site/Close.png);
	background-repeat: no-repeat;
	background-position: 0.4em center;
	padding-left: 1.8em;
}

#trigger:hover {
	color: #ff3700;
}

#presentation #logo {
	float: left;
	height: 16em; /*Penser à modifier aussi dans fuckingIE.css ! Il faut mettre une marge négative qui compense cette hauteur pour que la liste soit bien positionnée*/
	margin-top: 1.9em;
	margin-left: 1em;
	position: absolute;
}

/* ---- liste de présentation ---- */
h3 {
	text-align: left;
}

#presentation ul li {
	list-style-type: disc;
	margin-bottom: 0.5em;
}

#overlay ol {
	padding-left: 2.4em;
	padding-right: 0.5em;
	margin: 0;
}

ol li.un {
	margin-left: 13.2em;
	list-style-image:url(../Images/Theme/Puces/Puce-rouge.png);
}

ol li.deux {
	margin-left: 17em;
	list-style-image: url(../Images/Theme/Puces/Puce-verte.png);
}

ol li.trois {
	margin-left: 16.9em;
	list-style-image: url(../Images/Theme/Puces/Puce-bleu-clair.png);
}

li li.un, li li.deux, li li.trois {
	list-style-image: none;
}

li.un li.un {
	margin-left: 0em;
}

li.un li.deux {
	margin-left: 0.7em;
}

li.deux li.un {
	margin-left: -1em;
}

li.deux li.deux {
	margin-left: -1.1em;
}

li.trois li.un {
	margin-left: -3.5em;
}

li.trois li.deux {
	margin-left: -4.3em;
}

li.trois li.trois {
	margin-left: -6.5em;
}

/*************************OMBRES*************************
#titre {
	text-shadow: 0px 5px 4px #AAA;
}

#evenement, #slideshow {
	-webkit-box-shadow: 0px 5px 4px #AAA;
}

#trigger a {
	-webkit-box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.3);
}
*/

/*************************FOOTER*************************/
#partenaire {
	text-align: center;
	font-size: 80%;
}