﻿/*
----------------------------------------------------------------------
    Page layout
----------------------------------------------------------------------
*/    

body 
{
    padding: 0px;
    font-family: Verdana;
    font-size: 11px;
    margin-top: 0px;
    margin-left: 0px;
}

#leftCol
{
    float: left;
    width: 180px;
    height:680px;
    border: solid 0px #000000;
    background-color: #ffffff;
    background-image: url('../images/navbackground.png');
    background-repeat: no-repeat;
}
#navigation
{
    height: 317px;
}
#access
{
    height: 110px;
}
#language
{
    height:45px;
    padding-top:20px;
    padding-left:30px;
}
#mainCol
{
    float:left;
    width:820px;
}

#rightCol
{
    float:left;
    width:240px;
    margin:10px 0 0 10px;
}

/*ajouter pour la nouvelle charte graphique*/
#headerNewLogo
{
    height: 82px;
    width: 175px;
    background-color: #ffffff;
    background-image: url('../images/SMART_ROUGE_RGB_small.png');
    background-position: top;
    background-repeat: no-repeat;
}

#header
{
    height: 50px;
    border: solid 0px #000000;
    background-color: #ffffff;
    /*background-image: url('../images/smartlogo.png');*/
    background-position: right;
    background-repeat: no-repeat;
}
#error
{
    border: solid 1px #BF0E2B;
    background-color: #f1f1f1;
    color: #BF0E2B;
}
#breadcrumbtrail
{
    background-color: #ffffff;
    margin-top: 10px;
}

#labPageTitle
{
    font-size: 			14px;
  	font-weight:        bold;
	color:				#666666;
	height: 20px;
    line-height: 20px;  
    margin-left: 5px;
}
#identWrapper
{
    	padding-top: 20px;
}
#labUserType_MEM, #labUserType_DO
{
    font-size: 			11px;
  	font-weight:        bold;
	color:				#666666;
	margin-top:         20px;
}
#labUserName_MEM, #labUserName_DO
{
    font-size: 			11px;
  	font-weight:        bold;
	color:				#BF0E2B;
	margin-left: 5px;
}

