/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a{outline:none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	background:#000;
	color:#FFF;
	font-family:tahoma;
	font-size:16px;
}
@font-face {
    font-family: 'ar_blancaregular';
    src: url('img/font/arblanca.eot');
    src: url('img/font/arblanca.eot?#iefix') format('embedded-opentype'),
         url('img/font/arblanca.woff2') format('woff2'),
         url('img/font/arblanca.woff') format('woff'),
         url('img/font/arblanca.ttf') format('truetype'),
         url('img/font/arblanca.svg#ar_blancaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.picto{
	display:block;
	max-width:350px;
	margin:0 auto;
}
#videoTop{
	border:1px solid #555
}
h1{
	font-family:ar_blancaregular;
	font-size:55px;
	}
.jaune{
	color:#f8d712;
	font-size:25px;
}
.nom{
	font-family:ar_blancaregular
	font-size:25px;
}
p{	font-size:140%;}

td{
	vertical-align:top;
	padding:10px;
}
.copyright{
	font-size:10px;
	font-style:italic;
}
.copyright a{
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dashed #fff;
}
.copyright a:hover{
	border-bottom-style:solid;
}
#dates > div > div > div{
	padding:0 0 0 112px;
} 
.past{
	color:#99B3FF;
}
p.sousTitre{
	text-align:center;
	font-size:150%
}
#dates b,
.yellow
{
	color:#F8D712;
}
.yellow
{
	font-size:35px;
}
.start{
	    font-size: 130%;
    font-weight: bold;
    padding-top: 20px;
    text-align: left;
}
.yt{
	background:url('img/btYT.png') no-repeat left center;
	padding:0 0 0 35px;
}
#dates span{
	color:#13F7ED
}
#dates span.red{
	color:#FF0B0B;
}
#player {
	position:fixed;
	padding:10px;
	right:0;
}
#player audio{
	display:block;
}
#player ul{
	background:rgba(200,200,200,0.6);
}
#player ul a{
	display:block;
	color:#000;
	text-decoration:none;
	padding:5px 10px 5px 30px;
	font-size:12px;
}
#player ul a:hover,
#player ul .active a{
	background:#FFF;
}

#player ul .active a{
-webkit-box-shadow:inset 0 0 2px 0 #4F4F4F;
box-shadow:inset 0 0 2px 0 #4F4F4F;
}
.photos {
	max-width:1080px;
	text-align:center
}
.photos img{
	max-height:300px;
	margin:5px;
	display:inline
}
#articles a{
	color:yellow;
	font-weight:bold;
	font-size:20px;
}
#photosIntro .left{
	float:left;
}
#photosIntro .right{
	float:right;
}
#photosIntro {
	overflow:hidden;
	width:1058px;
	margin:0 auto;
}
