@charset "ISO-8859-1";
body,html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding:0px;
	width:100%;
	height:100%;
}

.administration {
	position:absolute;
	left:50%;
	width:930px;
	right: 50%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -465px;
}


#menu {
	min-height: 50px;
	width: 930px;
	text-align: center;
}
#menu a {
	background-image: url(http://www.juliana.fr/admin_juliana/puce.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #990000;
	padding-left: 20px;
}
#menu a:hover {
	background-image: url(http://www.juliana.fr/admin_juliana/puce.jpg);
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #333333;
	padding-left: 20px;
}
#contenu {
	width: 890px;
	padding: 20px;
	font-size: 12px;
}
#contenu h1 {
	width: 930px;
	color: #333333;
	background-image: url(http://www.juliana.fr/admin_juliana/puce2.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	font-size: 14px;
}
#contenu h2 {
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	margin:10px 0;
	text-decoration:none;
}
#contenu h3 {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	margin:10px 0;
	text-decoration:none;
}
#contenu a {
	text-decoration: none;
	color: #990000;
}
#contenu a:hover {
	text-decoration: underline;
	color: #333333;
}
#entete {
	background-image: url(menu.jpg);
	background-repeat: no-repeat;
	height: 174px;
	width: 930px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}
#contenu .table {
	width: 100%;
	border: 2px dotted #990000;
	margin: 5px;
	background-position: center;
	font-size: 12px;
}
#contenu table input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #7E7E81;
	margin: 0px;
	font-size: 12px;
	color: #000000;
	background-color: #ECECEC;
	padding: 3px;
}
#contenu table input:focus, textarea:focus, select:focus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #7E7E81;
	margin: 0px;
	font-size: 12px;
	color: #000000;
	background-color: #FFEDE1;
	padding: 3px;
}
#contenu table tr:hover {
	background-color:#DDDDDD;
}
#entete a {
	color: #990000;
}
#contenu table#listerecherche{
	margin-bottom : 50px;
}
#contenu table#listerecherche th{
	background-color : #eeeeee;
}
#contenu table#listerecherche td{
	height : 20px;
	border-bottom : 1px solid #eeeeee;
	text-align : center;
}
#contenu div#datezone{
	margin : 10px;
}
/*
Nouvel admin avec le module de rang
*/
		div#listing_entete{
			background-color:#990000;
			color: #ffffff;
			font-weight:bold;
			text-align: center;
			height:32px;
			width:850px;
		}
		ul#listing_base,
		ul.listing_base{
			list-style-type: none;
			padding:0;
			margin-bottom:200px;
		}
		ul.listing_base{
			margin-bottom:20px;
		}
		ul#listing_base_6{
			margin-bottom:6px;
		}
		ul#listing_base li,
		ul.listing_base li{
			overflow:hidden;
			width:850px;
			border-bottom: 1px solid #444444;
		}
		ul#listing_base li:first-child,
		ul.listing_base li:first-child{
			border-top: 1px solid #444444;
		}
		ul#listing_base li:hover,
		ul.listing_base li:hover{
			background-color: #dddddd;
		}
		div.titre_area{
			float:left;
			width:500px;
			margin-top:6px;
			margin-left:50px;
		}
		div.image_area{
			float:left;
			width: 100px;
			text-align: center;
		}
		div.modif_area{
			float:left;
			width:100px;
			text-align:center;
		}
		div.suppr_area{
			float:left;
			width:100px;
			text-align:center;
		}
		div.entete{
			margin-top:7px;
		}
