@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,500italic,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,500,700,600);

* {
		margin: 0;
		padding: 0;
}

body {
	color: #111;
	background-color: #FFF;
}


/* font-family */
body {
		font-family: 'Noto Serif', serif;
}

#main-title,
#sub-title,
h1,
h2,
h3,
a {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
/* 
	font-family: 'Noto Sans', sans-serif;
 */
}

/* font-size */
body {
		font-size: 14px;
}


#main-title {
		font-size: 36px;
}

#sub-title {
		font-size: 26px;
}

h1 {
		font-size: 24px;
}

h2 {
		font-size: 20px;
}

h3 {
		font-size: 16px;
}

/* font-style */
a,
#main-title,
#sub-title,
h1,
h2,
h3 {
		font-style: normal;
}

div.chapo {
		font-style: italic;
}


/* font-weight */
body,
div.chapo {
		font-weight: normal;
}

#main-title {
		font-weight: bold;
}

#sub-title,
h1,
h2,
h3 {
		font-weight: 500;
}

a {
		border: medium none;
		color: #0a0a0a;
}

hr.separation, br.separation {
		margin: 15px 80px;
}

/* level 0 */
#container {
		width:900px;
		margin: 10px auto 20px auto;
		padding:0px;
}

/* level 1 */
#left {
		float: left;
		width: 155px;
		margin: 0;
		padding: 0;
}

#middle {
/* 
		margin-left: 160px;
 */
		margin: 0 auto;
		width: 800px;
		border: 1px solid #aaa;
		border-radius: 6px;
}

/* level 2 */
#header {
		position: relative;
}

#main-title {
		text-align: center;
		margin: 0;
		width: 100%;
		padding: 5px 0px;
/* 
		background-color: #DFDFDF;
 */
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
}

#sub-title {
		min-height: 40px;
		text-align: right;
		margin: 5px 20px 5px 0;
}

#main-title a,
#sub-title a {
		text-decoration: none;
}

#content-display {
}

#picture-left {
		margin: 0;
		width: 150px;
		padding: 0;
		text-align: left;
		font-size: 0;
}

#menu {
		height: auto;
		margin: 0;
		width: 180px;
		padding:10px 0 0 0px;
}

/* substructures */
#picture-left img {
		width:150px;
		border-radius: 4px;
}

hr.separation, br.separation {
		margin: 15px 80px;
}

img {
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
}

div.text-block {
		margin: 20px;
		text-align: justify;
}

div.text-block p {
		text-indent: 1.5em;
		margin-bottom: 4px;
		padding-left: 2em;
		padding-right: 2em;
}
div.text-block p.noindent {
		text-indent: 0em;
}

div.cartouche {
		text-indent: 0;
}


h1 {
		margin: 0;
}

h2 {
		margin: 3px 20px;
}

h3 {
		margin: 15px 1em 3px 0.5em;
}

div.date {
		margin: 3px 20px;
}

div.chapo {
		margin: 5px 5em;
		text-indent: 1em;
}

div.chapo p {
		margin: 0;
		padding: 0;
}

div.texte {
		margin-top: 25px;
}

div.texte ul {
		margin-bottom: 5px;
		text-indent: 0;
		padding-left: 3.5em; /* padding-left of p + text-indent */
		padding-right: 2em;
}

div.texte ul li {
		margin-bottom: 5px;
}
div.texte ul li p {
		margin: 0px;
		padding: 0px;
}
div.texte ul li p:first-child {
		text-indent: 0px;
}

/* 
http://stackoverflow.com/questions/3200249/html-list-style-type-dash
 */
div.texte ul.dash {
		list-style: none;
}
div.texte ul.dash > li:before {
		display: inline-block;
		content: "–";
		width: 1em;
		margin-left: -1em;
}

