/* @override 
	http://www.alvaranda.com/css/base.css
	http://alvaranda.fdelaneau.com/css/base.css
*/

/*
alvaranda.com
author:   Fabrice Delaneau
modifs:   juin 2007
*/

/* @group General */

* {
	font-family: 'Century Gothic', Century Gothic, 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #888;
	padding: 0;
	margin:  0;
}

a img {
	border: none;
}

.title {
	font-family: 'Copperplate Gothic Light', Copperplate gothic light, 'Copperplate Gothic Regular', Copperplate Gothic Regular, 'Copperplate Gothic', Copperplate Gothic, Copperplate, Georgia, Times New Roman, Times, serif;
}


.hidden, hr {
	display: none;
}

body {
	background: #333 url("/images/shared/body_bg.gif") repeat-y scroll center top;
	text-align: center; /* IE5 */
}

#center {
	position: relative;
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

/* @group header */

#nav {
	position: absolute;
	background-color: #900000;
	color: #fff;
}

#title, #backH a, #backV a {
	text-indent: -5000px;
}

#title, #img {
	position: absolute;
}

#backH a {
	position: absolute;
	width: 40px;
	height: 8px;
	background: url(/images/shared/retour-horizontal.gif);
}
#backH a:hover {
	background-position: left bottom;
}

#backV a {
	position: absolute;
	width: 8px;
	height: 40px;
	background: url(/images/shared/retour-vertical.gif);
}
#backV a:hover {
	background-position: right top;
}

/* @end */

/* @group content */

/* @group blocs */

.b1 { width: 106px; }
.b2 { width: 220px; }
.b3 { width: 334px; }
.b4 { width: 448px; }
.b5 { width: 562px; }
	
/* @end */

.clear {
	clear: both;
}

/* @end */

/* @end */

/* @group Contact */

/* @group header */

#contact #header {
	width: 760px;
	height: 150px;
}

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

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

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

/* @end */

/* @group menu */

#contact #project {
	position: absolute;
	left: 99px;
	top: 35px;
	width: 380px;
	padding: 10px;
}

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

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

#contact #project a {
	text-decoration: none;
}

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

/* @end */

#contact .content {
	clear: both;
	
}

#contact .content p.error {
	margin: 0 0 10px 110px;
	color: #900;
}

#contact .content ul {
	list-style-type: none;
}

#contact .content li {
	clear: both;
	overflow: auto;
	padding: 0 0 10px;
}

#contact .content li.submit {
	padding: 0 0 10px 110px;
}

#contact .content label {
	float: left;
	font-size: 13px;
	text-align: right;
	width: 100px;
	margin-right: 10px;
}
#contact .content input,
#contact .content textarea {
	float: left;
	width: 380px;
}

#contact .content li.submit input {
	width: auto;
}
/* @end */

/* @group Atelier */

/* @group header */

#atelier #header {
	position: relative;
	width: 760px;
	height: 295px;
}

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

#atelier #title {
	left: 2px;
	top: 17px;
	width: 58px;
	height: 8px;
	background: url("/images/pages/atelier_titre.gif");
}

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

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

#atelier #project {
	position: absolute;
	left: 99px;
	top: 35px;
	width: 320px;
	height: 248px;
	padding: 5px 10px;
	overflow: auto;
}

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

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

#atelier #project a:hover {
	color: #fff;
}
/* @end */

/* @group content */

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

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

#atelier #content a, #atelier #content div {
	float:  left;
	text-align: left;
	vertical-align: top;
	margin: 0 4px 5px;
}

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

#atelier #content .break {
	clear: both;
}

/* @group min-height hack */

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

/* @end */

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

/* @end */