body {
	background-attachment: fixed;
	background-image: url(../images/fond_blanc.gif);
	text-align: center;
	padding:0px;
	margin:0px;
}




/* ----------container to center the layout---------- */
#container {
width: 800px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 
#page #content a {
	font-weight: bold;
	color: #00CCFF;
	text-decoration: none;
}
#page #left a {
	font-family: Georgia, Tahoma, "Trebuchet MS";
	color: #00CCFF;
	text-decoration: none;
	line-height: 30px;
	font-size: large;
}



/* ----------banner for logo-------------- */
#banner {
	text-align: right;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/logohc.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#banner h1 {
	font-family: Georgia, Tahoma;
	font-size: 72px;
	color: #00ccff;
	text-align: right;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#banner h2 {
	font-family: Georgia, Tahoma;
	font-size: 18px;
	font-style: italic;
	color: #00ccff;
	text-align: right;
	font-weight: normal;
}




#page {
	width: 800px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: auto;
	left: auto;
	right: auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/logohc.gif);
}

#page h1 {
	font-family: Georgia, Tahoma;
	font-size: 72px;
	color: #00ccff;
	text-align: right;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#page h2 {
	font-family: Georgia, Tahoma;
	font-size: 18px;
	font-style: italic;
	color: #00ccff;
	text-align: right;
	font-weight: normal;
}

#footer {
	text-align: center;
	width: 300px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-family: Georgia, Tahoma;
	font-size: x-small;
	color: #00ccff;
}
#head {
	height: 180px;
	width: auto;
}

#V {
	font-family: Garamond;
	font-size: 120pt;
	font-weight: bold;
	color: #00CCFF;
	height: 100px;
	width: 100px;
	position: absolute;
	left: 16%;
	top: 50px;
	text-decoration: none;
}

/* ----------outer and inner----------------- */
#outer{
	background-color: #ffffff; /* color of the content column */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 } 

#inner{ margin:0px; width:100%; } /* The ie/pc pecularity */ 

/* --------------left navi------------- */
#left {
	width:200px;
	float:left;
	position:relative;
	margin-left:-201px;
	margin-right:1px;
	background-color: #FFFFFF;
	background-image: url(../images/trameut_blanc.jpg);
	background-repeat: repeat-y;
	border: 1px solid #00CCFF;
	font-family: Georgia, Tahoma, "Trebuchet MS";
	height: 300px;
	text-align: center;
 }
#container #outer #inner #left a {
	color: #00CCFF;
	text-decoration: none;
	font-weight: normal;
}


/* -----------------content--------------------- */
#content{
	position: relative;
	margin: 0px;
	text-align: justify;
	background-color: #FFFFFF;
	border: 1px solid #00CCFF;
	font-family: Garamond, Georgia, Tahoma;
	color: #333333;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#container #outer #inner #content a {
	font-weight: bold;
	color: #00CCFF;
	text-decoration: none;
}


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

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}
#page #content h1 {
	font-size: 36px;
	text-align: left;
}

