/* Pages */
html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 20px 30px;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: .8em;
	line-height: 1.25;
	color: black;
	background: #ffffde url("../images/fond.jpg");
}

/* Positionnement */
#page {
	max-width: 950px;
	min-width: 640px;
	margin: auto;
}
#titre {
	padding: 10px; 20px;
}
#titre h1 {
	margin: 0;
}
#titre h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#titre .sous-titre {
	margin: 4px 0em 4px 15em;
	color: red;
	font-style: italic;
	font-weight: bold;
	text-shadow: 2px 2px 4px #999;
}

#contenu {
	position: relative;
	/*width: 100%;*/
}

/* Gauche */
#gauche {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
}
#gauche ul {
	margin: 0;
	padding: 10px 10px 20px 10px;
	list-style: none;
}
#gauche a {
	display: block;
	height: 1%;
	padding: 5px 10px 5px 5px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

#centre {
	margin-left: 190px;
	margin-right: 210px;
	padding: 10px 20px;
	margin-top: 20px;
}
#centre > :first-child {
	margin-top: 10px;
}
#centre p, #centre li {
	line-height: 1.5;
}
/*#centre p {
	text-align: justify;
}*/

/* Contenu secondaire */
#droite {
	position: absolute;
	top: 0;
	right: 0;
	width: 180px;
	padding: 0 10px 0 10px;
}

/* Mention de copyright */
#copyright {
	margin: 20px 0;
	font-size: .85em;
	text-align: left;
}

#bas_page {
	position: relative;
	border-top: 1px solid #444;
	text-align: center;
	font-size: x-small;
	color: #444;
	padding-top: 0.25em;
	margin-top: 20px;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0;
}
h1, h2 {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal;
}
h1 {
	font-size: 3em;
	font-style: italic;
	text-shadow: 5px 5px 6px #777;
	color: #171;
}
h2 {font-size: 1.8em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}

#titre, #gauche, #droite, #centre {
	border: 1px solid black;
	box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
	background: #ffe;
}

#centre h2 {
	text-shadow: 2px 2px 3px #888;
	background: #bfb1fe;
	padding: 0.25em;
	box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
}

#gauche h2, #droite h2 {
	text-align: center;
	font-size: 1.2em;
	background: #bfb1fe;
	margin: 10px;
	text-shadow: 1px 1px 2px #AAA;
	background: #bfb1fe;
	padding: 0.25em;
	box-shadow: 2px 2px 3px #888;
	-moz-box-shadow: 2px 2px 3px #888;
	-webkit-box-shadow: 2px 2px 3px #888;
}

#droite h2 {
	background: #ffe;
	color: #171;
}

div.box {
	margin-bottom: 1em;
}

#droite {
	background: #bfb1fe;
}

/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0;
}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em 0;
}

p.auteur {
	text-align: right;
	margin-right: 3em;
	font-style: italic;
}

/* Citations */
blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
	margin: .75em 0 .75em 24px;
}
cite {
	font-style: italic;
}

/* Liens */
a {
	color: mediumblue;
	text-decoration: underline;
}
a:hover, a:focus {
	color: crimson;
}
a img {
	border: none;
}

/* Divers éléments de type en-ligne */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: dimgray;
}

pre, code {
	font-size: 100%;
	font-family: "Bitstream Vera Mono", "Lucida Console", "Courier New", monospace;
}
pre {
	/*width: 90%;*/
	overflow: auto;
	overflow-y: hidden;
	margin: .75em 0;
	padding: 12px;
	background: #eee;
	color: #555;
}
pre strong {
	font-weight: normal;
	color: black;
}
pre span.header {
	color: blue;
}
pre.article {
	color: black;
	/*width: 100%;*/
}

#copyright {
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: .8em;
	color: #848F63;
}
#copyright a {
	color: #848F63;
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}

#footer {
	clear: both;
	font-size: xx-small;
	text-align: center;
	font-style: italic;
}