<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY { 
	background-color: white; 
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}
A { 
	text-decoration: none; 
	cursor: pointer;
}
A:HOVER { 
	text-decoration: none;
}
#global { 
	padding: 0px; 
	margin: 0px auto; 
	width: 988px; 
	background-image: url(../img/bg_container.png); 
	background-repeat: no-repeat;
	background-color: #324AAE; 
	border: 1px solid #000000; 
}
#header {

}
#header .langue {
	text-align: right;
	font-size: xx-small;
	padding-top: 2px;
	padding-right: 3px;
}
#header .langue A {
	color: white;
}
#header #avertissementDonnees,#retourPortailLiveffn{
	float: left;
	color:white;
	font-size: xx-small;
	margin-top:2px;
	margin-left: 10px;
}
#retourPortailLiveffn{
	margin-left: 745px;
}
#retourPortailLiveffn a:link,#retourPortailLiveffn a:visited,#retourPortailLiveffn a:hover,#retourPortailLiveffn a:active{
	color:white;
}
#header .ffnatation {
	text-align: right;
	padding-right: 50px;
	padding-top: 30px;
}
#header .lieu {
	text-align: left;
	padding-top: 24px;
	padding-left: 10px;
	color: white;
	font-weight: bold;
	font-size: x-large;
}
#header .titre {
	color: white;
	font-weight: bold;
	padding-top: 35px;
	padding-left: 270px;
}
#header .date {
	color: white;
	padding-left: 270px;
	font-size: small;
}
#popLangue {
	position:absolute;
	visibility: hidden; 
	border: 1px solid #FFFFFF; 
	width: 134px; 
	padding: 0px 6px 6px 6px; 
	z-index: 999; 
	background-color: #00005A;
}
#popLangue A {
	color: #FFFFFF; 
	font-size: xx-small;
}
.presenceOk {
	background-color : #8E2E92; 
	color : #000; 
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	-moz-border-radius: 12px / 24px;  
	-webkit-border-radius: 12px / 24px;  
	-khtml-border-radius: 12px / 24px; 
	border-radius: 10px;
}
.presenceNonOk {
	padding-left: 8px;
	padding-right: 7px;
}
/* Pied de page */
#footer {
	padding-top: 20px;
	text-align: center;
	font-size: xx-small;
	color: white;
}
#footer A {
	color: white;
}
#footer A:HOVER {
	text-decoration: underline;
}

TABLE.footer {
	width: 100%;
	margin-top: 10px;
}
TABLE.footer TD {
	vertical-align: middle;
	text-align: center;
	color: gray;
}
TABLE.footer SPAN {
	color: white;
}

IMG.border {
	border: 1px solid #000;
}
IMG.align {
	vertical-align: text-bottom;
}
.titrePage,.titrePageLive  {
	display: block;
	float: right;
	font-weight: bolder;
	font-size: large;
	color: #8E2F92;
	letter-spacing: 4px;
	padding: 3px 10px 3px 10px;
	text-transform: uppercase;
	margin: -9px -9px 0px 0px;
}

.spacer {
  clear: both;
}
#boxErreur {
	width: 500px;
	margin: 100px auto;
	background-image: url("../img/bg_content.png");
	background-repeat: repeat;
	padding: 50px;
	text-align: center;
	line-height: 1.5em;
}
#boxAvertissement {
	width: 90%;
	margin: 20px auto;
	border: 1px solid #6180BE;
	padding: 6px 30px 6px 30px;
	background: #fffacd url(../../../media/img/ico_message_info.png) no-repeat 3px 3px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #6180BE;
	text-align: justify;
	font-weight: normal;
	line-height:12px;
}
#boxAlert {
	width: 83%;
	margin: 50px auto;
	border: 3px double #6180BE;
	padding: 20px 20px 20px 80px;
	background: #fffacd url("../../../media/img/ico_message_alert.png") no-repeat 10px 10px;
	font-size: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #6180BE;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
}
#boxLegende {

	width: 90%;
	color: #3c3c3c;
	margin: 20px auto;
	border: 1px solid Gray;
	padding: 10px;
	font-size: 7pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url("../img/bg_content.png");
	line-height: 1.5em;
}


#boxLegende .titre {
	font-weight: bold;
	font-size: 9pt;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 5px;
}
#boxLegende .lib {
	font-weight: bold;
}
#boxLegende .italic {
	font-style: italic;
}

