/* ======================================================
   ISC base style sheet, version 12-10-2005
	 © Copyright 2005 by Christopher Lao-Thiane. all rights reserved. 
	 Original author : Christopher Lao-Thiane(christopher@lao-thiane.fr)
	 ---------------------------------------------------
	 Last changed by : Christopher Lao-Thiane
====================================================== */


/* ------------------------------------------------------
   Default HTML element definitions
------------------------------------------------------ */
/* 
Resetting default browser styles on all elements 
Not working in IE 4.0 though, but a nice thing to do anyway 
for future references.
*/

/* -- Note : deleted due to problems with different systems */
/* *{margin:0px;padding:0px;} */

/* Removing borders from linked images */ 
a img{border:none;}

/* removing extra margin from form elements */
form{margin:0px;}

/* default font */
body, h1, h2, h3, h4, h5, h6, td{font: 12px "trebuchet ms", verdana, tahoma, Geneva, Arial, Helvetica, sans-serif; color: #A5A5A5;font-size-adjust: 0.51; margin:0px;}

/* Headlines : h1 is used for the main (top) headline/contecnt section
h2 is used for the rest of the content headlines */
h1, h2{margin-bottom:5px;font-size:18px;line-height:1em;}

/* puts the right color on the headlines */
.navscheme1 h1, .navscheme1 h2{color:#FFFFFF}


/* Common text elements */
p{padding: 0px 0px 0px 0px;line-height:17px;margin:0px}


/* Link colors */
a:link{color:#003366;text-decoration: none;}
a:visited{color:#003366;text-decoration: none;}
a:hover{color:#003366;text-decoration: underline;}
a:active{color:#003366;text-decoration: none; font-weight:600;}

/* Ordered and unordered list elements */
ul,ol,li{margin: 0px;padding:0px;}


/* ------------------------------------------------------
   Global 
------------------------------------------------------ */
body{
background-color:#2F455D;
/*background-color:#FF456F;*/
text-align:center; /* center all elemnts inside body*/
margin: 0px 0px; /* setting top and bottom margin */
}

#globalcontainer{
text-align:center;
margin: 0px auto;
width:704px;
height:auto;

}

.texte-gras {
	color: #21668C;
	font-weight: bold;
	font-size: 10pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	text-align:center;
	margin-botom: 0;
	}
	
	.texte-copy {
	color: #7EA1B5;
	font-weight: normal;
	background-color:#2E6788;
	font-size: 8pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	text-align:center;
	margin-botom: 0;
	}
/* ------------------------------------------------------
3 column styling (content- left, right and center box area)
------------------------------------------------------ */

/* Container holding the content area below the pageheader 
"Summer Yellow" used for fallback color if not overwrited */
#globalcontent{
   padding-top:3px;
	width:704px;
	height:500px;
	position: relative;
}
/* Setting the backgroundcolor dependt on the navscheme */
.navscheme1 #globalcontent{background-color:#2F455D;}

