/* CSS Document */

/* mise à zéro des marges pour tous navigateurs */

body, #intro, #page, .cat, .thumbs {
padding: 0;
margin: 0;
}

.galerie {
position: absolute;
left: 0;
top: 150px;
min-width: 500px;
max-width: 750px;
padding: 50px;
}

.galerie img {
width: 75px;
height: 75px;
float: left;
padding: 0 5px 5px 0;
clear: inherit;
}

.galerie h2 {
clear: left;
padding-top: 1em;
}

.galerie h1 {
clear: both;
margin: 0;
}

/* page */

body {
padding: 20px;
background: #E1F6E8 url(img/top_bulles.jpg) top left no-repeat;
}

#menu {
width: 650px;
height: 150px;
background: transparent url(img/) left no-repeat;
margin-bottom: 2em;
}

#menu img, #menu a {
float: left;
margin: 0;
padding: 0;
border: 0;
text-decoration: none;
}

#page {
position: absolute;
top: 125px;
left: 0;
width: 1000px;
}

/* Texte et liens */

a {
text-decoration: none;
border-bottom: #48BE68 0.1em dotted;
color: #48BE68;
}

a img {
border: none;
}

h1, h2 {
color: #48BE68;
}

h1 {
font-size: 1.5em;
text-decoration: underline;
}

h2 {
font-size: 1.2em;
}

span.pttext {
font-size: 0.8em;
}

/***/

