﻿/* disposition CSS */
@import url("layout1.css");
body {
	margin: auto;
	background-color: #CCFFFF;
}

#document {
	position: relative;
	top: 0px;
	left: 0px;
	min-width: 600px;
	max-width: 1000px;
	width: 100%;
	height: 1000px;
	margin: auto;
	color: black;
	background-color: #CCFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: small;
	font-style: normal;
	background-color: #CCFFFF;
}

#masthead {
	position: relative;
	top: 0px; 
	left: 0px;
	min-width: inherit;
	max-width: 100%;
	width:100%;
	height: 110px;
}

#top_left {
	position: absolute;
	top: 0px;
	left: 0px;	
	width: 150px;
	height: 100%;
}

#header {
	position: absolute;
	top: 0px;
	left: 151px;
	min-width: inherit; 
	max-width: 100%;
	width:auto;
	height: 100%;
	background: #CC9900;
	border-left: thin #FFFF00 solid;
	background-image: url('../gabari/gabari-entete1.jpg');
}

#container {
	position: relative;
	top: 0px; 
	left: 0px;
	min-width: inherit;
	max-width: 100%;
	width:100%;
	height: 100%;
	border-top: thin #FFFF00 solid;
}

#left_col {
	position: absolute;
	top: 0px;
	left: 0px;	
	width: 150px;
	height: 100%;
	color: #000000;
	background: #CC9900;
}
#left_col_links {
	position: relative;
	top: 0px;
	left: 0px;	
	width: 150px;
	height: 50%;
	color: #000000;
	background: #CC9900; 
}
#page_content_nav {
	position: absolute;
	top: 0px;
	left: 151px;
	min-width: inherit; 
	max-width: 100%;
	width: inherit;
	height: 44px;
	border-left: thin #FFFF00 solid;
	background-image: url('../gabari/gabari-corps.jpg');
	color: #800000;
 } 

#page_content {
	position: absolute;
	top: 44px;
	left: 151px;
	min-width: inherit;
	max-width: 100%;
	width: auto;
	height: 100%;
	border-left: thin #FFFF00 solid;
	background-image: url('../gabari/gabari-corps.jpg');
	background-repeat: repeat;
	color: #800000;
	overflow: auto;
}

#footer {
	position: relative;
	left: 0px;
	top: 0px ;
	min-width: inherit;
	max-width: 100%;
	width:100%;
	height: 55px;
	border-top: thin #FFFF00 solid;
	background: #CC9900;
}

#footercount {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 100%;
}
#footerrefs {
	position: absolute;
	top: 0px;
	left: 151px;
	min-width: inherit; 
	max-width: 100%;
	width: auto;
	height: 100%;
} 
#footer-pre-ad {
	position: relative;
	top: 0px;
	left: 0px;
	min-width: inherit;
	max-width: 100%; 
	width: 100%;
	height: auto;
	background: #CC9900;
}
#footer-ad {
	position: relative;
	top: 0px;
	left: 0px;
	min-width: inherit;
	max-width: 100%; 
	width: 100%;
	height: auto;
	border-top: thin #FFFF00 solid;
	background: #CC9900;
	overflow: auto ;
}

#vt-navigation {
	width: 100%;
	list-style: none;
	margin-left: 0px;
	padding: 10px 0 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
}
#vt-navigation li {
	background: #C0C0C0;
	border-style : outset ;
	margin-bottom: 10px ;
	}
#vt-navigation li a {
	display: block;
	line-height: 1em;
	text-align: center;
	color: black;
	text-decoration: none;
	padding: 5px 0px;
	font-weight: bolder;
}
#vt-navigation li a:hover, #vt-navigation li a:focus, #vt-navigation li a:active {
	background: gray ;
	text-decoration: underline ;
	color: #FFFFFF;
	}

#hz-navigation {
	list-style:  none ;
	margin: 0px ;
	padding: 0 ;
	}
#hz-navigation li {
	display: inline;
	background: #C0C0C0;
	border-style : outset;
}
#hz-navigation li a {
	border-width: thin;
	line-height: 2em;
	font-size: xx-small;
	text-align: center;
	color: black;
	text-decoration: none;
	padding: 0px 2px;
	font-weight: bolder;
}
#hz-navigation li a:hover, #hz-navigation li a:focus, #hz-navigation li a:active {
	background: gray ;
	text-decoration: underline ;
	color: #FFFFFF;
}

#ft-navigation {
	list-style:  none ;
	margin: 0px ;
	padding: 0 ;
	}
#ft-navigation li {
	display: inline;
	border-style : none;
	margin-right: 10px;
}
#ft-navigation li a {
	line-height: 1em;
	font-size: x-small ;
	text-align: center;
	color: blue ;
	padding: 0px 10px;
	font-weight: bolder;
}
#ft-navigation li a:hover, #ft-navigation li a:focus, #ft-navigation li a:active {
	background: gray;
	text-decoration: underline;
	color: #FFFFFF;
}


