﻿/* home.aspx */

.homePanel
{
    height: 180px;
    width: 300px;
    margin: auto;
    background: transparent url("images/homePanel_bg.png") no-repeat top;
    padding: 4px;
}

.homePanel p
{
    padding-right: 46px;
}

.homePanel li
{
    list-style-type: none;
}

.homePanel li a
{
    text-decoration: none;
    display: block;
    background: transparent url("images/homeLi_bg.png") no-repeat top left;
    height: 25px;
    padding-left: 10px;
    color: #24870A;
}

.homePanel li a:hover
{
    color: #1871BA;
}


.homePanel li span.inactive
{
    display: block;
    background: transparent url("images/homeLi_bg.png") no-repeat top left;
    height: 25px;
    padding-left: 10px;
	color: #888;	
}
	

.homePanel h6
{
    color: #E1007A;
    background: transparent url("images/home_puce.png") no-repeat center left;
    padding-left: 18px;
}
    

.BannerPlace
{
    padding-bottom: 1px;
    border-bottom: 1px solid #555555;
    margin-bottom: 1em;
}

.iconHome{
    float: right;
    height: 48px;
    width: 48px;
}

.IconInfo
{
    background: transparent url("icons/info.png") no-repeat;
}
.IconTrophee
{
    background: transparent url("icons/trophee.png") no-repeat;
}

.IconSupport
{
    background: transparent url("icons/support.png") no-repeat;
}

.IconConception
{
    background: transparent url("icons/conception.png") no-repeat;
}

.IconApplication
{
    background: transparent url("icons/application.png") no-repeat;
}

.IconCommunaute
{
    background: transparent url("icons/communaute.png") no-repeat;
}

.IconContact
{
    background: transparent url("icons/evacuatio-mail.png") no-repeat;
}

/* produits */
.productsPanelExpert,
.productsPanelAppli 
{ 
    height: 300px; 
    margin: 20px;
    position: relative;
}
.productsPanelExpert
{ 
    background: White url("images/banniere_produits_prestation.png");
}

.productsPanelAppli 
{ 
    background: White url("images/banniere_produits_appli.png");
}
.productsPanelExpert p,
.productsPanelAppli p
{
    width: 140px;
}
.productsLink
{ 
    width: 88%;
    margin: auto;
}

.BannProduits .pagelinkTitle
{ 
    font-size: 170%;
    font-variant: small-caps
}

.BannProduits .pagelinkTitle,
.BannProduits p,
.BannProduits .whiteButton
{
    margin-left: 6px;   
}

.BannProduits .whiteButton
{
    position: absolute;
    bottom: 8px;
}

.productsPanelExpert .pagelinkTitle
{
    color: #463D09; 
}
.productsPanelAppli .pagelinkTitle
{
    color: #0E3C5C; 
}


/* Connexion*/
.inlineForm.connexionForm
{
  clear:both;
  width: 260px;
 
}