@charset "UTF-8";

* {
	margin: 0px;
}
html, body {
	height: 100%;
	font-family: "Century Gothic", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -24px;
	margin-left: auto;
	width: 904px;
}
.footer {
	height: 14px; /* .push must be the same height as .footer */
	text-align: right;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 9px;
	color: #FFF;
	width: 874px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 30px;
}

.push {
	height: 24px; /* .push must be the same height as .footer */
}

#nav {
	background-image: url(../images/bg_nav.png);
	background-repeat: no-repeat;
	height: 36px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	padding-left: 45px;
}
#content_container {
	background-image: url(../images/bg_content.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	min-height: 300px;
	padding-top: 15px;
	padding-right: 60px;
	padding-bottom: 25px;
	padding-left: 60px;
}

#header {
	width: 904px;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	color: #f7901e;
}
.coll_left {
	float: left;
	width: 200px;
	border-right: dashed 1px #f7901e;
	;
	text-align: left;
	padding-top: 10px;
	margin-top: 15px;
}
.coll_right {
	float: left;
	text-align: justify;
	width: 550px;
	margin-left: 15px;
}
.full_width {
	float: left;
	text-align: left;
	width: 100%;	
}
.bouton a {
	float: left;
	height: 23px;
	padding-top: 13px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4da0d3;
	font-size: 13px;
	color: #FFF;
	text-decoration:none
}
.bouton a:visited {
	float: left;
	height: 23px;
	padding-top: 13px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4da0d3;
	font-size: 13px;
	color: #FFF;
	text-decoration:none
}
.bouton a:hover {
	float: left;
	height: 23px;
	padding-top: 13px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4da0d3;
	font-size: 13px;
	color: #FFF;
	text-decoration:none;
	background:#008da9;
}
.bouton_active {
	float: left;
	height: 23px;
	padding-top: 13px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4da0d3;
	font-size: 13px;
	color: #FFF;
	text-decoration:none;
	background:#003891;
}

.bouton_end_active {
	float: left;
	height: 23px;
	padding-top: 13px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4da0d3;
	border-left-color: #4da0d3;
	font-size: 13px;
	color: #FFF;
	text-decoration:none;
	background:#003891;
}
.bouton_end a {
	float: left;
	height: 23px;
	padding-top: 13px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4da0d3;
	border-left-color: #4da0d3;
	font-size: 13px;
	color: #FFF;
	text-decoration:none
}
.bouton_end a:visited {
	float: left;
	height: 23px;
	padding-top: 13px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4da0d3;
	border-left-color: #4da0d3;
	font-size: 13px;
	color: #FFF;
	text-decoration:none
}
.bouton_end a:hover {
	float: left;
	height: 23px;
	padding-top: 13px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4da0d3;
	border-left-color: #4da0d3;
	font-size: 13px;
	color: #FFF;
	text-decoration:none;
	background:#008da9;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #008da9;
	padding-top: 10px;
	padding-bottom: 3px;
}
.auteur_vignette {
	width: 25%;
	float: left;
	display: table-cell;
	padding-bottom: 15px;
}
.auteur_vignette_last {
	width: 25%;
	float: left;
	display: table-cell;
	clear:right;
	padding-bottom: 15px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #00aa4f;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #008da9;
	padding-top: 10px;
	padding-bottom: 1px;
	border-bottom:dashed 1px #f7901e;
	margin-bottom:8px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #0077c0;
	padding-top: 10px;
	padding-bottom: 5px;
}
a {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #003A91;
	text-decoration: none;
}
.photo {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	height: 300px;
}
#bio {
	min-height:350px;
	padding-bottom: 10px;
	}
p {
	padding-top: 5px;
	padding-bottom: 2px;
}
.biblio_liste {
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f9b161;
	padding-top: 3px;
}
.biblioisbn {
	font-size: 10px;
}
.subnav {
	border-bottom:dashed 1px #f7901e;
	height: 25px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #7d4199;
	line-height: 30px;
}
#biblio {
	overflow: auto;
}
.Section {
	margin: 0;
	padding: 0;
	width: 550px;
}
 
.heading {
cursor: pointer;
position: relative;
font-size: 18px;
font-weight: bold;
color: #008da9;
padding-top: 10px;
padding-bottom: 1px;
border-bottom:dashed 1px #f7901e;
}
.content {
	background-color: #fef4e8;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}
.SectionLeft {
	float: left;
	display: table-cell;
}
.SectionRight {
	float: right;
	display: table-cell;
}
#poster {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 30px;
}
.Subtitle_biog {
	font-size: 13px;
	font-weight: bold;
	color: #0077c0;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
}
.content_expand {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	}
.table_header {
	font-size: 10px;
	background-color: #008da9;
	color: #FFF;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.calendrier_line {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.calendrier_noline {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 3px;
}
.legende_calendrier {
	font-size: 11px;
	padding-bottom: 10px;
	padding-top: 3px;
	padding-left: 3px;
}

ul {
	padding-left: 45px;
}
li {
	list-style-type: disc;
}
