body {
	margin: auto;
	width: 90%;
	color: black;
	text-align: center;
	background: #DCDCDC;
}
a {
	color: green;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: purple;
	text-decoration: underline;
}
h1 {
	text-align: center;
	margin: 0;
	color: red;
	font-size: 3em;
}
h2 {
	background: black;
	color: darkorange;
	padding: 5px;
	margin-top: 25px;
	margin-bottom: 5px;
}
h3 {
	text-align: center;
	margin: 0;
	background: black;
	color: white;
}
	
#header {
	border: 3px solid #CACACA;
	width: 640px;
	height: 193px;
	margin: 20px auto;
}

.menu {
	list-style-type: none;
	background: #010101;
	width: 300px;
	height: 30px;
	margin : 15px auto;
	padding : 0;
}
.menu li {
	height: 30;
	line-height: 30px;
	text-align: center;
}
.menu a {
	text-decoration: none;
	color: white;
	font-variant: normal;
	font-size: 1.1em;
	display: block;
}
.menu a:hover {
	background: #FEFEFE;
	color: #010101;
}
.menudroite {
	float: right;
	padding: 0;
	width: 50%
}
.menugauche {
	float: left;
	padding: 0;
	width: 50%
}
	
#contenu {
	text-align: justify;
	padding: 25px;
	background: #ECECEC;
	border: 3px solid #CACACA;
}

#copyright {
	clear: both;
	margin: 20px 0;
	background: #ECECEC;
	border: 3px solid #CACACA;
	font-size: 0.8em;
	padding: 5px 0px;
}
#copyright a {
	font-variant: normal;
}

.italique {
	font-style: italic;
}
.gras {
	font-weight: bold;
}
.special {
	color: teal;
}
.special2 {
	color: teal;
	font-weight: bold;
}
.special3 {
	color: purple;
	font-weight: bold;
}
.clear {
	clear: both;
}
abbr {
	border-bottom: dotted 2px green;
}

.journal {
	width: 100%;
	text-align: center;
}
.journal ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0px;
}
.journal li {
	height: 35px;
	line-height: 35px;
	text-align: left;
}
.journal a {
	text-decoration: none;
	color: navy;
	display: block;
	padding: 0 10px;
	background: #CECECE;
}
.journal a:hover {
	background: #797979;
	color: yellow;
}
.colone1, .colone2, .colone3, .colone4, .colone5 , .colone6 {
	display: inline-table;
	width: 15%;
	height: 445px;
	background: #CECECE;
	margin: 0 5px;
}
.last a {
	color: teal;
}

