/* Cynik for opiOM.net
 * TAB pour le module prochainMatch
 */

/* div g�n�ral */
div.moduleNextMatch{
font-family: Arial,Helvetica,sans-serif;
height : 130px;
text-decoration: none;
color:#FFFFFF;
}
/* div enfant */
div.domtab{
padding: 0px;
float:left;
width: 302px;
height:100%;
position:relative;
left:15px;
top:10px;
}
/* liste des onglets du haut */
div.domtab ul.linkTabs { 
margin:0px;
padding:0px;
float: left;
list-style:none;
text-indent:0px;
}
div.domtab ul.linkTabs li { 
margin:0px;
padding:0px;
text-indent:0px;
float: left;
}
div.domtab ul.linkTabs a{ 
padding:0px;
margin:0px;
color: #ffffff;
font-family: Arial,Helvetica,sans-serif;
display: block;
font-weight: bold;
font-size: 12px;
width: 100px;
text-align: center;
background: transparent url(../images/onglet_on.png) no-repeat scroll 0% 50%;
}
div.domtab ul.linkTabs a:hover{ 
background: transparent url(../images/onglet_off.png) no-repeat scroll 0% 50%;
border:none;
}
/* Onglets actifs */
div.domtab ul.linkTabs li.active a{ 
background: transparent url(../images/onglet_off.png) no-repeat scroll 0% 50%;
}
/* bandeau bas sous les onglets avec les matchs */
div.domtab div{ 
padding: 10px 0px 0px 30px;
background: transparent url(../images/bas1.png) no-repeat scroll left top;
clear: both;
height: 100px;
text-decoration: none;
}
/* paragraphes (p) titres 1 et 2 (h1, h2) et pre (facultatif) , actif ou non */
/* logos */
.domtab p { 
margin: 0em 3.8em 0pt 0.5em;
/*margin-left:28px;*/
text-align: center;
line-height: 1.3em;
font-weight: bold;
}
/* Affichage par d�faut des zones */
#t1{
display:block;
}
#t2,
#t3{
display:none;
}
/* Deuxi�me bandeau du bas (sous les logos), pour l'affichage des matchs et classement */
/* Prochain match bas - onglet 1 - date du match */
#t1 p.infos,
#t2 p.infos{
float:left;
margin-top:7px;
font-size:15px;
font-weight:bold;
width: 230px;
margin-right: auto;
margin-left: auto;
}
/* Bas Classement - onglet 3 */
#t3 {
background: transparent url(../images/bas.png) no-repeat scroll left top;
clear: both;
height: 126px;
}

