/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #CCCCCC;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: .1rem;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 2.2rem 0 2.2rem;
}

.GB_Gallery .content {
    background-color: #fff;
    border: .3rem solid #ddd;
}

.GB_header {
    top: 1rem;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: .2rem solid #555;
    border-top: .2rem solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: .2rem 2rem .2rem 2rem;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 2rem;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 1rem;
}

#GB_middle .right {
    padding-left: 1rem;
}


.GB_Window .content {
    background-color: #fff;
    border: .3rem solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: .1rem solid #aaa;
    border-top: .1rem solid #999;
    border-left: .3rem solid #ccc;
    border-right: .3rem solid #ccc;
    margin: 0;

    height: 2.2rem;
    font-size: 1.2rem;
    padding: .3rem 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 1.2rem;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 2rem;
    border: none;
}

.GB_Window .close { text-align: right; border: none;}
.GB_Window .close span { 
    font-size: 1.2rem;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 .3rem 0 0;
}

.GB_Window .on { border-bottom: .1rem solid #333; }
.GB_Window .click { border-bottom: .1rem solid red; }

/************* CUSTOMISATION DES POPIN GREYBOX **********/
div#GB_window div table.header {
    display: none;
}

.newPopup #popupPage #popupContent{
    margin-top: 1rem;
    font-family: "Open Sans", sans-serif;
}

.newPopup #popupPage{
    overflow: hidden;
}

.newPopup #popupPage #popupContent h2.h2popin{
    background-image: none;
    color:#051039;
    text-transform:uppercase;
    font-size: 2.3rem;
    margin-top: 2rem;
    text-align: center;
    font-family: 'eim';    
}

.newPopup #popupPage #popupContent h3.h3popin{
    background-image: none;
    color:#4492FE;
    font-size: 2.2rem;    
    margin: 0;
}

.newPopup #popupPage #popupContent div.popupComment, .newPopup #popupPage #popupContent div.popupText{
    color: #051039;
}

.newPopup #popupPage #popupContent div.popupComment, .newPopup #popupPage #popupContent div.popupCommentImg{
    padding-top: 1.5rem;
}

.newPopup #popupPage #popupContent div.popupComment#popupWithImg, .newPopup #popupPage #popupContent span.imgpopin{
    width:50%;
}

.GB_Window .content {
    border: 1rem solid #ffc700;
   	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

.newPopup #popupImage{
    margin-left: 0;
    margin-top: 0;
}

.newPopup #popupImage .champImg{
    margin: auto;
    margin-top: 2rem;
}

.newPopup #popupPage #popupContent .popupCommentImg,.newPopup #popupPage #popupContent div.popupComment#popupWithImg,.newPopup #popupPage #popupContent span.imgpopin{
    display:inline-block;
}

#popinCloseButton{
    padding-right: 2rem;
}
