/*
table {border: 1px solid black}
td {border: 1px dotted gray}
div {border: 1px solid orange}
img, form {border: 1px dashed blue}
hr, h1, h2, h3, h4, h5, h6, p {border: 1px solid yellow}
ul {border: 1px solid green}
li {border: 1px solid lightgreen}
*/
img, form {border: 0px}

body	{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #8D926D;
	text-align: center;
	}

#global	{
	background-color: #FFF;
	width: 939px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	text-align: left;
	}

#menu	{
	width: 200px;
	float: left;
	height: auto;
	margin-right: 30px; 
	}

#menu ul {
	padding: 0;
	margin-top: 20px;
	margin-left: 0;
	}
#menu li {
	list-style-type: none;
	margin: 5px 0;
	}
#menu li a {
	display: block;
	padding-left: 30px;
	margin-top: 5px;
	text-decoration: none;
	font-weight: bold;
	background: #FFF;
	color: #555A3D;
	}
#menu li a:active			{ background: #DFEAE2; }
#menu li a:hover			{ background: #DFEAE2; }
#menu li a.mnuOn			{ background: #8D926D; }
#menu li a.mnuOn:active	{ background: #8D926D; }
#menu li a.mnuOn:hover 	{ background: #DFEAE2; }
#menu li a.mnuLg 			{ background: #DFEAE2; }
#menu li a.mnuLg:active	{ background: #DFEAE2; }
#menu li a.mnuLg:hover		{ background: #DFEAE2; }

#cartouche_h	{
	background: #DFEAE2;
	text-align: right;
	color: #555A3D;
	padding: 5px;
	margin-top: 320px;
	font-family: "Arial", "Helvetica";
	font-weight: bold;
	font-size: 12px;
}
#cartouche_w	{
	background: #DFEAE2;
	text-align: right;
	color: #555A3D;
	padding: 5px;
	margin-top: 116px;
	font-family: "Arial", "Helvetica";
	font-weight: bold;
	font-size: 12px;
}

#main	{
	background-color: #555A3D;
	width: 380px;
	float: left;
	padding-left: 170px; 
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
	color: #FFF;
	font-family: "Arial", "Helvetica";
	font-size: 12px;
	height: auto;
	text-align: left;
	}
#main.index	{
	background-color: #FFF;
	width: 709px;
	padding: 0;
	}
.biographie	{
	background-image: url("../i/photo.jpg");
	background-repeat: no-repeat;
	background-position: bottom left; 
	}

#pied	{
	clear:both;
	font-size: 1px;
	height:1px;
	}

.photo  {
	float: left;
	margin-top:100%;
	}
.nom {
	font-size: 48px;
	color: #8D926D;
	font-family: "Helvetica";
	letter-spacing: -4px;
	margin:0;
	}
.titre {
	font-size: 18px;
	font-weight: bold;
	}
	
#maxi {
	float: left;
}

#vignettes_h {
	float: right;
	overflow: auto;
	width: 125px;
	height: 690px;
	scrollbar-face-color: #8D926D;
}
#vignettes_w {
	float: right;
	overflow: auto;
	width: 125px;
	height: 480px;
	scrollbar-face-color: #8D926D;
}

img.mini{
	border: 4px solid #FFF;
	vertical-align: top;
}
img.miniselected {
	border: 4px solid #8D926D;
	vertical-align: top;
}
