﻿@charset "utf-8";
/* CSS Document */
/* -------------------------------- Mise en page edit mode ------------------------------------*/
.editMode .editable{
	margin: 0;
	padding: 0 ;
	clear: inherit; /* si le bloc est en clear ou en float il hérite de la propriété */
	float: inherit;
	width: 98%;
	height: inherit;
	border-collapse: collapse;
	position: inherit;
}

/* ---- LOGIN ----- */
#page_menu, #edit_menu{
	font-size:10px;
	height: 18px;
	width: 100%;
	}
	
#page_menu_centre{
	width: 920px;
	margin: 0 auto;
	line-height: 18px;
}

#login{
	width: 520px;
	margin: 0 auto;
	float: left;
}

#head_login a{
	background: url(img/key.png) no-repeat center left;
} 

#head_login{
	font-size:10px;
	float: left;
	width:400px;
	text-align:right;
}

#page_menu_centre a{
	line-height: 16px;
	padding: 2px 0 2px 18px;
	margin: 0 3px;
}

#add_btn{
	background: url(img/page_add.png) no-repeat center left;
}

#manage_btn{
	background: url(img/mng_site.png) no-repeat center left;
}

#edit_btn{
	background: url(img/page_edit.png) no-repeat center left;
}

#properties_btn{
	background: url(img/page_gear.png) no-repeat center left;
}

#save_btn{
	background: url(img/page_save.png) no-repeat center left;
}

#publish_btn{
	background: url(img/accept.png) no-repeat center left;
}

#quit_btn{
	background: url(img/cancel.png) no-repeat center left;
}


/* ----- styles propriétés ----- */
#container{
	width: 100%;
	margin: 0 auto;
}

img.tip {
	vertical-align:top;
	float: left;
}

.tipBubble {
background-color:#FFFFCC;
border:thin solid #FFFF99;
color:#CC3300;
font-family:Arial,Helvetica,sans-serif;
font-size:small;
margin:auto;
max-width:20em;
z-index:55010;
}

.tip-title {
font-weight:bold;
}

#pageProps {
	margin: 20px auto;
	padding: 0;
}

#pageProps .propertiesBlock{
	margin: 0;
	padding: 0 0 10px 0;
}

#btn_properties{
	width: 950px;
	margin: 0 auto;
}

#pageProps .propertiesBlock span{
	float: left;
}

#pageProps h2{
	width: auto;
	margin: 0 0 7px 0;
	padding: 3px;
	font-size: 12px;
}

#pageProps .propertiesBlock label{	
	clear: left;
	display:block;
	text-align:right;
	width: 150px;
	float:left;
	margin: 5px;
}


#pageProps .propertiesBlock input, #pageProps .propertiesBlock textarea{
	line-height: 17px;
	float: left;
	margin: 5px;
	display: inline;
	width: 450px;
}

#pageProps .propertiesBlock input[type=checkbox]{
	width: auto;
}

#pageProps .propertiesBlock input[type=hidden]{
	width: auto;	
	border:  none;
	background: none;
}

#pageProps .propertiesBlock input.veryshort{
	width: 100px;
}

#pageProps .propertiesBlock input.short{
	width: 200px;
}

#pageProps .propertiesBlock input.medium{
	width: 300px;
}

#pageUrl label{	
	text-align:right;
	margin: 5px;
}

#pageUrl span {
	line-height: 17px;
	display: inline;
	margin: 5px 0;
}

#pageUrl .tip {
	float: none;
	display: inline;
	}

#pageProps select {
	line-height: 17px;
	float: left;
	margin: 2px 5px;
}
