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

#chemin {
	position:absolute;
	top:80px;
	left:175px;
	width:770px;
	height:50px;
	color:darkred;
	font-size:14px;
	font-weight:bold;
	z-index:5;
}
#chemin a {
	color:#990000;
	font-size:14px;
	font-weight:bold;
}
#espace-pro {
	position:absolute;
	top:95px;
	left:175px;
	width:770px;
	height:400px;
	z-index:5;
	overflow:auto;
}

.erreur {
	color:darkred;
	font-size:16px;
}

a.texte:link, a.texte:visited, a.texte:hover, .texte {
	color:#a4d8ed;
	font-size:12px;
	font-weight:bold;
}

a.titre:link, a.titre:visited, a.titre:hover, .titre {
	background-color:#0086bd;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

a.legende:link, a.legende:visited, a.legende:hover, .legende {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
.legende {
	z-index:5;
}

.fond {
	background:url(../images/espace-pro/fond_gris.png) repeat;
}

.fond_bleu_clair {
	background:url(../images/espace-pro/fond_bleu_clair.png) repeat;
}

.fond_bleu_fonce {
	background:url(../images/espace-pro/fond_bleu_fonce.png) repeat;
}


/* FORMULAIRE */
#form {
	position:absolute;
	top:210px;
	left:200px;
	z-index:10;
	text-align:right;
	line-height:30px;
	font-size:12px;
	color:#000;
}

#upload_java {
	position:absolute;
	right:10px;
	bottom:10px;
	z-index:10;
}