#videos-main {
	width: 698px;
	padding: 20px;
	}
	
#videos-titre {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	height: 64px;
	line-height: 58px;
	}

#videos-texte {
	padding: 5px;
	margin-bottom: 24px;
	border: 1px dotted #a90f1f;
	font-family: Verdana;
	font-size: 9pt;
	color: #5D646D;
	text-align: left;
	line-height: 14pt;
	}

#videos-lien {
	border-collapse: collapse;
	border-spacing: 12px 12px;
	margin: 0 auto;
	text-align: center;
	width: 94%;
	}

#videos-lien td {
	border-top: 2px solid #a90f1f;
	vertical-align: top;
	width: 100%;
	padding: 12px;
	margin: 12px;
	}
	
#videos-lien span {
	font-style: italic;
	font-size: 8pt;
	line-height: 14pt;
	}
	
#videos-lien span a {
	text-decoration: none;
	color: #000000;
	}
	
#videos-lien span a:hover {
	text-decoration: underline;
	}
