body, html {
	background: url(../images/background.gif) repeat-x 0 0;
	background-color: #4886D4;
	margin: 0;
	padding: 0;	
}

/* Logo du site */
#logo {
	background: url(../images/logo.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 275px;
	height: 80px;
	margin-top: -40px;
	margin-left: -137px;
	z-index: 0;
}

#barre {
	background: url(../images/barre.gif) repeat-x 0 0;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 34px;
}

/* Style bouton fenêtre */
#barre ul {
	position: absolute;
	left: 160px;
	list-style: none;
	line-height: 34px;	
	margin: 0;
	padding: 0;
}

#barre li { display: inline; float: left; }

#barre li a {
	display: block; 
	width: 113px; 		/* 124px; sans padding */
	height: 34px;
	margin-left: 5px;
	font: 11px Verdana;
	text-decoration: none;
	color: #FFF;
	padding: 11px 0px 0px 9px;
}

#barre li a img {
	border: 0px;
	vertical-align: middle;
}

#barre li a { background: url(../images/btn_normal.gif); outline: none; }
#barre li a:hover { background: url(../images/btn_hover.gif); outline: none; }

#barre li a:focus, 
#barre li a:active { 
	background: url(../images/btn_select.gif); 
	outline: none; 
}


/* Bouton démarrer */
#demarrer {
	background: url(../images/demarrer.gif) repeat-x 0 0;
	width: 122px;
	height: 34px;
	float: left;
	margin-left: 16px;
	cursor: pointer;
}

/* div container date et heure */
#systray {
	position: relative;
	background: url(../images/systray.gif) no-repeat 0 0;
	width: 80px;
	height: 34px;
	float: right;
}

#icone { position: absolute; top: 11px;	left: 7px; }
#icone img { border: 0px; }

/* Affichage de l'heure */
#date_heure {
	position: absolute;
	font: 11px Verdana;
	color: #FFF;
	top: 12px;
	right: 5px;
	cursor: pointer;
}

#date_heure span { 
    border:1px solid #5D5D5D;
    background-color: #FFFFE1; 
	color: #000;
	text-align: center;
	display: none; 
	width: 150px;
}

#date_heure:hover span {
	display: block;
    position: absolute;
    top: -47px; 
	right: 0px;
	padding: 2px;
	z-index: 100;
}


/* ---------------------------------- */
/* MISE EN PAGE DU MENU DE NAVIGATION */
/* ---------------------------------- */

#menu {
	background: url(../images/menu.png) no-repeat 0 0;
	position: fixed;
	bottom: 36px;
	left: 10px;
	width: 238px;
	height: 357px;	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu a,
#menu a:hover {
	position: absolute;
	left: 48px;
	width: 171px; 
	display: block; 
	padding: 5px;	
	font: 11px Verdana;
	font-weight: bold;
	color: #434040;	
	text-decoration: none;
	outline: none;
}

#menu a b { color: #DD2525; }
#menu a span { display: block; font-weight: normal; }

#menu a em {
	position: absolute;
	left: 170px;
	width: 160px;
    border: 1px solid #000;
    background-color: #FFFFE1; 
	text-align: left;
	display: none;
	color: #000;
	z-index: 100;
}

#menu a:hover { background-color: #FFF; }

#menu a:hover em {
	display: block;
	font-weight: normal;
	font-style: normal;
	padding: 4px;
	z-index: 100;
}

/* On positionne chaque lien dans le parent */
#pos1 { top: 48px; }
#pos2 { top: 91px; }
#pos3 { top: 134px; }
#pos4 { top: 177px; }
#pos5 { top: 224px; }
#pos6 { top: 266px; }
#pos7 { top: 311px; }

/* Propriétés communes des séparateurs */
#menu #hr1, #menu #hr2 {
	background: url(../images/separe.gif) no-repeat 0 0;
	position: absolute;
	left: 48px;
	width: 182px;
	height: 2px;
	display: block;
}

#hr1 { top: 217px; }
#hr2 { top: 306px; }


/* ------------------------------------ */
/* MISE EN PAGE DES BLOCS STYLE FENETRE */
/* ------------------------------------ */

/* Dimensions des containers */
.notepad 	{ width: 400px; height: 250px; position: fixed; z-index: 3; } /* window1 */
.siteweb 	{ width: 690px; height: 445px; position: fixed; z-index: 2; } /* window2 */
.banniere 	{ width: 560px; height: 505px; position: fixed; z-index: 1; } /* window3 */
.plaquette 	{ width: 500px; height: 300px; position: fixed; z-index: 0; } /* window4 */

