/******************/
/* The body part  */
/******************/
body {
	font-family:Micosoft sans serif, Verdana, Arial;
	font-size: 12px;
	background-color:#6D8D95;
	background-image: url(bgr.gif);
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	color:#000066;
	}
/************************/
/* Contain the design   */
/************************/
#conteneur {
	width:815px;
	margin:0px auto;
	padding: 0px 0px 0px 0px;
	background-image:url(fond.jpg);
	background-position:center;
	background-repeat:repeat-y;
	}
/*************************/
/* Contain the header    */
/*************************/
#header {
	width:815px;
	height:166px;
	background-image:url(header.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	}
/*******************************/
/* At the bottom of the header */
/*******************************/
#menu {
	width:815px;
	height:51px;
	background-image:url(menu.jpg);
	background-position: center;
	background-repeat:no-repeat;
	}
/*******************************/
/* At the bottom of the "menu" */
/*******************************/
#sousmenu {
	width:815px;
	height:51px;
	background-image:url(sousmenu.jpg);
	background-position: center;
	background-repeat:no-repeat;
	}
/********************/
/* the central part */
/********************/
#center {
	width:815px;
	}
/**********/
/* footer */
/**********/
#pied {
	width:815px;
	height:64px;
	background-image: url(pied.jpg);
	background-position: center;
	background-repeat:no-repeat;
	font-size: 9px;
	text-align: center;
	clear:both;
	}
/***************************/
/* Where you put your text */
/***************************/
#contenu {
	float:left;
	width:505px;
	margin-left:30px;
	text-align:left;
	min-height: 520px;
	}
.blok {
	margin: 0 0 0 70px;
	padding: 0;
	width: 350px;
	}
.blok2 {
	margin: 2px 0 0 0px;
	padding: 0;
	width: 350px;
	}
.blok3 {
	margin: -14px 0 0 320px;
	padding: 0;
	width: 200px;
	}
td {	
	font-family:Arial;
	font-size: 11px;
	width:220px;
	float:left;
	}
i {	
	margin: 0 0 0 15px;
	}
/****************/
/* The left nav */
/****************/
#gauche {
	float:left;
	width:200px;
	margin-left:21px;
	display:inline; /* important for ie */
	}
#nav {	
	font-family:Arial;
	font-size: 10px;
	width:195px;
	float:left;
	}
#nav a:link, #nav a:visited {
	background-color: #FFFFFF;
	background-image:url(tick.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:#336600;
	width:175px;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 20px;
	text-decoration:none;
	border-left:1px solid #000000;
	display:block;
	}
#nav a:hover {
	background-color: #ffffff;
	width:175px;
	background-image:url(tick_on.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	color:#ff0000;
	border-left:1px solid #000000;
	text-decoration:none;
	}
/*****************************************/
/* To say that picture don't have border */
/*****************************************/
img {
	border:0px;
	}
/***************************/
/* Modif for links in text */
/***************************/
a:link {
	text-decoration:none;
	color:#336600;
	}
a:visited {
	text-decoration:none;
	color:#336600;
	}
a:hover {
	text-decoration:none;
	color: #ff0000;
	}
/**************/
/* Main title */
/**************/
#titre {
	font-family:Lucida Sans Unicode;
	position:absolute;
	font-size:32px;
	padding-left:115px;
	top:170px;
	color:#ffffff;
	}
/************/
/* Subtitle */
/************/
#subtitle {
	font-family:Monotype Corsiva;
	position:absolute;
	font-size: 24px;
	padding-left:330px;
	top:46px;
	color:#006000;
	}
#copy {
	padding-top:20px;
	}
/**************** images styles ****************/		

img.left,img.center,img.right {
	padding: 4px;
	}
img.left {
	float: left;
	margin: 0 12px 5px 0;
	}
img.banner {
	float: left;
	margin: 0 12px 5px 16px;
	}
img.center {
	display: block;
	margin: 0 auto 5px auto;
	}
img.right {
	float: right;
	margin: 0 0 5px 12px;
	}
/* The end ^^ */