/* Fichier..... extranet.css
 * Site........ Extranet ESIL
 * Description.
 * Creation.... 26/09/2005
 * Historique..
 *  02/12/08 : modif par S. Mavromatis pour mettre du texte 
 * 	 sur plusieurs lignes dans "a.menuElemFerme"
*/

* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	
}
body {
	width:auto;
	height: auto;
	background-color: #030133;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	
}
div.global
{
	height:100%;
	width:1000px;
	margin:auto;
	margin-bottom:0px;
	background-repeat: no-repeat;
	background-image: url(images/spiraleblanche.png);
	background-position: center 5px;
	background-attachment: scroll;
	
}
a {
	font-weight: bold;
	color: #2F5E8A;
	text-decoration: underline;
}
a:hover {
	color: #6666FF;
}
p {
	margin-top: 6px;
	margin-bottom: 12px;
}

/* Mise en page globale
 *************************************/
div.page {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	
}


/* Logos
 *************************************/
div.logoUniv {
	position: absolute;
	top: 9px;
	margin: 0;
	width: 945px;
	
	text-align: right;
}
div.logoUniv img {
	border: 0;
}

div.logoESIL {
	padding: 0;
	margin: 0;
	margin-left: 146px;
	margin-bottom: 10px;
	padding-top: 65px;
	
}
div.logoESILMain {
	padding: 0;
	margin: 0;
	margin-left: 346px;
	margin-bottom: 0px;
	padding-top: 15px;
	position: absolute;	
}
div.logoESIL a {
	text-decoration: none;
}
div.logoESIL a img {
	border: 0;
}


/* Zone langue
 *************************************/
div.AdminHaut {
	position: absolute;
	top: 145px;
	padding: 0;
	margin: 0;
	width: 929px;
	color: #ECECEC;
	font-size: 11px;
	text-align: right;
}

div.AdminHaut a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

div.langue {
	position: absolute;
	top: 168px;
	padding: 0;
	margin: 0;
	margin-left:895px;
	color: #ECECEC;
	font-size: 11px;
	text-align: right;
}

div.langue a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
div.langue a img {
	
	position: relative;
	border: 0;
}

/* Bandeaux
 *************************************/
div.bandeauHaut {
	height: 20px;
	width: 960px;
	background-color: #EDEDE5;
	overflow: hidden;
}
div.bandeauHautGauche {
	float: left;
	width: 9px;
	height: 20px;
	/*background: url(images/bandhg.gif);*/
}
div.bandeauHautDroit {
	float: right;
	width: 69px;
	height: 20px;
	/*background: url(images/bandhd.gif) top right no-repeat;*/
}
div.bandeauHautMenuSep {
	float: right;
	width: 1px;
	margin: 0;
	margin-top: 1px;
	height: 18px;
	background: #000033;
	overflow: hidden;
}
div.bandeauHautMenu {
	float: right;
}
div.bandeauHautMenu a {
	display: block;
	width: 130px;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	height: 18px;
	text-align: center;
	color: #000000;
	border: 0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
}
div.bandeauHautMenu a:hover {
	color: #FFFFFF;
	background-color:#BCBCEC;
	text-decoration: none;
}
div.bandeauHautMenu a.bandeauHautMenuActif {
	color: #FFFFFF;
	background-color: #BCBCEC;
}
div.bandeauHautMenu a.bandeauHautMenuCache {
	background: #FFBCEC;
	text-decoration: none;
}

div.bandeauBas {
	padding: 0;
	margin: 0;
	margin-bottom: 0;
	height: 20px;
	width: 100%;
	background-color: #EDEDE5;
}
div.bandeauBasGauche {
	float: left;
	width: 201px;
	height: 20px;
	/*background: url(images/bandbg.gif) top left no-repeat;*/
}
div.bandeauBasDroit {
	float: right;
	width: 9px;
	height: 20px;
	/*background: url(images/bandbd.gif);*/
}
div.bandeauBasTexte {
	padding: 0;
	padding-top: 3px;
	margin: 0;
	font-size: 10px;
	text-align: center;
		color: #000000;
}

