.block {
	position: relative;
	margin: 0 10px 10px 0;
	border: 1px solid #999;
	border-left: #CCC 1px solid;
	border-top: #CCC 1px solid;
	float: left;
	background: #FFF;
	overflow: hidden;
	height: 180px;
	width: 325px;
	z-index: 1;
}
.block h3, .block .h3 {
	background-repeat: repeat-x;
	display: block;
	height: 20px;
	color: white;
	text-indent: 4px;
	background-image: url(../img/layout/block/header/background/orange.jpg);
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 22px;
	position: relative;
}


.block .toggler {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/layout/block/header/arrowOpened.png);
	top: 0;
	right: 0;
	text-indent: -200px;
	overflow: hidden;	
}

.block .toggler.closed{
	background: url(../img/layout/block/header/arrowClosed.png);
}

.block.silk {
	background: url(../img/layout/block/silkBackground.jpg) bottom repeat-x #FFFFFF;
}

.block.orange {
	background: url(../img/layout/block/orangeBackground.jpg) bottom repeat-x #ffcf6f;
}
	
.block h3.orange, .block .h3.orange { background-image: url(../img/layout/block/header/background/orange.jpg); }
.block h3.blue, .block .h3.blue { background-image: url(../img/layout/block/header/background/blue.jpg); }
.block h3.green, .block .h3.green { background-image: url(../img/layout/block/header/background/green.jpg); }
.block h3.orangeDark, .block .h3.orangeDark { background-image: url(../img/layout/block/header/background/orangeDark.jpg); }
.block h3.pink, .block .h3.pink { background-image: url(../img/layout/block/header/background/pink.jpg); }
.block h3.purple, .block .h3.purple { background-image: url(../img/layout/block/header/background/purple.jpg); }
.block h3.turquoise, .block .h3.turquoise { background-image: url(../img/layout/block/header/background/turquoise.jpg); }

.block h3.black, .block .h3.black { 
	background-image: url(../img/layout/block/header/background/black.jpg); 
	height: 25px;
	line-height: 26px;	
	text-indent: 36px;
}

.block .actions {
	position: absolute;
	top: 4px;
	right: 2px;
}

.block .actions a {
	color: white;
	text-decoration: none;
	display: block;
	float: left;	
	height: 12px;
	padding: 4px;
	font-size: 0.7em;
	font-weight: bold;
}

.block h3.black + .actions a, .block .h3.black + .actions a {
	height: 17px;
	vertical-align: bottom;
}

.block h3 span, .block .h3 span {
	display: block;
	width: 144px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/layout/block/header/wave.png) no-repeat;
}

.block h3 img, .block .h3 img {
	position: absolute;
	top: 2px;
	left: 4px;
	height: 22px;
	width: 22px;
}

.block > .content {
	color: #666;
	margin: 10px;
	z-index: 1;
}

.block> .content.nopadding {
	margin:0px;
}

.block > .content > img {
	float: left;
	margin-right: 10px;
}
.block > .content .list {
	margin-top: -10px;
}
.block > .content .list li {
	position: relative;
	border-bottom: 1px solid #CCC;
	height: 70px;
}

.block > .content .list li img {
	height: 50px;
	width: 50px;
	position: absolute;
	top:50%;
	margin-top: -25px;
	margin-left: 0;
}

.block > .content .list li .content {
	position: absolute;
	left: 60px;
	margin-top: 20px;
}

.block > .content .list li p {
	line-height: 1.2em;
	margin: 0;
}

.block > .content .list li h4 {
	margin: 0;
}

.block > .content .list li a {
	position: absolute;
	right: 5px;
	bottom: 2px;
	text-decoration: none;
	color: #EE1155;
	
	font-size: 0.8em;
	font-weight: bold;
}

.block > .content .list li a:hover {
	text-decoration: underline;
}

.block .button.submit{
	position: absolute;
	right: 0;
	bottom: 0;
}

.block .textlist {
	margin-top: -3px;
}

.block .textlist li {
	height: 33px;
	position: relative;
	border-bottom: 1px solid #CCC;
	font-size: 0.85em;
}

.block .textlist h4{
	margin: 0;
	margin-top: 3px;
	margin-bottom: 4px;
	color: #4c5e85;

}

.block h5 {
	margin-top: 10px;
	color: #111;
}

.block p.warning {
	color: #ff6f00;
	font-weight: bold;
}

.block h4.warning {
	color: #ff6f00;

}

.block .textlist .button {
	position: absolute;
	right:0;
	top: 4px;
}

.block .helpers {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0.60em;
	background: url(../img/layout/block/helpers-background.jpg);
	height: 19px;
	border-top: 1px solid #CCC;
	width: 110%;
	z-index: 20;
	overflow: hidden;
}

.block .helpers a {
	float: right;
	display: block;
	height: 11px;
	padding: 4px 10px;
	text-decoration: none;
	color: #FFF;
	border-left: 1px solid #CCC;
	background: url(../img/layout/block/helpers-btn.jpg) #e3893b;
}

.block .helpers a:hover {
	background: url(../img/layout/block/helpers-btn-hover.jpg) #ecb07e;
}

.block .helpers a:active {
	background: url(../img/layout/block/helpers-btn-active.jpg);
}

.block form ul li {
	height: 30px;
}

.block .content p.text {
	font-size: 0.8em;
	color: #999;
	margin-bottom: 10px;
}

.block h4 {
	color: #df6b0f;
}

.block .datetime {
	font-size: 11px;
	color: #999;
	margin-bottom: 10px;
}

.block table {
	width: 100%;
	/*border-bottom: 1px solid #CCC;*/
}
.block table th {
	height: 18px;
	line-height: 24px;
	padding: 0 5px;
	background: #FFF;
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: #CCC solid 1px;
}

.block table .boite-de-reception tr.unread {
	font-weight: bold;
	color: #333;
}
.block table tr.even {background: #EEE}
.block table tr.odd {background: #FFF}

.block table td {
	font-size: 0.85em;
	padding: 0 4px;
	height: 20px;
	border-right: 1px solid #CCC;
}

.block table td.place { border: none; }
.block table td.last { border: none; }
.block table td.tarifs { width:60px; }

.block table.messages td {
	height: 27px;
	padding: 0 4px;
}
