
a {
	color: silver ;
	text-decoration : none ;
}


a:hover {
	color: silver ;
	text-decoration : underline ;
}

html {
	border : none ;
}

body {
		font-family : arial ;
	}

h2 {
	color : #89d800 ;
}

h1 {
	color : #d65106 ;
}


.ifrm {
	border : 1px solid white ;
	text-align : center;
}


.user {
	position : relative ;
	display: block ;
	float : left ;
	border: 1px solid black ;
	margin: 5px ;
	padding : 10px ;
	width: 20em ;
	height : 20em ;
}


.photo {
	position : relative ;
	background-color : white ;
	border : 1px solid silver ;
	margin  : 5px ;
	padding : 5px ;
	width : 1050px ;

}

.main {
border : 1px solid silver ;
width : 90% ;

}

.little_gray {
	color : #558680 ;
	font-style : italic ;
	font-size : smaller ;
}

.themes {
	color : #89d800 ;
	font-size : 2em ;
	font-weight : thiner ;
	font-stretch : wider ;
	font-family : arial ;
}

.proprio {
	position: absolute ;
	top: 1px ;
	left: 900px ;
	vertical-align: middle ;
	text-align: center ;
	background-color: white ;
}

.invalid {
	color: red ;

}

.liens_interne {
	cursor : pointer ;
	color : #d65106 ;
}

.liens_interne:hover {
	color: silver ;
	text-decoration : underline ;
	cursor : pointer ;
}


.thumbmail {
 display : inline ;
 text-align : center ;
 float : left  ;
 margin : 5px ;
 padding : 2px ;
 border : 1px solid silver ;
}
