.cent{
	width: 100%;
}
.top{
	top: 0;
	vertical-align: top;
}
.right{
	text-align: right;
}
#panel_admin{
	padding: 10px;
	text-align: center;
	border: 1px red solid;
}
.padding10{
	padding: 10px;
}
.center{
	text-align: center;
}
.bold {
	font-weight : bold;
}
.italic {
	font-style : italic;
}
.border{
   border: 1px black solid; 
}
/*.vertical a {
  color: black;
  background-color: #e6e6e6;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border: 1px outset #c0c0c0;
  display: block;

}*/
/*.vertical a:hover {
  color: #f9972c;
  background-color: #ffffff;
  border: 1px inset #c0c0c0;
}*/

a.bouton-relief {
  color: black;
  background-color: #F9E8C9;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border-style: outset;
  border-width: 1px;
  border-color: #F9E8C9;
}
a.bouton-relief:hover {
  background-color: #F9E8C9;
  border: 2px inset #F9E8C9;
}

ul.decimal{
	list-style-type:decimal;
}
ul.nostyle{
	list-style-type: none;
	margin: 0;
   padding: 0;
}
ul.circle{
	list-style-type:circle;
}
.error {
	margin:5px 5px 15px 5px;
   padding:5px;  
	text-align: center;
	text-decoration: none;
	color: red;
	background-color: #fff;
	border: 1px red dotted;
}

.succes {
	margin:5px 5px 15px 5px;
   padding:5px;  
	text-align: center;
	text-decoration: none;
	color: green;
	background-color: #fff;
	border: 1px green dotted;
}

.map_title {
	margin-left:50px;
}
.map_content {
	margin-left:100px;
}
.map_cat {
	margin-left:150px;
}

.tagsinfo {
	font-size: 9px;
	color: #AAA;
}
.tagsinfo a {
	color: #AAA;
	text-decoration: none;
}
.tagsbox {
	margin: 5px;
	padding: 2px;
	background-color: #fafafa;
	border: 1px solid #AAA;
	width: 100%;
	padding:3px 3px 1px 3px;
}
.xs { font-size: 9px; }
.s { font-size: 12px; }
.m { font-size: 15px; }
.l { font-size: 18px; }
.xl{ font-size: 20px; }