body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

img{
border:none;
}

.thrColFixHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #FFFFFF;*/
	background-color:#FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #000000;
} 
.thrColFixHdr #header { 
	background-image:url(../images/banniere.gif);
	background-color:#000000;
	width:780px;
	height:127px;
	border:1px solid #000000;
	
}

a{

color:#000000;
font-size:12px;

}

a:visited{
border:none;
color:#000000;

}

#footer a{

text-decoration:none;
color:##000000;
font-size:10px;

}

#links a {

padding-left:10px;
text-decoration:none;
border:0px;
border:none;
color:#000000;

}

#links {
	width:780px;
	height: 15px;
	list-style: none ;
	text-align: center ;
	border: 1px solid #000000;
	border-top:none;
	background-color:#9D1961;
}
 
#links li {
	display: inline;
	margin-right: 1px ;
	margin-top:10px;
	}
	
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	text-align:center;
	color:#FFFFFF;
	border: 1px solid #000000;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	text-align:center;
	border: 1px solid #000000;
	color:#FFFFFF;
	}


.thrColFixHdr #sidebar1 a img{
	outline:none;
	border:none;

}
.thrColFixHdr #sidebar1 font{
	color:#000000;

}
.thrColFixHdr #sidebar2 a img{
	outline:none;
	border:none;
	}

.thrColFixHdr #mainContent {
	margin-top: 0;
	width:450px;
	margin-right: 155px;
	margin-bottom: 0;
	margin-left: 155px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align:center;

} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:24px;
	background-image:url(../images/footer.gif);
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#video{
	margin-bottom:10px;
	width:460px;
	border:1px solid #000000;
}

#entete_video{
	width:460px;
	height:20px;
	background-image:url(../images/entete_video.png);
}

#entete_video a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}


#thumb{
	width:110px;
	float:left;
}

#titledesc{
	width:350px;
	min-height:90px;
	margin-left:110px;
	font-size:12px;
	text-align:left;
}

#bestVideos{
	margin-top:10px;
	padding-left:15px;
	width:445px;
	text-align:center;
	float:left;
	border: 1px solid #000000;
	margin-bottom:5px;
	/*background-image:url(../images/bestVideos.jpg);*/
	background-repeat:no-repeat;
	}

#bestVideos a img{
	outline:none;
	border:none;
	width:110px;
}

#bestVideos a{
	font-size:9px;
	text-decoration:none;
	border:none;
	color:#FF0000;
	
}


#topVideos {
	padding-left:15px;
	width:445px;
	float:left;
	border:1px solid #000000;
	/*background-image:url(../images/mostVideos.jpg);*/
	background-repeat:no-repeat;
}
#topVideos a img{
	outline:none;
	border:none;
	width:110px;
}

#topVideos a{
	font-size:9px;
	text-decoration:none;
	border:none;
	color:#000000;
	text-align=center;
}
#topVideos a img{
	outline:none;
	border:none;
	width:110px;
}
#lastVideos {
	padding-left:15px;
	width:445px;
	float:left;
	border:1px solid #000000;
	/*background-image:url(../images/lastVideos.jpg);*/
	background-repeat:no-repeat;
}
#lastVideos a{
	font-size:9px;
	text-decoration:none;
	border:none;
	color:#000000;
	text-align=center;
}

#lastVideos a img{
	outline:none;
	border:none;
	width:110px;
}


#addVideos {
	padding-left:15px;
	width:445px;
	float:left;
	border:1px solid #000000;
	/*background-image:url(../images/submitVideo.jpg);*/
	background-repeat:no-repeat;
	color:#000000;
	font:#000000;
}

#addVideos a{
	font-size:9px;
	text-decoration:none;
	border:none;
	color:#000000;
	text-align:center;
}

#addVideos a img{
	outline:none;
	border:none;
	width:110px;
}

#preview_video {
	width:138px;
	height:115px;
	float:left;
	text-align:center;
	margin-right:10px;
}

#affichage_pages{
width:460px;
float:left;
font: 10px "Trebuchet MS",Arial,sans-serif ;
color:#000000;
text-align:center;
}

#affichage_pages a{
font: 10px "Trebuchet MS",Arial,sans-serif ;
color:#000000;
}

#watchVideos{

padding-left: 20px;
}



#watchVideos h3{

font: "Trebuchet MS",Arial,sans-serif ;
color:#ff0000;
margin-top:20px;
margin-bottom:0px;
text-align:center;

}

embed{

	margin-top:-15px;

}

#videoComment{
text-align:left;
font: 14px "Trebuchet MS",Arial,italic ;
border: 1px solid #ff8040;
margin-left:0px;

}


