/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style de rubrique
//
// Contraintes         : 
//------------------------------------------------------------------
*/

#content{
	background:url(images/visuels/extraits.jpg) top center no-repeat;	
}

#content .video{
	text-align:center;
}

#content .telecommande{
	width:299px;
	height:375px;
	background:url(images/iphone.gif) no-repeat;
	position:absolute;
	bottom:0;
	right:0;
	z-index:1000;
}

#content .telecommande .liste{
	margin-top:80px;
	margin-left:60px;
	margin-right:100px;
}

#content .telecommande .liste h2{
	margin:0 0 4px 0;
	text-align:center;
	font-style:normal;
}

#content .telecommande .liste .container{
	height:176px;
	overflow:auto;
}

#content .telecommande .lienvideo{
	display:block;
	padding:2px;
	margin-bottom:2px;
	background:blue;
}

