.leftCol {
	width: 340px;
	float: left;
}
.rightCol {
	float: right;
	width: 340px;
}
.titre {
	font-weight: bold;
	color: #2f82b3;
	border-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #2f82b3;
    margin: 10px 0;
}
#pageTitle {
	color: #cc237c;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.boxPink {
	background-color: #fff9fc;
	margin-top: 10px;
	padding: 2px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f6a75;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
input:hover, input:focus {
	background-color:#FDFDFD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f6a75;
	border: 1px solid #999999;
	padding: 2px;
}
.required {
	color: #FF0000;
}
.content {
	width: 700px;
	margin: 0 auto 10px 0;
}
#next {
	background-image: url(../images/btn_next.png);
	height: 31px;
	width: 303px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 20px;
}
.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 {
	background-image: url(../images/bouton_on.png);
	cursor:pointer;
	text-decoration:none;
	border:none;
	color:#ffffff;
}
.bouton:focus {
	background-image: url(../images/bouton_on.png);
	cursor:pointer;
	text-decoration:none;
	border:none;
	color:#ffffff;
}
.noBorder {
	border-style: none;
}
#next:hover {
	background-image: url(../images/btn_next_hover.png);
	height: 31px;
	width: 303px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#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;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f6a75;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
textarea:hover, textarea:focus {
	background-color:#FDFDFD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f6a75;
	border: 1px solid #999999;
	padding: 2px;
}

/* ----------------------------------------*/

.editFormTable, CustomerRelationshipManagement
{
	width:100%;
}
.editFormTable a, CustomerRelationshipManagement a
{
	color: #333333;
    text-decoration:underline;
}

.editFormTable .fixed, 
{
	width: 200px;
}

.editFormTable td, .editFormTable th 
{
    padding: 3px 3px;
}
.editFormTable th 
{
    padding: 5px 3px;
    background-color: #E2E2E2;
}
.editFormTable .alternate {
    background-color:#e7efff;
}

.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 {
	cursor: pointer;
	text-decoration:none;
	border:none;
	color:#ffffff;
	background-color: #3aa1d2;
}

.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 {
	cursor: pointer;
	text-decoration:none;
	border:none;
	color:#ffffff;
	background-color: #E2E2E2;
}

.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:none;
     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;
}


