body, html { height:100%; margin:0px}


acronym { border-bottom: 1px dotted #FF0000;}

#tableauCommande { border: 1px solid black; border-collapse:collapse; }
#tableauCommande td { border: 1px solid black; }
#tableauCommande input { height: 18px; color: #323232; font-size: 11px; font-family: verdana, helvetica; }

.newsInfo { display: none; }

p { margin: 0px; } 




#body .motif_prog_petit_img > div, #body .motif_prog_petit_ctn,  #body .motif_prog_petit_nb, #body .motif_emi_play, #body .motif_partenaire_listing_img .background {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#body .motif_prog_grand_img > div {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#body .motif_emi_img > div, .motif_prog_grand_bloc_txt, .button {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

textarea,
input[type="text"],
input[type="button"],
input[type="password"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

#recherche, #node_page {
	-webkit-transition: height 0.4s ease-in-out;
	transition: height 0.4s ease-in-out;
}

#node_loupe p {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.video_zoneChapitre, .liensommaire {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}