BODY {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #FFFFFF;
    color: #000000;
    text-align: center;
}

UL {
    margin: 0;
    margin-left: 10px;
    border: 0;
    padding: 0;
    padding-left: 10px;
}

LI {
    list-style-image: url(images/li_orange.gif);
    margin: 0;
    padding: 0;
    padding-top: 1px;
    padding-bottom: 2px;
}

#page {
    margin: 0 auto;
    width: 770px;
}

#header {
    float: left;
    width: 770px;
    height: 101px;
    background-image: url(images/header2.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

#header-bottom {
    float: left;
    width: 576px;
    height: 14px;
    background-image: url(images/header-bottom.gif);
    background-repeat: no-repeat;
    background-position: 56px top;
}

#logo {
    float: left;
    padding-top: 16px;
    padding-left: 15px;
}

#main {
    float: left;
    width: 770px;
    background-image: url(images/background.gif);
    background-repeat: repeat-y;
    background-position: left;
}

#left-column {
    float: left;
    width: 191px;
}

#right-column {
    float: left;
    width: 576px;
}

.line {
    float: left;
    width: 191px;
    height: 5px;
    font-size: 3px;
    background-image: url(images/line.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.menu-title {
    float: left;
    width: 191px;
    height: 27px;
    background-image: url(images/menu-title.gif);
    background-position: left top;
    background-repeat: no-repeat;
    text-align: left;
    color: #FFFFFF;
    padding-top: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.spacer {
    float: left;
    width: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3px;
}

.submenu {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    width: 191px;
    text-align: left;
}

.neo-left-a {
    font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	outline: none;
	text-decoration: none;
	color: #999999;
}

.neo-left-a:hover {
    font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	outline: none;
	text-decoration: none;
	color: #5F5F5F;
}

.submenu-a, .submenu-a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #003399;
}

.submenu-a:hover {
    text-decoration: none;
    color: #FF6600;
}

.current-submenu-a, .current-submenu-a:visited, .current-submenu-a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #FF6600;
}

#bottom {
    float: left;
    width: 763px;
    height: 5px;
    font-size: 1px;
    background-color: #0066CC;
}

#content-right {
	position: relative;
    float: left;
    width: 510px;
    padding-left: 40px;
	padding-bottom: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #003399;
    text-align: left;
}

#content-right2 {
	position: relative;
    float: left;
    width: 510px;
    padding-left: 30px;
	padding-bottom: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #003399;
    text-align: left;
}

#content-title {
	position: relative;
    float: none;
	background-image: url(images/asterisk.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-top: 10px;
    padding-left: 22px;
	padding-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #1D6BD1;
    text-align: left;
}

#form-div {
    float: none;
	width: 410px;
}

.form-left {
	float: left;
    width: 100px;
	height: 20px;
	background-color: #B8DDFF;
	color: #000099;
	margin-bottom: 2px;
	margin-right: 2px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-right: 2px;
	padding-top: 4px;
}

.form-right {
	float: left;
    width: 300px;
	height: 22px;
	background-color: #D4EAFE;
	color: #000099;
	margin-bottom: 2px;
	margin-right: 2px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-left: 2px;
	padding-top: 2px;
}

select, input, textarea {
    border: solid 1px #969696;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
}

#validate {
    border: solid 1px #969696;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #B8DDFF;
	color: #000099;
	text-align: center;
}

.t-box {
	float: left;
	padding-left: 10px;
	width: 500px;
	background-image: url(images/testimonials-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.t-box-inside {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 473px;
	background-color: #F0F8FF;

}

.t-box-bottom {
	position: relative;
	float: left;
	padding-left: 10px;
	width: 483px;
	height: 7px;
	font-size: 5px;
	background-image: url(images/testimonials-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.t-box-bottom-corner {
	position: relative;
	float: left;
	width: 7px;
	height: 7px;
	font-size: 5px;
	background-image: url(images/testimonials-corner.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.t-box-spacer {
    float: left;
	width: 500px;
	height: 10px;
}

/* --------------------- DEVIS EN LIGNE ----------------------------- */
.div-page-class {
	text-align: left;
	padding: 0;
}

.div-box-class {
	position: relative;
	float: left;
	width: 490px;
	padding: 0;
	padding-left: 10px;
	background-color: #B8DDFF;
}

.div-no-box-class {
	position: relative;
    float: left;
	width: 490px;
}

.div-full-class {
	position: relative;
    float: left;
	width: 490px;
	border: solid 1px #000000;
	padding: 0;
	padding-left: 10px;
	background-color: #F0F8FF;
}

.div-options-class {
	position: relative;
	float: left;
	width: 470px;
	padding: 0;
	padding-left: 10px;
}

.label-class {
	position: relative;
	float: left;
}

.label-class2 {
	position: relative;
	float: left;
	left: 10px;
}

.spacer-class {
	position: relative;
	float: left;
	font-size: 1px;
	height: 1px;
}

.spacer-h10px {
	position: relative;
    float: left;
	width: 10px;
	height: 10px;
}

.languages-box-div {
    position: relative;
    float: left;
	width: 475px;
	padding-left: 25px;
	padding-top: 10px;
	margin-left: 0px;
	background-color: #B8DDFF;
	margin-bottom: 15px;
}

.spoken-languages-div {
	position: relative;
	float: left;
	width: 455px;
	padding: 0;
	padding-bottom: 10px;
}

.language-cb-div {
	position: relative;
	float: left;
	padding: 0;
	padding-bottom: 3px;
	width: 140px;
	height: 20px;
}

#form-div-devis {
	position: relative;
    float: left;
	width: 505px;
	padding: 0;
}

.form-right-devis {
	float: left;
    width: 395px;
	height: 22px;
	background-color: #D4EAFE;
	color: #000099;
	margin-bottom: 2px;
	margin-right: 2px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-left: 2px;
	padding-top: 2px;
}

.devis-message-class {
	position: relative;
	float: left;
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 20px;
}

