/* CSS issu des tutoriels www.alsacreations.com/articles */
body {
margin: 0;
padding: 0;
background-color:#000000;
font: 80% Helvetica;

}

a:link img{text-decoration: none;
border-color: red;
border-width: 2px;
}

h4 a {text-decoration: none;
border-width: 0px;
color: #c29000;
}

a:visited img{text-decoration: none;
border-color: red;
border-width: 2px;
}

a:hover {
	font-weight: bolder;
	color: #9B9B9B;
	text-decoration: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: green;
	border-right-color: green;
	border-bottom-color: green;
	border-left-color: green; 
}

a:hover img{
	text-decoration: none;
	border-color: green;
	border-width: 2px;
	color:#000;
}

p {
text-align:justify;
}

table h2{
  color: #c29000;
}

table td{
  color: #c29000;
}

dl, dt, dd, ul, li {
margin: 2;
padding: 0;
list-style-type: none;
}

#menu {
	top: 110px;
	z-index:100;
	width: 820px;
}
#menu dl {
	float: left;
	width: 8em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
#menu dt {
cursor: hand;
text-align: center;
font-weight: bold;
background: #000;
color: #CC9900;
border: 0px solid gray;
}
#menu dd {
border: 0px;
}
#menu li {
text-align: center;
background: #ffffff;
}
#menu li a, #menu dt a {
color: #CC9900;
text-decoration: none;

height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
  color: #ffffff;

}

#site {
	z-index: 1;
	top : 135px;
	width: 800px;
	height: 600px;
	color: #f6d450;
	background-color: #000;
	padding: 5px;
	border: 1px none gray;
	font-family: Arial, Helvetica, sans-serif;
}

a {
text-decoration: none;
color: #222;
border: 0px 
}


#face {
position: absolute;
z-index: 1;
top : 120px;
left : 0px;
}

.togList
{
font-family: Arial, Helvetica, sans-serif;
}

.togList dt
{
cursor: pointer; cursor: hand;
}

.togList dt span
{
font-family: Arial, Helvetica, sans-serif;
}

.togList dd
{
width: 100%;
text-align:justify;
padding-bottom: 15px;
}

html.isJS .togList dd
{
display: none;
}

.integrantes
{
	margin-top: 10px;
}

.datas
{
	color:#FF0;
}
