/* CSS Document */




#main {

clear:both;
z-index:100;
    width: 890px;
    padding: 0px ;
    margin: 310px 0 0;
*margin:0px;
}

#container {
    border: 1px solid #f1f1f1;
}

img {
    border: 0;
}

.tabs #cont.droite{
margin-right:39px;

}
ul.tabs {
width:894px;
    margin: 20px -15px 0 20px;
    border-bottom: 1px dotted #f1f1f1;
    height: 20px;
    padding: 0 px;
}

ul.tabs li a {
font-weight:bold;
font-size:13px;
    float: left;
    height: 19px;
    line-height: 20px;
    padding: 0 10px;
    border: 1px solid #f1f1f1;
    margin-right: 3px;
    margin-bottom: -1px;
}

ul.tabs li a.carousel-selected {
    background-color: #f1f1f1;
color:#87004e;
}

div.tabs {
    margin: 0 -15px 0 -15px;
    clear:both;
    height: 225px;
    overflow: hidden;
}

div.middle-tabs {
    width: 937px;
    overflow: auto;
}

div.inner-tabs {
    width: 2300px; /* 630*n + 20 */
    height: 300px;
}

div.tab {
    float: left;
    width: 937px;
    height: 280px;
    padding: 5px 15px;
}

div.tab p {
    padding-bottom: 7px;
    line-height: 16px;
}

.carousel {
    overflow: hidden;
}

.carousel .inner {
    
}

.carousel .middle {
    overflow: auto;
}


/* Example 1 ---------------------------------- */

#example-1 {
    border: 1px solid #AAC8FF;
    width: 937px;
    height: 223px;
}

#example-1 .middle {
    height: 240px;
}

#example-1 .slide {
    width: 937px;
    /*height: 200px;*/
    padding: 0px;
    float: left;
}

#tab-1 .controls {
   
    border: 1px solid #AAC8FF;
    border-top: 0;
    border-bottom: 0;
    padding: 7px 9px;
    margin-top: 5px;
}

#tab-1 .controls a {
    font-weight: bold;
}

.table-example-1 {
    margin-top: 10px;
    
    width: 100%;
}

.table-example-1 tr th,
.table-example-1 tr td {
    padding: 5px;
}

.table-example-1 tr td {
    background-color: #FFF;
}


/* Example 2 ---------------------------------- */

#example-2 {
   
    border: 1px solid #AAC8FF;
    width: 937px;
    height: 128px;
    margin-top: 15px;
}

#example-2 .middle {
    float: left;
    width: 937px;
    height: 150px;
}

#example-2 .inner img {
    float: left;
}

#example-2 a {
    float: left;
    width: 41px;
    height: 128px;
   
    text-align: center;
    text-decoration: none;    
    font-size: 36px;
    line-height: 120px;
}

#example-2 a.next {
    float: right;
}

#example-2 a:hover {
    color: #000;
}

#tab-2 ul li {
    display: block;
    padding-bottom: 5px;
}