#boxResultatsNonTermine {
	width: 58%;
	margin: 20px auto 0px auto;
	border: 3px double Red;
	padding: 12px 12px 12px 40px ;
	background: #fff url("../../../media/img/ico_critical.png") no-repeat 2px 3px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #a52a2a;
	text-align: justify;
	font-weight: bold;
}


/* Tooltip */
A.tooltip B {
	display: none;
}
A.tooltip:HOVER {
	border: 0; 
	position: relative; 
	z-index: 500; 
}
A.tooltip:HOVER B {
	display: block; 
	position: absolute; 
	top: 30px; 
	left: -20px; 
	padding: 3px; 
	font-weight: normal; 
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000; 
	border: 1px solid #888; 
	background: #ffc; 
	width: 150px;
	line-height: normal;
}
A.tooltip:HOVER B EM {
	position: absolute; 
	left: 15px; 
	top: -6px; 
	width: 11px; 
	height: 6px; 
	display: block; 
	font-size: 1px;
}

/* Tooltip 2*/
SPAN.tooltip B {
	display: none;
}
SPAN.tooltip:HOVER {
	border: 0; 
	position: relative; 
	z-index: 500;
	cursor:  pointer;
}
SPAN.tooltip:HOVER B {
	display: block; 
	position: absolute; 
	top: 30px; 
	left: -20px; 
	padding: 3px; 
	font-weight: normal; 
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000; 
	border: 1px solid #888; 
	background: #ffc; 
	/* width: 150px; */
	line-height: normal;
}
SPAN.tooltip:HOVER B EM {
	position: absolute; 
	left: 15px; 
	top: -6px; 
	width: 11px; 
	height: 6px; 
	display: block; 
	font-size: 1px;
}

/* index.html */
TABLE.affiche {
	float: right;
	margin-right: 25px;
	margin-top: 25px;
	background-image: url(../img/bg_content.png);
	background-repeat: repeat;
	-moz-border-radius: 12px / 24px;  
	-webkit-border-radius: 12px / 24px;  
	-khtml-border-radius: 12px / 24px; 
	border-radius: 10px;
	
}
TABLE.affiche TD.visuel {
	text-align: center;
	vertical-align: middle;
	padding: 40px;
}
TABLE.affiche TD.titre {
	text-align: right;
}
TABLE.affiche TD.titre DIV {
	display: block;
	float: right;
	font-weight: bolder;
	font-size: x-large;
	color: #8E2F92;
	letter-spacing: 4px;
	padding: 2px 10px 2px 10px;
	text-transform: uppercase;
	margin-top: 1px;
	margin-right: 1px;
}

/* programme */
#programme {
	display: block;
	float: left;
	width: 918px;
	margin: 25px 25px;
	background-image: url(../img/bg_content.png);
	background-repeat: repeat;
	padding: 5px;
}
#programme TABLE.programme {
	width: 918px;
	margin: 0px;
}
#programme TABLE.programme TD {
	width: 439px;
	vertical-align: top;
	padding: 10px;
}
#programme TABLE.programme TD.border {
	border-right: 1px solid gray;
}
UL.reunion {
	margin: 0px;	
}
UL.reunion LI {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #3c3c3c;
	font-size: 8pt;
}
UL.reunion LI.survol:HOVER {
	background-color: #C6C3FF;
}
UL.reunion LI.titre {
	font-weight: bold;
	font-size: 10pt;
}
UL.reunion LI.debutEpreuve {
	border-bottom: 1px dashed; 
	font-size: 7pt;
	margin-bottom: 10px;	
	padding-top: 0px;
	padding-bottom: 5px;
}
UL.reunion LI.EventNonSportif {
	color: #00005A;
	font-style: oblique;
}
UL.reunion IMG {
	margin-right: 5px;
}
UL.reunion A {
	color: #3c3c3c;
}
UL.reunion SPAN.time {
	color: #4A64D2;
	font-weight: bold;
}
UL.reunion SPAN.stat {
	color: #FFF;
	font-size: 7pt;
}

