/*CSS DE LA PAGE VIDEOS.php*/

.header_videos{
	margin:0 auto;
	position:relative;
	width:971px;
}

.titre_videos{
font-family:"comic Sans MS";
font-size:24px;
font-weight:bold;
color:#3366CC;
/*border:1px green solid;*/
margin-top:25px;
text-align:center;
}

.ss_titre{
font-family:"comic Sans MS";
font-size:17px;
font-weight:bold;
color:#3366CC;
width:600px;
border-bottom:solid black 1px;
text-align:left;
margin-top:15px;
margin-bottom:15px;
margin-left:20px;
}

.content_videos{
text-align:center;
width:770px;
height:800px;
margin-left:auto;
margin-right:auto;
/*border:1px red solid;*/

}
.haut_videos{
width:735px;
height:172px;
margin-left:auto;
margin-right:auto;
/*border:1px #3366CC solid;*/
text-align:center;
margin-top:50px;
}

.milieu_video{
text-align:left;
}

.ss_titre a:hover{
cursor:pointer;
}

.vignettes_vids_petit{
width:175px;
height:166px;
float:left;
/*border:1px #000000 solid;*/
position:relative;
margin:3px 2px 3px 2px;
/*background-color:#000000;*/
}

.vignettes_vids_petit:hover{
zoom:105%;
}

a:link{ 
text-decoration:none;
color:#000000;
}

a:visited { 
text-decoration:none;
color:#000000;
}

a:hover{ 
text-decoration:none;
color:#3366CC;
}

a:active { 
text-decoration:none;
color:#000000;
}

.clear{
clear:both;
}

.divider25{
clear:both;
width:auto;
height:25px;
margin:0;
padding:0;
}

.spacer20{
display:block;
float:left;
height:20px;
width:800px;
}
.spacer30{
/*border:1px red solid;*/
display:block;
height:30px;
width:770px;
}
.spacer40{
/*border:1px red solid;*/
display:block;
height:40px;
width:770px;
}
.spacer50{
/*border:1px red solid;*/
display:block;
height:50px;
width:770px;
}

#vidsSalsaContent, #vidsAutresDansesContent, #vidsDiversContent{
border:1px #CCCCCC solid;
margin-left:20px;
width:580px;
height:auto;

}

.tabVidsSalsa, .tabVidsDanses, .tabVidsDivers{
/*border:1px solid red;*/
margin-left:5px;
margin-top:2px;
margin-bottom:2px;
}

/*CSS DE LA PAGE VIDEOS_PLAYER.php*/

.contentPlayer{
margin-left:auto;
margin-right:auto;
text-align:center;
width:700px;
height:570px;
border:2px solid #3366CC;
background-color:#FFFFFF;
padding-bottom:20px;
}

.wide{
width:750px;
height:655px;
}

.ss_titre_videos h1{
font-size:18px;
font-weight:normal;
}
.ss_titre_videos{
font-size:15px;
font-weight:bold;
color:#3366CC;
text-decoration:underline;
margin-top:10px;
margin-bottom:15px;
}

.link_retour {
	margin:10px auto 20px;
	text-align:center;
	position:relative;
	width:750px;
}

.link_retour a{
font-size:13px;
font-weight:bold;
color:#3366CC;
text-decoration:none;
}

.link_retour a:hover{
color:#000000;
text-decoration:underline;
}

.link_retour .infosDanse{
	float:left;
	margin-left:20px;
}

.link_retour .retour{
	float:right;
	margin-right:20px;	
}
	
	
	