.header_gauche {
	background: url(../images/window/header_gauche.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 29px;
	height: 24px;
}

/* Icone symbolisant les fenêtre */
.header_gauche img {
	position: absolute;
	top: 5px;
	right: 2px;
}

.header_centre {
	background: url(../images/window/header_centre.png) repeat-x 0 0;
	position: absolute;
	top: 0;
	left: 29px;
	right: 29px;
	height: 24px;
	cursor: pointer;
}

/* Texte simulant la barre de titre */
.header_centre {
	font: 11px Verdana;
	color: #FFF;
	padding: 6px 0px 0px 2px;
}

.header_droit {
	background: url(../images/window/header_droit.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 29px;
	height: 24px;
}

.bord_gauche {
	background: url(../images/window/bord_gauche.png) repeat-y 0 0;
	position: absolute;
	top: 24px;
	left: 0;
	bottom: 6px;
	width: 3px;
}

.centre {
	background: url(../images/window/centre.gif) repeat-x 0 0;
	background-color: #BCB89E;
	position: absolute;
	top: 24px;
	left: 3px;
	right: 5px;
	bottom: 6px;
}

.bord_droit {
	background: url(../images/window/bord_droit.png) repeat-y 0 0;
	position: absolute;
	top: 24px;
	right: 0;
	bottom: 6px;
	width: 5px;
}

.footer_gauche {
	background: url(../images/window/footer_gauche.png) no-repeat 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 8px;
	height: 6px;
}

.footer_centre {
	background: url(../images/window/footer_centre.png) repeat-x 0 0;
	position: absolute;
	bottom: 0;
	left: 8px;
	right: 11px;
	height: 6px;
}

.footer_droit {
	background: url(../images/window/footer_droit.png) no-repeat 0 0;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 11px;
	height: 6px;	
}


/* --------------------------------- */
/* MISE EN PAGE DU MENU DES FENETRES */
/* --------------------------------- */

.centre ul {
	font: 11px Verdana;
	list-style: none;
	margin: 0;
	padding: 0; 	
	color: #434040;
	padding: 5px;
	padding-left: 10px;
}

.centre ul li {
	display: inline;
	margin-right: 15px;
	cursor: default;
}


/* ----------------------- */
/* MISE EN PAGE DU CONTENU */
/* ----------------------- */

.contenu {
	 position: absolute;
	 font: 11px Verdana;
	 text-align: justify;
	 background-color: #FFF;
	 border: 1px solid #AEADA8;
	 top: 23px;
	 left: 5px;
	 right: 5px;
	 bottom: 5px;
	 overflow: auto;
	 padding: 5px;
	 margin: 0;
}

.contenu a {
	color: #1B5DF4;
	text-decoration: none;
}

.contenu a:hover {
	color: #1B5DF4;
	text-decoration: underline;
}


/* --------------------------- */
/* MISE EN PAGE DES VIGNETTES  */
/* --------------------------- */

.contenu ul {	
	margin: 0;
	padding: 0;
	list-style: none;
}	

.contenu ul li {
	position: relative;
	float: left;
	display: block;
	padding: 10px 0px 10px 10px;
}

.contenu ul li img {
	border: 1px solid #C7C7C7;
	padding: 6px;
	margin-top: 4px;
}

.contenu ul li a,
.contenu ul li a:hover {
	display: block;
	text-align: center;	
}

.contenu ul li a { 
	color: #000;
	text-decoration: none; 
}

.contenu ul li a:hover { 
	color: #1B5DF4;
	text-decoration: underline; 
}

.contenu li em {
	display: block;
	text-align: center;
	font-style: normal;
	padding-top: 4px;
	color: #000;
}


/* -------------------------- */
/* MISE EN PAGE DES FICHIERS  */
/* -------------------------- */

.file {
	position: relative;
	margin-left: 4px;
	margin-top: 10px;
	width: 46%;
	float: left;
}

.file a { 
	position: absolute;
	top: -1px; 
	left: 28px; 
	display: block;
}

.file span { 
	font: 11px Verdana;
	position: absolute;
	top: 13px; 
	left: 28px; 
	display: block;
	color: #434040;
}
