.leftCol {
	width: 340px;
	float: left;
}
.rightCol {
	float: right;
	width: 340px;
}
.titre {
	font-weight: bold;
	color: #2f82b3;
	border-bottom: solid 1px #2f82b3;
    margin: 20px 0 10px 0;
}
#pageTitle {
	color: #cc237c;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.boxPink {
	background-color: #fff9fc;
	margin-top: 10px;
	padding: 2px;
}
.required {
    border:1px solid #cc237c;
    color: #5f6a75;
}
.content {
	width: 700px;
	margin: 0 auto 10px 0;
}
/****************** PEUT ETRE OBSOLETE A VERIFIER

#next {
	background-image: url(../images/btn_next.png);
	height: 31px;
	width: 303px;
	margin: 0 auto 20px auto;
	text-align: center;
}
#next:hover {
	background-image: url(../images/btn_next_hover.png);
}
.inputBig {
	width: 300px;
}
.inputMid {
	width: 200px;
}
.inputLittle {
	width: 140px;
}
.inputCountry {
	width: 307px;
}
.inputMini {
	width: 90px;
}
*********************/

.bouton {
	background-image: url(../images/bouton.png);
	height: 31px;
	width: 159px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	display:block;
	text-decoration:none;
	border:none;
}
.bouton:hover, .bouton:focus {
	background-image: url(../images/bouton_on.png);
	cursor:pointer;
}

#nextText {
	height: 23px;
	width: 158px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	font-weight: bold;
	color: #FFFFFF;
	cursor:pointer;
}
.boxBlue {
	background-color: #f1fbff;
	margin-top: 10px;
	padding: 2px;
}
.BlueBg {
	background-color: #f1fbff;
    border: 1px solid #FFFFFF;
}
.PinkBg {
	background-color: #fff9fc;
}


/* ----------------------------------------*/

.editFormTable, CustomerRelationshipManagement
{
	width:100%;
}
.editFormTable a, CustomerRelationshipManagement a
{
	color: #333333;
    text-decoration:underline;
}


.editFormTable td, .editFormTable th 
{
    padding: 3px 3px;
}
.editFormTable th 
{
    padding: 5px 3px;
    background-color: #E2E2E2;
}

.validationButton {
    background-color: #3aa1d2;
	height: 31px;
	width: 120px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin: 15px 10px;
	text-decoration:none;
	border:none;
	cursor: pointer;
}

.validationButton:hover, .validationButton:focus {
	background-color: #7fc5e6;
	color:#666;
}

.cancelButton {
    background-color: #E2E2E2;
	height: 31px;
	width: 120px;
	text-align: center;
	font-weight: bold;
	color: #333333;
	margin: 15px 10px;
	text-decoration:none;
	border:none;
	cursor: pointer;
}

.cancelButton:hover, .cancelButton:focus {
	color:#ffffff;
}

.middlePart {
     width: 470px;
     float:left;
     margin: 5px 5px 5px 0;
}
.spec {
     width:200px;
     float:left;
     margin: 0 0 0 0;
}
.topLinks {
     margin:0;
     padding:0;
}
a.topLinksButton:link, a.topLinksButton:active, a.topLinksButton:visited {
     color: #999999;
     display:block;
     padding: 7px 20px;
     margin: 0 5px 0 0;
     text-decoration:none;
     float:left;
     text-align:center;
     background-color:  #ededed;
     border: 1px solid #CCCCCC;
     font-size:14px;
}
a.topLinksButton:hover {
     color: #666666;
     text-decoration: underline;
     background-color:  #d6d6d6;
     text-decoration:none;
}
h1.left
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: #2f82b3;
    float:left;
    width: 450px;
    margin: 20px 0 10px 0;
}
.topInfoBox {
    border:1px solid #fff5b8; 
    background-color: #fffbe0; 
    padding: 5px; 
    margin: 5px 0; 
    float: right; 
    width: 470px;
}
.clr {
    clear: both;
}

/*/////////////////// BT LOGOUT DE L'EXTRANET ///////////////////////*/

.LogOutBtn {
background-image:url(images/Extranet/LogoutButton.png);
background-repeat:no-repeat;
background-position: top left;
width: 242px;
height: 35px;
font-weight:bold;
	font-size: 12pt;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:2.5em;
}

.OpeningForm {
width:100%;
border-style:none;
}
.OpeningForm textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f6a75;
	border: 1px solid #CCCCCC;
	padding: 2px;
	width:150px;
}
.OpeningForm textarea:hover {
	background-color:#FDFDFD;
	border: 1px solid #999999;
}
.OpeningForm textarea:focus {
    background-color:#ecf9fe;
	border: 1px solid #999999;
}
.OpeningForm input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f6a75;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
.OpeningForm input:hover {
	background-color:#FDFDFD;
	border: 1px solid #999999;
}
.OpeningForm input:focus {
    background-color:#ecf9fe;
	border: 1px solid #999999;
}
.OpeningForm input[type=text], .OpeningForm input[type=password]  {
	width:150px;
}

.OpeningForm tr:hover {
	background-color: #EEE;
}
 
.OpeningForm td, .OpeningForm td+td+td{
 width:140px;
 padding: 3px 5px 3px 0;
	border-style:none;
 }
.OpeningForm th {
 padding: 10px 0 3px 0;
 }
 
.OpeningForm td+td{
 width:190px;
 padding: 3px 0;
	border-style:none;
 }
.OpeningForm label {
  width:160px;
  }
td.icone {
  width: 20px;
  }
  td.travelcash {
  width: 120px;
  vertical-align:middle;
  }
