

/* Body
-------------------------------------------------------- */
body {
    margin : -8;
    padding : 0;
    color : #ffffff;
    font-family : Verdana,Times,"Times New Roman";
    font-size : 100%;
    background : #114791;
    background-repeat: repeat-y;
    color : #ffffff;

}

/* Styles primaires
-------------------------------------------------------- */
p {
    font-size: 1em;
    margin: 1em 0;
    text-align: left;
    color : #ffffff;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
    padding: 0 0.2em;
    height: 150px;
    color : #ffffff;
}

h2.chapeau {
    border-left-width: 10px;
    border-color: #ffcc00;
    border-style: solid;
    font-size: 1.17em;
    padding: 0 0.3em;
    color : #ffffff;
}

h3 {
    font-size: 1em;
    margin: 1em 0;
    text-transform: uppercase;
    color : #ffffff;
}

a {
	color : lightblue;
	text-decoration : none;
	font-size: 12px;
}

a:visited {
	/*color : #986456;*/
	color : #41FFFD;
}

sub sup {
    font-size: 0.83em;
}

li.download_pdf {
    list-style-image: url("../images/puce_pdf.gif");
}

li 
{
	color:White;
}


/* Menu Top
-------------------------------------------------------- */
#title a {
    display: block;
    position : absolute;
    top: 76px;
    left: 0;
	margin: 0;
    padding: 45px 105px 0 0;
    height: 0px !important;
    width: 0px !important;
    height /**/:45px;
    width /**/:105px;
    overflow: hidden;
    z-index: 3;
}

#menu_top {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 187px;
    width: 100%;
    min-width: 800px;
    background-repeat: no-repeat;
    z-index: 2;
}

#menu_top_infos_ent {
    display: block;
    position:absolute; top:0px; left:596px;
}


#menu_top_actu_ent {
    display: block;
    position:absolute; top:29px; left:679px;
}

#menu_top_asp_ent {
    display: block;
    position:absolute; top:48px; left:596px;
}



#menu_top_infos_compta {
    display: none;
}

#menu_top_asp_compta {
    display: none;
}

#menu_top_actu_compta {
    display: none;
}

#menu_top_infos_groupe {
    display: none;
}

#menu_top_asp_groupe {
    display: none;
}

#menu_top_actu_groupe {
    display: none;
}


#menu_top_infos_edu {
    display: none;
}

#menu_top_actu_edu {
    display: none;
}

#menu_top_asp_edu {
    display: none;
}

#menu_top_infos {
    display: none;
}

#menu_top_actu {
    display: none;
}

#menu_top_asp {
    display: none;
}

#menu_top_stages {
    display: block;
    position : absolute;
    top: 32px;
    left: 677px;
	margin: 0;
    padding: 0 0 0 171px;
    height: 19px;
    width: 0px !important;
    width /**/:171px;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 3;
}

#menu_top_stages a {
    display: block;
    position : absolute;
    top: 0;
    left: 0;
	margin: 0;
    padding: 0 0 0 171px;
    height: 19px;
    width: 0px !important;
    width /**/:171px;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 4;
}



#menu_top a:hover {
    background-position: 0% 100%;
    z-index: 4;
}
   
/* Menu Left
-------------------------------------------------------- */
#menu_left {
    display: block;
    position: absolute;
    top: 187px;
    left: 0;
    margin: 0;
    padding: 0;
    width: 118px;
    height: 413px;
    background-repeat: no-repeat;
    z-index: 2;
}

#menu_left li {
    list-style-type: none;
}

#menu_left a:hover {
    background-position: 0% 100%;
    z-index: 4;
}
   
/* Content
-------------------------------------------------------- */
#content {
    position : relative;
    margin: 0 0 15px 168px;
    padding: 15px;
    width: 490px;
    z-index: 1;
}

#content ul {
    list-style-image: url("../Images/puce.gif");
}

ul
{
    list-style-image: url("../Images/puce2.gif");
}

#content li {
	margin: 0.8em 0;
    padding: 0 0.3em;
    
}

/* Login
-------------------------------------------------------- */
#login_box {
    position: absolute;
    top: 600px;
    left: 0;
    width: 107px;
    margin: 0;
    padding: 0.2em;
    text-align: center;
    z-index: 2;
}

.login_form {
    margin: 0.3em;
    padding: 0;
    text-align: center;
    font-size : 0.8em;
}

.login_form label {
    margin: 0;
    padding: 0;
    color: #ffffff;
}

.login_form input {
    margin: 0;
    padding: 0;
    border-color: #9ecde1;
    background : #9ecde1;
    color: #114791;
}

#login_lostpswd {
    margin: 0;
    padding: 0;
    font-size: 0.6em;
    text-align: center;
}

#login_lostpswd a {
    margin: 0;
    padding: 0;
    color: #ffffff;
}

#login_submit {
    margin: 0.5em 0 0 0;
    padding: 0;
    text-align: center;
}

#login_submit input {
    margin: 0;
    padding: 0;
}

/* Footer
-------------------------------------------------------- */

#footer {
    margin: 15px 0 15px 138px;
    width: 600px;
    z-index: 2;
}

#footer p {
    font-size: 0.8em;
    text-align: center;
    white-space: nowrap;
    margin: 0;
}
/* Pour les controles du formulaire
--------------------------------------------------------*/
.label
{
	font-family: Verdana;
	font-size:12px ;
	color: white;
	font-weight:bold ;
}

.labelMini
{
	font-family: Verdana;
	font-size:12px ;
	color: white;
	
}
.labelDetail
{
	font-family: Verdana;
	font-size:10px ;
	color: white;
	font-weight:bold ;
	
}

