* {
    MARGIN: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

A {
    BORDER-BOTTOM: 0px;
    BORDER-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: 0px;
    PADDING-TOP: 0px;
    OUTLINE-STYLE: none;
    OUTLINE-COLOR: invert;
    OUTLINE-WIDTH: medium;
    TEXT-DECORATION: none;
}

IMG {
    BORDER-BOTTOM: 0px;
    BORDER-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    BORDER-TOP: 0px;
    BORDER-RIGHT: 0px;
    PADDING-TOP: 0px;
}

BODY {
    TEXT-ALIGN: center;
    background: url("images/fond3.gif");
    FONT: 11px Verdana, Arial, Helvetica, sans-serif;
    HEIGHT: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

HTML {
    HEIGHT: 100%;
    margin: 0;
    padding: 0;
}

A:focus {
    OUTLINE-STYLE: none;
    OUTLINE-COLOR: invert;
    OUTLINE-WIDTH: 0px
}

A.normal {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    COLOR: #083b5b;
    BORDER-TOP: medium none;
    TEXT-DECORATION: none
}

.clearer {
    HEIGHT: 0px;
    CLEAR: both
}


/* ------- CALAGE PRINCIPAL ------- */

DIV#main {
    width: 100%;
    HEIGHT: 100%;
}

DIV#main DIV#spacer_top {
    /* marge supérieure */
    HEIGHT: 22%;
    min-height: 139px;
    margin-top: -139px;
    width: 100%;
}

DIV#main DIV#content {
    HEIGHT: 78%;
    width: 100%;
}

DIV#main DIV#content DIV#spacer_left {
    /* marge G */
    WIDTH: 22.55%;
    margin-left: -230px;
    FLOAT: left;
    HEIGHT: 100%;
}

DIV#main DIV#content DIV#menu_content {
    /* colonne menu */
    FLOAT: left;
    WIDTH: 10%;
    padding-left: 98px;
    min-width: 104px;
    /* 102 : sur la base résol 1020 ---- 104 prov sur la base des 202 car logo 166 */
    HEIGHT: 100%;
    text-align: right;
}

DIV#main DIV#content DIV#spacer_content {
    /* espace V entre menu et fenetre principale */
    WIDTH: 11.1%;
    FLOAT: left;
    HEIGHT: 100%;
    margin-left: -113px;
}

DIV#main DIV#content DIV#fenetre_page_1,
DIV#main DIV#content DIV#fenetre_page_2 {
    height: 100%;
    overflow: hidden;
    _overflow: visible;
    padding-bottom: 139px;
}

DIV#main DIV#content DIV#spacer_right {
    /* marge D */
    WIDTH: 22.55%;
    FLOAT: right;
    HEIGHT: 100%;
    margin-left: -230px;
}


/* ------- FIN CALAGE PRINCIPAL ------- */


/* ------- CALAGE COLONNE MENU ------- */

DIV#main DIV#content DIV#menu_content DIV#cadre_logo {
    height: 90px;
    background-color: #FFF;
    width: 100%;
    padding-left: 98px;
    margin-left: -98px;
    position: relative;
}

DIV#main DIV#content DIV#menu_content DIV#cadre_logo DIV#logo {
    margin-right: 18px;
    position: absolute;
    right: 0px;
}

DIV#main DIV#content DIV#menu_content DIV#spacer_menu {
    MARGIN-TOP: -69px;
    HEIGHT: 14%;
    min-height: 69px;
    width: 100%;
    position: relative;
}

DIV#main DIV#content DIV#menu_content DIV#calage_V_menu {
    height: 57.79%;
    min-height: 284px;
    padding-bottom: 257px;
    position: relative;
    width: 100%;
}

DIV#main DIV#content DIV#menu_content DIV#calage_V_menu DIV#menu {
    BACKGROUND-COLOR: #FFF;
    HEIGHT: 75.78%;
    /* par rapport à la hauteur du parent (contenu_Page_1) hors padding */
    padding-bottom: 275px;
    text-align: right;
    padding-left: 98px;
    margin-left: -98px;
}

DIV#footer {
    TEXT-ALIGN: right;
    background-color: #FFF;
    height: 100px;
    /* 51 */
    width: 100%;
    position: absolute;
    bottom: 0px;
    padding-left: 98px;
    margin-left: -98px;
}

DIV#footer P {
    line-height: 1.4;
    COLOR: #333333;
    FONT-SIZE: 11px;
    LIST-STYLE-TYPE: none;
    text-decoration: none;
    width: 166px;
    position: absolute;
    right: 18px;
    bottom: 20px;
    text-align: right;
}

DIV#footer P SPAN {
    COLOR: #666;
}

DIV#footer P SPAN:hover {
    COLOR: #333;
    text-decoration: underline
}


/* ------- FIN CALAGE COLONNE MENU ------- */


/* ------- MENU - NAVIGATION ------- */

.navigation {
    /* pour menu */
    LIST-STYLE-TYPE: none;
    width: 202px;
    position: absolute;
    right: 0px;
    HEIGHT: 100%;
    TOP: 30%;
    margin-top: -110px;
}

.navigation LI {
    LIST-STYLE-TYPE: none;
}

.navigation LI A {
    /* 1er sous-menu (accueil) */
    TEXT-ALIGN: right;
    PADDING-BOTTOM: 34px;
    TEXT-TRANSFORM: uppercase;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 18px;
    DISPLAY: block;
    FONT-SIZE: 12px;
    TEXT-DECORATION: none;
    PADDING-TOP: 3px;
}

.navigation .projets,
.navigation .accueil {
    /* menu niveau 1 */
    MARGIN-BOTTOM: 34px;
}

.navigation LI.projets A,
.navigation LI.accueil A {
    /* menu niveau 1 */
    TEXT-ALIGN: right;
    PADDING-BOTTOM: 4px;
    TEXT-TRANSFORM: uppercase;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 18px;
    DISPLAY: block;
    FONT-SIZE: 12px;
    TEXT-DECORATION: none;
    PADDING-TOP: 3px;
    COLOR: #4D4D4D;
}

