@import url("communs.css");
@import url("bordures.css");
@import url("header.css");
@import url("footer.css");
@import url("accesdirect.css");

#sommaire_photos .container 
{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 800px;
	clear: both;
	margin: 0;
}


#sommaire_photos .containingbox {
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	clear: both;
	margin: 0;
	overflow:auto;
}

#description .illustration
{
	position: relative;
	top:0px;
	left: 0px;
	width:80px;
	height:5px;
	text-align: right;
	float: left;
	padding:0px 5px 0px 0px;
}

#description .label
{
	top:10px;
	position: relative;
	left: 50px;
	text-align: left;
	width:210px;
	height:5px;
}

#listecategories
{
	position: relative;
	top:10px;
	text-align: left;
	float: left;
	width: 99%;
}

#listecategories .categorie:before {
	content: ":: ";
}

#listecategories .categorie:after {
	content: " ::";
}

#listecategories .categorie {
	position: relative;
	left: 50px;
	text-align: left;
	float: left;
	clear: both;
}


#derniersalbums{
	top :10px;
	padding:10px 0px;
	position: relative;
	width: 99%;
	float: left;
}


#derniersalbums .lien {
	position: relative;
	left: 50px;
	width:500px;
}

#derniersalbums .categorie {
	text-align: left;
	float: left;
	clear: both;
}

#derniersalbums .categorie:before {
	content: ":: ";
}

#derniersalbums .categorie:after {
	content: " :";
}

#derniersalbums .album:before {
	content: ": ";
}

#derniersalbums .album:after {
	content: " ::";
}

#listealbums .album  { 
margin: 10px 0; 
padding: 0; 
position: relative; 
width: 99%;
float: left; 
clear: both; 
color: #300;
cursor: pointer;
}

#listealbums .album:hover  { background: url(/images/borders/middle.png);}

#listealbums .titre  { margin: 0; padding: 5px 0px; position: relative; line-height: 18px; font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif; line-height: normal}

#listealbums .description  { line-height: 15px; text-align: justify; margin: 0; padding: 10px 5px; position: relative;color: #630;  }

#listealbums .lien:before {
	content: " ::";
}

#listealbums .lien:after {
	content: " ::";
}

#listealbums img {
	position: relative;
	left: 0px;
	float:left;
	clear: both;
	padding: 5px 5px;
}

#listealbums .illustration {
	position: relative;
	left: 0px;
	float:left;
	clear: both;
	padding: 0px 0px;
}

#listealbums .discretlink:hover  { background-color: transparent; color: #630;}
#listealbums .discretlink  { text-decoration: none; color: #630;}

#listealbums .liens  { line-height: 20px; text-align: left; margin: 10px 0px; position: relative;}
