body {
    margin: 0;
    /*background: #000 url('bg.gif') no-repeat 50% 0%;*/
    background: #000;
    font: 11px verdana;
    color: #fff;
}

h3 {
    /*text-align: center;*/
    margin-top: 0px;
    margin-bottom: 5px;
}

#wrapper {
    width: 800px;
    height: 600px;
    margin: 0 auto;
    /*background: #000 url('bg3.gif') no-repeat 0 0%; */ 
}

#nav {
    /*position: fixed;
    left: 173px;
    top: 144px;*/
    position: relative;
    /*left: 63px;
    top: 144px;*/
    left: 20px;
    top: 134px;
}

#nav a, #footer-menu a {
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    padding: 3px;
}

#tel-no {
    /*position: fixed;
    left: 167px;
    top: 477px;*/
    float: left;
    width: 200px;
    height: 35px;
    background: url('../images/telephone.gif') no-repeat 3px 6px;
    /*left: 55px;
    top: 264px;*/   
}

#tel-no span {
    font: 22px verdana;
    padding-left: 5px;  
}

#content {
	/*position: fixed;
    left: 375px;
    top: 230px;*/
    position: relative;
	/*left: 265px;*//*back*/
    left: 200px;
	top: 175px;
	color: #000;
	/*width: 412px;*//*back*/
    width: 462px;
	height: 220px;
}

#submenu-bc {
    float: left;
    width: 170px;
    text-align: right;
    line-height: 17px;
    color: #fff;
}

#submenu-bc a, #submenu-bc a.cur {
    color: #fff;
    border-bottom: 1px dotted #fff;
    line-height: 18px;
    padding-bottom: 1px;
    text-decoration: none;
}

#submenu-bc a.cur {
    color: red;
    font-style: italic;
}

#content .text, #content .text-bc {
	position: relative;
	width: 410px;
	height: 200px;
	/*padding-bottom: 21px;*/
    margin-left: 50px; /*added for back*/
}

#content .text-bc {
    float: left;
}
#content .direction {
    position: relative;
    top: 30px;
}

#content .direction_ie
{
	 position: relative;
    top: 53px;
}

#content .back {
    float: left;
    width: 50%;
    background-repeat: no-repeat;
    background-position: 23px center;
}

#content .back span {
    margin: -9999px;
}

#content .next, #content .next-apply {
    float: left;
    width: 50%;
    background-repeat: no-repeat;
    background-position: right;
}

#content .back2 {
    position: relative;
    top: 21px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 25px center;
}

#content .back a, #content .back a.bc {
    display: block;
    float: left;
    width: 72px;
    height: 30px;
    margin-left: 35px;
    /*background: green;
    opacity: 0.5;*/
}

#content .back a.bc {
    margin-left: 205px;
}

#content .next2 {
    /*position: relative;*/
    top: 21px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: right;
}

#content .next a, #content .next .button {
    display: block;
    float: right;
    width: 62px;
    height: 30px;
    margin-right: 10px;
    /*background: green;
    opacity: 0.5;*/
}

#content .next .button {
    width: 86px;
    background: transparent url('../images/button.gif') no-repeat;
    border: 0;
}


#menu {
    position: relative;
    left: 89px;
    top: 2px;
}

#links {
    width: 546px;
    height: 30px;
    margin: 0px;
    padding: 0px;
    /*background: url('../images/navigation-bar.gif') no-repeat;*/
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

#links li {
    float: left;
    display: inline;
    margin-left: 9px;
}

#links li span {
    margin: -9999px;
}

#links li a {
    display: block;
    height: 32px;
    padding: 0px;
    /*background: green;
    opacity: 0.5;*/
}

#links li.home a {
    width: 35px;
}

#links li.become a {
    width: 118px;
}

#links li.secure a {
    width: 78px;
}

#links li.apply a {
    width: 60px;
}

#links li.recruit a {
    width: 70px;
}

#links li.about a {
    width: 60px;
}

#links li.contact a {
    width: 60px;
}


/* FORM */
#apply-form {
    float: left;
    width: 380px;
    height: 200px;
    /*overflow-y: scroll;*/
}

#croupier-options {
    width: 300px;
    margin-left: 50px;
}

.row {
    float: left;
    width: 100%;
    padding: 2px;
    margin-bottom: 3px;
}

.label {
    float: left;
    width: 125px;
    /*background: red;*/
    /*text-align: right;*/
    /*padding-right: 7px;
    padding-top: 3px;*/
}

.field {
    float: left;
    width: 200px;
    /*background: blue;*/
}

.field-block {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.field-block-text {
    padding-top: 10px;
}

.field-block-form {
    padding-top: 5px;
}

input {
    width: 150px;
    height: 11px;
    border: 1px solid #000;
    background: #fff;
    font-size: 11px;
}

input.address {
    margin-top: 5px;
}

input.radio {
    width: 20px;
    border: none;
    background: none;
}

input.other {
    width: 130px;
    margin-left: 33px;
    margin-top: 5px;
}

input.date {
    width: 40px;
}

input.extra-date1 {
    margin-left: 10px;
}

input.extra-date1, input.extra-date {
    margin-top: 5px;
    width: 40px;
}

input.cv {
    height: 20px;
    margin-top: 12px;
    margin-left: 10px;
}

input.submit {
    width: 110px;
    height: 21px;
    margin: 2px;
    background: #ccc;
}

textarea {
    width: 350px;
    height: 100px;
    border: 1px solid #000;
}

textarea.short {
    height: 70px;
}

ul.cv {
    margin-left: -15px;
    margin-top: 0px
}

ul.cv li {
    padding: 3px;
}







#footer {
	/*background: red;*/
    position: absolute;
	width: 661px;
	/*top: 258px;*/
    top: 475px;
	left: 253px;
	height: 36px;
}

#footer-menu {
    /*position: fixed;
    left: 437px;
    top: 481px;*/
    float: left;
    margin-left: 40px;
    padding: 10px;
    /*left: 327px;
    top: 395px;*/
    left: 47px;
    
}

#footer .menu {
    /*float: left;*/ /*taken out after changing content width*/
    width: 230px;
    /*margin-left: 29px;*//*changed after content*/
    margin-left: 229px;
    margin-top: 6px;
}

#footer .menu .links {
    width: 546px;
    height: 30px;
    margin: auto;
    padding: 0px;
    /*background: url('../images/frenchsite.gif') no-repeat;*/
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

#footer .menu .links li {
    float: left;
    display: inline;
    margin-left: auto;
}

#footer .menu .links li a {
    display: block;
    height: 28px;
    padding: 0px;
    /*background: green;
    opacity: 0.5;*/
}

#footer .menu .links li.french a {
    width: 60px;
    margin-left: 36px;
}

#footer .menu .links li.testimonies a {
	text-decoration:none;
	font-size:14px;
	color:#FFF;
	font-family:Calibri;
	margin-left: auto;
    width: 160px;
}

#footer .menu .links li.sitemap a {
    width: 48px;
}

.error {
    color: red;
    font-style: italic;
}

.texte_clic
{
	text-decoration:none;
	font-size:14px;
	color:#FFF;
	font-family:Calibri;
	margin-top:10px;
}

