@charset "iso-8859-1";

/*******************************************************
  Feuille de style du portail Oléane 

  Auteur: COLLE Christophe
 ******************************************************/

 
/* Style par défaut
 ******************************************************/
 * { margin: 0; padding: 0; }

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	color: #000000;
	padding: 0px;
	background-color: #ffffff;
	width: 100%;
	cursor:default;
}

td, th, tr
{
	vertical-align: top;
}

h1 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 19px;
	margin: 10px 0px 0px 0px;
	color: #000000;
}

h2 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:16px; 
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
}

h3 
{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0px;
	color: #000000;
}

h4
{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
	color: #000000;
}

img, table
{
	border: 0px;
}

hr
{
	margin: 0px 0px 0px 0px;
	height: 1px;
	border: 0px;
}

p
{
	margin-bottom: 15px;
	margin-top: 10px;
}

iframe
{
	border: 0px;
	width: 100%;
	height: 100%;
}

label
{
	margin-right:10px;
}

legend
{
	font-weight:bold;
	color:#333333;
}

fieldset
{
	border: 1px solid #BFB8BF;
}

li
{
	list-style-image : url(/portail/media/gris.gif);
}

.liste_espace li
{
	margin-bottom : 10px;
}

a 
{
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}

a:hover, a:active 
{
	color: #333333;
	text-decoration: underline;
	background-color: transparent;
}

ul
{
	margin-top:10px;
	margin-bottom:10px;
}

#bg { position: fixed; top: 0; left: 0; z-index:0; visibility:hidden;}
.bgwidth { width: 100%; }
.bgheight { height: 100%; }
	
#page-wrap { position: relative; width: 60%; margin-top: 0px; margin-left:80px; padding: 20px; background: white; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; opacity:0.8;}

.page
{
	margin: 0px 0px 0px 5px;
}

#contenu
{
	height:100%;
}

.contenu
{
	margin: 0px 30px 0px 30px;
}

.contenu p
{
	margin-bottom : 8px;
	margin-top : 8px;
}

.contenu_petit
{
	margin: 0px 10px 0px 10px;
}

.contenu_quote
{
	font: italic 1.5em Georgia, "Times New Roman", Times, serif;
	background: white url(/portail/media/lquote.gif) left top no-repeat;
}

.contenu_quote p {
	text-align: right;
	margin: 18px 0;
	padding-right: 23px;
	background: url(/portail/media/rquote.gif) right bottom no-repeat;
}

.contenu_marges
{
	margin: 5px 5px 5px 5px;
}

code
{
	font-family : "Courier New",monospace; 
	font-size : 1em;
	font-weight: bold;
	background : #f5f5f5;
}

.aide
{
	cursor:help;
}

.pointille
{
	border-bottom-style:dashed;
	border-bottom-color:#D6D6D6;
	border-bottom-width:1px;
}

.vert
{
	color:#58A200;
}

.blanc
{
	color:#FFFFFF;
}

.blanc:hover, .blanc:active
{
	color:#FFFFFF;
	text-decoration:underline;
}

.gris
{
	color: #666666;  
}

.blanc_seul, .blanc_seul:hover, .blanc_seul:active
{
	color:#FFFFFF;
	text-decoration:none;
}

.gris_seul, .gris_seul:hover, .gris_seul:active
{
	color:#666666;
	text-decoration:none;
}

.orange 
{
	color: #F04939;
}

.special
{
	float:left;
}

.logo
{
	text-decoration:none;
}

.logo:hover, .logo:active
{
	text-decoration:none;
}

.petit 
{  
	font-size: 11px; 
	font-style: normal;
	color: #666666; 
	text-decoration: none;
}

.info a, .info a:hover
{
	color:#666666;
	text-decoration: none;
}

#Info_session
{
	font-family:Tahoma;
	font-size:14px;
	color:#FFFFFF;
	height:25px;
	vertical-align:middle;
}

#date
{
	font-family: Tahoma;
	font-size: 17px;
	color: #000000;
	margin-top: 10px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.message
{
	background-color:#EFEFEF;
	border:solid 1px #E6E6E6;
	width:600px;
	text-align:left;
	padding: 10px 10px 10px 10px;
}

.tumevoispas
{
	 visibility: hidden;
	 font-size:1px;
	 color:#FFFFFF;
}

.tumevois
{
 visibility: visible;
}

.info_haut
{
	border:solid 1px #F2F3F1;
	margin: 10px 20px 0 20px;
	border-bottom-style:hidden;
}
.info_bas
{
	background-image:url(/portail/media/div_fond.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border:solid 1px #F2F3F1;
	margin: 0 20px 10px 20px;
}

/* MISE EN PAGE
 ******************************************************/

      #TEOZ_entete {
        position: fixed;
        width: 100%;
        height: 87px;
        top: 0;
        right: 0;
        left: 0;
		background-color:#ffffff;
		z-index: 42;
      }
	  
      #TEOZ_menu {
        position: fixed;
        width: 180px;
        top: 87px;
        bottom: 57px;
        left: 0;
		border-right-width:1px;
		border-right-style:solid;
		border-right-color:#999999;
		background-color:#ffffff;
		background-image:url(/portail/media/background.jpg); 
		background-position:bottom;
		background-repeat:repeat-x;
		padding-left: 5px;
		padding-top: 5px;
      }
	  
      #TEOZ_contenu {
		margin-top : 87px;
		margin-left: 185px;
		margin-bottom: 89px;
        top: 87px;
        right: 0;
        bottom: 57px;
        left: 180px;
      }
	  
      #TEOZ_bas {
        position: fixed;
        width: 100%;
        height: 57px;
        right: 0;
        bottom: 0;
        left: 0;
		background-color:#ffffff;
      }
	  
	  #menu_bas {
		margin-top: 10px;
		position: fixed;
		bottom: 57px;
		border-left-width:1px;
		border-left-style:solid;
		border-left-color:#999999;
		border-top-width:1px;
		border-top-style:solid;
		border-top-color:#999999;
		background-color:#DFDFDF;
		width:100%;
	  }


