@charset "utf-8";
/* CSS Document */

html {
	height:100%;
}

body {
	height:100%;
	width:100%;
	margin:auto;
	text-align:right;
	/*cursor: url('../images/curs.ani'), none;*/

}

.one{border-style: solid;}
.two{border-style: dashed;}
.three{border-style: dotted;}

.valign-top {
	display:table-cell;
	vertical-align:top;
	width:100%;
	margin:0;
	text-align:left;
}

.valign-bottom {
	display:table-cell;
	vertical-align:bottom;
	width:100%;
	margin:0;
	text-align:left;
}

.valign-middle {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:100%;
	margin:0 auto;
	padding: 0px;
	text-align:center;
}

#accueil {
	float: left;
	position:absolute;
	width:122px;
	height:128px;
	z-index: 10000;
	/*background-color:#99CCCC;*/
	margin-top:0px;
	margin-left:1160px;
	/*cursor: url('../images/curs.ani'), pointer;*/
}

#admin {
	float: left;
	position:absolute;
	width:265px;
	height:196px;
	margin-left:1070px;
	margin-top:542px;
	z-index:10000;
	/*background-color:#000000;*/
	border-radius:15px;
}
/*///////////*/