div.bandeauInfos {
	padding: 0;
	margin: 0;
	padding-bottom: 12px;
	margin-left: 15px;
	width: 928px;
	text-align: center;
	font-size: 11px;
	color: #5F5F7E;
}
div.bandeauInfos a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #5F5F7E;
}

/* Document
 *************************************/
table.document {
	clear: both;
	padding: 0;
	margin: 0;
	border: 1 solid #00FF00;
	border-collapse: collapse;
	border-spacing: 0;
	width: 960px;
	background-color: #FFFFFF;
}
table.document tr {
	padding: 0;
	margin: 0;
}
td.menu {
	padding: 0;
	margin: 0;
	width: 192px;
	height: 490px;
	vertical-align: top;
	overflow: hidden;
	background-color: #EDEDE5;
	background-repeat: repeat;
	
}
td.contenu {
	padding: 0;
	padding-bottom: 28px;
	margin: 0;
	border: 0;
	vertical-align: top;
	width: 770px;
}


/* Menu
 *************************************/
div.menu {
	width: 192px;
	* overflow: hidden;
}

div.menuFleche {
	position: relative;
	top: -21px;
	left: 140px;
	font-size: 10px;
	height: 12px;
	margin: 0;
}

ul.menu {
	padding: 0;
	margin: 10px;
	border: 0;
	list-style: none;
	color: #000033;
	width: 172px;
}
li.menuElemCache, li.menuElemOuvert, li.menuElemOuvertCache {
	margin: 0;
	margin-bottom: 10px;
	padding: 2px;
	padding-bottom: 4px;
	
}
li.menuElem {
	height: 20px;
	
	margin: 0;
	margin-bottom: 10px;
	padding: 0px;
	padding-bottom: 4px;
}
li.menuElemCache {
	height: 20px;
	background: #FFBCEC;
	

}
li.menuElemOuvert {

}
li.menuElemOuvertCache {
	background-color:#FFBCEC;
}
li.menuElem > ul, li.menuElemCache > ul {
	display: none; 
	
}
li.menuElem:hover > ul, li.menuElemCache:hover > ul {

}
li.menuElemOuvert ul, li.menuElemOuvertCache ul {

}
a.menuElem, a.menuElemFerme {
	display: block;
	padding: 2px;
	padding-bottom: 0;
	width: 166px;
	font-size: 13px;
	border: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: auto;
	text-decoration: none;
	color: #000000;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: none;
	font-weight: 600;
	vertical-align: middle;
}
a#menuActif {
	background-color:#BCBCEC;
	color: #FFFFFF;
}
a.menuElem:hover {
	color: #000033;
	background-color:#BCBCEC;
}

a.menuElemFerme:hover {
	color: #000033; 
	background: #BCBCEC top right no-repeat;
}
li.menuSep, li.menuSepCache {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
	height: 10px;
}
li.menuSepCache {
	background-color:#7E5F7E;
}

