/************************************************
*	miseEnPage.css				*
*	Mise en page du layout de l'application	*
* ***********************************************/
	/*---- BLOCKs ----*/
html {
	margin: 0px;
	padding: 0px;
	background-image: url("/images/interface/fond.gif");
	background-position: center;
}
body{
	width: 990px;
	margin:0 auto;
}
#page {
	background-color: #fff;
	font-family: trebuchet MS;
}

#top {
	height: 92px;
	background-image: url('/images/interface/menu_haut_fond.gif');
}
#top img#logo {
	margin-left: 0px;
}

#menu_haut {
	height: 30px;
	line-height: 30px;
	background-image: url('/images/interface/barre_fond.gif');
	color: #F6F6F6;
	padding: 0px;
	margin: 0px;
}

#menu_gauche {
	float: left;
	width: 190px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}

#menu_droite {
	float: right;
	width: 190px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#main_content {
	margin-left: 190px;
	margin-right: 190px;
	margin-top: 2.5px;
	padding: 0px;
}

#footer {
	border: 1px solid #ccc;
	line-height: 18px;
	height: 18px;
	text-align: center;
	font-size: x-small;
	font-weight: bold;
	clear: both;
	color: #555;
	margin: 1px;
	margin-top: 50px;
}

div#indicator {
	position: fixed;
	width: 100px;
	height: 40px;
	left: 10px;
	top: 110px;
	z-index: 900;
	background: url('/images/indicator.gif') no-repeat 0 0;
	display: none;
}

div#chargement {
	position: fixed;
	right: 0.5%;
	top: 0.5%;
}

div#loading-big {
	position: fixed;
	width: 64px;
	height: 36px;
	left: 50%;
	margin-left: -32px;
	top: 70%;
}

div.small_error {
	width: 75%;
	border: 1px solid #B22;
	background-color: #fbb;
	margin: 5px;
	padding: 2px;
	text-align: center;
	margin-left: 12.5%;
}

img.png {
	/* compris uniquement par IE --> javascript execut� sur l'�l�ment */
	behavior: url('/js/png.htc');
}

div#erreur{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
div#erreur_overlay{
position: absolute;
top:0px;
left: 0px;
width: 100%;
height: 100%;
background-color: #000;
filter: alpha(opacity = 60);
-moz-opacity: 0.6;
opacity: 0.6;
z-index: 90;
}
div#erreur_c{
padding: 0px;
z-index: 100;
margin: 5px 23px 5px 82px;
color: #fff;
font-weight: bold;
line-height: 12pt;
height: 90px;
vertical-align: middle;
}
div#erreur_contenu{
background-image:url('/images/interface/erreur.png');
position: absolute;
left: 50%;
top: 50%;
width: 450px;
height: 100px;
margin-left: -225px;
margin-top: -50px;
z-index: 91;
}

#erreur_croix{
position: absolute;
right: 0px;
top: 0px;
width: 23px;
height: 21px;
cursor: pointer;
}

div#infos{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
div#infos_overlay{
position: absolute;
top:0px;
left: 0px;
width: 100%;
height: 100%;
background-color: #000;
filter: alpha(opacity = 60);
-moz-opacity: 0.6;
opacity: 0.6;
z-index: 89;
}
div#infos_c{
padding: 0px;
z-index: 100;
margin: 5px 23px 5px 82px;
color: #fff;
font-weight: bold;
line-height: 12pt;
height: 90px;
vertical-align: middle;
}
div#infos_contenu{
background-image:url('/images/interface/infos.png');
position: absolute;
left: 50%;
top: 50%;
width: 450px;
height: 100px;
margin-left: -225px;
margin-top: -50px;
z-index: 91;
}

#infos_croix{
position: absolute;
right: 0px;
top: 0px;
width: 23px;
height: 21px;
cursor: pointer;
}

div#altmenu{
font-size: x-small;
text-align: justify;
color:#999;
}

div.pager a{
text-decoration: underline;
}

div.proposition_annuler {
    text-align: center;
}