/* RÃ©sultats, SÃ©ries, Start-List */
#container {
	display: block;
	float: left;
	width: 938px;
	margin: 25px 25px;
	background-image: url(../img/bg_content.png);
	background-repeat: repeat;
	padding: 0px;
}
#left {
	display: block;
	float: left;
	width: 125px;
	padding: 10px;
}
#right {
	display: block;
	float: left;
	width: 772px;
	border-left: 1px solid gray;
	padding: 10px;
}
#left .navigation LI {
	border-bottom: 1px solid gray;
	line-height: 20px;
	padding: 5px 0px 5px 23px;
	background-color: transparent;
	background-image: url("../img/ico_navigation.png");
	background-repeat: no-repeat;
	/*background-attachment: scroll;*/
	background-position: 5px;
}
#left .navigation A {
	color: #3c3c3c;
	font-size: 10pt;
}
#right .options {
	display: block;
	float: left;
	background-color: transparent;
	color: #3c3c3c;
	font-size: 8pt;
	margin-right: 10px;
}
#right .options SELECT {
	color: #3c3c3c;
	font-size: 8pt;
}
#right .options SELECT.epreuve {
	width: 160px;
}
H1 {
	margin: 30px 0px 10px 0px;
	text-align: center;
	padding: 5px;
	border: 3px double #FFF;
	font-weight: bold;
	color: #3c3c3c;
	font-size: 22pt;
	background: url("../img/bg_content.png") repeat;
	-moz-border-radius: 12px / 24px;  
	-webkit-border-radius: 12px / 24px;  
	-khtml-border-radius: 12px / 24px;  
	border-radius: 10px;
}
H2 {
	margin: 30px 0px 10px 0px;
	background-color: transparent;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	color: #3c3c3c;
	font-size: 18pt;
}
H3 {
	margin: 30px 0px 10px 0px;
	background-color: transparent;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	color: #3c3c3c;
	font-size: 14pt;
}
H1 DIV, H2 DIV, H3 DIV {
	padding-top: 3px;
	font-weight: normal;
	font-size: 8pt;
	color: #777777;
}

/* Tableau des rÃ©sultats ou des sÃ©ries */
TABLE.tableau{
	margin: 20px 0px 20px 0px;
}
TABLE.tableau TR.survol:HOVER {
	background-color: #C6C3FF;
}
TABLE.tableau TD {
	color: black;
	font-size: 8pt;
	padding: 3px;
	vertical-align: middle;
}
TABLE.tableau A {
	color: #3c3c3c;
}
TABLE.tableau TD.place {
	text-align: right;
}
TABLE.tableau TD.temps {
	text-align: right;
	font-weight: bold;
	color: #8D2E92;
}
TABLE.tableau TD.temps_sans_tps_passage {
	text-align: right;
	font-weight: bold;
}

