*{
outline:none;
}

a:link
{
	color:#000;
}

a:visited
{
	color:#000;
}

body
{
	margin-top:0px;
	padding-top:0px;
	background:#EEE;
}

.main
{
	position:absolute; 
	margin-left:50%;
	left:-500px;
	width:1000px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image : url("../images/filet.png");
	background-repeat: repeat-y;
}

.entete
{
	background-image:url("../images/header.jpg");
	padding-top:0px;
	min-width:996px;
	max-width:996px;
	font-weight:bold;
	margin-left:2px;
	background-repeat: repeat-x;

}

.bannieretop
{
	position:relative;
	width:996px;
	max-width:996px;
	min-height:23px;
	height:23px;
}


.content
{
	padding:20px;
	position:relative;
	min-height:200px;
}

.footer
{
	clear:both;
	position:relative;
	margin-left:50%;
	left:-500px;
	width:1000px;
	background-image : url("../images/footer.png");
	background-color:white;
	background-repeat: repeat-y;
	height:177px;
}

.logo-geocible
{
	position:absolute;
	right:16px;
	height:18px;
	width:101px;
	background-image:url('../images/geocible_banniere.png');
	background-repeat:no-repeat;
	background-position:right;
	margin:2px;
	
}

.entete .menu
{
	padding-top:5px;
	position:relative;
	width:100%;
	height:30px;
	background-repeat: repeat-x;
	background-image:url('../images/menu.png');
}

.entete .menu-deconnexion
{
	position:absolute;

	right:20px;
}

.entete .menu-content
{
	position:absolute;	
	display:inline-block;
	width:760px;
}

.menuadmin
{
	position:absolute;
	top:5px;
	padding-left:20px;
	width:500px;
}

.menuadmin a
{
	padding-left:20px;	
	font-weight:bold;
	text-decoration:none;
}

.entete .menu a
{
	padding-left:20px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.entete .menu a:hover
{
	text-decoration:underline;
}
.entete .menu a:active
{
	text-decoration:underline;
	color:#CCC;
}
/*.menu a:link
{
	text-decoration:underline;
	color:#CCC;
}*/

.create-button
{
	text-decoration:none;
	display:inline-block;
	
	margin-top:10px;
	background-repeat:repeat-x;
	background-image:url("../lib/jqGrid2/geocible/grid-blue-hd.gif");
	
	border-bottom:solid 1px #aaa;
	border-left:solid 1px #aaa;
	border-right:solid 1px #aaa;
	color:#666;
	padding:8px;
}

/* ########################################################################################### */
/* Bouton fichier */

.btn_right {
	display:block;
	height:23px;
	white-space:nowrap;
	background-image:url(../images/boutons/btn_right.gif);
	background-repeat:no-repeat;
	background-position:top right;
	margin:0px 0px 0px 23px;
	padding: 3px 19px 0px 2px;
	z-index: 6;
}

.btn_fichiers_left {
	width:98px;
	/*float:right;*/
	float: left;
	display:inline;
	height:23px;
	background-image:url(../images/boutons/folder_edit.png);
	background-repeat:no-repeat;
	margin:0px 2px 0px 2px;
	text-align:center;
}

.btn_fichiers_left A {
	font-family:arial,helvetica,sans serif;
	font-weight:normal;
	font-size:11px;
	vertical-align:center;
	margin-top: 5px;
}

.btn_fichiers_left A:link, .btn_fichiers_left A:visited {
	color:#751664;
	text-decoration:none;
}

.btn_fichiers_left A:hover, .btn_fichiers_left A:active {
	color:#9CCE2E;
	text-decoration:none;
}

