
div {
	margin: 0px 0px 0px 0px;
}

/* Main div positionning (centered) */

body { 
	background: white;
	padding: 0px 0 0 0;
	margin: 0px 0 0 0;
	border: 0px;
}

.main, .header div, .bottom div {
	/* Nouvelle version */
	display: block;
	position: relative;
	clear: both;
	width: 750px;
	float: center; /* not in standard */
	margin-left: auto;
	margin-right: auto;	
}

.main {
	margin-top: 2em;
}

/* Header */

.header {
	height: 22px;
	border-bottom: 1px solid lightgray; 
}

.header h1 a {
	float: left;
	width: 55px;
	height: 20px;
	background: url("logoAlphaB.png") no-repeat 0 0;
}

.header h1 span { display: none; }

.header p {
	float: left;
	margin-top: 2px;
	font-size: 1.2em;
	color: lightgray;
}

.header ul {
	clear: none;
	float: right;
	margin-top: 0.4em;
}


.header li {
	list-style: none;
	float: left;
	padding: 0px 2px 0px 4px;
	margin: 0px 1px 0px 1px;
	border-left: 1px solid lightgray;
}

.header li:first-child  {
	border-left: 0px;
}

.bottom {
	padding-top: 1em;
	padding-bottom: 1em;
}

/* box and filled */ 

.box, .filled_box {
	-moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    padding: 0em 1em 0em 1em;
    overflow: auto;
}

.box {
    border: 2px solid #E4E0E2;
}


.filled_box { 
    border: 2px solid #EBE6E8;
   	background-color: #EBE6E8; 
}

h2 .inline_cmd, h3 .inline_cmd { 
	font-weight: normal;
	font-size: 0.75em;
	margin-left: 1em;
} /* base 1.4em */

/* list.php */

.albumsList {
	padding-top: 1.18em;
}

.albumsList li {
	display: block;
	list-style: none;
	margin: 15px 15px 15px 0px;
}

.albumsList h3 {
	margin-top: 0em;
	padding-top: 0.75em;
}

.albumsList img {
	 -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	float: left;
	margin-top: 1.25em;
	margin-bottom: 1.25em;

}

.albumWithThumbnail, .albumWithThumbnail-2cols {
	padding-left: 144px;
	border-top: 1px white solid;
	overflow: auto; /* http://www.quirksmode.org/css/clearing.html */
}

.albumWithThumbnail { clear: both; }
.albumWithThumbnail-2cols { float: left; width: 200px; }

.albumWithThumbnail-top, .albumWithThumbnail-left {
	float: left;
	clear: none;
 	-moz-border-radius: 1em;
    -webkit-border-radius: 1em;
   	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
}

.albumWithThumbnail-left { overflow: hidden; }

.albumWithThumbnail-left div, .albumWithThumbnail-top div {
	padding: 1em 1em 0em 1em;
}

.albumWithThumbnail-top h3, .albumWithThumbnail-left h3 {
	clear: none;
	padding-top: 0em;
	margin-top: 0em;
}

.rss {
  	padding: 0 0 0 19px;
  	background: url("feed-icon-14x14.png") no-repeat 0 50%;
}

.rss a:hover {
	text-decoration: none;
}

.rss img {
	margin-right: 0.4em;
	vertical-align: -15%;
}

/* album.php */

li.photosList { /* .photosList>li is better but not compatible with IE6 */
	padding-left: 74px;
	margin-left: 0em;
	display: block;
	list-style: none;
	clear: both;
	padding-top: 1em;
}

.photosList h4, .photosList p {
	margin: 0.5em 0em 0.5em 0em;
}

.photosList img {
	float: left;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
} 

/* Offer presentation: account.php account.new.php */

.offers {
	display: block;
	float: left;
	width: 28%;
	border: solid 1px #AAAAAA; 
	-moz-border-radius: 0.8em;  
	-webkit-border-radius: 0.8em;
	background: white;
	margin: 1em 1em 1em 1em;
	padding: 0px 5px 0px 5px;
}

.offers h3 {
	text-align: center;
	font-size: 1.8em;
	margin-top: 0.7em;
}

.price {
	font-weight: bold;
	text-align: center;
	color: green;
	font-size: 1.2em;
}

.sub {
	text-align: center;
	text-decoration: underline;
}

/* album.upload.php */

.progressBar {
	border: 1px gray solid; 
	padding: 0px 0 0 0; 
	height: 11px; 
	width: 200px;
}

.progressBar div {
	padding: 0px 0 0 0; 
	margin: 0px 0 0 0; 
	background: -7px -4px no-repeat url("ajax-loader.gif"); 
	height: 11px;
}


/* album.share.php */

.shareMenu span {
  	padding: 0 15px 5px 22px;
  	line-height: 2em;
}


.share {
	margin: 2em 1em 1em 1em;
	border-collapse: collapse;
}

.share td, .share tr, .share th {
	border: solid 1px #BABABA;;
	padding: 6px;
	text-align: center;
	width: 335px;
}


