﻿/* ================================
    STANDARD HTML SETTINGS 
   ================================
*/
html, body {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background-color: white;
	font: 80% "Tahoma" , Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: normal;
	line-height: 150%;
}
a {
	font-weight: normal;
	vertical-align: top;
	color: #008000;
}
img {
	border:0;
}
table, td, input, textarea, select {
	font: 100% "Tahoma" , Arial, Helvetica, sans-serif;
	color: #451d30;
	vertical-align: top;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	text-align: justify;
}
hr {
	display: none;
}
ul {
	margin-top: -8px;
}
li {
	margin-top: 4px;
}
a, a:link, a:active {
	color: #008000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ff8000;
}
a.email:hover {
	color: black;
}
.nodisp {
	display: none;
}
/* ----- float left / right classes ----- */
.left {
	float: right;
	margin-right: .3em;
}
.right {
	float: right;
	margin-left: .3em;
}
/* ================================
     GENERAL LAYOUT 
   ==============================*/
html, body {
	height: 100%;
}
body {
	/*margin: 15px 0 5px 0;*/
	background-color: white;
	background-image: url(http://www.retenova.com/im/back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	text-align: center;
}
#horizon{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
#contenu{
	margin-left: -370px;
	position: absolute;
	top: -285px;
	left: 50%;
	width: 740px;
	height: 570px;
	visibility: visible
}
#external {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}
#internal {
	border-collapse: collapse;
}
#internal td {
	padding: 6px;
}
#internal td td {
	padding: 0px;
}
.tdrn {
	vertical-align: bottom;
	width: 270px;
	border: 0;
}
.rn {
	width: 147px;
	height: 147px;
	float: left;
}
.tdlingue {
	text-align: right;
}
a.lingua {
	color: #000;
	font-weight: bold;
}
a.lingua:hover {
	color: #ff8000;
}
.carre {
	width: 131px;
	vertical-align: bottom;
	border:0px;
}
.newweb {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	padding-left: 6px;
}
.bigim {
	width: 557px;
	height: 240px;
	border: 1px solid #808080;
}
.deco {
	width: 103px;
	height: 63px;
	position: relative;
	top: -20px;
	float: right;
}
.foot {
	background-image: url(http://www.retenova.com/im/orange.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: bottom;
	height: 120px;
}
.divfoot {
	width: 120px;
	text-align: left;
	padding: 30px 0px;
}
/*#internal
{
	border: 1px solid #666;
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}
#contents
{
	width: 100%;
	height: 80%;
	border: 1px solid black;
	padding: 2em 0px 0px 0px;
}
#tabcontents
{
	width: 100%;
	height: 100%;
}

#tabcontents td
{
	vertical-align: top;
}
td#contentmargin
{
	width: 160px;
	height: 100%;
	vertical-align: bottom;
	padding: 3px;
}*/
#maincontents {
	width: 560px;
	position: relative;
	top: -11px; /*border: 1px solid #808080;*/;
	left: 2px;
}
/*.title1
{
	color: Orange;
	font-weight: bold;
}

.text
{
	position: absolute;
	display: block;
	float: right;
	text-align: justify;
	height: 100%;
}*/
/* ---------------------------------
	MENU
----------------------------------*/
.tdmenu {
	text-align: left;
	vertical-align: top;
}
dl, dt, dd, #menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu, .smenu {
}
#menu {
	position: relative;
	top: -1000px;
	left: 0;
	width: 100%;
	background-color: white;
}
#menu dt {
	cursor: pointer;
	margin: 0px 0;
}
#menu li {
	background-color: #ffeedf;
}
#menu li a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	padding-left: 10px;
}
a.selected, #menu dt a.selected, a.selected {
	color: #5C5CFF;
}
#menu dt a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}
#menu li a:hover, #menu dt a:hover {
	color: #f08000;
}
/* ---------------------------------
	VARIOUS
----------------------------------*/
.title, h1 {
	text-transform: uppercase;
	font-weight: bold;
	color: #e86d00;
	position: relative;
	top: 8px;
	margin-top: 0px;
	font-size: 120%;
}
.reddot {
	width: 12px;
	height: 10px;
	margin-right: 4px;
	position: relative;
	text-indent: -16px;
}
.subtitle, h2 {
	background-image: url(http://www.retenova.com/im/reddot.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-left: 18px;
	margin-bottom: 0px;
	font-size: 100%;
}
h2~p
{
	margin-top: 4px;
	padding-left: 16px;
}
.devis {
	border-collapse: collapse;
}
.devis td {
	padding: 40px;
}

