/* @override 
	http://www.archivesfamillepictet.ch/style/default.css
	http://www.archivesfamillepictet.mac/style/default.css
*/

/* @group Body Elements */

body {
	font-size: .75em;
	text-align: center;
	color: #333;
	background-image: url(../images/structure/fond.jpg);
}

a {
	text-decoration: underline;
}


/* @end */

/* @group Main Containers */

div#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

body.fullwidth div#container {
	width: 100%;
}


div#container {
	margin: 2em auto;
}

div#header {
	color: inherit;
	border: 0px;
	height: 160px;
	background-image: url(../images/structure/header.jpg);
	cursor: pointer;
	border-top: 1px solid #979965;
	border-bottom: 1px solid #979965;
}

.home div#header {
	cursor: auto;
}

div#header span{
	display: none;
}

div#header-in {
	padding: 20px;
}

div#content-wrap {
	padding: 10px 0 0;
}

div.content {
	color: inherit;
	border: 0px;
	border-top: 1px solid #979965;
	border-bottom: 1px solid #979965;
	margin-top: 10px;
}

div.content-in {
	padding: 20px;
	background-image: url(../images/structure/fond-sombre.jpg);
	height:1%;
}

html>/**/body div.content-in  {
height: auto
} 

div.column {
	color: inherit;
	border-width: 0;
}

div.column-in {
	padding: 0px;
	height: 50px;
}

div#footer {
	color: white;
	border: 0px;
	margin-top: 60px;
	height: 200px;
	background-image: url(../images/structure/footer_picpic.jpg);
	border-top: 1px solid #979965;
	border-bottom: 1px solid #979965;
}

div#footer-in #img_footer {
	float: left;
}

div#footer-in div {
	margin-left: 520px;
	height: 200px;
	width: 250px;
	vertical-align: middle;
	display: none;
}

div#footer-in div h5 {
	padding-top: 32px;
	color: #ffffff;
}

div#footer-in div * {
	text-align: center;
	color: white;
	text-shadow: #000000 1px 1px 1px;
}

/* @end */


/* @group Menu */


ul#menu,ul#menu ul {
	list-style-position: outside;
	list-style: none;
	line-height: 1.50em;
}

ul#menu  {
	padding: 0;
	height: 50px;
}

ul#menu a{
	text-decoration: none;
}

ul#menu li {
	float: left;
	width: 160px;
	text-align: center;
	font-size: 15px;
	position: relative;
}

ul#menu li#menu_fondation {
	background-image: url(../images/structure/fondation_off.gif);
	height: 50px;
}

ul#menu li#menu_fonds {
	background-image: url(../images/structure/fonds_off.gif);
	height: 50px;
}

ul#menu li#menu_bibliographie {
	background-image: url(../images/structure/bibliographie_off.gif);
	height: 50px;
}

ul#menu li#menu_famille {
	background-image: url(../images/structure/famille_off.gif);
	height: 50px;
}

ul#menu li#menu_infos {
	background-image: url(../images/structure/infos_off.gif);
	height: 50px;
}

ul#menu li span{
	display: none;
}

ul#menu li li {
	float: none;
	width: inherit;
	background: none;
	padding: 10px;
	font-size: 17px;
	text-align: left;
	width: 150px;
	color: #9f6500;
	_margin-top:-10px;
}
*+html ul#menu li li {
	margin-top:-10px;
}

ul#menu li li a {
	color: #646632;
}

ul#menu li li a:hover {
	color: #323300;
}

ul#menu li li:hover span,
ul#menu li li.sfhover span,
ul#menu li.sfhover li span {
	font-weight: bold;
}

#menu li ul {
	background-image: url(../images/structure/fond.jpg);
	width: 160px;
	position: absolute;
	display : none;
	top: 50px;
	border-bottom: 1px solid #646632;
	border-left: 1px solid #646632;
	border-right: 1px solid #646632;
	z-index: 100;
	_margin-left:-90px;
}

*+html #menu li ul {
	margin-left:-80px;
	margin-top: -10px;
}

#menu li:hover ul, 
#menu li.sfhover ul, 
#menu li ul span{
	display: block;
}



/* @end */

/* @group Illustrations */

.illustration {
	float: right;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #fff;
	border: 1px solid #969a00;
}

.illustration img {
	border: 1px solid #646700;
	padding:0px !important;
	margin: 0px !important;
}



/* @end */

.content-in p img {
	float: right;
	background-color: white;
	padding:5px;
	margin: 5px;
	border: 1px solid black;
}


/* @group Text Elements */

h5 {
	padding-top: 15px;
}

.content ul {
	padding-bottom: 12px;
	padding-left: 15px;
}

.content li {
	list-style-position: inside;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	list-style-type: disc;
}


/* @end */

/* @group Forms */

input, textarea {
	z-index: 20;
	background-color: white;
	width: 360px;
	border: 1px solid #969a00;
}

input.inputsubmit {
	z-index: 20;
	background-color: #969a00;
	width: 73px;
	border: 1px solid #969a00;
	text-align: center;
	font-weight: bold;
	color: white;
	padding: 2px;
}


/* @end */