.labelError
{
	font-family: Verdana ;
	font-size: 11px ;
	font-weight:bold;
	font-style:italic ;
	color:Red ;
}

.button
{
	font-family: Verdana ;
	font-size: 10px ;
	font-weight:bold;
	color: Black ;
}

.validator
{
	font-family: Verdana ;
	font-size: 11px ;
	font-weight:bold;
	font-style:italic ;
	color:Red ;
}

.linkbutton
{
	color:Gray;
	text-decoration:none;
}
.textbox
{
	font-family:Verdana;
	font-size:12px;
	color:Black;
}
.combo
{
	font-family:Verdana ;
	font-size:12px;
	color:Black ;
	font-weight:normal ;
		
}

.list
{
	font-family:Verdana ;
	font-size:12px;
	color:Black ;
	font-weight:normal ;
}
.path
{
	font-family:Verdana ;
	font-size:10px;
	color:Gray;
	cursor:text;
}
.labelAccueil
{
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	font-style:italic ;	
	page-break-after:always;
}
.hyperlink
{
	font-family:Verdana;
	font-size:12px;
	cursor:hand;
}
.hyperlink1
{
	font-family: Verdana;
	font-size:10px ;
}


.hyperlink2
{
	font-family: Verdana;
	font-size:10px ;
	color:White;
	
}

/*
NEOS ARA 01/10/2005
Ajout des style pour la gestion multinavigateur
_ne => netscape
--------------------------------------------------------*/

.menu_top_infos_ne {
    display: none;
}

#menu_top_ne {
    display: block;
}

/* Styles primaires
-------------------------------------------------------- */
h2.chapeau {
    border-left-color: #ffcc00;
}

/* Body
-------------------------------------------------------- */
body {
    /*background-image: url("../images/ASP-Entreprise-body-bkg.gif");*/
}

/* Menu Top
-------------------------------------------------------- */
#menu_top {
    /*background-image: url("../images/ASP-Entreprise-mt-bkg.jpg");*/
}

#menu_top_stages {
    background-image: url("../images/ASP-Entreprise-mt-stages.gif");
}

#menu_top_stages a {
    background-image: url("../images/ASP-Entreprise-mt-stages.gif");
}

/* Menu Left
-------------------------------------------------------- */
#menu_left {
    /*background-image: url("../images/ASP-Entreprise-ml-bkg.jpg");*/
}

#menu_left_calcul {
    display: block;
    position : absolute;
    top: 191px;
    left: 0;
	margin: 0;
    padding: 0 0 0 118px;
    height: 24px;
    width: 0px !important;
    width /**/:118px;
    background-image: url("../images/ASP-Entreprise-ml-facilitaxe.gif");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 3;
}

#menu_left_calcul a {
    display: block;
    position : absolute;
    top: 0;
    left: 0;
	margin: 0;
    padding: 0 0 0 118px;
    height: 24px;
    width: 0px !important;
    width /**/:118px;
    background-image: url("../images/ASP-Entreprise-ml-facilitaxe.gif");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 4;
}

#menu_left_valoritaxe {
    display: block;
    position : absolute;
    top: 215px;
    left: 0;
	margin: 0;
    padding: 0 0 0 118px;
    height: 24px;
    width: 0px !important;
    width /**/:118px;
    background-image: url("../images/ASP-Entreprise-ml-valoritaxe.gif");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 3;
}

#menu_left_valoritaxe a {
    display: block;
    position : absolute;
    top: 0;
    left: 0;
	margin: 0;
    padding: 0 0 0 118px;
    height: 24px;
    width: 0px !important;
    width /**/:118px;
    background-image: url("../images/ASP-Entreprise-ml-valoritaxe.gif");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 4;
}

#menu_left_suivi {
    display: block;
    position : absolute;
    top: 239px;
    left: 0;
	margin: 0;
    padding: 0 0 0 118px;
    height: 35px;
    width: 0px !important;
    width /**/:118px;
    background-image: url("../images/ASP-Entreprise-ml-suivi.gif");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 3;
}

#menu_left_suivi a {
    display: block;
    position : absolute;
    top: 0;
    left: 0;
	margin: 0;
    padding: 0 0 0 118px;
    height: 35px;
    width: 0px !important;
    width /**/:118px;
    background-image: url("../images/ASP-Entreprise-ml-suivi.gif");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 4;
}

#menu_left_habilitaxe {
    display: block;
    position : absolute;
    top: 274px;
    left: 0;
	margin: 0;
    padding: 0 0 0 118px;
    height: 24px;
    width: 0px !important;
    width /**/:118px;
    background-image: url("../images/ASP-Entreprise-ml-habilitaxe.gif");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 3;
}

#menu_left_habilitaxe a {
    display: block;
    position : absolute;
    top: 0;
    left: 0;
	margin: 0;
    padding: 0 0 0 118px;
    height: 24px;
    width: 0px !important;
    width /**/:118px;
    background-image: url("../images/ASP-Entreprise-ml-habilitaxe.gif");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 4;
}

#menu_left_visopca {
    display: block;
    position : absolute;
    top: 298px;
    left: 0;
	margin: 0;
    padding: 0 0 0 118px;
    height: 24px;
    width: 0px !important;
    width /**/:118px;
    background-image: url("../images/ASP-Entreprise-ml-visopca.gif");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 3;
}

#menu_left_visopca a {
    display: block;
    position : absolute;
    top: 0;
    left: 0;
	margin: 0;
    padding: 0 0 0 118px;
    height: 24px;
    width: 0px !important;
    width /**/:118px;
    background-image: url("../images/ASP-Entreprise-ml-visopca.gif");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 4;
}

.login_form input {
    border-color: #e6eaf2;
    background : #e6eaf2;
}

