
body, html {
	height: 100%;
}

body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	color: #5D5F5E;
	font-size: 10px;
}

body.left {
	padding: 30px 40px 20px;
}

body.left p {
	line-height: 13px;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	color: #5F9215;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal
}

h1 {
	padding: 5px 0 0px;
}

h2 {
	padding: 5px 0 5px;
}

h3 {
	color: #5D5F5E;
	padding: 5px 0 5px;
}

h4 {
	font-size: 10px;
    font-weight: bold;
	margin: 0px;
	padding: 0px 0px 15px;
}

h4 b {
	color: #5F9215;
}

p {
	margin: 0px;
	padding: 0px 0px 5px;
}

a:link, a:visited {
	color: #1D1F1E;
	text-decoration: none;
}

a:hover, a:active {
	color: #5F9215;
	text-decoration: underline;
}

ul {
    margin: 0 0 0 25px;
    padding: 0px;
/*
    list-style: none;
*/
}

li {
    margin: 0px;
    padding: 0 0 4px 0;
}

#table_cont {
	border-collapse: collapse;
/*
	height: 100%;
*/
}

#table_cont td {
	padding: 0px;
}

#container {
	position: relative;
	width: 740px;
	height: 570px;
}

#logo_diobri {
	position: relative;
	width: 46px;
	height: 208px;
	top: 158px;
	left: 10px;
}

#content {
	position: absolute;
	width: 666px;
	height: 360px;
	top: 160px;
	left: 65px;
	margin: 0px;
	padding: 0px;
}

#dots_top, #dots_bottom {
	position: absolute;
	left: 0px;
	width: 666px;
	height: 1px;
	background: url(../img/base/dots_horiz.gif) repeat-x;
}

#dots_left, #dots_right {
	position: absolute;
	top: 0px;
	width: 1px;
	height: 360px;
	background: url(../img/base/dots_verti.gif) repeat-y;
}

#dots_top {
	top: 0px;
}

#dots_bottom {
	top: 358px;
}

#dots_left {
	left: 0px;
}

#dots_right {
	left: 666px;
}

#left_cont {
	position: absolute;
	width: 310px;
	margin: 2px;
	padding: 0px;
	height: 355px;
	border: none;
	overflow: hidden;
}

#right_cont {
	position: absolute;
	right: 0px;
	width: 350px;
	height: 355px;
	padding: 0px;
	margin: 2px 2px 2px 0;
	border: none;
	overflow: hidden;
}

#accueil_fr {
	position: absolute;
	right: 10px;
	top: 41px;
	width: 345px;
	height: 100px;
/*
	background: url(../img/base/fr/logo_contact.gif);
*/
}

#contact_fr {
	position: absolute;
	right: 10px;
	top: 41px;
	width: 345px;
	height: 100px;
	background: url(../img/base/fr/logo_contact.gif);
}

#clients_fr {
	position: absolute;
	right: 10px;
	top: 41px;
	width: 345px;
	height: 100px;
	background: url(../img/base/fr/logo_clients.gif);
}

#equipe_fr {
	position: absolute;
	right: 10px;
	top: 41px;
	width: 345px;
	height: 100px;
	background: url(../img/base/fr/logo_equipe.gif);
}

#services_fr {
	position: absolute;
	right: 10px;
	top: 41px;
	width: 345px;
	height: 100px;
	background: url(../img/base/fr/logo_services.gif);
}

#menu {
	position: absolute;
	left: 132px;
	top: 50px;
	width: 185px;
	height: 105px;
}

#menu_text {
	position: absolute;
	right: 10px;
	top: 525px;
}

#menu_text a:link, #menu_text a:visited{
    color: #9D9F9E;
}

#sl_area {
    position: absolute;
    top: 30px;
    left: 280px;
    background: url(../img/base/scroll_line.gif);
    height: 300px;
    width: 20px;
}

#sl_knob {
    height: 32px;
    width: 20px;
    background: url(../img/base/scroll_arrow.gif) no-repeat;
}

#sl_knob:hover {
    cursor: pointer;
}

#wrapper {
    height: 355px;
    overflow: hidden;
    position: relative;
}

#scroller {
    position: relative;
    padding: 30px 10px 20px 0;
}

#intro_flash {
    padding: 2px;
}

.form_table input, .form_table textarea, .form_table select {
    width: 155px;
    border: 1px solid #BBBDBF;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	color: #333;
	font-size: 10px;
	padding: 2px 3px;
    overflow: auto;
}

.form_table select {
    width: 233px;
}

.form_table td.first {
    text-align: right;
    vertical-align: top;
}

td.button {
    text-align: right;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 10px;
}

td.button a:link, td.button a:visited {
	color: #5D5F5E;
}

#mail_msg {
    text-align: center;
/*
    height: 0px;
    vertical-align: center;
*/
    font-weight: bold;
	color: #5F9215;
}