body{
    background: #fff url(../img/bg.png) repeat-x 0 0;
    color: #666666;
    font-size: 13px;
    font-family: "Arial Rounded MT", Arial;
    margin: 0;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
}
img{
    border: 0;
    margin: 0;
    padding: 0;
}
input{
    background-color: #ccc;
    border: 0;
}
textarea{
    background-color: #ccc;
    border: 0;
}
sup { 
    font-size: .6em; 
} 
#corps{
    margin: 0 auto;
    width: 90%;
}
#entete{
    background: transparent url(../img/bandeau.jpg) no-repeat;
    width: 1000px;
    margin: 0;
    padding: 0;
}
#logo{
    width: 135px;
}
#legal{
    font-size: 10px;
    text-align: right;
    padding-top: 5px;
}
/* Langue */
.lang{
    position: relative;
    left: 845px;
    top: -137px;
    width: 155px;
    list-style:none;
    margin:0;
    padding:0;
}
ul.lang li{
    float:left;
    font-size:10px;
    line-height:10px;
}
ul.lang li a{
    background: transparent url(../img/lang2.png) no-repeat 0 0;
    color: white;
    display:block;
    margin-left:2px;
    padding:2px 0 5px;
    text-decoration:none;
    text-align:center;
    width:75px;
    height: 23px;
    text-transform:uppercase;
}
ul.lang li a:hover,ul.lang li.active a{
    background: transparent url(../img/lang1.png) no-repeat 0 0;
    text-transform:uppercase;
}
/* Contenu */
.s10{
    font-size: 10px;
}
.s12{
    font-size: 12px;
}
.s14{
    font-size: 14px;
}
.s16{
    font-size: 16px;
}
.s18{
    font-size: 18px;
}
.s24{
    font-size: 24px;
}
.orange{
    color: #ff6600;
}
.grey{
    background-color: #bbbbbb;
}
.bg_orange{
    background-color: #ff6600;
}
.rounded{
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
}
.black {
    color: #000;
}
.white {
    color: #fff;
}
.more_less{
    float: right;
    text-align: right;
}
/* Tableau do do not */
table.do{
    width: 100%;
    text-align: left;
}
table.do td.content {
    border-left: inset 2px #cccccc;
    padding: 5px;
}
table.do td.title {
    border-bottom: outset 2px #cccccc;
}
/* Formulaire contact */
table.contact{
    margin: 0 auto;
}
.submit{
    font-size: 11pt;
    border: 1px solid #333333;
    font-weight: bold;
}
/* Encars */
.right{
    float: right;
    width: 30%;
}
.map{
    float: right;
    width: 40%;
}
div.encars{
    float: right;
    padding: 5px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 15px;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    border-radius: 8px; 
    -moz-box-shadow: 1px 1px 13px #999;  
    -webkit-box-shadow: 1px 1px 13px #999;  
    box-shadow: 1px 1px 13px #999; 
}
/* Lien classique */
a {
    color: #ff6600;
    text-decoration: none;
    position: relative;
}
a:hover {
    color: #ff6600;
    text-decoration: underline;
}
a span {
    display: none;
}
a:hover span {
  position: absolute;
  top: -15px;
  left: 5px;
  display: block;
  background: #fdd;
  border: 1px solid red;
  }
.a_right{
    float: right;
}
.welcome{
    text-align: left;
    padding: 10px;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    border-radius: 8px; 
    -moz-box-shadow: 1px 1px 13px #999;  
    -webkit-box-shadow: 1px 1px 13px #999;  
    box-shadow: 1px 1px 13px #999; 
}
.left_menu{
    font-size: 14px;
}
.iperbill{
    background: transparent url(../img/s_iperbill.png) no-repeat;
}
.full{
    position: absolute;
    text-align: justify;
/*    width: 88%;*/
    width: 960px;
    padding: 5px;
    margin: 5px;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    border-radius: 8px;
    -moz-box-shadow: 1px 1px 13px #ff6600;  
    -webkit-box-shadow: 1px 1px 13px #ff6600;  
    box-shadow: 1px 1px 13px #ff6600; 
}
.full ul {
    list-style:none;
}
.full ul li {
    margin-top: 4px;
    color: #fff;
}
.full ul li a {
    color: white;
    display:block;
    margin-left:2px;
    padding: 5px 0 5px;
    text-decoration:none;
    text-align:center;
    font-weight: bold;
}
.full ul li a:hover {
    font-size: 14px;
    font-weight: bold;
}
div.seventy{
    width: 71%;
    max-width: 700px;
    min-width: 300px;
    padding: 5px;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    border-radius: 8px;
    -moz-box-shadow: 1px 1px 13px #ff6600;  
    -webkit-box-shadow: 1px 1px 13px #ff6600;  
    box-shadow: 1px 1px 13px #ff6600; 
    overflow: hidden;
    z-index:1;
}
div.thirty{
    width: 23%;
    max-width: 230px;
    min-width: 100px;
    z-index:1;
}
div.left{
    margin: 5px;
    float: left;
}
.images{
    clear: both;
    margin: 0 auto;
    padding: 10px;
    width: 580px;
    text-align: center;
}
#cadre{
    width: 700px;
    padding: 10px;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    border-radius: 8px; 
    -moz-box-shadow: 1px 1px 13px #999;  
    -webkit-box-shadow: 1px 1px 13px #999;  
    box-shadow: 1px 1px 13px #999; 
}
.rssinfo{
    width: 45%;
}
.rss {
    vertical-align: top;
    background-color: #fff; 
    margin-left: 2%;
    margin-right: 2%;
    border: solid 3px #fff;
    text-align: left;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    border-radius: 8px; 
    -moz-box-shadow: 1px 1px 13px #999;  
    -webkit-box-shadow: 1px 1px 13px #999;  
    box-shadow: 1px 1px 13px #999; 
}
.rss div{
    padding: 5px;
    overflow: hidden;
}
.rss .odd{
    background-color: #FFCC99;
}
