body {
	font-family:Arial;
	font-size:11px;
	color:rgb(102, 102, 102);
	margin:0px;
	text-align: center;
	height:100%;
}
#global {
	width:900px;
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height:100%;
}
#header {
	width:780px;
	height:268px;
	left:35px;
	top:35px;
	position:absolute;
	z-index: 0;
}
#principal {
	position:absolute;
	z-index:10;
	top:283px;
	left:234px;
	width:580px;
	padding-bottom:100px;
}

#cmd-admin {
	position:absolute;
	top:0px;
	right:85px;
	padding:2px 3px 3px 3px;
}
#cmd-admin a {
	font-size: 8px;
	text-transform: uppercase;
	color:#1557ac;
	text-decoration: none;
}

.pave-inactif {
	border:1px solid red;
	background-color: #faabab;
	color:red;
	padding:10px;
	margin-bottom:10px;
	font-weight:normal;
	font-size: 12px;
	line-height: normal;
}
.pave-inactif a {
	color:#ff0000;
}

.inactif {
	font-style: italic;
	font-weight:normal;
	background-color: #eee;
}

#cmd-aide {

}
.aide {
	padding-left: 10px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-top: 0px;
	border-top:1px solid #ffc2ae;
	background-color:#ffc2ae;
	color:#fe000d;
	display:none;
}
.aide a {
	color:#7a8b51;
}


.bloc-marge, .bloc-marge-gris {
	position:absolute;
}
.bloc-marge, .bloc-marge-gris {
	left:115px;
	top:462px;
	background-image: url(../images/formes/bloc-marge.png);
	width:110px;
	height:117px;
}
.bloc-marge-gris {
	background-image: url(../images/formes/bloc-marge-gris.png);
	left:150px;
	top:462px;
	width:64px;
	height:65px;
}

#footer {
	position:absolute;
	font-size:9px;
	color:#999;
	bottom:20px;
}
#footer a {
	color:#999;
}

.rien-a-afficher {
	font-size:14px;
	font-style: italic;
	width:300px;
}


ul.tab-onglets {
	list-style: none;
	height:26px;
	margin:0;
	padding: 0;
	border-bottom:1px solid #ccc;
	margin-top:15px;
}
ul.tab-onglets li {
	float:left;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	margin-right: 10px;
	line-height: 16px;
	cursor: pointer;
	background: url(../images/onglet-off-fond.png) no-repeat top right;
}
ul.tab-onglets li.actif {
	border-left:1px solid #ccc;
	margin-top: 1px;
	background: url(../images/onglet-on-fond.png) no-repeat top right;
}
ul.tab-onglets li.inactif {
	font-style: italic;
}

ul.tab-onglets li a {
	text-decoration: none;
	color:#666;
}
ul.tab-onglets li.actif a {
	color: #000;
	font-weight: bold;
}