/*css nicolas boone*/

html, body {
	height: 100%;
	width: 100%;
	overflow: auto;
}
body {
	font-family: "Courier New", Courier, monospace;
	background-color: #000;
	font-size: 12px;
	color: #FFF;
	margin:0;
	padding:0;
}
a:link,a:visited {
	color: #AEAEAE;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
h1 {
	letter-spacing:2px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}
/*vert*/
h2 {
	font-size: 12px;
	font-weight:bold;
	color: #00FF00;
	letter-spacing:2px;
	text-transform: uppercase;
}
/*rouge*/
h3 {
	letter-spacing:2px;
	font-size:14px;
	color: #FF0000;
	text-transform: uppercase;
}
h3 a,h3 a:visited{
		color: #FF0000;
		text-decoration:underline;
}
h3 a:hover{
	background-color:#FF0000;
	color:#000;
	text-decoration:underline;
}
	
/*blanc gras*/
h4 {
	letter-spacing:2px;
	font-size:14px;
	color:#FFF;
	color: White;
	text-transform: uppercase;
}
/*div ID*/
#contenu {
	margin-left: 250px;
	height: 100%;
	width:auto;
	overflow: auto;
}
#contenu a,#contenu a:visited,#contenu a:hover{
collor:white;
text-decoration:underline;
}
/*MEnu gauche contenus*/
#menu {
	position:absolute;
	left:23px;
	width:200px;
	height:100%;
	/*top: 4px;*/
}
#menu a,#menu a:visited {
	font-size: 12px;
     margin: 0 2px;
     text-align: left;
     text-decoration: underline;
     color: #AEAEAE;
	 text-transform:uppercase;
} 
#menu a:hover {
	 color: #FFFFFF;
	 text-decoration: underline;
}
#menu ul{
	list-style-type: none;
}
#menu li{
	margin-bottom: 10px;
}

/*Home page*/
#home {
	position: absolute;
	left:22px;
	height: 100%;
}
.actu {
	font-size: 13px;
	color: Yellow;
	}
.actu h1{ margin:0; padding:0}	
.actu p{ margin:5px 0; padding:0}

.actu a {
	color: Yellow;
	text-decoration: underline;	
}
.actu a:hover {
	color: #000;
	background-color:Yellow;
}
.tournages a,.tournages a:visited{
	letter-spacing:2px;
	font-size:14px;
	font-weight: bold;
	color: #AEAEAE;
	text-transform: uppercase;
}
.tournages a:hover{
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}
.tournages p{
	line-height:20px;
}
/*CLASS*/
.textes {
	background-color:#FFFFFF;
	width:596px;
	padding:5px;
	color:#000000;
}
.hoverbox{
	list-style: none;
}