/* FEUILLE de STYLE N°2 - Agroglyphes */

/******************************************************/
/* Boutons pour le choix du FORMAT VIDEO */
/******************************************************/
	
.choix_format_video {
	text-align: center;
	width: 660px; /* Largeur définie nécessaire pour centrage sous FF */
	margin: auto; /* Pour centrage FF */
	padding: 0; }
	
.choix_format_video a {
	display: block;
	width: 660px;
	height: 200px; }
	
.bouton_format_video {
	text-align: center;
	width: 330px; /* Largeur définie nécessaire pour centrage sous FF */
	height: 80px;
	margin: auto; /* Pour centrage FF */
	padding: 0; }
	
.bouton_format_video a {
	display: block;
	width: 330px;
	height: 80px; }

/**************************************************************************************************/
/* Zones de VIDEOS */
/**************************************************************************************************/

div#diaporama_mini {
	float: right;
	margin: 15px 20px 0px 20px; }
	
p.apercu { /* Sous le petit "slideshow" avant diaporama... */
	font-weight: normal;
	color: #888888;
	font-size: 10px;
	padding-top: 5px;
	text-align: center; }

p.choix_video {
	color: #BF2D2D;
	font-size: 1em;
	letter-spacing: 0.05em;
	padding-top: 1em;
	padding-bottom: 0.3em;
	text-align: center; }

p.info_proshow {
	color: #DC6969;
	font-size: 0.75em;
	letter-spacing: 0.05em;
	font-style: italic;
	padding-bottom: 0.5em;
	text-align: center; }

p.info_proshow a {
	color: #DC6969;
	text-decoration: underline; }

p.info_proshow a:hover {
	text-decoration: none; }

p.patiente_video {
	color: #336699;
	font-size: 1em;
	letter-spacing: 0.05em;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
	text-align: center; }

p.patiente_temps_video {
	color: #528BC5;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	font-style: italic;
	padding-bottom: 0.5em;
	text-align: center; }

/******************************/

p.retour_page {
	font-family: Arial, Helvetica, Sans-serif;
	text-align: center;
	margin: 20px 200px;
	padding: 5px 0;
	border-top: 1px solid #CC3300;
	border-bottom: 1px solid #CC3300;
	font-size: 0.9em; }

.retour_page a {
	color: #CC3300;
	text-decoration: none; }
	
.retour_page a:hover {
	font-style: italic; }

/****************************************/
/* Tableau de TELECHARGEMENT des VIDEOS */
/****************************************/

table.download_video {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 80%; }

.download_video p {
	font-family: Arial, Helvetica, Sans-serif; }
	
.download_video tr.titre td {
	background-color: #CDD97F;
	font-size: 0.9em;
	font-weight: 200;
	font-style: normal;
	color: #333;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5em;
	padding: 5px 10px; }
	
.download_video tr.ligne td {
	background-color: #F7F9E8;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	color: #39531E;
	text-align: center;
	vertical-align: middle;
	line-height: 1em; }
	
.download_video tr.ligne td.valeur {
	background-color: #E4EBBA; }
	
.download_video td {
	border-style: solid;
	border-color: #333;
	border-width: 1px;
	padding: 5px 10px;
	vertical-align: middle;  }

.tele_1 { /* Télécharger Acrobat, VLC... */
	color: #999999;
	font-size: 0.8em;
	font-style: italic;
	padding: 0.5em;
	text-align: center; }

.tele_1 a { /* Télécharger Acrobat... */
	text-decoration: underline;
	color: #5D852F; }

.tele_1 a:hover { /* Télécharger Acrobat, VLC... */
	text-decoration: none; }

a.tele_2 { /* Télécharger Acrobat : bouton... */
	text-decoration: none;
	display: block;
	width: 88px;
	height: 31px;
	margin: auto;
	text-align: center; }
