/* @override http://alvaranda/css/index.css */

/*
-----------------------------------------------
alvaranda.com
author:	Fabrice Delaneau
----------------------------------------------- */

/* @group header */

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

#header h1, #header h2 {
	font-size: 10px;
	color: #333;
}

#img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 760px;
	height: 287px;
	background: url("../images/pages/index_image.jpg") no-repeat;
}

/* @group Navigation */

#nav {
	position: absolute;
	top: 262px;
	left: 0;
	width: 479px;
	width: 485 px; /* IE5 */
	height: 13px;
	height: 25 px; /* IE5 */
	padding: 12px 3px 0;
	background-color: #900000;
}

#nav p {
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	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;
	text-align: right;
}

#nav div a {
	text-decoration: none;
}
#nav div a:hover {
	color: #333;
	text-decoration: none;
}

/* @end */
	
/* @end */

/* @group Content */

#content {
	position: relative;
	width: 760px;
	height: auto;
}

/* @group Titre */

#titre a {
	position: relative;
	width: 485px;
	height: 25px;
	display: block;
	text-indent: -3000px;
	background: #333 url("../images/pages/index_titre.gif") scroll no-repeat left top;
	
}
#titre a:hover {
	background-position: left bottom;
}

/* @end */

/* @group Texte */

#txt {
	position: absolute;
	top: 310px;
	left: 485px;
	width: 268px;
	margin: 2px 7px 0 0;
	text-align: justify;
}

#txt p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 11px;
}

#txt p.titre {
	font-size: 12px;
	margin-bottom: 10px;
}

#txt a {
	color: #867466;
	text-decoration: none;
}
#txt a:hover {
	color: white;
	text-decoration: none;
}

#txt p.update {
	font-size: 9px;
	margin-top: 50px;
}
#txt p.update a {
	color: #777;
	text-decoration: none;
}
#txt p.update a:hover {
	text-decoration: underline;
}

/* @end */

/* @end */