.navigation .projets UL LI,
.navigation .accueil UL LI {
    /* menu niveau 2 */
    MARGIN: 9px 0px 0px
}

.navigation .projets UL LI A,
.navigation .accueil UL LI A {
    /* menu niveau 2 non sélectionné */
    TEXT-ALIGN: right;
    PADDING-BOTTOM: 2px;
    /* influe sur les interlignes des sous-rubriques et la hauteur des rectangles */
    TEXT-TRANSFORM: uppercase;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 7px;
    FONT-SIZE: 11px;
    MARGIN-RIGHT: 7px;
    BORDER-RIGHT: #FFF 4px solid;
    PADDING-TOP: 1px;
    /* influe sur les interlignes des sous-rubriques et la hauteur des rectangles */
    DISPLAY: block;
    COLOR: #737373;
}

.navigation .projets UL LI UL LI A {
    /* menu niveau 3 */
    PADDING-BOTTOM: 1px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 7px;
    COLOR: #a6a6a6;
    FONT-SIZE: 11px;
    PADDING-TOP: 2px
}

.navigation .projets a.selected,

/* OK : NIVEAU 1 sélectiionné et survol*/

.navigation .projets UL LI UL LI a:hover,
.navigation .accueil a.selected,
.navigation .accueil UL LI UL LI a:hover {
    color: #000
}

ul.navigation ul li span {
    /* agit sur menu niv 1 à 3 */
    color: #FFF/* COULEUR DES MENUS NIVEAU 2 NON SELECTIONNES qui apparaissent un peu au clic */
}

.navigation .projets UL LI A:hover,
.navigation .accueil UL LI A:hover {
    /* MENUS NIVEAU 2 */
    DISPLAY: block;
    color: #333;
    HEIGHT: 10px;
}


/**/

.navigation .accueil UL LI#ct10 A,
.navigation .accueil UL LI#ct11 A,
.navigation .accueil UL LI#ct12 A,
.navigation .accueil UL LI#ct13 A,
.navigation .accueil UL LI#ct14 A,
.navigation .accueil UL LI#ct15 A {
    DISPLAY: block;
    HEIGHT: 10px;
    COLOR: #737373;
    BORDER-RIGHT: #FFF 4px solid
}

.navigation .accueil UL LI#ct10 A:hover,
.navigation .accueil UL LI#ct10 A.selected {
    COLOR: #000;
    BORDER-RIGHT: #ff5c36 4px solid
}

.navigation .accueil UL LI#ct11 A:hover,
.navigation .accueil UL LI#ct11 A.selected {
    COLOR: #000;
    BORDER-RIGHT: #ff5c36 4px solid
}

.navigation .accueil UL LI#ct12 A:hover,
.navigation .accueil UL LI#ct12 A.selected {
    COLOR: #000;
    BORDER-RIGHT: #ff9b29 4px solid
}

.navigation .accueil UL LI#ct13 A:hover,
.navigation .accueil UL LI#ct13 A.selected {
    COLOR: #000;
    BORDER-RIGHT: #f5cc00 4px solid
}

.navigation .accueil UL LI#ct14 A:hover,
.navigation .accueil UL LI#ct14 A.selected {
    COLOR: #000;
    BORDER-RIGHT: #d9d900 4px solid
}

.navigation .accueil UL LI#ct15 A:hover,
.navigation .accueil UL LI#ct15 A.selected {
    COLOR: #000;
    BORDER-RIGHT: #b0d10D 4px solid
}


/* menu niveau 3 non sélectionné */

.navigation .projets UL LI#ct20 A.closed,
.navigation .projets UL LI#ct21 A.closed,
.navigation .projets UL LI#ct22 A.closed,
.navigation .projets UL LI#ct23 A.closed,
.navigation .projets UL LI#ct24 A.closed,
.navigation .projets UL LI#ct25 A.closed,
.navigation .projets UL LI#ct20a A.closed,
.navigation .projets UL LI#ct21a A.closed,
.navigation .projets UL LI#ct22a A.closed,
.navigation .projets UL LI#ct23a A.closed,
.navigation .projets UL LI#ct24a A.closed,
.navigation .projets UL LI#ct25a A.closed {
    COLOR: #999;
    BORDER-RIGHT-COLOR: #fff;
    FONT-WEIGHT: normal
}


/* menu niveau 2 sélectionné --------------- A REPRENDRE, MELANGE menu 2 sélectionné ou pas */

.navigation .projets UL LI#ct20a A,
.navigation .projets UL LI#ct20 A:focus,
.navigation .projets UL LI#ct20 A:hover {
    DISPLAY: block;
    HEIGHT: 10px;
    COLOR: #000;
    BORDER-RIGHT: #66CF32 4px solid
}

.navigation .projets UL LI#ct21a A,
.navigation .projets UL LI#ct21 A:focus,
.navigation .projets UL LI#ct21 A:hover {
    DISPLAY: block;
    HEIGHT: 10px;
    COLOR: #000;
    BORDER-RIGHT: #28C397 4px solid
}

.navigation .projets UL LI#ct22a A,
.navigation .projets UL LI#ct22 A:focus,
.navigation .projets UL LI#ct22 A:hover {
    DISPLAY: block;
    HEIGHT: 10px;
    COLOR: #000;
    BORDER-RIGHT: #29A5EC 4px solid
}

.navigation .projets UL LI#ct23a A,
.navigation .projets UL LI#ct23 A:focus,
.navigation .projets UL LI#ct23 A:hover {
    DISPLAY: block;
    HEIGHT: 10px;
    COLOR: #000;
    BORDER-RIGHT: #707AFF 4px solid
}

