body {
	font-family: Verdana, sans-serif;
	background-color: black;
	color: #ffffff;
}

h1 {
	font-size: 25px;
}

h2 {
	margin-top: 0px;
	margin-bottom: 30px;
}

h3 {
	border-bottom: 1px #FFFFFF solid;
	margin-top: 40px;
	margin-bottom: 40px;
}

.clear{
	clear:left;
}

.index-titre {
	FONT-SIZE: 36pt;
	FONT-FAMILY: "Courier New", Courier, monospace;
	font-weight: 700;
}

/* CONTENEUR */
#container {
	width: 850px;
	margin: 0 auto;
	text-align: center;
	/*border: 1px #FFFFFF solid;*/
}

/* HEADER */
#header {
	width: 100%;
	height: 50px;
	text-align: center;
	margin-bottom: 15px;
	/*border: 1px green solid;*/
}

/* PAGE CENTRALE */
#corps {
	overflow: hidden;
	min-height: 540px;
	width: 630px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 0;
	border-left: 1px #FFFFFF dotted;
	font-size: 14px;
	/*border: 1px blue dotted;*/
}

/* COLONNE GAUCHE */
#gauche {
	float: left;
	width: 200px;
	padding-right: 5px;
	font-size: 13px;
}

/* LIENS */
a:link, a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

a.nostyle {
	text-decoration: none;
	color: #FFFFFF;
}

/* MENU */
#menu {
	margin-bottom: 10px;
}

#menu  ul, #menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu a {
	width: 176px;
	display: block;
    padding: 5px;
	text-decoration: none;
}

#menu a:link, #menu a:visited {
	background-color: black;
	color: #FFFFFF;
	border: 1px #000000 solid;
}

#menu a:hover {
	border-color: #FFFFFF;
}

#menu a:active, #menu a:link.selected, #menu a:visited.selected {
	background-color: #FFFFFF;
	color: #000000;
	border-color: #FFFFFF;
}

#sous-menu {
	margin-top: 0px;
	margin-right: 10px;
}

/* FOOTER */
#footer {
	clear:both;
	width: 100%;
	margin-top: 30px;
	text-align: right;
	font-size: 12px;
	/*border: 1px yellow solid;*/
}

/* STYLES DE POLICE */

.petit {
	font-size: 11px;
}

.rouge {
	color: #FF0000;
}

.vert {
	color: #00FF00;
}
