﻿html, body{
font-family:arial,sans-serif;
font-size:12px;
margin:0px;
padding:0px;
background-image:url(../images/bg.gif);
}
body.RadEContentBordered {
	background-color: #ffffff;
}
.global{
width:100%;
margin:auto;
}

.globalContent{
width:1055px;
margin:auto;
background-image:url(../images/bg_blanc_content.gif);
}

.titremenu
{
    color:#223d6d;
    font-size:18px;
    text-align:left;
    font-weight:bold;
}

.texte{
font-size:12px;
text-align:left;

}

.bas {
	text-decoration: none;
	font-size:10px;
	text-align:center;
	color:#ffffff;
	width:1055px;
	margin:auto;
	background-image:url(../images/bas.gif);
	padding-top:15px;
	padding-bottom:15px;
	
}

a.signature {
	font-size:10px;
	text-align:center;
	text-decoration:underline;
	color:#ffffff;
}

a.signature:hover {
	font-size:10px;
	text-align:center;
	text-decoration:none;
}


/*** MENU TOP ***/
.header {
}
.header .menuTop {
  margin-left: 27px;
}
.header .menuTop div {
  float: left;
}
.header .banner {
  clear: both;
}
.header .menuBottom {
}
.header .menuBottom div {
  float: left;
  height: 36px;
}
.header .menuBottom .left {
  margin-left: 28px;
  width: 613px;
}
.header .menuBottom .right {
  background-image: url(../images/bg_menu.jpg);
  background-repeat: no-repeat;
  height: 36px;
  width: 387px;
}
.header .menuBottom .right .control {
  padding-top: 7px;
}

.contentPage {
  color: #003c73;
}
.contentPage .top {
  background-image: url(../images/box_entreprise_top.gif);
  background-repeat: no-repeat;
  height: 13px;
  width: 671px;
}
.contentPage .middle {
  background-color: #ffffff;
  padding: 10px;
  width: 651px;
}
.contentPage .middle .loginText {
  text-align: center;
}
.contentPage .middle .logon {
  background-image: url(../images/fond_auth.jpg);
  background-repeat: no-repeat;
  height: 160px;
  margin: 15px 0px 0px 145px;
  width: 374px;
}
.contentPage .middle .logon2 {
  margin: 15px 0px 0px 90px;
}
.contentPage .middle .logon table {
  margin: 10px 0px 0px 50px;
}
.contentPage .middle .logon2 table {
  margin: 10px 0px 0px 50px;
}
.contentPage .middle .linkLost {
  color: #003c73;
  margin-top: 25px;
  text-align: center;
}
.contentPage .middle .linkLost a {
  color: #003c73;
}
.contentPage .bottom {
  background-image: url(../images/box_entreprise_bas.gif);
  background-repeat: no-repeat;
  height: 13px;
  width: 671px;
}

/*****************************/
/* LIGHTBOX                  */
/*****************************/
#lightbox{
	background-color:#ffffff;
	padding: 10px;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }


/* MENU SELLER */
.globalContent .menuSeller {
  background-image: url(../RadControls/Menu/Skins/Default/img/MenuItemBackground.gif);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  border-top: 1px solid #e5e5e5;
  height: 20px;
  z-index: 0px;
}
.globalContent .menuSeller .item {
  border-right: 1px solid #d6d6d6;
  float: left;
  height: 18px;
  padding: 2px 7px 0px 10px;
}
.globalContent .menuSeller a {
  color: #003366;
  cursor: pointer;
  cursor: hand;
  font-weight: bold;
  text-decoration: none;
}
.globalContent .menuSeller a:hover { text-decoration: underline; }