TABLE.tableau TD.temps A {
	color: #006400;
}
TABLE.tableau TD.startlist_serie{
	padding-left:10px;
}
TABLE.tableau TD.startlist_couloir{
	padding-left:10px;
	padding-right:10px;
}
TABLE.tableau TD.startlist_horaire{
	padding-left:10px;
}
TABLE.tableau TD.startlist_date{
	padding-left:10px;
}
TABLE.tableau TD.tempsRelayeur {
	text-align: right;
	font-size: 7pt;
	color: purple;
	padding-left: 5px;
	font-style: italic;
}
TABLE.tableau TD.reaction {
	padding-left: 15px;
	text-align: right;
	font-size: 7pt;
	font-style: italic;
}
TABLE.tableau TD.points {
	text-align: right;
	font-size: 7pt;
	padding-left: 15px;
	color: #00005A;
}
TABLE.tableau TD.rem {
	font-weight: bold;
}
TABLE.tableau TD.pole {
	font-style: italic;
	font-size: 6pt;
	color: #00005A;
}
TABLE.tableau TD.epreuve {
	color:#8C288B;
	padding-top: 15px;
	font-weight: bold;
	font-size: 10pt;
	border-bottom: 1px dashed Gray;
}
TABLE.tableau TD.categorie {
	font-weight: bold;
	color: green;
	font-style: italic;
	padding-top: 8px;
}
TABLE.tableau TD.epreuve SPAN.series {
	font-weight: normal;
	font-size: 10pt;
	color: yellow;
}
TABLE.tableau TD.eventNonSportif {
	font-weight: bold;
	font-size: 11pt;
	font-style: italic;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
TABLE.tableau TD.time {
	font-weight: normal;
	font-size: 8pt;
	color: green;
	text-align: right;
	font-style: italic;
	border-bottom: 1px dashed Gray;
	padding-bottom: 4px;
}
TABLE.tableau TD A.underline:HOVER {
	text-decoration: underline;
}
.hide {
	display: none;
}
.show {
	display: block ;
}
TABLE.tableau TD.prgEventNonSportif,TABLE.tableau TD.prgEventNonSportifNage {
	font-weight: bold;
	font-style: italic;
	color: #cd3265;
	padding-bottom: 5px;
	padding-top: 5px;
}
TABLE.tableau TD.prgEventNonSportifNage{
    opacity: 0.6;
}

TABLE.tableau TD.prgEventOff {
	font-weight: bold;
	padding-left: 20px;
	background: url(../../media/img/ico_off.png) no-repeat 2px;
	padding-bottom: 5px;
	padding-top: 5px;
}
TABLE.tableau TD.prgLiveEventOffNonNage{
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	color: silver;
}
TABLE.tableau TD.prgLiveEventOff {
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}
TABLE.tableau TD.prgEventOnEpreuveEnCours {
	font-weight: bold;
	padding-left: 0px;
	text-shadow: 3px 3px 5px white;
	font-size: 9pt;
	padding-bottom: 5px;
	padding-top: 5px;
}
TABLE.tableau TD.prgEventNonDispo {
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: silver;
}
TABLE.tableau TD.prgLiveEventNonDispo {
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	color: silver;
}

TABLE.tableau TD.prgEventOn A {
	color: #FFF;
}
TABLE.tableau TD.prgLeft {
	padding-left: 10px;
}
TABLE.tableau TD.prgTitre {
	border-bottom: 1px dotted #3c3c3c;
	font-weight: bold;
	padding-top: 10px;
}
TABLE.tableau TD.prgTime {
	font-style: italic;
	font-weight: bold;
	color: #4A64D2;
	border-bottom: 1px dotted #3c3c3c;
	text-align: right;
	padding-top: 10px;
}
TABLE.tableau TD.resTitreFederation {
	font-weight: bold;
	font-size: 11pt;
	border-bottom: 1px dashed Gray;
	padding-top: 8px;
}
TABLE.tableau SPAN.resNumStructure {
	font-size: 7pt;
	color: Green;
}
TABLE.tableau TD.resStructurePlace {
	text-align: right;
	padding-right: 10px;
}
TABLE.tableau TD.resStructureDetailPlace {
	text-align: right;
	padding-left: 20px;
	padding-right: 5px;
	color: green;
}
TABLE.tableau TD.resStructureIndividu1 {
	font-weight: bold;
	font-size: 8pt;
	padding-top: 8px;
	color: #00008b;
	border-bottom: 1px dashed;
}
TABLE.tableau TD.resStructureIndividu2 {
	font-weight: bold;
	font-size: 8pt;
	padding-top: 8px;
	color: #b22222;
	border-bottom: 1px dashed;
}
TABLE.tableau TD.resStructureRelais {
	font-weight: bold;
	font-size: 9pt;
	padding-top: 8px;
	color: #4b0082;
	border-bottom: 1px dashed;
}
TABLE.tableau TD.resStructureRelayeur {
	padding-left: 5px;
	padding-right: 20px;
	font-size: 7pt;
	color: #ff4500;
	text-align: right;
}
TABLE.tableau TD.resStructure {
	padding-left: 20px;	
}
TABLE.tableau TD.lettre {
	font-weight: bold;
	color: white;
	background-color: #00005A; 
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
TABLE.tableau TD.resTitreRegion {
	padding-top: 10px;
	font-size: 8pt;
	color: #00005A;
}
TABLE.tableau TD.equipe {
	padding-top: 20px;
	font-size: 11pt;
	font-weight:bold;
	color: #006400;
}
/* Natation ou maitres : Affichage des temps (avec temps de passage) */
TABLE.split {
	background-color: transparent;
}
TABLE.split TD {
	font-size: 7pt;
	padding: 2px;
	text-align: right;
}
TABLE.split TD.distance {
	padding-left: 6px;
	color: Olive;
}
TABLE.split TD.split {
	padding-left: 6px;
}
TABLE.split TD.lap {
	padding-left: 6px;
	color: Red;
}
TABLE.split TD.relay {
	padding-left: 6px;
	color: #9932CC;
}
TABLE.split TD.separation {
	border-right: 1px dotted Gray;
}
B#split800 {
	width: 450px;
	left: -280px; 
}
B#split1000 {
	width: 450px;
	left: -280px; 
}
B#split1500 {
	width: 680px;
	left: -400px; 
}
B#splitAutre {
	width: 250px;
	left: -150px; 
}
/* FIN : Natation ou maitres : Affichage des temps (avec temps de passage) */

