@CHARSET "ISO-8859-1";
body{
	width:956px;
	margin: 10px auto;
	border:2px solid #999;
	padding: 0px;
	color: #000;
	font-family: helvetica, arial, sans-serif;

}
#container{
	width: 956px;
	background-image: url(http://marionetmoi.fr/images/filigrane.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	/*padding-bottom: 15px;*/
	overflow: hidden;
}
#container #left, #container #center, #container #right{
	float: left;
	overflow: hidden;
}
#header{
	width: 100%;
	height: 128px;
	background-image: url(http://marionetmoi.fr/images/header.gif);
	background-repeat: no-repeat;
	background-position: 200px 7px;
}
#logo{
	display:block;
	width: 245px;
	height: 140px;
	background-image:url(http://marionetmoi.fr/images/logo.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	position: absolute;
}
#accueil{
	display:block;
	height: 32px;
	width: 188px;/* < 239px*/
	line-height: 32px;
	vertical-align: middle;
	text-align:right;
	position:relative;
	top: 128px;
	color:#333333;
	font-weight: bold;
	/*background-color: green;*/
	text-decoration:underline;
}

#left{
	width: 239px;
	height: 400px;
	background-image: url(http://marionetmoi.fr/images/marion.gif);
	background-repeat: no-repeat;
	background-position: 58px 65px;
}
#center{
	overflow: hidden;
	width: 501px;
	margin-bottom: 15px;
}
#content{
	overflow: hidden;
}
#right{
	width: 193px;
	float:left;
	margin-left: 12px;
}
#marge{
	margin-bottom: 15px;
}
#foot{
	clear: left;
	border-top: 1px solid black;
	width: 100%;
	background-color: #ccc;
	text-align: center;
	overflow: hidden;
}
#foot p{
	border-top: 2px solid #E58541;
	margin: 5px 0;
	
}
#foot a{
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	color: black;
	font-size: 12px;
	font-weight: bold;
}
#foot #last{
	border: none;
}