ul.menuSous, ul.menuSousOuvert {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	color: #FFFFFF;
}
ul.menuSous {
	position: relative;
	top: -20px;
	left: 170px;
	border-left: 1px solid #000033;
	z-index: 1000;
}
li.menuElemCache ul.menuSous {
	background-color : #FFBCEC;
}
li.menuElemOuvertCache ul.menuSousOuvert {
	background-color : #FFBCEC;
}
li.menuSousElem, li.menuSousElemCache {
	margin: 0;
	padding: 0;
	border: 0;
	
}
li.menuSousElemDernier {
	margin: 0;
	padding: 0;
	border: 0;
	
}
li.menuSousElemCache {
}
a.menuSousElem {
	display: block;
	padding: 0;
	margin-left:10px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 12px;
	width: 148px;
	color:#000000;
	font-size: 14px;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	font-weight: 200;
	background-color:#FFFFFF;
	border-right-style: solid;
	border-right-color: #000000;
}
a.menuSousElemDernier {
	display: block;
	padding: 0;
	margin-left:10px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 12px;
	width: 148px;
	color:#000000;
	font-size: 14px;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	font-weight: 200;
	background-color:#FFFFFF;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
a.menuSousElem:hover ,a.menuSousElemDernier:hover {
	color: #000033;
	background-color: #BCBCEC;
	text-decoration: none;
}


/* Administration
 *************************************/
#html
{
	background-color:#00CC99;
}
div.editer {
	clear: both;
	padding: 0;
	margin: 0;
	margin-left: 15px;
	margin-top: 4px;
	width: 737px;
	text-align: right; 
}
div.editer a {
	font-size: 11px;
}
div.editer a {
}

div.edition {
	display: block;
	margin: 0;
	margin-left: 80px;
	margin-top: 10px;
	padding: 4px;
	width: 600px;
	text-align: justify;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}
div.edition form {
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
}
div.editionTitre {
	display: block;
	margin: 0;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	background-color: #CCCCCC;
}
div.editionErreur {
	display: block;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #EE0000;
}
div.editionBoutons {
	margin: 0;
	margin-top: 8px;
	margin-bottom: 2px;
	width: 100%;
	text-align: right;
}
div.editionBoutons input {
	margin: 0;
	width: 90px;

}

div.editionElem {
	clear: both;
	margin: 0;
	padding: 0;
	height: 24px;
	border-bottom: 1px solid #000033;
	padding-bottom: 2px;
}
div.editionElem span {
	display: block;
	padding: 0;
	padding-top: 3px;
}
div.editionElemBoutons {
	clear: both;
	float: right;
	padding: 0;
	padding-top: 5px;
}

table.editionForm {
	width: 100%;
}
td.editionFormIntitule {
	width: 120px;
}
td.editionFormValeur {
}
td.editionFormValeur input {
	width: 100%;
}
td.editionFormValeur input.editionFormRadio {
	width: 30px; 
}
td.editionFormValeur select {
	width: 100%; 	
}

table.editionTableau {
	width: 100%;
	border-spacing: 0 1px; 
}
tr.editionTableau {
}
table.editionTableau td {
	padding: 5px 0;
}
td.editionTabBoutons {
	text-align: right;
	white-space: nowrap;
}

a.editionBouton {
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0;
	font-size: 12px;
	height: 18px;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #000033;
	color: #000000;
}
a.editionBouton:hover {
	border: 1px solid #9999FF;
	background: #9999FF;
	color: #FFFFFF;
}


/* Explorateur de fichiers
 ************************/
div.filexplrZone {
	border: #5F5F7E solid 1px; 
	margin: 6px auto;
	padding: 4px;
	width: 374px;
}
div.filexplrTexte {
	font-weight: bold;
	text-align: center;
	margin-bottom: 4px;
}
div.filexplrErreur {
	text-align: center;
	margin-bottom: 4px;
	color: #FF0000;
}
div.filexplrExplorer {
	width: 370px;
	height: 200px;
	text-align: left;
	padding: 2px;
	overflow: auto;
	background-color: #111144;
}
div.filexplrExplorer a {
	display: block;
	white-space: nowrap;
	padding: 1px;
	font-weight: normal;
}
div.filexplrExplorer a:hover {
	border: 0;
	background: #BCBCEC;
	color: #000033;
}
form#filexplrUpload input#fichier {
	width: 100%;
}


/* Explorateur de liens
 ************************/
div.linkxplrZone {
	border: #5F5F7E solid 1px;
	margin: 6px auto;
	padding: 4px;
	width: 374px;
}
div.linkxplrTexte {
	font-weight: bold;
	text-align: center;
	margin-bottom: 4px;
}
div.linkxplrErreur {
	text-align: center;
	margin-bottom: 4px;
	color: #FF0000;
}
div.linkxplrValeur {
	margin: 6px auto;
	border: #5F5F7E solid 1px;
	width: 378px;
	height: 14px;
	text-align: left;
	padding: 2px;
	overflow: none;
	background: #ECECEC;
	color: #000033;
}
div.linkxplrExplorer {
	width: 370px;
	height: 180px;
	text-align: left;
	padding: 2px;
	overflow: auto;
	background: #111144;
}
div.linkxplrExplorer a {
	display: block;
	white-space: nowrap;
	padding: 1px;
	font-weight: normal;
}
div.linkxplrExplorer a:hover {
	border: 0;
	background-color:#BCBCEC;
	color: #000033;
}