/* style des table de statistiques */
TABLE.style1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
	font-style: normal;
	border-collapse: separate;
	margin: 30px 50px 0px auto;
}
TABLE.style1 THEAD TH, TABLE.style1 TBODY TH {
	padding: 8px;
	color: #fff;
	text-shadow: 1px 1px 1px #568F23;
	border: 1px solid #8E2F92;
	border-bottom: 1px solid #8E2F92;
	background: #8E2F92;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
TABLE.style1 THEAD TH:empty {
	background: transparent;
	border: none;
	color : #4246c6;
}
TABLE.style1 TFOOT TD {
	color: #8D2E92;
	font-size: 20px;
	text-align: center;
	padding: 10px;
	text-shadow: 1px 1px 1px #444;
}
TABLE.style1 TFOOT TH {
	color: #8D2E92;
}
TABLE.style1 TBODY TD {
	padding: 10px;
	text-align: center;
	background-color: white;
	border: 2px solid #A3C1FD;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #666;
	text-shadow: 1px 1px 1px #fff;
	width: 90px;
}
TABLE.style1 TBODY TD.total {
	background-color: white;
}

/* Tableau statistiques avec border */
TABLE.style2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8pt;
	font-style: normal;
	margin: 30px auto;
	border-collapse: separate;
}
TABLE.style2 THEAD TH {
	font-size: 12pt;
	font-weight: bold;
	padding: 8px;
	color: #fff;
	text-shadow: 1px 1px 1px #568F23;
	border: 1px solid #8D2E92;
	border-bottom: 1px solid #8D2E92;
	background: #8D2E92;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
TABLE.style2 THEAD TH:empty, TABLE.style2 TBODY TH:empty {
	background: transparent;
	border: none;
}
TABLE.style2 TBODY TD {
	padding: 8px;
	text-align: center;
	background-color: #fff;
	border: 1px solid Silver;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #666;
	text-shadow: 1px 1px 1px #fff;
}
TABLE.style2 TBODY TD.sousTitre {
	font-weight: bold;
	background-color: #fff;
}
TABLE.style2 TBODY TD.epreuve {
	background-color: #BDDEED;
}
TABLE.style2 TBODY TD.epreuve A {
	font-weight: bold;
	color: #3748ce;
}
TABLE.style2 TBODY TD.time {
	color: green;
}
TABLE.style2 TBODY TD.noTime {
	color: #9797bb;
	font-style: italic;
}
TABLE.style2 TBODY TD.nombre {
	color: #000;
	font-weight: bold;
}

/* Alphabet cliquable (Listenav) */
#myList-nav { 
	margin: 20px 0px 20px 0px; 
}
.ln-letters { 
	overflow: hidden; 
}
.ln-letters A { 
	font-size: 10pt;
	display: block; 
	float: left; 
	padding: 2px;
	text-align: center;
	width: 22px; 
	border: 1px solid silver; 
	border-right: none; 
	text-decoration: none; 
	color: #093579;
}
.ln-letters A.ln-last { 
	border-right: 1px solid silver; 
}
.ln-letters A:HOVER, .ln-letters A.ln-selected { 
	background-color: #eaeaea; 
}
.ln-letters A.ln-disabled { 
	color: #ccc; 
}
.ln-letter-count { 
	text-align: center; 
	font-size: 0.8em; 
	line-height: 1; 
	margin-bottom: 3px; 
	color: #336699; 
}
UL#myList LI, #myList A {
	color: #3c3c3c;
	font-size: 8pt;
	padding: 3px;
}
UL#myList A:HOVER {
	text-decoration: underline;
}
UL#myList .nageur {
	width: 240px;
	float: left;
}
UL#myList .naissance {
	width: 40px;
	float: left;
}
UL#myList .nationalite {
	width: 40px;
	float: left;
}
UL#myList LI.survol:HOVER {
	background-color: #C6C3FF;
}

/* Natation ou maitres : Affichage des temps (avec temps de passage) */
TABLE.split2 {
	background-color: transparent;
}
TABLE.split2 TD {
	font-size: 7pt;
	padding: 2px;
	text-align: right;
}
TABLE.split2 TD.distance {
	padding-left: 6px;
	color: Olive;
}
TABLE.split2 TD.split {
	padding-left: 6px;
}
TABLE.split2 TD.lap {
	padding-left: 6px;
	color: Red;
}
TABLE.split2 TD.relay {
	padding-left: 6px;
	color: #9932CC;
	text-align: left;
}
TABLE.split2 TD.separation {
	border-right: 1px dotted Gray;
}
B#split2_800 {
	left: -280px; 
}
B#split2_1000 {
	left: -280px; 
}
B#split2_1500 {
	left: -400px; 
}
B#split2_Autre {
	left: -150px; 
}