.navigation .projets UL LI#ct24a A,
.navigation .projets UL LI#ct24 A:focus,
.navigation .projets UL LI#ct24 A:hover {
    DISPLAY: block;
    HEIGHT: 10px;
    COLOR: #000;
    BORDER-RIGHT: #A23CF0 4px solid;
}

.navigation .projets UL LI#ct25a A,
.navigation .projets UL LI#ct25 A:focus,
.navigation .projets UL LI#ct25 A:hover {
    DISPLAY: block;
    HEIGHT: 10px;
    COLOR: #000;
    BORDER-RIGHT: #BF1DA4 4px solid;
}


/* menu niveau 2 non sélectionné */

DIV #ct20 A,
DIV #ct21 A,
DIV #ct22 A,
DIV #ct23 A,
DIV #ct24 A,
DIV #ct25 A {
    DISPLAY: block;
    HEIGHT: 10px;
    BORDER-RIGHT: #FFF 4px solid
}

.navigation .projets UL LI UL LI {
    MARGIN: 0px;
}


/* menu niveau 3 sélectionné */

.navigation .projets UL.open_at_load LI#ct20a A.selected,
.navigation .projets .toggleSubMenu_02 UL#special_01 LI A:hover,
.navigation .projets UL.open_at_load LI#ct20a A:hover {
    COLOR: #40B009;
    BORDER-RIGHT-COLOR: #fff;
}

.navigation .projets UL.open_at_load LI#ct21a A.selected,
.navigation .projets .toggleSubMenu_02 UL#special_02 LI A:hover,
.navigation .projets UL.open_at_load LI#ct21a A:hover {
    COLOR: #23A681;
    BORDER-RIGHT-COLOR: #FFF;
}

.navigation .projets UL.open_at_load LI#ct22a A.selected,
.navigation .projets .toggleSubMenu_02 UL#special_03 LI A:hover,
.navigation .projets UL.open_at_load LI#ct22a A:hover {
    COLOR: #1283C5;
    BORDER-RIGHT-COLOR: #fff;
}

.navigation .projets UL.open_at_load LI#ct23a A.selected,
.navigation .projets .toggleSubMenu_02 UL#special_04 LI A:hover,
.navigation .projets UL.open_at_load LI#ct23a A:hover {
    COLOR: #4F5BDC;
    BORDER-RIGHT-COLOR: #fff;
}

.navigation .projets UL.open_at_load LI#ct24a A.selected,
.navigation .projets .toggleSubMenu_02 UL#special_05 LI A:hover,
.navigation .projets UL.open_at_load LI#ct24a A:hover {
    COLOR: #8533CC;
    BORDER-RIGHT: #FFF 4px solid
}

.navigation .projets UL.open_at_load LI#ct25a A.selected,
.navigation .projets .toggleSubMenu_02 UL#special_06 LI A:hover,
.navigation .projets UL.open_at_load LI#ct25a A:hover {
    COLOR: #991C84;
    BORDER-RIGHT: #FFF 4px solid;
}

.navigation .projets .toggleSubMenu_02 UL LI A,
.toggleSubMenu_02 UL LI A:hover,
.subMenu_02 A:hover,
.navigation .projets .open_at_load_02 LI A {
    TEXT-ALIGN: right;
    TEXT-TRANSFORM: none;
    BORDER-RIGHT: #F00
}


/* ------ FIN MENU - NAVIGATION ------- */


/* ------- PAGE 1 : CALAGE VERTICAL ------- */

DIV#main DIV#content DIV#fenetre_page_1 DIV#bandeau_90 {
    height: 90px;
    background: url("images/accueil/bandeau_F.jpg") no-repeat 100% 0;
    background-color: #FFF;
    position: relative;
}

DIV#main DIV#content DIV#fenetre_page_1 DIV#spacer_H1 {
    HEIGHT: 14%;
    min-height: 69px;
    /* à voir compatibilité avec IE 5 et 6 */
    MARGIN-TOP: -69px;
    position: relative;
}

DIV#main DIV#content DIV#fenetre_page_1 DIV#contenu_Page_1 {
    /* correspond à la fenêtre de la page 1 */
    height: 57.79%;
    background-color: #FFF;
    padding-bottom: 257px;
    position: relative;
    overflow: visible;
    min-width: 820px;
    /* pour le cas d'un résol < 1020, la page 1 s'affiche correctement jusqu'à résol de 996 ------ A VOIR pour descendre jusqu'à  une résol de 972 avec colonnes à 386px et min-width: 772 ----------- A VOIR AVEC COLONNES */
}

DIV#main DIV#content DIV#fenetre_page_1 DIV#contenu_Page_1 DIV#calageV1 {
    /* correspond au bloc menu, pour page 2 : calage en absolute bottom des photos de la galerie  */
    HEIGHT: 75.78%;
    /* par rapport à la hauteur du parent (contenu_Page_1) hors padding */
    padding-bottom: 275px;
}


/* ------- FIN PAGE 1 : CALAGE VERTICAL ------- */


/* ------- PAGE 1 : COMPOSITION GLOBALE ------- */

DIV#P1_marges_V {
    WIDTH: 11.48%;
    margin-left: -80px;
    FLOAT: left;
    HEIGHT: 100%;
}

DIV#P1_colonne_G,

/* colonne gauche */

DIV#P1_colonne_D
/* colonne droite */

{
    FLOAT: left;
    WIDTH: 32.78%;
    padding-right: 120px;
    padding-bottom: 257px;
    HEIGHT: 100%;
    position: relative;
    min-height: 284px;
}

DIV#P1_colonne_absolue {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

DIV#P1_marges_H {
    WIDTH: 100%;
    margin-top: -31px;
    HEIGHT: 8.4%;
    position: relative;
}


/* PAGE 1 - DETAIL */

DIV#P1_intro {
    WIDTH: 100%;
    top: 0px;
    HEIGHT: 71px;
    position: relative;
}

