/*  
Theme Name: WebTV Youtube Dailymotion
Description: WebTV du groupe ESC Troyes present sur youtube et dailymotion
Version: 1.0
Author: http://www.groupe-esc-troyes.com/
Author URL: http://www.groupe-esc-troyes.com/
*/

/* WebTV du Groupe ESC Troyes   */


/* --------------------------- Aspect général de la page pour la webTV -------------------------------*/
body{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:62.5%;
}
#content{
margin:0 auto;
width:808px;
}
#banniere{
margin:20px 0 0 0;
padding:0 0 0 20px;
}
#barre_titre{
background:url(img/header.jpg) no-repeat;
width:803px;
height:30px;
margin: 20px 0 0 0;
padding:0 0 0 5px;
line-height:30px;
color:#FFF;
font-family: Verdana, Helvetica, sans-serif;
font-weight: bold;   
font-size : 20px;
text-align:left;
}
#background{
background:url(img/fond_vignette.png) no-repeat;
width:808px;
height:500px;
margin:30px 0 30px 0;
}
#logo_dailymotion{
float:left;
display:block;
}
#logo_youtube{
float:right;
display:block;
}
#logo_dailymotion img{
margin: 30px 0 0 95px;
}
#logo_youtube img{
margin: 20px 150px 3px 0;
}
#youtube{
float:right;
width:387px;
height:320px;
margin: 28px 10px 0 0;
}
#dailymotion{
float:left;
width:387px;
height:320px;
margin: 50px 0 0 10px;
}
#youtube a{
background:url(img/youtube.jpg) 0 0 no-repeat;
width:387px;
height:320px;
display:block;
}
#youtube a span{
display:none;	
}
#dailymotion a{ 
background:url(img/dailymotion.jpg) 0 0 no-repeat;
width:387px;
height:320px;
display:block;
}
#youtube a:hover{
background:url(img/youtube.jpg) 0 -320px no-repeat;
}
#dailymotion a:hover{
background:url(img/dailymotion.jpg) 0 -320px no-repeat;
}
#dailymotion a span{
display:none;	
}
#footer{
background:url(img/footer.jpg) -200px 0 no-repeat;
width:798px;
height:30px;
text-align:right;
color:#FFF;
line-height:30px;
font-family: Verdana, Helvetica, sans-serif;   
font-size : 10px;
padding:0 10px 0 0;
}