body
{
	font-family : Verdana,sans-serif; 
	background-color : black;
	font-weight: bold;
	color: #FFFFFF;
    margin: 10px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

h3.category-header
{
    border-bottom: 1px dashed yellow;
}

div.message
{
	/*border: 1px blue dashed;*/
	margin: 20px;
	padding: 10px;
    background: #54f;    
}

div#enter_message
{
        margin-left: 65px;
}

p.ml
{
 	font-weight: normal;   
    
}

div#video_list
{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

a, a:visited
{
	color: blue;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

#lang
{
	float: right;
}


#titre_page, #disclaimer
{
	text-align: center;
}

#subtitle
{
    margin: 0px 0px 50px 0px;
    text-align: center;
    color: red;
    font-style: italic;
}

.thumbs
{
	text-align: center;
}

.thumbs img
{
	margin: 5px;	
}

div#topsites
{
        color: red;
        text-align: center;
        font-size: 10pt;
}

div#topsites a
{
        font-size: 8pt;
}

div#topsites table
{
   border-spacing: 0px;
   border-collapse: collapse;
}

div#topsites td
{
   border: 1px dotted yellow;
}

div#backlinks
{
        text-align: center;
        margin-left: auto;
        margin-top: 100px;
}

div#sample
{
        width: 500px;
}

div#show_img
{
  /*      position: absolute;
        left: 20px;*/
}