/*CSS de la Page D'accueil Version Beta */

* 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

body
{
	background-image: url("../images/bghead.png");
	background-repeat: repeat-x;
	background-color: #beb7a9;
	font-family: Tahoma, 'Microsoft Sans Serif', Arial;
	font-size: 12px;
}

a
{
	color:black;
}

a:hover
{
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

a:visited
{
	color:black;
	text-decoration: none;
}

/* FishEye */

.dock
{
	text-align: center;
	height: 50px;
	position: relative;
}
a.dock-item
{
	text-align: center;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	top: 0;
}

.dock-item img
{
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
}

.dock-item span
{
	display: none;
	positon: absolute;
}
.dock-contenu
{
	height: 50px;
	width: 200px;
	left: 500px;
	position: absolute;
}

/* Fin FishEye */

#dock-text
{
width: 600px;
margin-left: auto;
margin-right: auto;
margin-top: 60px;
}

#dock-text-contenu
{
text-align: center;
}

/* Accordeon */
#Accordeon
{
	width: 450px;
	border: 1px solid white;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#Accordeon dt{
	line-height: 20px;
	background-color: #dc6a6a;
	border: 1px solid white;
	padding: 0 10px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

#Accordeon dd{
	overflow: auto;
}

#Accordeon p{
	margin: 16px 10px;
}

#Accordeon dt.acoordeon-survol
{
	background-color: #8ac3d4;
}

#Accordeon dt.accordeon-actif
{
	background-color: #8ac3d4;
}

#Accordeon a
{
	color: grey;
}

#Accordeon a:hover
{
	color: grey;
	font-weight: bold;
}

#Accordeon a:visited
{
	text-decoration: none;
}
/* Mail */
#mail-me
{
	position: absolute;
	left: 20px;
    bottom: 0px;
}
/* Mise à jour */

#last-update
{
	position: absolute;
	right: 2px;
	bottom: 2px;
}

#last-update p
{
	text-align: left;
	font-size: 0.9em;

}
