#contentLogin{
        position: absolute;
        top: 30px;
	left: 10px;
	width: 20em;
    	background-color: #ECD6AF;
        border: solid black 1px ;
}

#headerLogin{
    height: 2em;
    padding-left: 10px;
    text-align: left;
    background-color: #E66E14;
    border: solid black 1px ;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #E6D815;
}


#login {
    text-align: left;
    height: 10em;
    background-color: #ECD6AF;
    overflow: auto;
    padding: 1px;
}

#labelUtil{
	position: absolute; 
	top: 2em;
	left: 20px;
	
}

#inputUtil{
	position: absolute; 
	top: 2em;
	left: 8em;
}

#labelPass{
        position: absolute;
        top: 4em;
        left: 20px;

}

#inputPass{
        position: absolute;
        top: 4em;
        left: 8em;
}

#inputConnexion{

        position: absolute;
        top: 10em;
        left: 90px;
}


#contentLrss{
        position: absolute;
        top: 30px;
        left: 10px;
        width: 600px;
        background-color: #ECD6AF;
        border: solid black 1px ;
	display: none;
}

#headerLrss{
    
	height: 20px;
    padding-left: 10px;
    text-align: left;
    background-color: #E66E14;
    border: solid black 1px ;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #E6D815;
    display: none;
}


#lrss {
    text-align: left;
    height: 400px;
    background-color: #ECD6AF;
    overflow: auto;
    padding: 10px;
    display: none;
}

#ajoutflux{

   display: none;
}

#contentPense{
        position: absolute;
        top: 30px;
        left: 10px;
        width: 600px;
        background-color: #ECD6AF;
        border: solid black 1px ;
	display: none;
}

#headerPense{
    
	height: 20px;
    padding-left: 10px;
    text-align: left;
    background-color: #E66E14;
    border: solid black 1px ;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #E6D815;
    display: none;
}


#pense {
    text-align: left;
    height: 400px;
    background-color: #ECD6AF;
    overflow: auto;
    padding: 10px;
    display: none;
}

#ajoutpense{

   display: none;
}



#contentCreer{
    position: absolute;
    top: 300px;
    left: 10px;
    width: 20em;
    background-color: #ECD6AF;
    border: solid black 1px ;
}

#headerCreer{
    height: 2em;
    padding-left: 10px;
    text-align: left;
    background-color: #A46B42;
    border: solid black 1px ;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}


#creer {
    text-align: left;
    height: 15em;
    background-color: #BAB6AF;
    overflow: auto;
    padding: 10px;
}

#inputCreer{

        position: absolute;
        top: 16em;
        left: 90px;
}

#labelSerial{
        position: absolute;
        top: 6em;
        left: 20px;

}

#inputSerial{
        position: absolute;
        top: 6em;
        left: 8em;

}

#labelToken{
        position: absolute;
        top: 8em;
        left: 20px;

}

#inputToken{
        position: absolute;
        top: 8em;
        left: 8em;
}

/* Liens */

a:link {
        color: #EB0B0B;
        text-decoration: none;

}

a:active {
        color: #EB0B0B;
        text-decoration: none;
}

a:visited {
        color: #EB0B0B;
        text-decoration: none;
}

 a:hover {
        color: #FF6FFF;
        text-decoration: none;
 }


