body{
	background: #ccc;
	font-size: 14px;
	font-family: arial, sans serif;
	color: #333;
}
#body-wrapper{
	background: #fff;
}


.page-wrapper{
	max-width: 1024px;
	margin: 0 auto;
}


#messages{
	margin: 1em auto;
}
#messages .message{
	border-radius: 2px;
	-moz-box-shadow: 0px 1px 1px #aaa; 
  	-webkit-box-shadow: 0px 1px 1px #aaa; 
  	box-shadow: 0px 1px 1px #aaa; 
  	padding: 1em 2em;
  	margin-bottom: 0.5em;
}

#mainContent{
	margin: 1em auto;
}
#panel{
	border-radius: 2px;
	-moz-box-shadow: 0px 1px 1px #aaa; 
  	-webkit-box-shadow: 0px 1px 1px #aaa; 
  	box-shadow: 0px 1px 1px #aaa; 
  	display: table;
  	width: 100%;
  	direction: rtl;
}
#center{
	/*float: left;*/
	display: table-cell;
	width: 80%; 
	direction: ltr;
	vertical-align: top;
}


.clear{
	clear: both;
	float: none;
}


h2{
	text-transform: uppercase;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 1em;
}
h3{
	display: block;
    font-weight: bold;
    padding: 0.5em 0;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
}

input{
	background: #fff;
	border: 1px solid #aaa;
	margin: 0 auto;
	padding: 1px 6px;
	border-radius: 2px;
	-moz-box-shadow: 0px 1px 1px #aaa inside; 
  	-webkit-box-shadow: 0px 1px 1px #aaa inside; 
  	box-shadow: 0px 1px 1px #aaa inside; 
}
input::placeholder{
	color: #999;
	font-style: italic;
}




.objects-count{
	background: #aaa;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	width: 60px;
	height: 55px;
	padding-top: 5px;
}
.objects-count .number{
	font-size: 24px;
	display: block;
}
.objects-count .object{
	font-size: 11px;
	display: block;
}

.objects-count-2{
	text-align: center;
	font-weight: bold;
}
.objects-count-2 .number{
	background: #aaa;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-bottom: 0.2em;
}
.objects-count-2 .object{
	font-size: 11px;
	display: block;
	color: #aaa;
}

.objects-etapes{
	background: #aaa;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	width: 60px;
	height: 50px;
	padding-top: 10px;
}
.objects-etapes .action{
	font-size: 11px;
	display: block;
}
.objects-etapes .date{
	font-size: 16px;
	display: block;
}
.objects-etapes .annee{
	font-size: 12px;
	display: block;
}


.planifications-count{
	background: #fc5d35;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	font-weight: bold;
	width: 14px;
	height: 14px;
	cursor: help;
}

.fiche-aide{
	background: #aaa;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	font-weight: bold;
	width: 14px;
	height: 14px;
	cursor: help;
}

.button{
	border-radius: 50%;
	border: 1px solid #999;
	float: right;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	width: 20px;
	height: 20px;
	text-align: center;
	cursor: pointer;
}
.button a{
	color: #999;
	text-decoration: none;
}
.button a:hover{
	color: #333;
}