﻿
/***********************************
   ONGLETS PRODUITS
***********************************/

.Contenu .Infos .MultiViewProduits
{    
    position:absolute;
    top:0px;
    left:0px;
    width:515px;
    height:420px;
    
    background:url('../../Res/Solutions/FondVueProduits.jpg') no-repeat;
    /*background-position:bottom left;*/        
}

.Contenu .Infos .MultiViewProduits .TableNavigationProduits
{
    border-collapse:collapse;
    border-spacing:0px;    
    position:absolute;
    bottom:-1px;
}

.Contenu .Infos .MultiViewProduits .TableNavigationProduits td
{
    border:1px solid lightgray;
    border-top:0px;
    border-left:0px;
    border-bottom:0px;
    padding:0px;
}

.Contenu .Infos .MultiViewProduits .TableNavigationProduits .OngletNavigationProduit
{
    width:100%;
    padding:0px;
}

.Contenu .Infos .MultiViewProduits .VueProduit
{
    /*margin-top:10px;
    margin-left:10px;*/
    
    padding-right: 3px;
}

/*************************************
   SERVICE ONLINE
***********************************/

.Contenu .Infos .ServiceOnlineLogin
{
    background:url('../../Res/FondServicesLogin.jpg') no-repeat; 
    background-position:bottom right; 
    
    position:absolute; 
    left:515px; 
    top:170px; 
    width:432px; 
    height:260px
}

.Contenu .Infos .ServiceOnlineLogin .LiensServices
{
    position:absolute; 
    left:30px; 
    top:130px; 
    
    font-size:11px;
    color:#505050;                
}

.Contenu .Infos .ServiceOnlineLogin .LiensServices table
{
    font-size:10px;
    border-collapse:separate;
    /*border-spacing:5px;*/
}

.Contenu .Infos .ServiceOnlineLogin .LiensServices table td
{
    
}

/*****************************************************/
/* ANNONCE BOUTIQUE */
/*****************************************************/
.Contenu .Infos .AnnonceBoutiqueLogin
{
    position:absolute; 
    left:535px; 
    top:115px; 
    width:300px; 
    height:50px
}

/*****************************************************/
/* LOGIN */
/*****************************************************/

.Contenu .Infos .EncadreLogin
{
	position:absolute;
	left:530px;
	top:5px;
	
	width:400px;
	height:200px;
			
	font-family:Arial;
	font-size:10px;
	color:#767676;
	
	text-align:left;		
}

.Contenu .Infos .EncadreLogin .ContenuLogin
{
    position:absolute;
    top:20px;
    left:0px;
    
    background:url('../../Res/FondLogin.jpg') no-repeat;	
    width:400px;
	height:150px;
}

.Contenu .Infos .EncadreLogin .ContenuLogin .TableLogin
{
    position:absolute;
    left:0px;
    top:0px;
    /*width:100%;*/
    /*height:70px;*/
    /*padding-right:10px;*/
    
    border-collapse:collapse;
    border-spacing:0px;
}

.Contenu .Infos .EncadreLogin .ContenuLogin .TableLogin .Colonne1
{
    text-align:right;
    width:80px;
    vertical-align:middle;
    padding-top:5px;
}

.Contenu .Infos .EncadreLogin .ContenuLogin .TableLogin .Colonne2
{
    width:150px;
}

.Contenu .Infos .EncadreLogin .ContenuLogin .TableLogin input
{
	font-size:9px;
	margin-top:6px;
	width:150px;
}

.Contenu .Infos .EncadreLogin .ContenuLogin .Boutons
{
    position:absolute;
    margin-top:5px;
    top:65px;
    
    /*
    left:240px;
    top:50px;*/
}

.Contenu .Infos .EncadreLogin .ContenuLogin .BoutonLogin
{
    position:absolute;
    top:50px;
    right:35px;
    width:105px;
}

.Contenu .Infos .EncadreLogin .ContenuLogin .LienOubli
{
	position:absolute;
    top:65px;
    left:5px;
    width:105px;
}

.Contenu .Infos .EncadreLogin .ContenuLogin .ZoneErreur
{
    position:absolute;
    top:80px;
    
    
    /*background:#ea6b6d;       */
    padding:4px;  
    width:95%;
}

.Contenu .Infos .EncadreLogin .ContenuLogin .ZoneErreur .ErreurLogin
{
    color:Red;
}

/*.Contenu .Infos .EncadreLogin .CaseMiseEnPage
{
	position:absolute;
	top:105px;
	left:-60px;		
	width:180px;
	text-align:right;
}

.Contenu .Infos .EncadreLogin .CaseMiseEnPage input
{
    width:25px;
}*/