@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}

html, body {
    height: 100%;
    margin:0 auto;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000;
	margin:0 auto;
	text-align:center;
	background-color:#FFF;
}

/*----------------------------------------------*/
/*----------------STRUCTURE---------------------*/
/*----------------------------------------------*/
#containermain {
	width:100%;
	margin:0 auto;
	background-color:#000;
}

#container {
	width:750px;
	margin:0 auto;
}

#containercontents {
	width:750px;
	margin:0 auto;
	background-color:#F7F1D6;
}

#containercontents img {
	border:none;
}

#header {
	height:65px;
}

#innermain {
	width:750px;
	margin:0 auto;
	background-image:url(../bcg3.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#innercontainer {
	width:600px;
	margin:0 auto;
}

#editzone, #editzonemain {
	text-align:left;
	padding-bottom:30px;
}

#editzone p, ul, ol {
	margin: 15px 20px 20px 0;
	font-size: 1em;
}

#editzonemain h1 {
	font-size:1.4em;
	text-align:center;
	margin:20px 5px 10px 5px;
}

#editzone .indent-style	{
	margin-left:40px;
	margin-right:40px;
}

#editzonecontents {
	text-align:left;
	margin-top:1.25in;
	padding-bottom:30px;
}

#editzonecontents p {
	width:100%;
	padding:3px;
	margin: 15px 0 40px 0;
	font-size: 1em;
	background-color:#E9C779;
}

#footer {
	width:750px;
	margin:0 auto;
	text-align:center;
	border-top:2px solid #000;
	padding-top:25px;
}
#footer p {
	margin-bottom:20px;
}

/*----------------------------------------------*/
/*----------------HEADERS-----------------------*/
/*----------------------------------------------*/
h1 {
	font-size:1.2em;
	margin:30px 5px 15px 0;
}
h2 {
	font-size:1.1em;
	margin:20px 5px 15px 0;
}
h3 {
	font-size:1em;
	margin:15px 5px 15px 0;
}

/*----------------------------------------------*/
/*----------------HYPERLINKS--------------------*/
/*----------------------------------------------*/
a:link {
	color:#0033CC;
	text-decoration:none;
}
a:visited {
	color:#0033CC;
	text-decoration:none;
}
a:hover {
	color:#DD7D13;
	text-decoration:none;
}

#editzonecontents a {
	font-weight:bold;
}

/*----------------------------------------------*/
/*----------------TEXT FORMAT-------------------*/
/*----------------------------------------------*/
.double {
	line-height:200%;
}

.isbn {
	font-size:0.75em;
}

.exposant {
	font-size: 0.8em;
	position:relative;
	bottom:4px;
	font-style:normal;
	text-decoration:none;
	font-weight:normal;
}

.exposant-endnotes {
	position:relative;
	bottom:3px;
	font-size:0.9em;
	font-style:normal;
	text-decoration:none;
	font-weight:normal;
}

.endnotes {
	font-size:0.9em;
	line-height:110%;
}

.redbold {
	color:#FF0000;
	font-weight:bold;
}