/* style pour message http://www.jankoatwarpspeed.com/post/2008/05/22/CSS-Message-Boxes-for-different-message-types.aspx */
.info, .success, .warning, .error, .validation , .record {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;
	font-weight:bold;
	border: 1px solid;
	margin: 8px 10px 5px 2px;
	display: block;
	width:inherit;
	padding:20px 30px 15px 60px;
	background-repeat: no-repeat;
	background-position: top left;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url("../../../media/img/info.png");
}
.record {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url("../../../media/img/chrono.png");
	padding:2px 30px 2px 60px;
}
.infoLive {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;
	font-weight:bold;
	border: 1px solid;
	margin: 8px 10px 5px 2px;
	display: block;
	width: auto;
	padding:20px 30px 15px 60px;
	background-repeat: no-repeat;
	background-position: left;
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url("../../../media/img/info.png");
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../img/success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url("../../../media/img/warning.png");
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/error.png');
}

.relativeRight {
	display: block;
	float: right;
	margin: 100px 50% 0px 0px;
	padding: 0px;
	cursor: pointer;
}

.gris_clair {
	color: #3c3c3c;
	font-size: 8pt;
	padding: 3px;
	vertical-align: middle;
}
/* CSS POUR L AFFICHAGE DES RECORDS DANS RESULTAT ET PROGRAMME */
TABLE.record_resultat,TABLE.record_programme{
	margin-top:10px;
	color: #3c3c3c;
	font-size: 10pt;
}
TABLE.record_programme{
	margin: 0px;
}
TABLE.record_resultat TD,TABLE.record_programme TD{
	padding: 2px;
	color: #641A02;
	font-size: 7pt;
}
TABLE.record_resultat TD.titre,TABLE.record_programme TD.titre{
	padding-top: 15px;
	font-weight: bold;
	font-size: 11pt;
	border-bottom: 1px dashed Gray;
}
TABLE.record_programme TD.titre{
	font-size: 9pt;
	border-bottom: 1px dotted Gray;
}
.containeur_programme_record{
	margin-left:4px;
}
TABLE.record_programme TD.TempsRecord{
	font-weight: bold;
	text-align: right;
	padding-left: 3px;
}
/* STYLE CONCERNANT L AFFICHAGE DU PROGRAMME EXTRANAT */

#programme_competition_extranat h3.jour {
	text-align: center;
	margin-top: 15px;
}

.tableau_programme_extranat {
	width: 910px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-collapse: separate;
	/* Nombre de pixels d'espace horizontal (5px), vertical (8px) */
    border-spacing: 10px 8px; 
}
.tableau_programme_extranat td.reunion-details {
	width: 50%;
	text-align: left;
}

.tableau_programme_extranat td.reunion-details h3 {
	text-align: center;
}

.tableau_programme_extranat FIELDSET.programme {
	border: 1px solid #375D81;
	padding: 5px; 
}
.tableau_programme_extranat FIELDSET.programme LEGEND {
	font-size: 9pt; 
	font-weight: bold; 
	border: 1px solid #00008B; 
	padding: 3px 6px 3px; 
	background:  #607EC5; 
	color: white;
}
.tableau_programme_extranat FIELDSET.programme LABEL {
	padding:5px;	
	font-size: 7pt;
}
.tableau_programme_extranat FIELDSET.programme UL {
	margin-top:5px;
	border-top: 1px dotted #607EC5; 
	padding-top: 8px;
}
.tableau_programme_extranat FIELDSET.programme UL LI{
	font-size: 10pt;
	padding-left:5px;
	padding-top:2px;
}
.tableau_programme_extranat FIELDSET.programme UL LI.style1 {
	color: #003399;
}
.tableau_programme_extranat FIELDSET.programme UL LI.style2 {
	color: #903092;
}
.tableau_programme_extranat FIELDSET.programme UL LI.style3 {
	color: #2e8b57;
}
.prg_forfait_declare{
	text-decoration : line-through;	
}

</pre></body></html>