div.column{
	border: 1px dotted #DCDCDC;
	padding: 5px 5px 40px 5px;
}


div#two-columns-left,div#destination-left,div#contact-left,div#tours-left,div#infos-vols-left,div#repertoire-left,div#news-left
{
	float: left;
	width: 200px;
}

div#two-columns-right,div#destination-right,div#contact-right,div#tours-right,div#infos-vols-right,div#repertoire-right,div#news-right
{
	float: right;
	width: 735px; 
}


div#three-columns-left
{
	float: left;
	width: 265px;
	margin-right: 5px;
}

div#three-columns-center
{
	float: left;
	width: 455px; 
	margin-right: 5px;
}

div#three-columns-right
{
	float: left;
	width: 200px; 
}



div#block-library,div#page-settings{

	display: block;
	width: 100%;
	height: 200px;
	
	position: fixed;
	top: 0;
	left: 0;
	
	background: #fff;
	border-bottom: 4px solid #003;
	
	padding: 0;
	
	overflow-y: auto;
	z-index: 10;

}

div#block-library .column{

	width: 19%;
	float: left;

	border: none;
	
}

div#block-library .column.trash{

	width: 99%;
	height: 200px;
	
	padding: 0;
	margin: 0;
	
}

div#trash{
	float: right;
	border: 1px solid #ddd;
	width: 19%;
	height: 200px;
	background: url('../images/admin/trash_icon.jpg') center center no-repeat;
}

/* Portlets */

div.portlet{
margin-bottom: 10px;
}

div.portlet p,div.portlet h3{ margin: 0 ;}

div.portlet-header{
overflow: hidden;
	background: url('../images/right_header_portlet.jpg') top right no-repeat;
	height: 26px;
}
div.portlet-header h3{
	background: url('../images/left_header_portlet.jpg') top left no-repeat;
	height: 26px;
	line-height: 26px;
	text-indent: 15px;
	color: #FF8000;
	font-size: 13px;
}


div.portlet-header.blue{
overflow: hidden;
	background: url('../images/right_header_portlet_blue.jpg') top right no-repeat;
	height: 31px;
}
div.portlet-header.blue h3{
	background: url('../images/left_header_portlet_blue.jpg') top left no-repeat;
	height: 31px;
	line-height: 31px;
	text-indent: 15px;
	color: #fff;
	font-size: 13px;
}


div.portlet-content{
	border: 1px solid #DAE0E6;
	background: #fff;
	padding: 5px;
}

div.portlet.meteo div.portlet-content div.meteo{
	margin-top: 7px;
	margin-left: 7px;
}

div.portlet.meteo div.portlet-content{
	padding: 0;
	height: 80px;
	background: url('../images/bg_block_meteo.jpg') top left repeat-x;
	
	color: #fff;
}
div.portlet-content.pave{
	border: 1px solid #DAE0E6;
	padding: 0;
	overflow: hidden;
}

div.add-block-top-btn{
	width: 100%;
	padding: 5px;
	background: url('../images/bg_orange_button.jpg') bottom left repeat-x;
	position: relative;
	top: -5px;
	left: -5px;
	text-align: center;
}

div.add-block-top-btn a{
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

p.formline{ clear: both; }
p.formline label{ display: block; float: left; width: 180px; }