/*
alvaranda.com
author:   Fabrice Delaneau
version:  octobre 2004
*/

@import url("base.css");

/* @group header */

#center {
	text-align: center; /* IE5 */
}
#header {
	position: relative;
	top: 0;
	left: 0;
	width: 760px;
	height: 300px;
}

#nav {
	position: absolute;
	top: 10px;
	left: 99px;
	width: 661px;
	height: 25px;
}

#title {
	line-height: 1px;
	position: absolute;
	left: 2px;
	top: 17px;
	width: 58px;
	height: 8px;
	background: url("../images/pages/atelier_titre.gif") no-repeat;
}

#backH a {
	position: absolute;
	right: 99px;
	bottom: 0;
}

#img {
	position: absolute;
	right: 99px;
	top: 35px;
	width: 220px;
	height: 260px;
	background-image: url("../images/pages/atelier_img.jpg");
}
/* @end */

/* @group menu */
#project {
	position: absolute;
	left: 99px;
	top: 35px;
	width: 320px;
	width: 340 px; /* IE5 */
	height: 248px;
	height: 258 px; /* IE5 */
	padding: 5px 10px;
	overflow: auto;
}

#project h3 {
	text-align: left;
	font-size: 14px;
	color: #fff;
}

#project p {
	text-align: justify;
	font-size: 12px;
	padding: 0 0 5px;
}

#project a {
	text-decoration: none;
}

#project a:hover {
	color: #fff;
}

/* @end */

/* @group content */

.content {
	position: relative;
	width: 570px;
	height: auto;
	padding: 10px 0 60px;
	margin: 0 auto;
	font-size: 12px;
}

.content div {
	font-size: 12px;
	text-align: center;
}

.content img, .content div {
	float:  left;
	text-align: left;
	vertical-align: top;
	margin: 0 4px 8px;
	border: 0;
}

.content div.clear {
	float: none;
	clear: both;
}

/* @group min-height hack */

.content .txt {
	height: 150px;
}
div>.txt {
 height: auto;
 min-height: 150px;
}

/* @end */

.content p {
	margin: 0 0 10px;
}
/* @end */
