body{
	margin: 0;
	padding: 0;
	background-color: #ffcc99;
	font: 10pt Verdana, Helvetica, Arial, sans-serif;
}

textarea, input{
	font: 9pt Verdana, Helvetica, Arial, sans-serif;
}

#container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width:  1024px;
	height: 100%;
	margin: 0;
	padding: 0;
	margin-top: 0px;
}

#head{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #000;
	height: 90px;
	background: url('spg.jpg') no-repeat fixed 5px 2px;
	background-color: #ffffcc;
	margin: 0;
	padding: 0;
}

/*#head h1{
	position: absolute;
	height: 90px;
	width: 90px;
	top: 0;
	left: 0;
	background-color: #cccccc;
	margin: 0;
	padding: 0;
}*/

#langues{
	position: absolute;
	bottom: 7px;
	left: 90px;
	width: 43px;
	height: 10px;
}

.left_column{
	position: absolute;
	top: 0;
	left: 0;
	border-right: 1px solid #FFF;
	width: 330px;
	height: 90px;
}

div.copyright{
	color: #555;
	font-style: italic;
	font-size: 7pt;
}

div.legende{
	padding: 5px;
	margin-top: 0px;
	margin-left: 90px;
	font-size: 8pt;
	text-align: left;
}

#nav_haut{
	position: absolute;
	color: #f90;
	z-index: 10;
	left: 300px;
	top: 45px;
	padding-left: 50px;
	color: #F90;
}


#nav, #nav_milieu{
	position: absolute;
	left: 300px;
	top: 45px;
	padding-left: 10px;
	text-align: left;
	padding-top: 0;
	margin-top: -30px;
	clear: left;
	z-index: 3;
}

#nav_milieu{ display: none;top: 65px; z-index: 2;}
#nav li, #nav_haut li, #nav_milieu li{
	float: left;
	list-style: none;
	padding-right: 20px;
	text-align: left;
}

#nav_milieu li a{visibility: hidden;}

#nav li a, #nav_haut li a, #nav_milieu li a{
	font: 12pt Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	text-decoration: none;
}

#nav_haut li a{
	font-size: 9pt;
}

#nav li a:hover, #nav_haut li a:hover{
	color: #F90;
}

#corps{
	position: absolute;
	left: 0px;
	top: 91px;
	padding-left: 0px;
	height: 100%;
	width: 100%;
	padding-top: 0px;
	margin-top: 0px;
	background-color: #ffcc99;
}

#gauche{
	position: absolute;
	left: 0;
	width: 330px;
	height: 100%;
	border-right: 1px solid #FFF;
	background-color: #ffffcc;
	float: left;
	text-align: right;
	padding-right: 0px;
	
}

#droite{
	position: relative;
	margin-left: 360px;
	margin-right: 10px;
}
#droite h6, #gauche h6{
	font: inherit;
	color: #000;
	font-size: 20pt;
	font-weight: bold;
}
#droite h1, #gauche h1{
	font: inherit;
	color: #000;
	font-size: 18pt;
	font-weight: bold;
}
#droite h2, #gauche h2{
	font: inherit;
	color: #000;
	font-size: 12pt;
}
#droite h3, #gauche h3{
	font: inherit;
	color: inherit;
	font-size: 12pt;
	margin-bottom: -0.8em;
}
#droite h5, #gauche h5{
	font: inherit;
	color: #000;
	font-size: 14pt;
}
#droite h4, #gauche h4{
	font: inherit;
	color: #000;
	font-size: 8pt;
}
#vignettes{
	position: relative;
	border: 0;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	text-align: right;
	margin-left: 90px;
}

#vignettes table{
	position: relative;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	text-align: right;
	border-collapse: collapse;
}

#vignettes td{
	border: 1px solid #000;
	width: 45px;
	height: 45px;
}



#vignettes a{
	text-decoration: none;
	color: #000;
}

#vignettes a:hover{
	color: #F90;
}

#vignettes img{
	margin: -1px;
	padding: 0;
	border: none;
	width: 47px;
	height: 47px;	
}

#vignettes img:hover{
	border: 2px solid #F90;
	width: 42px;
	height: 42px;
}

img{
	border: none;
}

#zoom{
	position: absolute;
	top: 0;
	left: 45px;
	height: 42px;
	width: 43px;
	border: none;
	z-index: 50;
}

#zoom img{
	border: none;
}

#vignettes a.highlight{
	color: #F90;
}

div.box{
	position: relative;
	width: 545px;
	min-height: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

div.line{
	position: relative;
	line-height: 1.5em;
	clear: both;
	padding-top: 5px;
	overflow: hidden;
	width: 100%;
	min-height:2em;

}

div.left{
/*	position: relative;*/
	width: 100px;
	float: left;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
	padding-left: 2px;
}

div.leftremark{
	position: relative;
	width: 400px;
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	text-align: left;
	padding-left: 0px;
}

div.right{
/*	position: relative;*/
	width: 437px;
	float: right;
	text-align: left;
	padding-left: 2px;
}


div.grey{
	color:  #888;
}


br.clear{
	clear: both;
}