/* CSS Document */

/* colone gauche */
#item{
	background-color: #F7F7F6;
	height:11px;
	border:none;
}
#itemSelect{
	background-image: url(../images/fl_grise.gif);
	background-position: 8px 14px;
	background-color: #F7F7F6;
	height:11px;
	border:none;
	color: #333;
}

.txtItem {
	margin: 0px 0px 5px 20px;
	padding:10px 0px 0px 20px;
	font: 10px Verdana;
	color: #333;
	line-height:10px;
}

.txtItem a{
	color: #333;
	text-decoration: none;
}
.txtItem a:hover{
	color: #FF7F00;
}



/* colone droite */
#bdxHaut {
	background-image: url(../images/nousconnaitre/fd_bdx_tech.jpg);
}

/* Balises gérant Affichage de l'album */
.txt h2{
	text-transform: none;
}

#formAlbum{
	text-align:right;
	padding:20px 0px 0px 20px;
}

#listeAlbum{
	position: relative;
	width: 432px;
	padding:12px 10px 20px 48px;
	/*border:#00ff00 dotted 1px;*/
}

#lienAlbum{
	width: 400px;
	height:30px;
	padding:5px 0px 0px 27px;
	margin:0px;
	background-image:  url(../album/images/picto_album.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
	cursor:hand;
	/*border-bottom:#666 dotted 1px;   //  séparateur dans le code Html
	border:#00ff00 dotted 1px;	*/
}

#lienAlbum a {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	font-weight:bold;
	text-indent:26px;
	letter-spacing : 0px ;
	color: /*#243B62*/#666;
	text-decoration: none ;
}

.txtAlbum a{
	text-decoration: none ;
}

.txtAlbum a:hover{
	text-decoration: none ;
}

.nAlbum{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight:normal;
	color: #999;
	padding-left:10px;
}

#lignePointille{
	background-image:  url(../album/images/pointilles.gif);
	background-repeat: repeat-x;
	width: 100%;
	height:2px;
}

#recapAlbum{
	margin-top:20px;
	text-align:right;
	width:100%;
	height:20px;
	border-top:#999 solid 1px;
	line-height: 15px ;
}

/* Page Photos /////////////////////////////////*/
.listDeroulante {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF7F00;
}


.titrePhoto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #215C99;
	text-decoration: none;
}

.descriptifPhoto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}