DIV#P1_intro p {
    /* texte */
    position: relative;
    margin-bottom: 4px;
    text-align: left;
    line-height: 14px;
    font-size: 11px;
}

DIV#P1_rubrique_1_img {
    WIDTH: 100%;
    HEIGHT: 29.57%;
    padding-bottom: 52px;
    position: relative;
    overflow: hidden;
}

DIV#P1_rubrique_1_img p {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -121px;
    /* moitié de la hauteur de l'image */
    margin-left: -229px;
    /* moitié de la largeur de l'image */
    overflow: hidden;
}

DIV#P1_cadre_inf {
    /* cadre inférieur de la colonne G */
    HEIGHT: 36.83%;
    position: relative;
    width: 100%;
}

DIV#P1_rubrique_2_img {
    WIDTH: 30.50%;
    padding-right: 61px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    overflow: hidden;
}

DIV#P1_rubrique_2_img p {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -120px;
    /* moitié de la hauteur de l'image */
    margin-left: -103px;
    /* moitié de la largeur de l'image */
}

DIV#P1_cadre_txt {
    /* cadre texte de la colonne G*/
    WIDTH: 34.48%;
    padding-left: 61px;
    right: 0px;
    overflow: hidden;
    height: 100%;
    top: 0px;
    bottom: 0px;
    position: absolute;
}

DIV#P1_rubrique_3_img {
    WIDTH: 100%;
    HEIGHT: 37.4%;
    padding-bottom: 42px;
    position: relative;
    overflow: hidden;
}

DIV#P1_rubrique_3_img p {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -146px;
    /* moitié de la hauteur de l'image */
    margin-left: -230px;
    /* moitié de la largeur de l'image */
}

DIV#P1_cadre_2_inf {
    /* cadre inférieur de la colonne D */
    HEIGHT: 37.4%;
    padding-bottom: 51px;
    position: relative;
    width: 100%;
}

DIV#P1_rubrique_4_img {
    WIDTH: 50.45%;
    HEIGHT: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 51px;
}

DIV#P1_rubrique_4_img p {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -167px;
    /* moitié de la hauteur de l'image */
    margin-left: -113px;
    /* moitié de la largeur de l'image */
}

DIV#P1_cadre_txt_2 {
    /* cadre texte de la colonne D */
    WIDTH: 14.53%;
    padding-left: 122px;
    right: 0px;
    overflow: hidden;
    height: 100%;
    top: 0px;
    bottom: 0px;
    position: absolute;
}

DIV#P1_rubrique_1_txt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-bottom: 15px;
    text-align: left;
    height: 82px;
    margin: 0 0 15px 0;
}

DIV#P1_rubrique_2_txt {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding-bottom: 15px;
    text-align: left;
}

DIV#P1_rubrique_3_txt {
    position: absolute;
    left: 0px;
    top: 0px;
    padding-bottom: 15px;
    width: 100%;
    text-align: left;
}

DIV#P1_rubrique_4_txt {
    position: absolute;
    bottom: 66%;
    left: 0px;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: -65px;
    text-align: left;
}

DIV#P1_rubrique_5_txt {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: left;
    padding-bottom: 15px;
}

DIV#P1_rubrique_1_txt p,
DIV#P1_rubrique_2_txt p,
DIV#P1_rubrique_3_txt p,
DIV#P1_rubrique_4_txt p,
DIV#P1_rubrique_5_txt p {
    margin-top: -3px;
    padding-bottom: 5px;
    color: #000;
}


/* RUBRIQUES : SUITE, EN CONSTRUCTION, TITRES */

DIV#P1_R_suite {
    position: absolute;
    right: 0px;
    bottom: 0px;
    HEIGHT: 11px;
    text-align: right;
    background-image: url(images/accueil/fleche_d.gif);
    background-repeat: no-repeat;
    background-position: right;
}

DIV#P1_R_suite P {
    margin-top: -1px;
    color: #666;
    font-size: 10px;
}

DIV#P1_R_suite P:hover {
    color: #000;
}

DIV#P1_R_construction {
    position: absolute;
    right: 0px;
    bottom: 0px;
    text-align: right;
    font-size: 9px;
    color: #5D5D5D;
}

DIV#P1_R1_titre {
    /* titre R1 en bas à gauche */
    position: absolute;
    left: 25px;
    bottom: 0px;
    width: 20px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

DIV#P1_R1_titre:hover,
div#P1_rubrique_1_img:hover DIV#P1_R1_titre {
    background-image: url(images/accueil/R1_titre_s.png);
    /* titre R1 en bas à gauche */
}

DIV#P1_R2_titre {
    /* titre R2 en bas à gauche */
    position: absolute;
    right: 25px;
    bottom: 0px;
    width: 20px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

DIV#P1_R2_titre:hover,
div#P1_rubrique_2_img:hover DIV#P1_R2_titre {
    background-image: url(images/accueil/R2_titre.png);
    /* titre R2 en bas à gauche */
}

DIV#P1_R3_titre {
    /* titre R3 en haut à droite */
    position: absolute;
    left: 25px;
    top: 0px;
    width: 20px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
}

DIV#P1_R3_titre:hover,
div#P1_rubrique_3_img:hover DIV#P1_R3_titre {
    background-image: url(images/accueil/R3_titre.png);
    /* titre R3 en haut à droite */
}

DIV#P1_R4_titre {
    /* titre R4 en bas à droite */
    position: absolute;
    height: 100%;
    right: 25px;
    bottom: 0px;
    width: 20px;
    color: #FFF;
    background-repeat: no-repeat;
    background-position: bottom;
}

DIV#P1_R4_titre:hover,
div#P1_rubrique_4_img:hover DIV#P1_R4_titre {
    background-image: url(images/accueil/R4_titre.png);
    /* titre R4 en bas à droite */
}


/* ------- FIN PAGE 1 : COMPOSITION ------- */


/* ------- PAGE 2 : CALAGE VERTICAL ------- */

