*{
    margin		   :        0;
    padding		   : 		0;
    border-collapse: collapse;
}

body {
    /*background-color : #777C42;*/
    background : url('../icones/patternMarche.png');
}


@font-face {
    font-family: "Open-Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url("http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}

@font-face {
    font-family: "fira";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url("http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}

#mainContainer {
    width : 960px;
    height : auto;
    margin-left : auto;
    margin-right : auto;
}

#topContainer {
    width : 100%;
    height : auto;
    margin-top : 25px;
}

#pageTitle {
    width : 100%;
    height : auto;
    color : #FCFCFC;
    font-size : 2.95em;
    text-align : center;
    font-family : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#logoMarche {
    width : 100%;
    height : 200px;
    position : relative;
    top : -45px;
}

#logoMarche img{
    width : 70%;
    position : absolute;
}

#userDiv {
    width : 310px;
    height : 80px;
    background-color : rgba(0,0,0,0.5);
    border-radius : 20px;
    float : right;
    margin-top : 125px;
    margin-right : 7px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#user {
    width : 100%;
    height : auto;
    font-family: Open-Sans;
    margin-top : 3px;
    float : left;
}

#user a {
    text-decoration : none;
    color : #FCFCFC;
}

#user a:visited {
    color : #FCFCFC;
}

#user p {
    float : left;
    color : #FCFCFC;
    font-size : 0.7em;
}

#searchDiv {
    width : 90%;
    height : 35px;
    background-color : #FCFCFC;
    float : left;
    margin-left : 15px;
    margin-top : 4px;
    position : relative;

}

#innerSearchDiv {
    width : 93%;
    height : 22px;
    margin-left : auto;
    margin-right : auto;
    border-radius : 5px;
    border : 1px solid rgb(180,180,180);
    margin-top : 6px;
}

#searchIcon {
    width : 30px;
    height : 100%;
    background-color : rgb(248,248,248);
    border-bottom-left-radius : 5px;
    border-top-left-radius : 5px;
    border-right : 1px solid rgb(180,180,180);
    float : left;
}

#searchIcon img {
    width : 13px;
    position : relative;
    top : 3px;
    margin-left : 8px;
}


#searchBar {
    height : 22px;
    width : 160px;
    padding-left : 5px;
    border : none;
    outline: none;
}

#divSuggestionRecherche {
    width : 177px;
    max-height : 200px;
    overflow : auto;
    min-height : 100px;
    background-color : #FCFCFC;
    position : absolute;
    top : 28px;
    left : 40px;
    visibility: hidden;
    border-bottom-left-radius : 5px;
    border-bottom-right-radius : 5px;
    z-index : 1;
}

.suggestion {
    cursor : pointer;
}

.suggestion:hover .suggestionTitle{
    color : blue;
}

.suggestionTitle {
    padding-bottom : 0px !important;
}

.suggestion:nth-child(odd) {background: #eee;}

.suggestion p {
    padding : 4px;
    padding-left : 10px;
    font-family : arial, helvetica, sans-serif;
    font-size : 0.9em;
}

#menu {
    width : 100%;
    height  : 70px;
}

#menu div{
    width : 135px;
    height : 70px;
    background-color : black;
    float : left;
    margin-right : 2px;
    text-align :center;
    color : #FCFCFC;
    font-family: Open-Sans;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: table;
    position : relative;
    top : 0px;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
}

#menu div:hover {
    top : -10px;
}

#menu a:hover #menu div{
    top : -10px;
}

#menu a {
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
}

#menu a:link, #menu a:visited {
    color: #FCFCFC;
}

#middleContainer {
    width : 100%;
    height : auto;
    overflow-y : auto;
    overflow-x : hidden;
    background-color : #FCFCFC;
}

#leftContainer {
    width : 270px;
    background-color : #D0AD47;
    float : left;
    min-height: 600px;
    height : 100%;
}

#rightContainer {
    width : 690px;
    min-height : 600px;
    background-color : #FCFCFC;
    float : left;
    height : 100%;
}

#facebookFrame {
    float : left;
    margin-left : 10px;
    margin-top: 10px;
    width : 250px;
    overflow : hidden;
}


#containerFacebook {
    margin-left : 0px;
    margin-top : 100px;
    width : 270px;
    height: 390px; /*403*/
    background-color : rgb(245, 245, 245);
    margin-bottom : 0px;

}

