@charset "UTF-8";
/* CSS Document */

/*************************************************/
/**   JQUERY							REV.22/11/2012				**/
/*************************************************/


/* _________________ Miniature Photo _________________  */
#screenshot {
    position:absolute;
    border:1px solid #ccc;
    background:#F4F4F4;
    display:none;
    color:#fff;
    padding:5px;
}

/* _________________ Auto-Suggestion _________________  */
.suggestionsBox {
    background-color: #DDEEEE;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    display: block;
    left: -42px;
    margin:-45px 50px 0;
    position: absolute;
    width: 200px;
    z-index: 9999;
}
.suggestionList {
    background-color: #DDEEEE;
    margin: -4px 0 0;
    max-height: 150px;
    overflow: auto;
}
.suggestionList li {
    cursor:pointer;
    list-style-type:none;
    color:#1C74A7;
    font-weight:500;
    margin:0 0 2px 10px;
    font-size:12px;
}

.suggestionList li:hover {
    background-color:#FFD7D7;
}


/* _________________________________________________________ */
.loadmore{
    display:none;
    background:url('../images/jquery_general/loadcomment.gif') no-repeat;
    width:220px;
    height:20px;
    margin:0 auto;
    text-align: center;
    color:#E35573;
    font-size:12px;
}


/* _________________________________________________________ Onglets Style1 */

ul.Onglets_Style1{
width:100%;
overflow:hidden;
}

ul.Onglets_Style1 li{

list-style-type:none;
display:block;
float:left;
margin-right:5px;
cursor:pointer;
color: #757575;
padding: 5px 10px 5px;
font-size: 13px;
background-color: #F0F0F0;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

ul.Onglets_Style1 li:hover {
background-color:#FFFFFF;
color:#C10707;
}

ul.Onglets_Style1 li.current {
background-color:#BEBFBE;
color:#ffffff;
}

.Contenu_Style1 {
display:none;
overflow:hidden;
border: 1px solid #bebfbe;
padding: 5px 20px 25px;
background-color: #ffffff;
margin-bottom: 10px;
}
#Style1-Liste{
    display:block;
}

/* __________________________ Onglets Style2 */

ul.Onglets_Style2{
width:100%;
overflow:hidden;
}

ul.Onglets_Style2 li{

list-style-type:none;
display:block;
float:left;
margin-right:5px;
cursor:pointer;
color: #757575;
padding: 5px 10px 5px;
font-size: 13px;
background-color: #F0F0F0;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

ul.Onglets_Style2 li:hover {
background-color:#FFFFFF;
color:#254D95;
}

ul.Onglets_Style2 li.current {
background-color:#E11C15;
color:#ffffff;
}

.Contenu_Style2 {
display:none;
overflow:hidden;
border: 1px solid #bebfbe;
padding: 5px 20px 25px;
background-color: #ffffff;
margin-bottom: 10px;
border-radius:		    10px;
-moz-border-radius:     10px;
-khtml-border-radius:   10px;
-webkit-border-radius: 	10px;
}