DIV#main DIV#content DIV#fenetre_page_2 DIV#bandeau_90 {
    height: 90px;
    position: relative;
}

DIV#main DIV#content DIV#fenetre_page_2 DIV#spacer_H1 {
    HEIGHT: 14%;
    min-height: 69px;
    /* à voir compatibilité avec IE 5 et 6 */
    MARGIN-TOP: -69px;
    position: relative;
}

DIV#contenu_page_2 {
    /* correspond à la fenêtre de la page 1, POUR CALAGE VIGNETTES */
    height: 58%;
    min-height: 285px;
    /* à voir compatibilité avec IE 5 et 6 */
    padding-bottom: 256px;
    /* -1px par rapport à page 1 à cause de la bordure de 1px des vignettes */
    position: relative;
    float: left;
}

DIV#calage_V_gde_photo {
    /* pour même calage que le bas du menu , POUR CALAGE GDE PHOTOS*/
    HEIGHT: 75.78%;
    min-height: 216px;
    /* à voir compatibilité avec IE 5 et 6 */
    padding-top: 275px;
    position: relative;
    float: left;
    width: 100%;
}


/* ------- FIN PAGE 2 : CALAGE VERTICAL ------- */


/* ------- PAGE 2 : COMPOSITION ------- */

DIV#gde_photo_content {
    /* pour position V */
    left: 413px;
    /* 50% de 826px, largeur maxi */
    position: absolute;
    bottom: 0px;
    text-align: center;
}

DIV#cadre_photo {
    /* pour position H */
    position: relative;
    left: -50%;
    width: 100%;
}

DL#photo,
DL#photo IMG {
    VERTICAL-ALIGN: bottom;
}

DIV#legende {
    TEXT-TRANSFORM: uppercase;
    background-color: #FFF;
    overflow: hidden;
    height: 10px;
    padding-bottom: 3px;
    padding-right: 15px;
    padding-left: 15px;
    position: absolute;
    FONT-SIZE: 9px;
    COLOR: #666;
    top: -18px;
    right: 0px;
    letter-spacing: 0px;
}

DIV#message {
    /* page en construction */
    TEXT-TRANSFORM: uppercase;
    background-color: #FFF;
    text-align: center;
    height: auto;
    width: 200px;
    padding-bottom: 2px;
    position: absolute;
    FONT-SIZE: 14px;
    COLOR: #666;
    top: -405px;
    left: -100px;
    letter-spacing: 1px;
}


/* ------- FIN PAGE 2 : COMPOSITION ------- */


/* ------ PAGE 2 : GALERIE ------- */

DIV#little_vignette {
    HEIGHT: 51px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 820px;
}

div#image_info img {
    cursor: pointer;
}

DIV#commentaire {
    POSITION: absolute;
    BOTTOM: 0px;
    TEXT-ALIGN: justify;
    FILTER: alpha(opacity=90);
    BACKGROUND-COLOR: #fff;
    PADDING-LEFT: 5px;
    WIDTH: 210px;
    PADDING-RIGHT: 5px;
    HEIGHT: 100%;
    COLOR: #000;
    -moz-opacity: 0.9;
    opacity: 0.9;
    left: 0px;
    MARGIN-LEFT: 520px
}


/*div#image_info:hover div#commentaire{
display:block;
}*/

DIV#commentaire P {
    PADDING-BOTTOM: 10px;
    PADDING-LEFT: 14px;
    PADDING-RIGHT: 14px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    LETTER-SPACING: -1px;
    FONT-SIZE: 11px;
    PADDING-TOP: 0px
}

div#commentaire p a {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #666;
    text-align: left;
    font-size: 11px;
    /*	text-decoration:underline;*/
    LETTER-SPACING: 0px;
}

div#commentaire p a:hover {
    color: #000;
    text-decoration: underline;
}

.hidden {
    display: none;
}

.visible {
    display: inline;
}


/*GALERIE*/


/* div#big_vignette{height:580px;} */

div#image_info {
    float: left;
    position: relative;
    height: 50px;
    /* 50px */
    border: 0px solid #fff;
    border-width: 0px 0px 1px 0px;
    /* 1px 0 1px 1px;*/
}

div#support {
    float: left;
    width: 789px;
    height: 50px;
    position: relative;
    overflow: hidden;
    border: 0px solid #fff;
}

div#support_special {
    left: 37px;
    height: 50px;
    position: absolute;
    background-color: #E5E5E5;
}

div#bt_01 {
    height: 49px;
    float: left;
    cursor: pointer;
    position: relative;
    left: -601px;
}

div#bt_02 {
    height: 49px;
    cursor: pointer;
    float: left;
    position: relative;
    left: -85px;
}

div#bt_01 img,
div#bt_02 img {
    width: 40px;
    height: 49px;
}

div#bt_01 img:hover {
    cursor: url("images/left.ico"), pointer;
}

div#bt_02 img:hover {
    cursor: url("images/right.ico"), pointer;
}

div#support div#contenu {
    position: absolute;
    left: 0;
    height: 50px;
}

ul#galerie_mini {
    margin: 0 0 0 0;
    padding: 0;
    list-style-type: none;
}

ul#galerie_mini li {
    float: left;
    margin: 0 0 0 0;
    padding: 0;
}

ul#galerie_mini li a img {
    /* contrôle l'opacité des vignettes non sélectionnées */
    float: left;
    height: 50px;
    /*border:1px dotted green;*/
    filter: alpha(opacity=35);
    /* 50 */
    -moz-opacity: 0.35;
    /* 0.5 */
    opacity: 0.35;
    /* 0.5 */
    border-color: #FFF;
    border-style: solid;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    /* ajouté */
    margin: 0 0 0 0;
}

ul#galerie_mini li a:hover img {
    /* Animation au passage de ma souris */
    float: left;
    height: 50px;
    /*border:1px dotted green;*/
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    border-color: #FFF;
    border-width: 0px;
    border-style: solid;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
}