/* FORMULAIRE
 ******************************************************/
.ultSpacerLine 
{
	height: 1px; 
	border-bottom: 1px solid #E5E5E5; 
	margin: 4px 10px 9px;
}

.FormHead
{
	background-color: #E5E5E5;
	width: 100%;
}

.saisie
{
	border:1px solid #abadb3;
	height:18px;
}

.saisie:focus
{
	border:1px solid #707070;
	height:18px;
}

/* STYLE DE LA PAGE
 ******************************************************/
#page 
{
	width : 1000px;
	margin : 0px auto 0px auto;
	padding : 0px 0px 0px 0px;
	background : #fff;
	border : solid 0px #cfcfcf;
	border-width : 0px 1px 0px 1px;
}

/* Menu de navigation de gauche
 ******************************************************/
 #Nav
{
	padding: 2px 0 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
}

#Nav h4
{
	margin: 4px 0px 5px 1px;
	font-size:13px;
	font-weight:bold;
}

#Nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#Nav li
{
	padding: 0;
	margin: -4px 2px;
	width: 175px;
	list-style-image:none;
}

#Nav a
{
	cursor: pointer;
	display: block;
	color: #000000;
	padding: 2px 4px 4px 8px;
	margin: 1px 0px;
}

#Nav > ul > li > a
{
	border: 1px solid;
	border-color: transparent;
	padding: 2px 4px 4px 7px;
}

#Nav a:visited
{
	color: #000000;
}

#Nav a:hover
{
	border: 1px solid #cccccc;
	margin: 0px;
	padding: 2px 4px 4px 7px;
	background-color: #f1f1f1;
	text-decoration: none;
}

#Nav > ul > li > a:hover
{
	margin: 1px 0px;
}

.menu_droit
{
	background-image:url(/portail/media/background.jpg); 
	background-position:bottom; 
	background-repeat:repeat-x
}

/* Copyright en bas de page
 ******************************************************/
 .copyright_sans, copyright_sans:hover
{  
	font-size: 11px; 
	font-style: normal; 
	color: #333333; 
}

.copyright 
{  
	font-size: 11px; 
	font-style: normal; 
	color: #333333; 
	text-decoration: none;
}

.copyright:hover 
{  
	font-size: 11px; 
	font-style: normal; 
	color: #777777; 
	text-decoration: none;
}

/* Menu du bandeau haut
 ******************************************************/
#menu_haut
{
	padding: 2px 0px 3px 0px;
	text-align:right;
}

#menu_haut a
{
	border: solid 1px #8B8B8B;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 1px 3px 2px 3px;
	color: #FFFFFF;
	cursor:pointer;
	vertical-align:middle;
}

#menu_haut a:hover 
{
	border: solid 1px #B8B8B8;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#979797;
	text-decoration: none;
	padding: 1px 3px 2px 3px;
	color: #FFFFFF;
	cursor:pointer;
	vertical-align:middle;
}

/* Menu supplementaire lineaire
 ******************************************************/
 #NavSup
{
	padding: 4px 0px 4px 0px;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
}

#NavSup a
{
	border: 1px solid #DFDFDF;
	cursor: pointer;
	color: #000000;
	padding: 2px 9px 2px 9px;
	margin: 1px 0px 1px 0px;
	text-decoration:none;
}

#NavSup a:visited
{
	color: #000000;
}

#NavSup a:hover
{
	border: 1px solid #cccccc;
	margin: 1px 0px 1px 0px;
	padding: 2px 9px 2px 9px;
	background-color: #f1f1f1;
	text-decoration: none;
}

/* Positionnement des boutons sur la page d'accueil
 ******************************************************/
#accueil_boutton
{
	float: left;
	font-family:Arial;
	position:absolute;
	top:108px;
	left:588px;
	font-size:10px;
	font-weight:normal;
	text-align:center;
	width:300px;
}

#accueil_bt1 a
{
	float: left;
	display:block;
	background-image:url(/portail/media/bt1_off.jpg);
	width:97px;
	height:30px;
}

#accueil_bt1 a:hover
{
	float: left;
	display:block;
	width:97px;
	height:30px;
	background-image:url(/portail/media/bt1_on.jpg);
	text-decoration:none;
	font-weight:bold;
}

#accueil_bt2 a, #accueil_bt3 a
{
	float: left;
	display:block;
	background-image:url(/portail/media/btx_off.jpg);
	width:97px;
	height:30px;
}

#accueil_bt2 a:hover, #accueil_bt3 a:hover
{
	float: left;
	display:block;
	width:97px;
	height:30px;
	background-image:url(/portail/media/btx_on.jpg);
	text-decoration:none;
	font-weight:bold;
}

/* Page d'acceuil
 ******************************************************/
 
#page_acceuil a
{
	color:#fffafa;
	text-decoration:none;
}

#page_acceuil a:hover
{
	color:#fffafa;
	text-decoration:underline;
}

#page_acceuil p
{
	color:#fffafa;
}

#acceuil_bandeau a:hover
{
	font-weight:bold;
}
