* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
body, select {
	background-color: black;
	font: 11px Arial, Helvetica, sans-serif;
	color: white;
}
body, select, td {
	font-size: 11px;
}
a {
	color: #B5DA00;
	text-decoration: none;
	font-weight: bold;
}
img {
	border: 0px none;
}
div.margegd {
	width: 842px;
	margin: 0 auto;
	text-align: left;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.rouge {
	color: #F62B02;
}
.fond {
	background-color: #F62B02;
}
.fondvert {
	background-color: #B5DA00;
	color: white;
}
.fondrouge {
	background-color: #F62B02;
}
.fondnoir {
	background-color: black;
}


/* menu de navigation */
div#liensnavig {
	padding-top: 3em;
	line-height: 2.2em;
	clear: left;
	font-size: 12px;
}
div#liensnavig a:hover {
	color: #F62B02;
}


/* visuels des themes */
div.divthemes {
	width: 130px;
	height: 91px;
}
div.divthemes img {
	border-right: 1px solid white;
}
div.divthemes a {
	color: #828282;
	text-transform: uppercase;
	font-size: 12px;
}

div.selected {
	background-color: #B5DA00;
}
div.selected a {
	color: white;
}


div#diventete {
	width: 920px;
	height: 91px;
	overflow: hidden;
}




/* accueil */
div.brique {
	width: 56px;
	margin-left: 1px;
}
div#coordonnees, div#liensnavig {
	margin-left: 7px;
	margin-bottom: 7px;
}
div#coordonnees {
	margin-top: 0px;
}
a.goPF:visited {
	color: #F62B02;
}

