@charset "UTF-8";
/* CSS Document */
html, body {
	height: 100%;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
a {
	color: #334A6C;
}
#global {
	min-height: 100%;
	width: 868px;
	margin: 0 auto;
	position: relative;
	background: url(img/fond.png) repeat-y;
	}
#gauche {
	width: 755px;
	position: relative;
	}
#header {
	height: 127px;
}
#footer {
	margin : 0;
	padding : 5px 10px 5px 10px;
	background-color: #334A6C;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	position: absolute;
	width:848px;
	}
#footer a {
	color:#FFFFFF;
	}
#droite {
	top: 0;
	right: 0;
	width: 108px;
	background: url(img/logo-buzz-litteraire.jpg) no-repeat;
	position: absolute;
	padding-top: 200px;
	text-align:center;
	}
#contenu {
	padding: 20px 10px 0 0;
	}
img {
	margin : 10px 10px 10px 0;
	float:left;
	border:none;
}
/* Mise en forme */
p.intro {
	font-style:italic;
}
p.intro:first-letter
{
   font-weight: bold;
   font-size: 26px;
}


h1 {
	color: #334A6C;
	font-weight: bold;
	font-size: 16px;
}
h2 {
	font-weight: bold;
	font-size: 12px;
}

div.encadre {
	background-color: #650133;
	padding: 10px;
	color:#FFFFFF;
	width:67%;
	margin: 0 auto;
}
div.encadre h1 {
	color:#FFFFFF;
}

.texte_allopass {
	color:#000084;
	font-weight:normal;
	margin: 30px;
	background-color:#f1f0ff;
	padding: 10px;
	font-size:13px;
}

.soutien {
	color:#650133;
	font-weight:bold;
}

.citation {
	color:#650133;
	font-size:14px;
	font-style:italic;
	text-align:center;
}