ul#galerie_mini li a.vision img {
    float: left;
    height: 50px;
    /*border:1px dotted green;*/
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    border-color: #FFF;
    border-width: 0px;
    border-style: solid;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
}


/*
DIV#contact {
	TEXT-ALIGN: left;
	MARGIN-TOP: 130px;
	COLOR: #000;
	FONT-SIZE: 12px;
	background-color: #060;
}
*/

a#special_contact {
    color: #000;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    margin-right: 20px;
}


/**/

DIV#main DIV#content DIV#fenetre_page_1 DIV#contenu_Page_sub {
    float: left;
    height: 57.79%;
    background-color: #FFF;
    padding-bottom: 257px;
    position: relative;
    overflow: visible;
    width: 74%;
}

DIV#main DIV#content DIV#fenetre_page_1 DIV#contenu_Page_sub div#innering {
    margin: 25px;
}

DIV#main DIV#content DIV#fenetre_page_1 DIV#contenu_Page_sub_spacer {
    float: left;
    height: 57.79%;
    padding-bottom: 257px;
    position: relative;
    overflow: visible;
    width: 1%;
    padding-left: 0px;
}

DIV#main DIV#content DIV#fenetre_page_1 DIV#contenu_Page_sub_02 {
    float: left;
    height: 57.79%;
    background-color: #FFF;
    padding-bottom: 257px;
    position: relative;
    overflow: visible;
    width: 25%;
    padding-left: 0px;
    margin-left: 0px;
}


/**/

div#innering h1.actu {
    color: #f5bc00;
    font-size: 18px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
}

div#innering h1.cv {
    color: #bdb600;
    font-size: 18px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
}

div#innering h1.metier {
    color: #f65735;
    font-size: 18px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
}

div#innering h1.patrimoine {
    color: #B0D10D;
    font-size: 18px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
}

div#innering h2 {
    color: #808080;
    font-size: 13px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 12px;
    text-transform: uppercase;
}

div#innering p {
    color: #585858;
    font-size: 13px;
    text-align: left;
    padding: 0 0 15px 0;
}

div#innering p a {
    color: #585858;
    text-decoration: underline;
}

div#innering a.lien_prec {
    display: block;
    clear: both;
    text-align: left;
    position: absolute;
    margin-top: 25px;
}

div#innering ul {
    margin: 0 0 15px 0;
}

div#innering ul li {
    color: #585858;
    text-align: left;
    font-size: 13px;
    list-style-position: inside;
}

div#innering ul li a {
    color: #585858;
    text-decoration: underline;
}

div#innering ul.spacer_plus li {
    padding: 0 0 10px 0;
}

div#P1_rubrique_1_txt ul.spacer_plus2 li {
    padding: 0 0 0px 0;
}

div#innering ul#metier {
    margin: 0 0 15px 0;
}

div#innering ul#metier li {
    color: #585858;
    text-align: left;
    font-size: 13px;
    list-style-type: none;
}

div#innering ul#metier li a {
    color: #585858;
    text-decoration: underline;
}


/**/

DIV#contenu_Page_sub_02 ul.liste_actus,
DIV#contenu_Page_sub_02 ul.liste_cv,
DIV#contenu_Page_sub_02 ul.liste_metier {
    margin-top: 50px;
}

DIV#contenu_Page_sub_02 ul.liste_actus li,
DIV#contenu_Page_sub_02 ul.liste_cv li,
DIV#contenu_Page_sub_02 ul.liste_metier li {
    text-align: right;
    list-style-type: none;
    padding-right: 15px;
    font-size: 12px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

DIV#contenu_Page_sub_02 ul.liste_actus li a,
DIV#contenu_Page_sub_02 ul.liste_cv li a,
DIV#contenu_Page_sub_02 ul.liste_metier li a {
    color: #585858;
}

DIV#contenu_Page_sub_02 ul li a:hover {
    color: #000;
}

DIV#contenu_Page_sub_02 ul.liste_actus li a.selected {
    color: #f5bc00;
    font-weight: bold;
}

DIV#contenu_Page_sub_02 ul.liste_cv li a.selected {
    color: #bdb600;
    font-weight: bold;
}

DIV#contenu_Page_sub_02 ul.liste_metier li a.selected {
    color: #f65735;
    font-weight: bold;
}


/**/

div#content_scale {
    overflow: auto;
    height: 190px;
    margin: 0 0 15px 0;
}

div#content_scale_02 {
    overflow: auto;
    height: 400px;
    margin: 0 0 15px 0;
}

div#inner_scale_02 {
    padding-right: 15px;
}

div#lien_back {
    margin-top: 220px;
    text-align: right;
    font-size: 13px;
    padding-right: 15px;
}

div#lien_back a {
    color: #3d3d3d;
    text-decoration: none;
}

div#lien_back a:hover {
    color: #000;
}


/* ------- pages VILLES ------- */

DIV#main DIV#content DIV#fenetre_page_1 DIV#contenu_Page_1 {
    /* correspond à la fenêtre de la page 1 */
    height: 57.79%;
    background-color: #FFF;
    padding-bottom: 257px;
    position: relative;
    overflow: visible;
    min-width: 820px;
    /* pour le cas d'un résol < 1020, la page 1 s'affiche correctement jusqu'à résol de 996 ------ A VOIR pour descendre jusqu'à  une résol de 972 avec colonnes à 386px et min-width: 772 ----------- A VOIR AVEC COLONNES */
}

DIV#P1_marges_V {
    WIDTH: 11.48%;
    margin-left: -80px;
    FLOAT: left;
    HEIGHT: 100%;
}


/* 
DIV#index_content {
	FLOAT: left;
	WIDTH: 55%;
	padding-left: 458px;
	min-width: 562px;
	HEIGHT: 71.8%;
	padding-bottom: 274px;
	min-height: 356px;
	BACKGROUND-COLOR: #C06;
	text-align: center;
	position: relative;
	text-decoration: none;
}
*/