#videoPoster{


text-align:center;
color: #ff8040;
font: 12px "Trebuchet MS",Arial ;
font-style:italic;
}


#videoView{
text-align:center;
color: #000000;
font: 12px "Trebuchet MS",Arial ;
font-style:italic;

}

#leReste{
font: 14px "Trebuchet MS",Arial ;
padding-top:10px;
width:445px;
}

#leReste a{

font: 14px "Trebuchet MS",Arial ;
font-style:italic;
}

#bandeau_central{

float:left;
margin-left:0px;
text-align:center;
width:380px;
margin-top:5px;
margin-bottom:5px;
}

#soumissionVideo{
color:#000000 ;

}

#sexy{

color:#FF1CAE;

}

.style2{

	font: 14px "Trebuchet MS",Arial ;
	color:#000000;
	
}

#form1{

	font: 14px "Trebuchet MS",Arial ;
	color:#000000;
	text-align:left;
	
}

#menu1{
width:87px;
height:38px;
float:left;
}

#menu2{
width:82px;
float:left;
height:38px;
}

#menu3{
width:80px;
height:38px;
float:left;
}

#menu4{
width:80px;
height:38px;
float:left;
}

#menu5{
width:180px;
height:38px;
float:left;
}

#menu6{
width:138px;
height:38px;
float:left;

}


#menu7{
width:133px;
height:38px;
float:left;

}

#topo{

font: 14px "Trebuchet MS",Arial ;
	color:#000000;
	text-align:center;
	margin-top:-25px;
	margin-bottom:10px;
	margin-left:-20px;
}

#menulink li{
padding-top:8px;
}


#menulink{
width:150px;
background-color:white;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
text-align:left;
}

#menulink2{
width:150px;
background-color:white;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
text-align:center;
}


#menulink3{
width:150px;
background-color:white;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
text-align:center;
}


#menulink5{
width:150px;
background-color:#ff7bd7;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
text-align:center;
}

#entete_menu{
height:20px;
width:150px;
background-image:url(../images/entete.gif);
border-top:1px solid #000000;
border-bottom:1px solid #000000;
color:#FFFFFF;
}


#footballers{
width:460px;
}

#rugbymen{
width:460px;
}


#basketter{
width:460px;

}

#tennismen{
width:460px;

}

#sportif{
width:460px;
margin-top:2px;
margin-bottom:2px;
background-image:url(../images/teckvid.gif);
color:#000000;
font-size:10px;
border: 1px solid black;
}

#sportif a{
font-size:14px;
height:90px;
width:460px;
margin-top:2px;
margin-bottom:2px;
color:#000000;
}


#sportif2{
height:90px;
width:460px;
margin-top:2px;
margin-bottom:2px;
background-image:url(../images/teckvid.gif);
color:#000000;
font-size:10px;
border: 1px solid black;
}

#sportif2 a{
font-size:14px;
height:90px;
width:460px;
margin-top:2px;
margin-bottom:2px;
color:#000000;
}


#sportif3{
height:90px;
width:460px;
margin-top:2px;
margin-bottom:2px;
background-image:url(../images/teckvid.gif);
color:#000000;
font-size:10px;
border: 1px solid black;
}

#sportif3 a{
font-size:14px;
height:90px;
width:460px;
margin-top:2px;
margin-bottom:2px;
color:#000000;
}


#sportif_photo{
width:130px;
height:90px;
float:left;
}

#sportif_photo img{
margin-top:3px;
width:130px;
height:85px;
border:none;
}

#bio{
width:460px;
border:1px solid #000000;
background-image:url(../images/bio_bg.jpg);
}

#biographie_up{
width:460px;
}

#titre_bio{
width:460px;
text-align:left;
font-size:14px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#3366CC;
background-image:url(../images/bio_bg.jpg);
}

#para_bio{
text-align:left;
margin-left:5px;
font-size:12px;
font-family:"Times New Roman", Times, serif;
}

#search{
height:70px;
width:460px;
margin-top:2px;
margin-bottom:2px;
color:#000000;
font-size:10px;
border: 1px solid black;
}

#introduction{
width:460px;

margin-top:2px;
margin-bottom:2px;
background-image:url(../images/intro_bg.gif);
color:#000000;
font-size:11px;
border: 1px solid black;

}

#bloc_ads{
width:460px;
background-color:#9D1961;
border:1px solid #000000;
}

#menulink font{
font-size:12px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
text-decoration:underline;
margin-left:15px;
}

#menulink li{
padding-top:1px;
font-size:70%;
margin-left:10px;
font-family:Arial, Helvetica, sans-serif;
}


#titre_video{
	font-size:10px;

}