﻿/* ================================
    STANDARD HTML SETTINGS 
   ================================
*/
html, body
{
	border: 0;
	margin: 0;
	padding: 0;
}
body
{
	background-color: #ffffff;
	font: 80%  "Tahoma", Arial, Helvetica, sans-serif;	
	color: #666;
	font-weight: normal;
	line-height:150%;
}
a
{
	font-weight: normal;
	vertical-align: top;
	color: #6602a4;
}

table, td, input, textarea, select, li{
	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;
}
li
{
	padding-bottom: 8px;
}

a, a:link, a:active
{
	color:#275f81;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color:#555;
}
img
{
	border:none;
}
.noprint
{
	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
{
	text-align: center;
}
#external
{
	width: 748px;
	border-collapse: collapse;
	height: 97.5%;
	height: expression( '100%' ); /* hack for ie */
}
#rightshadow
{
	display:none;
}
#bottomshadow
{
	display:none;
}
#wrapper
{
	width: 100%;
}
#internal
{
	width: 100%;
}
#header
{
	display:none;
}
#topbanner
{
	display:none;
}
td#lingue
{
	display:none;
}
#menubanner
{
	display:none;
}

.lingue
{
	display:none;
}
#banner
{
	display:none;
}
#contents
{
	width: 100%;
}
#tabcontents
{
	width: 100%;
	height: 100%;
	padding-left:50px;
}

#tabcontents td
{
	vertical-align:top;
}
td#contentmargin 
{
	display:none;
}

#maincontents
{
	width: 590px;
	height: 100%;	
	padding:2em 3em 3em 0px;
	position:relative;
	left:20px;
}
.title1
{
	color: Orange;
	font-weight: bold;
}

.leftsquare
{
	display:block;
	float:left;
	left:-150px;
	top:-.2em;
	width:130px;
	background-color:#eee;
	border:1px solid #ddd;
	padding:.2em .2em .3em .2em;
	text-align:center;
}
.text
{
	position: absolute;
	display:block;
	float:right;
	width:570px;
	text-align:justify;
	height:100%;
}


/* ---------------------------------
	VARIOUS
----------------------------------*/

h1
{
	text-transform:uppercase;
	font-weight:bold;
	position:relative;
	top:8px;
	margin-top:0px;
	font-size:100%;
}
.reddot
{
	 width: 12px; 
	 height: 10px;
	 margin-right:4px;
	 position:relative;
	 text-indent:-16px;
}
h2
{
	font-weight:bold;
	margin-bottom:0px;
	font-size:100%;
}
h2~p
{
	margin-top:4px;
	padding-left:16px;
}		