DIV#villes_liste {
    width: 820px;
    left: 50%;
    margin-left: -410px;
    position: absolute;
    bottom: 20px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #B3B3AA;
}

DIV#villes_liste SPAN A,
DIV#villes_liste P A {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #B3B3AA;
}

DIV#villes_accroche_1 {
    position: absolute;
    right: 18%;
    top: 5.6%;
    font-size: 24px;
    font-family: Verdana, Geneva, sans-serif;
    color: #E3E3E1;
}

DIV#villes_accroche_2 {
    position: absolute;
    left: 12%;
    bottom: 14%;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 24px;
    color: #E3E3E1;
}

DIV#villes_accroche_3 {
    position: absolute;
    right: 13%;
    bottom: 8.0%;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 24px;
    color: #E3E3E1;
}

DIV#villes_accroche_1_v {
    position: absolute;
    left: 495px;
    top: 20px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 20px;
    color: #E3E3E1;
    width: 400px;
    font-style: oblique;
}

DIV#villes_accroche_2_v {
    position: absolute;
    right: 20px;
    top: 50px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 20px;
    color: #E3E3E1;
    font-style: oblique;
}

DIV#villes_accroche_3_v {
    position: absolute;
    left: 630px;
    bottom: 70px;
    font-size: 20px;
    font-family: Verdana, Geneva, sans-serif;
    color: #E3E3E1;
    width: 400px;
}

DIV#villes_img {
    position: absolute;
    left: 100px;
    width: 520px;
    text-align: right;
    overflow: hidden;
}

DIV#villes_img img {
    width: 100%;
}

DIV#villes_img SPAN {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 0px;
    color: #999;
    right: 10px;
    top: -50px;
}

DIV#villes_texte {
    position: absolute;
    margin-top: 120px;
    right: 125px;
    width: 250px;
    text-align: left;
}

DIV#villes_texte P,
DIV#villes_texte span {
    margin-top: 15px;
    font-size: 13px;
    font-family: Verdana, Geneva, sans-serif;
    color: #40403D;
    text-align: left;
    line-height: 19px;
}

DIV#villes_texte_v {
    position: absolute;
    right: 85px;
    width: 350px;
    text-align: left;
    line-height: 19px;
    margin-top: 105px;
}

DIV#villes_texte_v P {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    color: #40403D;
    text-align: left;
    line-height: 20px;
}


/* --- Architectes --- */

DIV#architecte_aisne,
DIV#architecte_sud-aisne,
DIV#architecte_braine,
DIV#architecte_bucy-le-long,
DIV#architecte_charly-sur-marne,
DIV#architecte_conde-en-brie,
DIV#architecte_coulommiers,
DIV#architecte_dormans,
DIV#architecte_epernay,
DIV#architecte_esternay,
DIV#architecte_fere-en-tardenois,
DIV#architecte_la-ferte-milon,
DIV#architecte_la-ferte-gaucher,
DIV#architecte_la-ferte-sous-jouarre,
DIV#architecte_lizy-sur-ourcq,
DIV#architecte_fismes,
DIV#architecte_mareuil-le-port,
DIV#architecte_montmirail,
DIV#architecte_monthurel,
DIV#architecte_neuilly-st-front,
DIV#architecte_orbais,
DIV#architecte_rebais,
DIV#architecte_soissons,
DIV#architecte_sezanne,
DIV#architecte_vailly-sur-aisne,
DIV#architecte_vertus {
    width: 1020px;
    height: 630px;
    position: absolute;
    left: 50%;
    margin-left: -510px;
    top: 50%;
    margin-top: -315px;
    text-align: center;
    line-height: 18px;
}

DIV#architecte_aisne A,
DIV#architecte_sud-aisne A,
DIV#architecte_braine A,
DIV#architecte_bucy-le-long A,
DIV#architecte_charly-sur-marne A,
DIV#architecte_conde-en-brie A,
DIV#architecte_coulommiers A,
DIV#architecte_dormans A,
DIV#architecte_epernay A,
DIV#architecte_esternay A,
DIV#architecte_fere-en-tardenois A,
DIV#architecte_la-ferte-milon A,
DIV#architecte_la-ferte-gaucher A,
DIV#architecte_la-ferte-sous-jouarre A,
DIV#architecte_lizy-sur-ourcq A,
DIV#architecte_fismes A,
DIV#architecte_mareuil-le-port A,
DIV#architecte_montmirail A,
DIV#architecte_monthurel A,
DIV#architecte_neuilly-st-front A,
DIV#architecte_orbais A,
DIV#architecte_rebais A,
DIV#architecte_soissons A,
DIV#architecte_sezanne A,
DIV#architecte_vailly-sur-aisne A,
DIV#architecte_vertus A {
    color: #40403D;
    LIST-STYLE-TYPE: none;
}

DIV#architecte_aisne A:hover,
DIV#architecte_sud-aisne A:hover,
DIV#architecte_braine A:hover,
DIV#architecte_bucy-le-long A:hover,
DIV#architecte_charly-sur-marne A:hover,
DIV#architecte_conde-en-brie A:hover,
DIV#architecte_coulommiers A:hover,
DIV#architecte_dormans A:hover,
DIV#architecte_epernay A:hover,
DIV#architecte_esternay A:hover,
DIV#architecte_fere-en-tardenois A:hover,
DIV#architecte_la-ferte-milon A:hover,
DIV#architecte_la-ferte-gaucher A:hover,
DIV#architecte_la-ferte-sous-jouarre A:hover,
DIV#architecte_lizy-sur-ourcq A:hover,
DIV#architecte_fismes A:hover,
DIV#architecte_mareuil-le-port A:hover,
DIV#architecte_montmirail A:hover,
DIV#architecte_monthurel A:hover,
DIV#architecte_neuilly-st-front A:hover,
DIV#architecte_orbais A:hover,
DIV#architecte_rebais A:hover,
DIV#architecte_sezanne A:hover,
DIV#architecte_soissons A:hover,
DIV#architecte_vailly-sur-aisne A:hover,
DIV#architecte_vertus A:hover {
    color: #99968A;
}


