/* Polices */
@font-face 
{
    font-family: 'austie';
    src: url('austie.ttf');
}

@font-face 
{
    font-family: 'titre';
    src: url('philosopher.ttf');
}

@font-face 
{
    font-family: 'paragraphes';
    src: url('doulos.ttf');
}

@font-face 
{
    font-family: 'libertine';
    src: url('linux_libertine.ttf');
}

body
{
	background: url('images/bg2.png');
	text-align: justify;
}

/* Header */

header
{
	margin-top: 15px;
	margin-bottom: 50px;
	margin: auto;
	width: 780px;
	height: 163px;
}

header h1
{
	text-align: center;
}

header h1 a
{
	font-family: 'austie';
	font-size: 50px;
	font-style: normal;
	color: #2F595B;
	text-decoration: none;
	text-shadow: 2px 2px 8px #2F595B;
}

header nav
{
	text-align: center;
	margin: auto;
}

header nav a
{
	color: #2F595B;
	text-decoration: none;
	font-family: 'paragraphes';
	font-size: 16px;
	font-style: normal;
}

/* Corps & Pied de page */

#wrapper
{
	width: 968px;
	margin: auto;
	box-shadow: 6px 6px 6px #2F595B;
}

section
{
	width: 920px;
	margin-top: 30px;
	background-color: #E1FFFF;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-left: 4px ridge #2F595B;
	border-right: 4px ridge #2F595B;
	border-top: 4px groove #2F595B;
}

footer
{
	width: 940px;
	background-color: #7CC0C2;
	margin-bottom: 20px;
	padding: 10px;
	border: 4px ridge #2F595B;
	border-top: none;
}

footer p
{
	text-align: center;
	color: #204042;
	font-size: 0.7em;
}

footer a
{
	color: #204042;
}

/* Mise en forme du texte */

section h1
{
	color: #2F595B;
	margin-bottom: 10px;
	font-family: 'titre', serif;
	font-weight: none;
	font-style: none;
	font-size: 2em;
	text-align: center;
}

h3
{
	color: #2F595B;
	margin-bottom: 10px;
	font-family: 'titre', serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.4em;
}

h6
{
	color: #2F595B;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-family: 'titre', serif;
	font-style: italic;
	font-size: 1.3em;
}

section p 
{
	color: #204042;
	font-family: 'paragraphes', Arial;
	line-height: 1.1em;
	
	/*clear: both;*/
}

.intro
{
	font-style: none;
	font-family: 'libertine', 'foglithen', Arial, "Comic sans MS";
	font-size: 1.2em;
	line-height: 1.2em;
}

.float_left
{
	float: left;
	margin-right: 10px;
}

.float_right
{
	float: right;
	margin-left: 10px;
}

.float_left, .float_right
{
	display: inline-block;
	padding: 5px;
	border: 1px dotted #cac0ae;
	font-style: italic;
	font-size: 0.8em;
	line-height: 1.1em;
	width: 30%;
	text-align: center;
	margin-bottom: 5px;
	color: #204042;
	background-color: #B9E5E5;
	font-family: 'paragraphes', Arial;
}

.float_left img, .float_right img, .centrer
{
	display: block;
	margin: auto;
	text-align: center;
	margin-bottom: 5px;
}

.float_left_img_only
{
	float: left;
	margin: 20px;
	margin-top: 0px;
	padding: 0px;
	border: 1px dotted #cac0ae;
}

.break_float
{
	clear: both;
}

.gif
{
	margin: auto;
	margin-bottom: 20px;
	width: 640px;
	text-align: center;
}

.bonus
{
	border: 1px dotted #cac0ae;
	padding-left: 10px;
	padding-right: 10px;
}

.titre_oeuvre
{
	font-style: italic;
}

.barre
{
	text-decoration: line-through;
}

dt
{
	color: #593c1b;
	font-style: italic;
}

dd
{
	color: white;
}

dd a
{
	color: #252d05;
	text-decoration: none;
}

dd a:hover
{
	color: #593c1b;
	text-decoration: underline;
}
