/*************************** 
CHARTE DE NOMAGE CSS
.nomdumodule_section_nomdustyle{
}
*****************************/
/*************************** 
CHARTE DE NOMAGE CSS
.nomdumodule_section_nomdustyle{
}
*****************************/

/* ------------------------ Album ------------------------------- */
.album{	
	width:440px;
	text-align:left;
	border-bottom:solid 1px #C5C6C8;
}

.album img{	
	border:none;
}

.album_titre{
	background:url(../images/fond_titre.jpg) no-repeat;
	padding-left:10px;
	padding-top:15px;
	padding-bottom:5px;
	color:#006A6B;
	font-size:130%;
	font-weight:bold;
	text-align:left;
}

.album_grosse_image{
	float:left;
	width:124px;
	height:118px;
	background:url(../images/fond_grosse_image.jpg) no-repeat;
	padding-right:10px;
	margin-left:10px;
	text-align:center;
	vertical-align:top;
}

.album_grosse_image img{
	padding-top:13px;
	padding-left:7px;
}

.album_vignette_conteneur {
	float:left;
	width:70px;
	height:52px;
	vertical-align:top;
	text-align:center;
}

.album_vignette {
	height:52px;
	background:url(../images/fond_petite_image.jpg) no-repeat;
}

.album_vignette img{
	padding-top:6px;
	padding-right:9px;
}

.album_description {
	float:left;
	width:200px;
	color:#1A171B;
	font-size:90%;	
	vertical-align:top;
	padding-right:10px;
}

hrml>body .album_description {
	width:216px;
}

.album_description a {
	color:#006A6B;
	font-size:90%;	
	font-weight:bold;
}


/* ------------------------ Listing ------------------------------- */
.album_listing{
	background:url(../images/fond_titre.jpg) no-repeat;
	width:440px;
	text-align:left;
}

.album_listing_contenu{
	padding:10px 10px 0 10px;
}

.album_listing_titre{
	padding-top:15px;
	padding-bottom:10px;
	color:#006A6B;
	font-size:130%;
	font-weight:bold;
	text-align:left;
}

.album_listing_description {
	color:#1A171B;
	font-size:90%;	
	vertical-align:top;
}

.album_listing_grosse_image_conteneur{
	padding-top:10px;
}

.album_listing_grosse_image{
	float:left;
	margin-left:5px;
	width:124px;
	height:118px;
	background:url(../images/fond_grosse_image.jpg) no-repeat;
	padding-right:10px;
	text-align:center;
	vertical-align:top;
}

.album_listing_grosse_image img{
	padding-top:13px;
	padding-left:7px;
	border:none;
}


.pager{
	width:430px;
}


/* ------------------------ Detail ------------------------------- */
.album_detail{	
	background:url(../images/fond_titre.jpg) no-repeat;
	width:440px;
	text-align:left;
}

.album_detail_row{
	margin:10px 10px 10px 10px;
}

.album_detail_row img{
	border:none;
}


.album_detail_titre{	
	padding-top:20px;
	color:#006A6B;
	font-size:130%;
	font-weight:bold;
}


.album_detail_description{
	color:#1A171B;
	font-size:90%;	
	padding-bottom:10px;
}


.album_detail_conteneur_vignette{
	width:420px;
}

.album_detail_conteneur_vignette div{

}

.album_detail_conteneur_vignette div a  {
	display:block;
	text-align:center;

}

.album_detail_conteneur_vignette div a img {	
	margin:0;
	padding:0;
	margin-top:6px;
}

.album_detail_fleche_droite{
	float:left;
	background:none;
	border:none;
	width:20px;
	height:20px;
}

.album_detail_fleche_droite a{
	display:block;
	padding-top:12px;
}

.album_detail_fleche_gauche{	
	float:right;
	background:none;
	border:none;
	width:20px;
	height:20px;
}

.album_detail_fleche_gauche a{
	display:block;
	padding-top:12px;
}

.album_detail_vignette1{	
	height:52px;
	width:61px;
	background:url(../images/fond_petite_image.jpg) no-repeat;
	float:left;
}

.album_detail_vignette2{
	height:52px;
	width:61px;
	background:url(../images/fond_petite_image.jpg) no-repeat;
	float:right;

}

.album_detail_conteneur_photo{
	width:420px;
	margin:10px 10px 10px 10px;
	text-align:center;
}

.album_detail_photo {
	margin-top:10px;
	margin-left:30px;
	text-align:center;
	width:360px;
	height:260px;
	background:url(../images/fond_image.jpg) no-repeat;
}

.album_detail_photo img {
	margin-top:30px;
	margin-right:6px;
}


.album_detail_legende{
	text-align:center;
	margin:0;
	padding:0;
	font-size:80%;
	color:#9f9f9f;
}

.album_detail_retour {
	background:#ececed;
	width:420px;
	font-size:80%;
	margin:10px 10px 10px 10px;
	height:17px;
}

.album_detail_retour a{
	display:block;
	color:#A6A7A9;	
	margin-left:2px;
	padding-top:2px;
}

/*---------------------------------------Recherche------------------------------------*/
.album_recherche{	
	background:url(../images/fond_titre.jpg) no-repeat;
	width:440px;

}

.album_recherche_row{	
	border-bottom:solid 1px #C5C6C8;
	margin:0 0 0 10px;
}

.album_recherche_row .album_titre{
	background:none;
}


.album_recherche img {
	border:none;
}