/* Page 1 Revue par Raphaël */


/* Affichage pc */

@media screen and (min-width: 810px) {
    .pc_content {
        display: block
    }
    .mobilecontent {
        display: none
    }
}


/* Affichage mobile */

@media (max-width: 810px) {
    html {
        height: auto;
    }
    body {
        overflow-y: scroll;
        overflow-x: hidden;
        height: auto;
    }
    .pc_content {
        display: none
    }
    .mobilecontent {
        display: block;
        height: 100%;
        overflow: hidden;
        width: 95%;
        margin: 0 auto;
        margin-top: 0px;
    }
    div#contenu_Page_1 {
        height: 100%;
        display: inline-block;
        background: white;
        margin-top: 15px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    #divimagea {
        width: 100%;
        height: auto;
    }
    .separator {
        padding: 10px;
        clear: both;
    }
    .separator-10 {
        padding: 5px;
        clear: both;
    }
    /* Page 1 mobile size */
    .colonne {
        width: 90%;
        float: left;
        padding: 0 5%;
    }
    .colonne img {
        width: 100%;
    }
    .rubrique_img.left {
        width: 40%;
        float: left;
    }
    /* .rubrique_img.left img {
        min-height: 214px;
        min-width: 177px
    } */
    .rubrique_txt_absolute {
        position: relative;
        display: block;
        float: left;
        width: 55%;
        margin-left: 5%;
    }
    .rubrique_txt.top {
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .rubrique_txt.bottom {
        position: absolute;
        bottom: 0px;
        left: 0px;
    }
    .rubrique_txt p {
        margin-bottom: 5px;
        text-align: center;
    }
    .rubrique_txt,
    .rubrique_txt a,
    .rubrique_txt div {
        position: relative;
    }
    .text-left p {
        text-align: left !important;
    }
    /* Pages metiers */
    ul.liste_metier {
        padding-left: 15px;
    }
    ul.liste_metier li {
        font-size: 9px !important;
    }
    DIV#main DIV#content DIV#fenetre_page_1,
    DIV#main DIV#content DIV#fenetre_page_2,
    DIV#main DIV#content DIV#fenetre_page_1 DIV#contenu_Page_sub {
        padding-bottom: 10px;
    }
    DIV#main DIV#content DIV#fenetre_page_1 DIV#contenu_Page_sub {
        margin-top: 10px;
    }
    DIV#main DIV#content DIV#fenetre_page_1 DIV#contenu_Page_sub_02 {
        margin-top: 10px;
    }
    DIV#contenu_Page_sub_02 {
        padding-bottom: 10px !important;
    }
    div#fenetre_page_1 {
        padding: 0 10px;
    }
    img#divimageb,
    img#divimagea {
        width: 100% !important;
        height: auto !important;
    }
    img.divimageb2,
    img.divimagea2 {
        width: 95% !important;
        height: auto !important;
    }
    DIV#main DIV#content DIV#fenetre_page_1 DIV#bandeau_90_2 {
        height: 90px;
        background: url(images/accueil/bandeau_F.jpg) no-repeat 100% 0;
        background-color: #FFF;
        position: relative;
    }
    DIV#main DIV#content DIV#fenetre_page_1 DIV#contenu_Page_sub_spacer {
        width: 2% !important;
    }
    DIV#main DIV#content DIV#fenetre_page_1 DIV#contenu_Page_sub {
        width: 73%;
    }
}

@media (max-width: 460px) {
    .rubrique_txt.top {
        display: none
    }
    .rubrique_txt.smallest {
        display: block;
    }
}

@media (min-width: 460px) {
    .rubrique_txt.top {
        display: block
    }
    .rubrique_txt.smallest {
        display: none;
    }
}


/* slideshow */

#contenu_Page {
    position: relative;
}

#remplace {}

.coverimg {
    width: 100%;
    cursor: pointer;
}

.focused {
    background-color: #6765658a;
}

.content_slide,
#remplace {
    text-align: left;
    width: 40%;
    padding: 5%;
    position: relative;
    float: left;
    z-index: 1;
}

.rslides_container {
    position: relative;
    width: 100%;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100% !important;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    height: 80vh;
    border: 0;
}

.rslides {
    margin: 0 auto;
}

.centered-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50%;
    left: 0;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("images/responsives_slide/themes.gif") no-repeat left top;
    margin-top: -45px;
}

.centered-btns_nav:active {
    opacity: 1.0;
}

.centered-btns_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

.transparent-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    display: block;
    background: #fff;
    /* Fix for IE6-9 */
    opacity: 0;
    filter: alpha(opacity=1);
    width: 48%;
    text-indent: -9999px;
    overflow: hidden;
    height: 91%;
}

.transparent-btns_nav.next {
    left: auto;
    right: 0;
}

.large-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 0.6;
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000 url("images/responsives_slide/themes.gif") no-repeat left 50%;
    width: 38px;
}

.large-btns_nav:active {
    opacity: 1.0;
}

.large-btns_nav.next {
    left: auto;
    background-position: right 50%;
    right: 0;
}

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
    outline: none;
}

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
    margin-top: 10px;
    text-align: center;
}

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin-right: 5px;
}

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ccc;
    background: rgba(0, 0, 0, .2);
    display: inline-block;
    _display: block;
    *display: block;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    width: 9px;
    height: 9px;
}

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
    background: #222;
    background: rgba(0, 0, 0, .8);
}

.rslides_nav,
.rslides_tabs {
    display: none;
}


/* cross icon pure css */

.close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.7;
}

.close:hover {
    opacity: 1;
}

.close:before,
.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: white;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}