body {
	background: #FDFDFD;
	font-family: Tahoma, Verdana, "Trebuchet MS", "Courrier New", Arial, sans-serif;
	font-size: 0.8em;
	margin: 1em;
	text-align: justify;
}
a {
	text-decoration: none;
	color: green;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: maroon;
}
.header {
	Background: url("../images/header.png") no-repeat;
	width: 800px;
	height: 150px;
	padding: 0px;
	margin: 0 auto 0 auto;
}
#menu {
	background: #3399CC;
	height: 30px;
	line-height: 30px;
	margin : 1em 0;
	padding : 0;
	border : 1px solid black;
	text-align: center;
}
#menu a {
	font-family: Verdana, sans-serif;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-variant: normal;
	padding: 0 7px;
	margin: 0;
}
#menu a:hover {
	color: black;
}
#contenu_gauche {
	background: #EDEDED;
	border: 1px solid #BDBDBD;
	float: left;
	width: 300px;
	margin: 0 0 1em 0;
	padding: 0.5em;
	text-align: center;
}
#corps {
	margin: 0 0 0 320px;
	background: #EDEDED;
	border: 1px solid #BDBDBD;
	padding: 1em;
	text-align: justify;
}
#corpsfull {
	background: #EDEDED;
	border: 1px solid #BDBDBD;
	padding: 1em;
	text-align: justify;
	margin: 0 80px 0 80px;
}
h1 {
	color: teal;
	text-align: center;
	text-transform: uppercase;
	font-size: 3em;
	margin: 0.5em;
}
h2 {
	padding: 0 0 0 1em;
	color: orange;
	background: #333333;
	width: 75%;
}
#corps h3, #corpsfull h3 {
	padding: 0 0 0 2em;
	text-decoration: underline;
	color: #9A690A;
}
#copyright {
	clear: both;
	background: #EDEDED;
	border: 1px solid #BDBDBD;
	text-align: center;
	
	padding: 1em;
	margin: 1em 0 0 0;
}
#copyright a {
	font-variant: normal;
	font-weight: normal;
	color: blue;
}

.compteur {
	width: 350px;
	background: #DBDBDB;
	border: 1px solid #CCCCCC;
	font-family: "Comic sans MS", sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	margin: 1em auto;
	padding: 0.3em 0 1em 0;
}
.compteurtotal {
	color: red;
}
.compteurtoday {
	color: green;
}
.compteuronline {
	color: blue
}
.news {
	background: #DBDBDB;
	border: 1px solid #BDBDBD;
	margin: 0 0 1em 0 ;
	padding: 0 1em 1em 1em;
	font-family: "Comic sans MS", sans-serif;
	text-align: justify;
}
.news_titre {
	color: red;
	font-weight: bold;
	font-size: 1.3em;
}
.news_message {
	font-family: Verdana, "Trebuchet MS", "Courrier New", Arial, sans-serif;
	color: blue;
	background-color: #FDFDFD;
	border: 1px solid #BDBDBD;
	padding: 1em;
}
.citation {
	display: block;
	font-weight: bold;
	margin-left: 50px;
}
.citation2 {
	background-color: white;
	border: 1px dashed rgb(163, 192, 213);
	margin: auto;
	overflow: auto auto;
	padding: 8px;
	width: 95%;
}
.citation_left {
	display: block;
	font-weight: bold;
	margin-left: 20%;
}
.citation2_left {
	background-color: white;
	border: 1px dashed rgb(163, 192, 213);
	margin: auto;
	margin-left: 17%;
	overflow: auto auto;
	padding: 8px;
	width: 80%;
}

.cleared {
	clear: both;
}
.fauxlien {
	text-decoration: none;
	color: green;
	font-weight:bold;
	font-variant: small-caps;
}
.italique {
	font-style: italic;
}
.gras {
	font-weight: bold;
}
.centertext {
	text-align: center;
}
.special {
	color: blue;
	font-weight: bold;
	font-size: 1.1em;
}
.special2 {
	color: maroon;
	font-weight: bold;
	font-size: 1.8em;
}
.reglement {
	font-family: Verdana, sans-serif;
	color: blue;
	font-size: 1.2em;
}
.faux {
	text-decoration: line-through;
}
.attention {
	font-weight: bold;
	color: red;
	font-size: 1.3em;
}
.signature {
	text-align: right;
	font-weight: bold;
	font-size: 1.2em;
	padding-right: 3em;
	color: navy;
}
.resumesp {
	text-align: justify;
	font-family: Verdana, "Trebuchet MS", "Courrier New", Arial, sans-serif;
	padding: 0 1em 0 1em;
	font-size: 1.1em;
	color: blue;
}
.article {
		border: 2px black solid;
		width: 49%;
	}
.fullscreen {
	width: 100%;
}
.thumb {
		border: 2px black solid;
		width: 24%;
	}
.thumb_left {
		border: 2px black solid;
		width: 15%;
		float: left;
	}
.img_align_left {
	float: left;
	width: 300px;
}
.diapo {
	width: 99%;
	text-align: center;
}
.submit {
	width: 75px;
	margin: auto;
}
textarea {
	width: 95%;
}
abbr {
	border-bottom: 2px dotted olive;
}
legend {
	font-weight: bold;
	color: purple;
	font-variant: small-caps;
	font-size: 1.3em;
}

table {
	text-align: center;
	margin: auto;
	border-collapse: collapse;
}
td {
	border: 1px dotted black;
	padding: 0.5em;
}