body {
 margin: 0;
 padding: 0;
 background: #000;
 font-family: "Arial",sans-serif;
 font-size: 12px;	
 color: #fff;
 text-align: center;
}

a {
 text-decoration: none;
 color: #444;	
}

a:hover {
 text-decoration: none;
 color: #ccc;	
}

#container {
 width:800px;
 margin: auto;
 text-align: center;	
}

#logo {
 margin: 25px 0px;	
} 

#cadre {
 border: 1px solid #eee;
 background: #000;
 display: block;
 width: 800px;
 min-height: 400px;
 padding: 0;
 margin: 0;
 text-align: right;
}

#cadre #photo {
 background: url('galeries/default.jpg') center right no-repeat;	
 width: 800px;
 height: 400px;
}

#cadre #loader {
 position: absolute;
 visibility: hidden;
 margin: 20px 0px 0px 20px;
}

#cadre #paragraphe {
 position: absolute;
 color: #fff;	
 width: 380px;
 height: 386px;
 background: #000;
 margin: 0px 0 0 406px;
 text-align: left;
 padding: 7px;
}

#navigation {
	
}

#navigation ul {
 list-style: none;	
 margin: 10px 0 0 0;
 padding: 0;
} 

#navigation li {
 display: inline;
 margin: 0px 7px;
 font-size: 13px;
 font-weight: thin;
 text-transform: uppercase;
 letter-spacing: 1px;
 color: #555;
}

#page {
 height: 470px;	
}

#galery {
 display: block;
 background: #000;
}

#pied {
 background: #000 url('images/pbg.png') top left repeat;	
}

#footer {
 clear: both;
 position: absolute;
 bottom: 0px;
 left: 0px;
 right: 0px;
 border-top:1px solid #181818;
}

#contenu {
 padding-top: 6px;
 margin-top: 6px;
 border-top: 1px solid #555;	
}

#contenu input[type="text"] {
 padding: 2px;
 border: 1px solid #444;
 background: #070707;
 color: #fff;
 font-size: 11px;	
}

#contenu textarea {
 padding: 2px;
 border: 1px solid #444;
 background: #070707;
 color: #fff;
 font-size: 11px;	
 overflow: auto;
}

#contenu input[type="submit"] {
 padding: 3px;
 border: 1px outset #777;
 background: #000;
 color: #fff;
 font-size: 11px;	
 margin-right: 6px;
}

#contenu ul {
 margin: 0px 0px 10px 0px;
 list-style: none;	
}

.picto_ami {
 background: url('images/picto.ami.normal.png') center center no-repeat;
 width: 20px;
 height: 20px;	
}
.picto_ami:hover {
 background: url('images/picto.ami.hover.png') center center no-repeat;
}

.picto_contact {
 background: url('images/picto.contact.normal.png') center center no-repeat;
 width: 20px;
 height: 20px;	
}
.picto_contact:hover {
 background: url('images/picto.contact.hover.png') center center no-repeat;
}

.picto_sitemap {
 background: url('images/picto.sitemap.normal.png') center center no-repeat;
 width: 20px;
 height: 20px;	
}
.picto_sitemap:hover {
 background: url('images/picto.sitemap.hover.png') center center no-repeat;
}

.picto_favs {
 background: url('images/picto.favs.normal.png') center center no-repeat;
 width: 20px;
 height: 20px;	
}
.picto_favs:hover {
 background: url('images/picto.favs.hover.png') center center no-repeat;
}

.picto_home {
 background: url('images/picto.home.normal.png') center center no-repeat;
 width: 20px;
 height: 20px;	
}
.picto_home:hover {
 background: url('images/picto.home.hover.png') center center no-repeat;
}
