@import url("base.css");

/* style1.css */

/* balises type block */

/* balises type inline */

em {
font-style: italic;
}

/* id="" */

#zone_logo {
width: 780px;
background: url("images/logo.png") no-repeat top left;
}

#content {
width: 750px;
}

#admin {
position: fixed;
bottom: 2px;
right: 2px;
}

#admin a {
font-size: 90%;
text-decoration: none;
}

#photos {
margin-top: 20px;
}

/* class="" */

.index {
margin: 20px 0 0;
list-style-type: none;
}

.index li {
margin-bottom: 5px;
}

.photo {
max-width: 180px;
max-height: 100px;
border: 2px solid #AAAAAA;
}
