/* < Général > */
	body {
		margin: auto;
		width: 90%;
		color: black;
		text-align: center;
		background-color: #DCDCDC;
	}
	a {
		color: navy;
		text-decoration: none;
		font-variant: small-caps;
	}
	a:hover {
		color: purple;
		text-decoration: none;
	}

	
/* < En-tête > */
	#titre {
		background: url(../commun/header.png);
		border: 3px solid #CACACA;
		width: 640px;
		height: 193px;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#titre h1 {
		color: maroon;
		font-size: 3em;
	}
	#sous_titre p {
		font-size: 1.5em;
		color: green;
		margin: 0px;
		padding: 0px;
	}


/* < Menu > */
	#menu {
		float: left;
		width: 225px;
		font-weight: bold;
	}
	#menu a {
		display: block;
		margin: 0px auto;
		padding: 0px;
		border: 3px solid #DCDCDC;
		background-color: #ECECEC;
	}
	#menu a:hover {
		background-color: #CACACA;
		text-decoration: none;
	}
	#header {
		background: url('../commun/header0.png') no-repeat center;
		height: 123px;
	}


/* < Corps > */
	#contenu {
		text-align: justify;
		margin-left: 230px;
		padding: 0px 25px;
		padding-bottom: 25px;
		background-color: #ECECEC;
		border: 3px solid #CACACA;
	}


/* < Copyright > */
	#copyright {
		clear: both;
		margin: 0px; margin-top: 25px; margin-bottom: 20px;
		background: #ECECEC;
		border: 3px solid #CACACA;
		font-size: 0.8em;
		padding: 0px; padding-top: 5px; padding-bottom: 5px;
	}
	#copyright a {font-variant: normal;}
	#copyright a:hover {text-decoration: underline;}

/* < Divers > */
	h2 {
		color: blue;
	}
	h3 {
		color: maroon;
		text-decoration: underline;
	}
	h4 {
		color: navy;
	}
	.cleared {
		clear: both;
	}
	.italique {
		font-style: italic;
	}
	.special {
		color: teal;
	}
	.special2 {
		color: teal;
		font-weight: bold;
	}
	.special3 {
		color: purple;
		font-weight: bold;
		font-style: italic;
	}
	.gras {
		font-weight: bold;
	}
	.article {
		border: 3px black solid;
		width: 49%;
	}
	.article2 {
		border: 3px black solid;
		width: 32%;
	}
	.affiche {
		border: 3px silver solid;
		width: 100%;
	}
	.history {
		border: none;
		width: 99%;
	}
	.vrai {
		color: green;
		font-weight: bold;
	}
	.faux {
		color: red;
		text-decoration: line-through;
	}
	.signature {
		text-align: right;
		font-weight: bold;
		font-size: 1.2em;
		padding-right: 50px;
		color: navy;
	}
	.poesie {
		text-align: center;
		font-weight: bold;
		font-size: 1.2em;
		color: navy;
	}
	.insolite {
		border: 3px silver solid;
		width: 75%;
	}
	.thumb {
		border: 2px black solid;
		width: 30%;
	}
	.img_align_right {
		float: right;
		width: 32%;
		border: 3px black solid;
		margin: 20px 0px 20px 20px;
	}
	.img_right {
		float: right;
		width: 49%;
		border: 3px black solid;
		margin: 20px 0px 20px 20px;
	}
	.img_align_left {
		float: left;
		width: 32%;
		border: 3px black solid;
		margin: 20px 20px 20px 0px;
	}
	.txtcentre {
		text-align: center;
	}
td, th {
	padding: 1em 0 0 1em;
	text-align: center;
}

abbr {
	border-bottom: dotted 2px green;
}

.journal table {
	text-align: center;
	margin: auto;
	border-collapse: collapse;
	width: 95%;
}
.journal th {
		color: green;
		background: #AABBCC;
		width: 7.5%;
	}
.journal td {
		border: 1px solid #CECECE;
		
	}
