﻿/* Tab Content - menucool.com */
ul.shadetabs
{
    padding: 6px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: center; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.shadetabs li
{
    display: inline;
    margin: 0;
    margin-right:5px; /*distance between tabs*/
}
        
ul.shadetabs li a
{
    font: normal 12px Verdana;
    text-decoration: none;
    position: relative;
    padding: 6px 16px;
    border: 1px solid #CCC;
    border-bottom-color:#AAA;
    color: #000;
    background: #F3F8E4 url(../images/tabbg.png) repeat-x 0 0;
    border-radius: 2px 2px 0 0;
    outline:none;
}
        
ul.shadetabs li a:visited
{
    color: #000;
}      
ul.shadetabs li a:hover
{
    border: 1px solid #AAA;
    background:#F3F8E4 url(../images/tabbg.png) 0 -36px repeat-x;
}      
ul.shadetabs li.onglet-actif a, ul.shadetabs li.onglet-actif a:hover
{
    padding: 9px 16px 6px;
    position: relative;
    top: 0px;
    font-weight:bold;
    background: white url(../images/tabbg.png) 0 -72px repeat-x;
    border: 1px solid #AAA;
    border-bottom-color: white;
}
ul.shadetabs li.onglet-actif a:hover
{
    text-decoration: none;
}
div.tabcontents
{
    border: 1px solid #AAA; padding: 10px;
    background-color:#FFF;
    border-radius: 2px;
	margin: 0 0 1.5em 0;
	overflow: auto;
	overflow-x: auto;
	overflow-y: auto;
	padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
}
/*.wp_syntax_acceuil {
  color: #100;
  background-color: #fAfAfA;
  border: 1px solid silver;
  margin: 0 0 1.5em 0;
  overflow: auto;
  overflow-x: auto;
  overflow-y: auto;
  padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
  width: 920px;
  height:450px;
}*/
.rounded{ 
    background-color:#F5F4EF; 
    border:1px solid #ccc; 
    margin-bottom:10px; 
    -moz-border-radius-bottomleft:5px; 
    -moz-border-radius-bottomright:5px; 
    -moz-border-radius-topleft:5px; 
    -moz-border-radius-topright:5px; 
    -webkit-border-radius-bottomleft:5px; 
    -webkit-border-radius-bottomright:5px; 
    -webkit-border-radius-topleft:5px; 
    -webkit-border-radius-topright:5px; 
    border-radius-bottomleft:5px; 
    border-radius-bottomright:5px; 
    border-radius-topleft:5px; 
    border-radius-topright:5px 
}
.shadow{ 
    box-shadow: 3px 3px 7px #777; 
    -moz-box-shadow: 3px 3px 7px #777; 
    -webkit-box-shadow: 3px 3px 7px #777 
}  