<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.body {
height:100%;
font-family:arial;
background:fixed;
background: rgba(188,224,238,1);
background: -moz-linear-gradient(top, rgba(188,224,238,1) 0%, rgba(41,184,229,1) 50%, rgba(179,220,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(188,224,238,1)), color-stop(50%, rgba(41,184,229,1)), color-stop(100%, rgba(179,220,237,1)));
background: -webkit-linear-gradient(top, rgba(188,224,238,1) 0%, rgba(41,184,229,1) 50%, rgba(179,220,237,1) 100%);
background: -o-linear-gradient(top, rgba(188,224,238,1) 0%, rgba(41,184,229,1) 50%, rgba(179,220,237,1) 100%);
background: -ms-linear-gradient(top, rgba(188,224,238,1) 0%, rgba(41,184,229,1) 50%, rgba(179,220,237,1) 100%);
background: linear-gradient(to bottom, rgba(188,224,238,1) 0%, rgba(41,184,229,1) 50%, rgba(179,220,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bce0ee', endColorstr='#b3dced', GradientType=0 );

}

.contenu {
height:100%;
border-collapse:collapse;
background-color:#fff;
}

.login {
border-collapse:collapse;
border-bottom: 3px solid #284491;

}

.tete{
color:#fff;
font-size:18px;
background-color:#284491;
border: 2px solid #fff;
}

.bandeau {
height:100%;
color:#fff;
font-family:arial;
font-size:25px;
font-weight:bold;
border-bottom: 3px solid #284491;
background: rgba(73,155,234,1);
background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );

}

.bleu{
background-color:#B9DFEE;
cursor:pointer;
height:40px;
font-size:21px;
}
.bleu:hover{
background-color:#B9DFEE;
cursor:pointer;
border-bottom:2px solid #333;
}

.vert{
background-color:#d1ff52;
cursor:pointer;
height:40px;
font-size:21px;
}


.vert:hover{
background-color:#d1ff52;
cursor:pointer;
border-bottom:2px solid #333;
}


.sexem{

height: 30px;
background-color: #2D85E7;
color: #FFF;
padding: 10px 0px 0px 0px;
width: 40px;
font-weight:bold;

}

.sexef{

height:30px;
background-color:#EC3B83;
color:#fff;
padding: 10px 0px 0px 0px;
width: 40px;
font-weight:bold;

}

.or{
border-radius: 50px;
height:30px;
padding: 10px 0px 0px 0px;
width: 40px;
font-weight:bold;
background: #fefcea; /* Old browsers */
background: -moz-linear-gradient(top, #fefcea 0%, #f1da36 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fefcea 0%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fefcea 0%,#f1da36 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fefcea 0%,#f1da36 100%); /* IE10+ */
background: linear-gradient(to bottom, #fefcea 0%,#f1da36 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */

}

.argent{
border-radius: 50px;
height:30px;
padding: 10px 0px 0px 0px;
width: 40px;
font-weight:bold;
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
background: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */

}

.bronze{
border-radius: 50px;
height:30px;
padding: 10px 0px 0px 0px;
width: 40px;
font-weight:bold;
background: #f3e2c7; /* Old browsers */
background: -moz-linear-gradient(top, #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3e2c7), color-stop(50%,#c19e67), color-stop(51%,#b68d4c), color-stop(100%,#e9d4b3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); /* IE10+ */
background: linear-gradient(to bottom, #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 ); /* IE6-9 */

}

.infos{
position:fixed;
background-color:#333;
opacity: 0.7;
color:#fff;
bottom: 0;
width: 100%;
font-size:25px;

}
.infosPhoto{
position:fixed;
background-color:#333;
bottom: 0;
/* width: 100%; */
}

.chrono{

background-color:#333;
width:140px;

}
.uneLigne{
	background-color:#284491;
	cursor:pointer;
	height:40px;
	font-size:21px;
	color: white;
}
.uneLigne:hover{
border-bottom:2px solid #333;
}
.largeurMin{
	min-width:50px;
}
.textRouge{
	color:red;
}
.headers{
	/* text-transform: uppercase; init */	
	/*height:30px; init*/
	height:10px;
}
td{
	min-width:50px;
}
.telescripteurPhoto{
	height:200px;
	width:100%;
}</pre></body></html>