/* CSS Document */
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 30px;
	scrollbar-face-color: #FFFFFF;
}

.principal {
	width: 1000px;
	height: 745px;
}

.gauche {
	width: 115px;
	height: 545px;
	background: url(images/fond_gauche.gif);
	text-align: right;
	vertical-align: bottom;
}

.menu {
	width: 243px;
	height: 545px;
	text-align: center;
	vertical-align: top;
}

.corps {
	width: 642px;
	height: 545px;
	background: url(images/fond_corps.gif);
}

.corps1 {
	width: 127px;
	height: 545px;
	text-align: center;
	vertical-align: top;
}

.corps2 {
	width: 515px;
	height: 545px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #797979;
	text-align: left;
	vertical-align: top;
}

.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #797979;
}

.texte1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #797979;
}

#box {
	width: 515px;
	height: 545px;
	overflow: auto;
	margin-left: 0px;
	margin-top: 0px;
}

.intercale {
	width: 1000px;
	height: 11px;
}

.reflet_gauche {
	width: 115px;
	height: 189px;
	background: url(images/reflet_gauche.png);
}

.reflet_menu {
	width: 243px;
	height: 189px;
	background: url(images/reflet_menu.png);
}

.reflet_corps {
	width: 642px;
	height: 189px;
	background:url(images/reflet_corps.png);
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
	color: #595959;
	text-decoration: none;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #797979;
	background-color: #FFFFFF;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #797979;
	background-color: #FFFFFF;
}

a:active,a:visited,a:link {
color:#7D7D7D;
text-decoration: none;
}
