/* GENERAL */
* {

margin: 0px;

padding: 0px;

font-family: Arial, Verdana, sans-serif;
border:  none;
color: #1A1A1A;
}

/* On essaye de virer les contours pointillés autour d'un lien lors d'un click */
a:active{ outline: none; }
a:focus{ -moz-outline-style: none;}

/* EN-TETE */
#header {

height: 60px;

}
#logo {
    position: absolute;
    margin-top: 14px;
}
#navigation {

text-align: right;

}


/* HOME PAGE */

#conteneur {
width: 980px;
min-height: 640px;
margin-left: auto;
margin-right: auto;
padding-top: 11px;
padding-left: 15px;
padding-right: 15px;
background-color : #F4F4F1;

}

/* HOME PAGE - EXPOSITION et page exposition */

#expos {
float: left;
margin-left: 0px;
margin-right: 25px;
margin-bottom: 0.7cm;
min-height: 300px;
width: 700px;
background-color: #F4F4F1;
}

#expos table {
min-width: 300px;
margin-top: 0px;
border: 0px solid;
border-color: none;
vertical-align: baseline;

border-collapse: collapse;
}
.date_expo {
    font-size: 14px;
    font-weight: normal;
}
.nom_exposant {
    font-size: 14px;
    font-weight: bold;
}
.titre_expo {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
}
#expos h3 {
    font-size: 10px;
    font-weight: normal;
    text-align: right;
    margin-top: 2px;
    margin-bottom: 18px;
}
.image {
  text-align: center;
  vertical-align:middle;
  padding: auto;
  margin-top: 14px;
  margin-bottom: 5px;
  width: 300px;
  height: 280px;
  overflow: hidden;
  border:1px solid #F4F4F1;
}
#expos a:link {

    text-decoration: none;
    color: #1A1A1A;

}

#expos a:visited {

    text-decoration: none;
    color : #1A1A1A;
    border-style: none;

}

#expos a:hover {

    text-decoration: none;
    color: #1A1A1A;
    /* background-color: white; */
    background-color: #F4F4F1;

}

#expos a:active {

    text-decoration: none;
    color: #1A1A1A;
    border-style: none;

}

/* HOME PAGE - ARTISTES et pages ARTIST(S) */

#artistes {
    width: 234px;
    height:570px;
    float: left;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

#artistes a:link {

    text-decoration: none;
    color: #1A1A1A;
}

#artistes a:visited {

    text-decoration: none;
    color : #1A1A1A;
    border-style: none;
}

#artistes a:hover {

    text-decoration: none;
    color: #1A1A1A;
    /* background-color: white; */
    background-color: #F4F4F1;
}

#artistes a:active {

    text-decoration: none;
    color: #1A1A1A;
    border-style: none;
}

/* HOME PAGE - UPCOMING EXHIBITION et NEWS */
#upcoming {
    margin-bottom: 8px;
}
.vbreves {
    float: left;
    width: 166px;
    height: 220px;
    text-align: left;
    vertical-align: top;
    padding: 14px 10px 10px 10px;
/*    border:1px solid green;  */
}
.text {
    font-size: 10px;
}
#upcoming img {
    margin-top: 6px;
    max-width: 100px;
    /*height: 60px; */
}
#breve_1 {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}
#breve_2 {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}
#breve_3 {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}
#breve_4 {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

#upcoming h2 {
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    margin-top: 5px;
}
#upcoming h3 {
    font-size: 10px;
    font-weight: normal;
    text-align: right;
    margin-top: 5px;
}
#upcoming h3 a{
    font-size: 10px;
    font-weight: normal;
    text-align: right;
    margin-top: 5px;
    text-decoration: none;
}


#news h3 {
    font-size: 10px;
    font-weight: normal;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 15px;
}

/* footer */

#footerwrapper {
min-width: 860px;
position: fixed;
bottom: 0px;
left: 0px;
width: 100%;
}

#footer {
position: relative;
left: 0px;
width: 100%;
margin-top: 3px;
padding: 3px 0px;
text-align: center;
background-color: #D6D6D6;
}

.tfooter {
font-size: 12px;
letter-spacing: 1px;
}
