/* ######### CSS for Shade Tabs. Remove if not using ######### */

body #content ul{
list-style:none;
}

body #content #ticker ul a{
font-size:11px;
text-decoration:none;
color:#333333;
}

.Onglet1{
display:block;
float:left;
border:1px dotted #63614f;
width: 560px;
margin-bottom: 1em; 
padding: 10px;
background:#d1c8a6;
font: 1em Verdana;
}

.Onglet2{
display:block;
float:left;
border:1px dotted #63614f;
width: 740px;
margin-bottom: 1em; 
padding: 10px;
background:#d1c8a6;
font: 1em Verdana;
}

.Onglet3{
display:block;
float:left;
border:1px dotted #63614f;
width: 515px;
margin-bottom: 1em; 
padding: 10px;
background:#d1c8a6;
font: 1em Verdana;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 0.9em Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li{
display: inline;
margin: 0;
}
.shadetabs li a{
display:block;
float:left;
width:100px;
height:30px;
text-decoration: none;
text-align:center;
padding: 3px 7px;
margin-right: 0;
color: #2d2b2b;
background: #ebe9d7 ;
border:1px dotted #63614f;
border-bottom:0px;
outline: none;
}
.shadetabs li a:visited{
color: #2d2b2b;
}
.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
background-color:#d1c8a6;
}
.shadetabs li a.selected{
position: relative;
top: 1px;
background-color:#d1c8a6;
}



/***************************   ELEMENT ONGLETS POUR PUBLICATION ***************************/
.shadetabs2{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 0.9em Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs2 li{
display: inline;
margin: 0;
}
.shadetabs2 li a{
display:block;
float:left;
width:110px;
height:30px;
text-decoration: none;
text-align:center;
padding: 3px 7px;
margin-right: 0;
color: #2d2b2b;
background: #ebe9d7 ;
border:1px dotted #63614f;
border-bottom:0px;
outline: none;
}
.shadetabs2 li a:visited{
color: #2d2b2b;
}
.shadetabs2 li a:hover{
text-decoration: underline;
color: #2d2b2b;
background-color:#d1c8a6;
}
.shadetabs2 li a.selected{
position: relative;
top: 1px;
background-color:#d1c8a6;
}

/************************ FIN MODULE PUBLICATION ******************/

/***************************   ELEMENT ONGLETS PLUS LARGES ***************************/
.shadetabs3{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 0.9em Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs3 li{
display: inline;
margin: 0;
}
.shadetabs3 li a{
display:block;
float:left;
width:150px;
height:30px;
text-decoration: none;
text-align:center;
padding: 3px 7px;
margin-right: 0;
color: #2d2b2b;
background: #ebe9d7 ;
border:1px dotted #63614f;
border-bottom:0px;
outline: none;
}
.shadetabs3 li a:visited{
color: #2d2b2b;
}
.shadetabs3 li a:hover{
text-decoration: underline;
color: #2d2b2b;
background-color:#d1c8a6;
}
.shadetabs3 li a.selected{
position: relative;
top: 1px;
background-color:#d1c8a6;
}

/***************************   ELEMENT ONGLETS PLUS HAUT ***************************/
.shadetabs4{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 0.9em Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs4 li{
display: inline;
margin: 0;
}
.shadetabs4 li a{
display:block;
float:left;
width:150px;
height:40px;
text-decoration: none;
text-align:center;
padding: 3px 7px;
margin-right: 0;
color: #2d2b2b;
background: #ebe9d7 ;
border:1px dotted #63614f;
border-bottom:0px;
outline: none;
}
.shadetabs4 li a:visited{
color: #2d2b2b;
}
.shadetabs4 li a:hover{
text-decoration: underline;
color: #2d2b2b;
background-color:#d1c8a6;
}
.shadetabs4 li a.selected{
position: relative;
top: 1px;
background-color:#d1c8a6;
}
/************************ FIN  ******************/

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