._h7r {
    display : none;
}

._5ip3 {
    display : none;
}

#logoFacebook {
    float : left;
    position : relative;
    margin-left : 25px;
    margin-top : -17px;
}

#logoFacebook img {
    height : 58px;
    width : 155px;
}


#footer {
    background-color : #111610;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    text-align : center;
    width : 100%;
    height : auto;
    color : #FCFCFC;
    padding-top : 6px;
    padding-bottom : 6px;
    overflow : hidden;

}

#footer label {

}

.hover {
    cursor : pointer;
}



#connexionWindow{
    width : 300px;
    height : auto;
    min-height : 150px;
    background-color : rgb(240,240,240);
    z-index : 10002;
    position : fixed;
    left : 50%;
    margin-left : -150px;
    top : 10%;
    opacity : 0.0;
    visibility : hidden;
    transition : opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    border-radius : 12px;
    -webkit-box-shadow: -1px 16px 30px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    -1px 16px 30px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         -1px 16px 30px 0px rgba(50, 50, 50, 0.75);
}

#connexionWindow {
    width : 100%;
    height : 25px;
    border-bottom : 1px solid rgb(60,60,60);
    background-color : rgb(200,200,200);
    border-top-left-radius : 12px;
    border-top-right-radius : 12px;
    text-align : center;
    display : table;
}

#connexionWindowHeader p {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    display : table-cell;
    vertical-align: middle;
}

#connexionWindowContainer {
    width : 100%;
    height : auto;
    min-height : 70px;
    text-align : center;
    margin-top : 20px;
}


#connexionWindowContainer select{
    display : inline-block;
    min-width : 100px;
}

#connexionWindowButton {
    height : 25px;
    width : 100%;
}

#connexionWindowButton button {
    height : 25px;
    float : right;
    margin-right : 20px;
    width : 60px;
}

.bold {
    font-weight : bold;
}

.italic {
    font-style : italic;
}

.underline {
    text-decoration : underline;
}

.videos {
    background-image : url('../icones/play43.svg');
    /*background-size : 50%;
    background-repeat : no-repeat;
    background-position: 50% 50%;*/

}

.videos:hover {
    cursor : pointer;
    border : 4px solid #b5d5ff !important;
}


.article {
    width : 100%;
    height : auto;
    border-bottom : 1px solid #ddd;
    margin-bottom: 1.625em;
    padding-bottom: 1.625em;
}

.articleTitle {
    color : #222;
    font-family : 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size : 26px;
    font-weight : bold;
}

.articleDate {
    color : rgb(102,102,102);
    font-size : 12px;
    font-family : 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.articleContent {
    max-height : 360px;
    width : 100%;
    margin-top : 35px;
    margin-bottom: 1.625em;
    overflow : hidden;
}

.articleSeeMore {
    color : rgb(25, 130, 209);
    font-size : 15px;
    font-family : 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight : 300;
}

.articleSeeMore:hover {
    text-decoration : underline;
    cursor : pointer;
}

.images:hover {
    cursor : pointer;
}

.hover {
    cursor : pointer;
}

.containerLigneZonePhoto {
    width : 100%;
}

.containerLigneZonePhoto img {
    width : 150px;
    height : 100px;
    padding : 6px;
    background-color : #fff;
    border : 1px solid #ddd;
}

.containerLigneZonePhoto a {
    margin-right : 30px;
    margin-bottom : 18px;
}


.containerLigneZonePhoto img:hover {
    background-color : #eee;
    border-color : #bbb;
    cursor : pointer;
}


.containerLigneZonePhoto a:last-child{
    margin-right : 0px;
}

.zonePhotos {
    height : auto;
}

#buttonLoadMore {
    padding-left : 12px;
    padding-right : 12px;
    padding-top : 6px;
    padding-bottom : 6px;
    font-family: Open-Sans;
    border : none;
    background-color : #373737;
    color : #ffffff;
    font-size : 1em;
    margin-bottom : 40px;
    margin-left : 33px;
}

#buttonLoadMore:hover {
    cursor : pointer;
}


#containerArticle {
    width : 620px;
    margin-left : auto;
    margin-right : auto;
    margin-top : 35px;
}