@import url(navi.css);

body {
	background-image: url("../images/bg.jpg");
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #59660e;
	font-size: 12px;
}

#global {
	width: 100%;
	background-image: url("../images/bg_lueur.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#corps {
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin: auto;
	background: url("../images/origami-border.jpg");
	background-repeat: repeat-y;
	background-position: 268px 1px;
	padding: 0px 0px 10px 0px;
}

#tete {
	width: 1000px;
	height: 378px;
	background-image: url("../images/origami-border-top.jpg");
	background-repeat: repeat-y;
	background-position: 268px 0;
	margin-top: 0px;
	padding-top: 0px;
}

#social {
	position: absolute;
	float: left;
	margin-left: 10px;
	z-index: 100;
}

#tete table {
	position: absolute;
	z-index: 50;
}

#tete table,td {
	border-collapse: collapse;
	margin: 40px 0px 0px 160px;
}

#renard {
	background-image: url("../images/renard.jpg");
	width: 179px;
	height: 308px;
	margin-left: 1px;
}

#contenu {
	background-image: url("../images/origami-border-bottom.jpg");
	background-repeat: no-repeat;
	background-position: 268px 0;
	min-height: 600px;
	width: 100%;
}

#navi {
	margin-bottom: 70px;
}

#navi ul .titre {
	position: absolute;
	margin-top: 2px;
	margin-left: 160px;
}

#twit {
	background-image: url("../images/twit.jpg");
	width: 251px;
	height: 361px;
	margin-bottom: 20px;
	padding-top: 30px;
}

#twit table {
	border-collapse: collapse;
	margin: 0px 15px 10px 10px;
	height: 295px;
}

#twit li {
	margin-bottom: 15px;
}

#blocPrincipal {
	min-height: 700px;
	margin: 0px;
	padding: 20px 10px 10px 35px;
}

#blocPrincipal p {
	margin: 0px 0px 30px 0px;
}

#blocPrincipal ul {
    list-style-image: url("../images/puce.jpg");
}

#blocPrincipal table {
	margin-top: 15px;
}

#blocPrincipal td {
	padding-right: 5px;
}

#fami img
{
	float: right;
	margin: 0px 5px 5px 20px;
}

#fami p
{
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 17px;
}

#icones {
	padding: 10px;
	border: 1px solid #495600;
}

#titre {
	text-align: right;
	margin: 15px 5px 10px 0px;
}

#pied {
	height: 92px;
	background-image: url("../images/pied-bg.png");
	background-repeat: repeat-x;
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-top: -4px;
	padding-top: 44px;
}

#piedContenu {
	width: 1000px;
	height: 91px;
	margin: 0px;
	padding: 0px;
	margin: auto;
	text-align: center;
}

#piedContenu table,tr,td {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

#piedContenu p {
	color: white;
	font-size: 11px;
	margin-top: 26px;
	margin-bottom: 0px;
}

#raton {
	background-image: url("../images/raton.jpg");
	width: 162px;
	height: 77px;
	margin-bottom: -3px;
}

img {
	border: 0;
}

a {
	text-decoration: underline;
	color: #454600;
}

a:hover {
	text-decoration: underline;
	color: #59660e;
}

a:focus {
	outline:none;
}

.centre {
	text-align: center;
}