body
{
  border-style : none;
}

a
{
  font-family : arial;
  text-decoration : none;
  font-size : 12px;
  color : #005400;
}

a:hover
{
  text-decoration : underline;
}

#root
{
	position : relative;
	top : 0px;
	margin-left : auto;
	margin-right : auto;
}

div.elem
{
	position : absolute;
	border-style : solid;
	border-width : 1px;
	background-attachement : fixed;
	background-repeat : no-repeat;
	color : transparent;
}

div#content 
{
	position : relative;
	top : 0px;
	margin-left : auto;
	margin-right : auto;
	border-style : none;
	background-color : transparent;
}

div#photoComplete 
{
	position : absolute;
	top : 0px;
	left : 0px;
	border-style : solid;
	border-width : 1px;
	background-attachement : fixed;
	background-repeat : no-repeat;
	visibility : hidden;
	opacity : 0.5;
}

#buttons
{
	position : relative;
	top : 5px;
	height : 25px;
	margin-left : auto;
	margin-right : auto;
}

a#melanger, a#solution, div#coups
{
	position : absolute;
	display : block;
	top:0px;	
}

a#melanger div.buttonImage, a#solution div.buttonImage
{
	width : 80px;
	height : 25px;
	border-style : none;
}
	
img
{
	border-style : none;
}

a#melanger
{
	left : 0px;
}

a#solution
{
	left : 100px;
}

div#coups
{
	background-color : transparent;
	border-style : none;
	width : 56px;
	height : 25px;
	text-align : center;
	font-size : 11px;
	font-family : arial;
	font-weight : bold;
	line-height : 25px;
}

#top, #titre, #description, #bottom
{
	position : relative;
	font-family : "Trebuchet MS";
	font-size : 11px;
	margin-left : auto;
	margin-right : auto;
	background-color : transparent;
}

#top
{
	top : 0px;
}

#description
{
	text-align : center;
	margin-bottom : 40px;
}

#bottom
{
	top : 10px;
	font-style : italic;
	text-align : right;
}
