/*Global*/
.span_error {
	color:#FF0000;
	font-weight:bold;
	}
.span_ok {
	color:#99CC00;
	font-weight:bold;
	}
	
	
#file_list {
	position : relative;
	left : 50px;
	width : 20em;
	height : auto;
	overflow : visible;
}
#space {
	position : relative;
	margin-right : 0;
	margin-left : 0;
	color : #FFFFFF;
}
#pres {
	top : 10px;
	left :100px;
}
#filelist {
	top : 40px;
	left :100px;
}
#import {
	top : 70px;
	left :100px;
}
#liens {
	top : 100px;
	left :100px;
}
#users {
	top : 130px;
	left :100px;
}
#galerie {
	top : 160px;
	left :100px;
}
#location {
	top : 190px;
	left :100px;
}
#affiche_accueil {
	top : 220px;
	left :100px;
}
#slam {
	top : 250px;
	left :100px;
}
.root {
	position : absolute;
	width : 600px;
	height : auto;
	overflow-x : hidden;
	overflow-y : hidden;
	border : 1px solid #202020;
	background-color : transparent;
	color : #fff;
	/*display : none;*/
}
.rootmin {
	position : absolute;
	width : 600px;
	height : auto;
	background-color : #E0E0E0;
	color : #202020;
}
.root .minicontent {
	position : relative;
	background-image:url(../../images/pixel.png);
	background-position:top left;
	background-repeat:repeat;
	background-color : inherit;
	color : #fff;
	display : block;
	font-size : .9em;
	height : auto;
	overflow-x : hidden;
	overflow-y : hidden;
	/*overflow : auto;*/
	z-index : 1;
}
.root .resize {
	position : relative;
	margin-top : auto;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : auto;
	width : 1em;
	height : 1em;
	cursor : se-resize;
	z-index : 3;
}
.rootmin .minicontent {
	display : none;
}
.rootmin .resize {
	display : none;
}
.minibody {
	padding : 2px;
}
.handle {
	position : relative;
	height : 2em;
	background-color : #000;
	color : white;
	font-family : verdana, sans-serif;
	font-size : .9em;
}
.handle strong {
	position : relative;
	padding-left : 5px;
}
.showhide {
	position : absolute;
	top : 0;
	right : 5px;
	width : 1em;
	background-color : transparent;
	color : #F3F3F3;
	cursor : pointer;
}
.clear {
	clear : both;
}
.form_modif_lacarte {
	padding:5px;
	/*background-color:#666666;*/
}
.cat_carte {
	color:#fff;
	font-size:16px;
	margin:0;
	padding:0;

}
#menucarte, #menuliens, #menuusers, #menulocation, #menuarticle {
	padding:5px;
	margin-left:30px;
	list-style:none;
}
#ajouter {
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	background-color:transparent;
	margin-bottom:2px;
	margin-top:2px;
}
.titre_program {
	padding-left:30px;
}
.position {
	border:1px solid #000;
	width:25px;
	}

/*Formulaire de modification d'un evenement de programmation*/
#form_program {
	padding-bottom:10px;
	padding-top:10px;
	padding-left:25px;
	}
