*
{
	padding:0px;
	margin:0px;
}
body
{
	background-color:rgb(241,230,205);
	width:100%;
	color:black;
}
.font_foto
{
	width:100%;
	height:30px;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	background-color:rgb(241,230,205);	
}
.position
{
	position:fixed !important;
	position:absolute;
	top:70px;
	left:200px;
	right:0px;
	height:100%;
	text-align:center;
	padding:20px;
	
}
#degradeh
{
	position:fixed;
	top:3em;
	height:10px;
	width:100%;
	background:url("./image/font/degrade2.png")fixed repeat-x;
}
.image
{
	position:absolute;
	top:50px;
	left:0px;
	width:200px;
	text-align:center;
	border-right:1px solid rgb(157,168,195);
}
.cadre_arrondi 
{
	position:fixed !important;
	position:absolute;
	top:10px;
	left:0px;
	right:0px;
	text-align:center;
	height: 2em;
	font-size:16px;
	margin-left:10px;
	margin-right:10px;
	background:rgb(95,63,31);
	
	-moz-border-radius:10px;
	-khtml-border-radius:10px;

}
a:hover
{
	color:rgb(195,195,195);
}


.photo
{
	border:2px rgb(139,139,139);
	color:rgb(139,139,139);
}
.photo:visited
{
	border:rgb(139,139,139);
}
.photo:hover
{
	border:rgb(195,195,195);
}
.fleche
{
	border:2px rgb(195,195,195);
	color:rgb(139,139,139);
}
.fleche:hover
{
	border:rgb(139,139,139);
	color:rgb(139,139,139);
}

.cadre_arrondi a
{
	color:rgb(250,250,250);
	margin-left:4%;
	margin-right:4%;
	font-size:1em;
	text-decoration:none;
}