html, body {
	background: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: white;
}

a:link, a:active, a:visited {
	color: #78a4d6;
	text-decoration: none;
}

a:hover {
	color: #cedff2;
}

.titremenu {
	font-weight: bold;
	color: white;
	margin-top: 0px;
	background: #2b313a;
	padding-left: 20px;
	border: 1px solid #000;
}

.menu {
	text-decoration: none;
	list-style-type: none;
	color: white;
	padding-left: 10px;
	background: #222e3d;
	border: 1px solid #000;
}

.titrenew {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background: #2b313a;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 5px;
	border: 1px solid #000;
	padding-left: 5px;
	
}

.new {
	font-weight: normal;
	color: #b9b9b9;
	background: #272727;
        margin-top: 0px;
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 1px solid #000;
}

.datenew {
        font-weight: normal;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding-bottom: 5px;
	padding-right: 5px;
	text-align: right;
	font-size: 10px;
	color: #3399FF;
}
						
.console {
	font-weight: normal;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
	color: white;
	font-family: Courier;
	background: #48578E;
}

.cmd {
        font-weight: normal;
        font-size: 14px;
	color: #5555FF;
        font-family: Courier;

}

.titre {
        font-weight: bold;
	font-size: 18px;
        color: #48578E;
        text-decoration: none;
        text-align: center;
        margin-top: 10px;
        padding-bottom: 20px;
}




.titre1 {
	font-weight: bold;
	color: #48578E;
	text-decoration: underline;
	padding-left: 20px;
	margin-top: 10px;
	padding-bottom: 15px;
}


.main {
	text-decoration: none;
    list-style-type: none;
	margin-top: 2px;
	margin-right: 15px;
	margin-left: 10px;
    padding-left: 10px;
	padding-right: 10px;
    background: #272727;
	color: #b9b9b9;
    border: 1px solid #000;
}

.dvd  {
    background: #272727;
	color: #b9b9b9;
	width: 90%;

}

.td_dvd  {
    border-style: solid; 
    border-width: 1px; 
    border-color: black;
}