/* CSS Document */

/*  #7FC6BC turquoise*/
/*  #8f959f gris des bordures*/


/* ----------------NAV MENU------------  */

#navmenu {
	height: 50px;
	width:795px;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 40px;
	padding-bottom: 3px;
	color: #FFFFFF;
	font-size:12px;
	text-decoration: none;
	text-align: center;
	background-image:url("images/bandeau.jpg");
	background-repeat:no-repeat;
	background-position:center;
}

#navmenu a:link, #navmenu a:visited {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

#navmenu a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #8f959f;
}


/* ----------------SIDEBAR DE GAUCHE------------  */

#sidegauche {
	width: 160px;
	float: left;
	position: relative;
	margin: 0px 0px 0px 0px;
	text-align: center;
	height:100%;
	padding-left:10px;
}

#sidegauche h1 {
	font-size: 16px;
	font-weight: normal;
	font-style:normal;
	margin: 0px;
	color: #8f959f;
	padding-bottom: 0px;
	padding-top: 5px
}


/* ----------------SIDEBAR DE DROITE------------  */

#sidedroite {
	width: 160px;
	float: right;
	position: relative;
	margin: 0px -10px 0px 0px;
	padding-left:10px;
	text-align: left;
	left: -10px;
	padding: 0px 0px 0px 0px;
}

.book_detail {
    color:#000000;
	font-size: 11px;
	text-align:left;
	padding-left:0px;
}

.book_detail a:link, .book_detail a:visited {
	color:#7FC6BC;
	font-weight:bold;
	text-decoration: none;
}

.book_detail a:hover {
	color:#8f959f;
	font-weight:bold;
	text-decoration:underline;
}


/* ----------------HEADER------------  */

#header {
	margin: 0px;
	height: 250px;
	padding-top:10px;
	padding-right:0px;	
}

#title {
	background-image: url("images/titrebandeau.jpg");
	background-position:right;
	background-repeat: no-repeat;
	height: 125px;
}


/* ----------------CONTENT------------  */

#ext {
	background-color:#7FC6BC; 
	text-align: center;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#container {
	background-color: #FFFFFF;
	text-align: center;
	width: 795px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	z-index:-1;
}

#content {
	width: 410px;
	text-align: justify;
	height: auto;
	color: #666666;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	margin: 0px;
	float: left;
}

body {
	background-color: #FFFFFF; 
	font-family:  Georgia, "Palatino Linotype", "Times New Roman", "Lucida Grande", verdana, arial, helvetica;
	font-size: 13px;
	color: #000000;
	margin: 0px auto;
	margin-top:0px;
	text-align: center;
	padding: 0px
}


/* ----------------FOOTER------------  */

#footer {
	background-color: #FFFFFF;
	width: 795px;
	font-size: 11px;
	color: #8f959f;
	height: 30%;
	border-top:1px #8f959f solid;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0px;
	clear: both;
	text-align: right;
	}

/* ---------------POST-------------------*/

h3 {
	margin: 0px;
	padding: 0px 0px 3px;
	font-size: 21px;
}

h2 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	font-size: 16px;
}

ul {
	list-style-type: disc;
}

li {
	margin-top: 15px;
}

.post {
	width:420px;
	border-right:1px #8f959f solid;
	border-left:1px #8f959f solid;
	min-height:400px;
	height:auto;
	padding-left:10px;
	padding-right:10px;
	color:#000000;
}

.title {
	margin-bottom: 5px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	font-size: 30px;
	font-weight: normal;
	font-style:italic;
	color:#7FC6BC;
}

.texte {
	line-height: 130%;
	padding-top: 5px;	
}

.texte a:link {
	color:#7FC6BC;
	font-weight:bold;
	text-decoration: none;
}

.texte a:visited {
	color:#7FC6BC;
	font-weight:bold;
	text-decoration: none;
}

.texte a:hover {
	color:#8f959f;
	font-weight:bold;
	text-decoration:underline;
}
	
/**Premiere lettre de paragraphe**/

p.dropcap-first:first-letter {
	color: #7FC6BC;
	float: left;
	font-size:50px;
	line-height:30px;
	padding-top:4px;
	padding-right:5px;
	font-family: Georgia, "Palatino Linotype", "Times New Roman", "Lucida Grande", verdana, arial, helvetica;
}
