
body {
	font-family:verdana;
	font-size:0.68em;
	background-color:#d2d2d2;
}

#top_site {
	width:770px;
	height:5px;
	margin:0 auto;
	background-image:url(top_fond.png);
	background-position:top left;
	background-repeat:none;
}

#site {
	width:770px;
	margin:0 auto;
	margin-bottom:-20px;
	background:url(fond.png) top left repeat-y;
	padding:0px;
}

#top{
	position:relative;
	top:auto;
	left:auto;
	margin:0 auto;
	z-index:20;
	width:710px;
	height:317px;
}
#top ul {
	position:absolute;
	bottom:0px;
	right:0px;
	list-style-type:none;
	width:175px;
	height:168px;
	margin:0 11px 2px 0;
	padding:0;
}
#top li {
}
#top a {
	background:url(background_li.png);
	display:block;
	height:16px;
	width:175px;
	padding:4px 5px 0 5px;
	margin:0;
	text-decoration:none;
	border:1px solid #b0b0b0;
	border-right:none;
	border-bottom:none;
	color:black;
	text-align:center;
}
#top a:hover {
	background:url(background_li_hover.png);
}
#top a#current {
	background:white;
	font-weight:bold;
}


#img_top {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}

#pub_top {
	width:708px;
	height:250px;
	position:absolute;
	bottom:0px;
	left:0px;
	border:2px solid #d5305a;
	z-index:0;
}

#pub_left{
	float:left;
	margin:0 25px 0 0;
}

#corps {
	position:relative;
	top:auto;
	left:auto;
	width:700px;
	min-height:620px;
	margin:0 0 20px 31px;
}
#footer {
	position:absolute;
	bottom:0px;
	left:200px;
}

h1, h2, h3 {
	font-family:georgia;
	color:#171717;
}

#intro {
	height:140px;
}

p {
	color:#333333;
	margin:5px 0;
}

.img_right {
	float:left;
	margin:0 25px 0 0;
}



