/* CSS Document */
/* Mise en page globale */
* {
margin: 0;
padding: 0;
}

body { 
background: white;
color: black;
font-size: 0.7em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* En-tête */ 
div#bandeau {
margin-top: 10px;
margin-right: auto;
margin-left: auto;
width: 700px;
height: 100px;
}
.bandeau {
float: left;
width: 100px;
height: 100px;
}

div#presentation {
background: url(images/presentation.gif) no-repeat 0 0;
}
div#artistes {
background: url(images/artistes.gif) no-repeat 0 0;
}
div#realisations {
background: url(images/realisations.gif) no-repeat 0 0;
}
div#blog {
background: url(images/blog.gif) no-repeat 0 0;
}
div#publications {
background: url(images/publications.gif) no-repeat 0 0;
}
div#agenda {
background: url(images/agenda.gif) no-repeat 0 0;
}
div#contacts {
background: url(images/contacts.gif) no-repeat 0 0;
}
#publications a {
background: url(images/publications.gif) no-repeat 0 0;
background-position: right center;
}


#presentation a:hover {
background: url(images/presentation.gif) no-repeat 0 0;
background-position: -100px 0;
}
#artistes a:hover {
background: url(images/artistes.gif) no-repeat 0 0;
background-position: -100px 0;
}
#blog a:hover {
background: url(images/blog.gif) no-repeat 0 0;
background-position: -100px 0;
}
#realisations a:hover {
background: url(images/realisations.gif) no-repeat 0 0;
background-position: -100px 0;
}
#agenda a:hover {
background: url(images/agenda.gif) no-repeat 0 0;
background-position: -100px 0;
}
#contacts a:hover {
background: url(images/contacts.gif) no-repeat 0 0;
background-position: -100px 0;
}

#bandeau a {
display: block;
width: 100px;
height: 100px;
}

#liseret {
margin-bottom: 25px;
}
.liseret_secondaire {
margin-top: 5em;
margin-bottom: 25px;
}

div#haut_page {
border : 1px dashed red:
}
/*-----------------------------------Contenu-------------------------------------------------*/
#global {
width: 750px;
margin-left: auto;
margin-right: auto;
text-align: justify;
}
img {
border: none;
}

.flotgauche {
float: left;
margin: 0;
}
.flotgauche2 {
float: left;
margin: 0 2em 2em 0;
}
a {
color: #777;
text-decoration: none;
}

a:hover {
color: black;
}

h1 {
clear: both;
margin-top: 2.5em;
font-size: 1.2em;
font-weight: bold;
color: red;
}
h2 {
margin-bottom: 2em;
font-size: 1em;
font-weight: normal;
font-style: italic;
color: black;
}
h3 {
font-size: 0.8em;
font-weight: normal;
margin-bottom: 2em;
}

p {
padding: 0.5em 0 0.5em 0;
text-align: left;
}

.separation {
margin-top: 5em;
}

/*html, body { 
height: 100%; 
overflow: auto; 
} 
*/
div#haut_page { /* menu fixe en bas de l'écran */ 
position: absolute ; 
bottom: 5px ; 
left: 5px; 
} 
div#gousse { 
position: absolute ; 
bottom: 5px ; 
right: 25px; 
} 
.cadre {
border: 1px solid red;
}
#pied {
font-size: 0.8em;
text-align: right;
}
#pied a {
display: inline;
color: #777;
text-decoration: none;
}
#pied a:hover {
color: black;
}

#cartes{
display:block;
height:150px;
width:100px;
}