﻿body
{
    background-image: url(_img/bandeaubleu.jpg);
    margin: 0px;
    background-color: #bad3e3;
    background-repeat: no-repeat;
    text-align: left;
    color: #000;
    padding: 0;
    font-size: .8em;
    font-family: arial, sans-serif;

}

.header_login
{
    position: relative;
    top: 110px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.header_consult 
{
    position: relative;
    top: 110px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;

}

FIELDSET.login
{
    position: relative;
    top: 100px;
    width: 300px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
    border-left-color: #a4bcce;
    border-bottom-color: #a4bcce;
    border-top-style: solid;
    border-top-color: #a4bcce;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #a4bcce;
    border-bottom-style: solid;
}

FIELDSET.InfoDepart {
    position: relative;
    top: 110px;
    width: 300px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
    border-color: #ffffcc;
    border-style: solid;
}


LEGEND {   font-weight: normal;
    color: #0033cc;
    font-style: italic;}

p.login { 
	float: left;
	width: 35%;
	text-align: right;
	margin: 0;
	line-height: 1.8;
    }


p.AjoutArt { 
	float: left;
	width: 10%;
	text-align: right;
	margin: 0;
	line-height: 1.8;
    }

.buton
{
    width: 100%;
    height: 100%;
    font-size: small;
    color: navy;
    font-weight: bold;
}
     
/* StaticMenuStyle:  Controle l'apparence d'un menu statique */
.menu
{
    margin-left: 30px;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

/* StaticMenuItemStyle: Controle des elements d'un menu statique (Cellule) */
.menuItem td
{
    height: 35px;
    background: url(_Img/cadre5haut.gif) no-repeat;
    width: 150px;
}

.menuItem
{
    color: #f5f5f5;
    text-align: center;
    font-weight: bold;
}

/* StaticSelectedStyle: Controle l'élément sélectionné dans un menu statique*/
.menuSelectedItem td
{
    font-weight: bold;
    color: #ff0066;
    background: url(_Img/fondgen1.gif);

}

/* StaticMenuItemStyle &  DynamicMenuItemStyle */
.menuItem a:link, .menuItem a:visited, .menuPopupItem a:link, .menuPopupItem a:visited
{
    background: url(_Img/tab_dim.gif) y-repeat;
    text-decoration: none;
    font-weight: bold;
}
/* */
.menuItem a:hover {
	text-decoration: underline;
}

/* DynamicMenuStyle: Controle l'apparence d'un menu Dynamique */
.menuPopup
{
    margin-top: 5px;
	margin-left: 15px;
	font-size: 11px;
    background: url(_Img/bleugris.gif); 
}

/* DynamicMenuItemStyle:    Controle des elements d'un menu Dynamique */
/* DynamicHoverStyle:       Controle l'apparence d'un item de menu dynamique 
    quand le pointeur de la souris est positionné sur lui*/

.menuPopupItem td
{
    background: url(_Img/cadre5haut.gif) no-repeat;
}

.menuPopupItem
{
    height: 35px;
    width: 150px;
    color: #f5f5f5;
    text-align: center;
}
