
/* template */
html,body {
	height:100%;
	margin:0;
	padding:0;
	}
body {
	font-family:Arial, Helvetica, sans-serif;
    position:relative;
	background:#fff url(./images/bigWaiting.gif) no-repeat center center;
	}
#page {
	width:970px;
	height:500px;
    position:absolute;
	margin-left:-485px;
	margin-top:-278px;
	top:50%;
	left:50%;
	}
#page_contenu {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	}
#nom_site {
	position:absolute;
	top:0;
	left:0;
	height:56px;
	}
#nom_societe {
	position:absolute;
	top:0;
	right:0;
	width:198px;
	height:30px;
	}
/* fin template */

/* Fond Menus (page d'accueil) */
#fondMenu {
	position:absolute;
	top:56px;
	left:0;
	width:760px;
	height:444px;
	background:transparent url(./images/transparence.png) repeat-x top left;
	}
.fondMenu {
	position:absolute;
	top:90px;
	width:140px;
	height:270px;
	}


/* Menus */
.menu {top:360px;}
#menu1 { left:10px; }
#menu2 { left:160px; }
#menu3 { left:310px; }
#menu4 { left:460px; }
#menu5 { left:610px; }
.liste.vert a { border-top:none; border-bottom:1px solid #4ed400; }
.liste.rose a { border-top:none; border-bottom:1px solid #eb00b0; }
.liste.rouge a { border-top:none; border-bottom:1px solid #ff3f24; }
.liste.bleu a { border-top:none; border-bottom:1px solid #0099cc; }
.liste.orange a { border-top:none; border-bottom:1px solid #ff8323; }
/* Fin Menus */

/* recherche */
#recherche {
	position:absolute;
	bottom:426px; right:0;
	width:200px; height:auto;
	margin:0; padding:0;
	border:none;
	color:#fff;
	font-size:8pt;
	}
#saisie {
	margin:3px 0 0 0;
	padding:0;
	border:none;
	background:#fff;
	color:#000;
	width:176px;
	height:18px;
	bottom:0px;
	}
#envoi {
	margin:0;
	padding:0;
	border:none;
	color:#fff;
	background:none;
	width:20px;
	height:18px
	}
/* fin recherche */

/* actualites */
#actualites {
	position:absolute;
	bottom:140px; right:0;
	width:200px; height:276px;
	background:transparent url(./images/transparence.png) repeat-x top left;
	}
#actualites_contenu {
	position:relative;
	margin:10px;
	height:256px;
	overflow:hidden;
	font-size:8pt;
	font-weight:bold;
	color:#fff;
	}
#actualites_titre {
	padding:2px 2px 2px 16px;
	background:#46b800 url(./images/icon_fleche_blanc.gif) no-repeat left center;
	}
#actualites_lien {
	display:block;
	height:240px;
	color:#fff;
	padding:10px;
	overflow:hidden;
	text-decoration:none;
	background:#46b800 url(./images/icon_mini_vert_inv.gif) no-repeat 163px 220px;
	}
#actualites_lien img {
	width:180px;
	height:146px;
	border:none;
	margin:-10px -10px 10px -10px;
	}
#actualites_lien span {
	display:block;
	height:83px;
	margin:10px;
	overflow:hidden;
	}
/* fin actualites */

/* mot du directeur */
#fondMot_du_directeur {
	background:transparent url(./images/diagonal.png) no-repeat top left;
	}
#mot_du_directeur, #fondMot_du_directeur {
	position:absolute;
	bottom:0; right:0;
	width:200px;
	height:130px;
	}
#mot_du_directeur_contenu {
	position:relative;
	margin:10px;
	height:110px;
	overflow:hidden;
	font-size:8pt;
	font-weight:bold;
	}
#mot_du_directeur_titre {
	color:#fff;
	padding:2px 10px;
	height:14px;
	background:#c200ff;
	}
#mot_du_directeur_lien {
	display:block;
	height:240px;
	padding:10px 10px 10px 65px;
	overflow:hidden;
	text-decoration:none;
	color:#000;
	background:#ccc url(./images/icon_mini_violet.gif) no-repeat 163px 75px;
	}
#mot_du_directeur_lien img {
	position:absolute;
	/*top:18px;*/
	padding:-10px 0px 0px 0px;
	margin:-10px 0px 0px 0px;
	left:0;
	width:55px;
	height:92px;
	border:none;
	/*margin:-10px 10px -10px -10px;*/
	}
	
/* fin mot du directeur */