/*
	Style de la page d'accueil
	Site : Alice on the Moon
	Par : MickaePham & Pachilor
*/

.bouton {
	position: absolute;
}
.accueil {
	top: 0;
	left: 0;
}
.objets {
	top: 0;
	left: 300px;
}
.vetements {
	top: 0;
	left: 640px;
}
.toiles {
	top: 100px;
	left: 120px;
}
.bijoux-accessoires {
	top: 100px;
	left: 450px;
}
.plus {
	top: 100px;
	right: 0;
}
.boutique {
	top: 350px;
	left: 0;
}
.morchain {
	top: 500px;
	left: 0;
}
.contact {
	top: 650px;
	left: 0;
}

#contenu {
	height: 734px;
	width: 655px;
	position: absolute;
	top: 240px;
	left: 184px;
	background: url(img/fenetre-page.gif) transparent no-repeat;
	text-align: center;
}
#contenu h2 {
	margin-top: 80px;
	margin-bottom: 0px;
}

#news {
	width: 463px;
	height: 521px;
	margin: auto;
	overflow: auto;
}
#news h3 {
	font-size: 1.2em;
	text-align: center;
  margin-top: 1em;
}
#news small {
	font-size: 0.7em;
	text-align: left;
	font-style: italic;
		text-align: center;
}
#news div.content {margin: 10px 0px}

#news p {
	text-align: justify;
	margin-right: 0.5em;
	margin-top: 1em;
	font-size: 0.8em;
}
#news ul, #news ol {
	text-align: left;
	margin-bottom: 1.2em;
	font-size: 0.8em;
}
#news li {
	margin-left: 2em;
}

#news hr {clear: both;}

/* Some WordPress rendering */

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}