/***********************************************************************
 ***** BALISES ENTETES *************************************************
 ***********************************************************************/

html {
	height: 100%;
	margin-bottom: 0.01em; }

body {
	background: #fff url('./img/background.png') no-repeat top right;
	font: 12px "Trebuchet MS",Tahoma,Arial,Sans-Serif;
	color: #fff;
	margin: 0px;
	padding: 0px; }
	
/***********************************************************************
 ***** REDEFINITION BALISES HTML ***************************************
 ***********************************************************************/
	
a {
	color: #fff;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: underline; }
a:hover {
	text-decoration: none; }
	
h3 {
	font-variant: small-caps;
	margin-bottom: 5px;
	border-bottom: 1px dashed #fff;
	font-size: 16px;
	letter-spacing: 2px;
	color: #fff; }

h4 {
	margin: 10px;
	padding: 5px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	border: 1px solid #7c81b8;
	background-color: #fff;
	color: #2f3356; }

h5 {
	margin: 10px;
	padding: 5px;
	font-size: 16px;
	letter-spacing: 1px; }

input {
	font: 12px "Hoefler Text", "Bookman Antiqua", Palatino, "Utopia", "Times New Roman", Times, "New Century Schoolbook",  Georgia, "New York", Serif;
	padding: 2px;
	color: #2f3356;
	background-color: #fff;
	border: 1px solid #7c81b8; }
input:focus {
	color: #fff;
	background-color:#7c81b8;
	border: 1px solid #fff; }
	
/***********************************************************************
 ***** IDENTIFIANT *****************************************************
 ***********************************************************************/
	
#sitewrapper {
	position: absolute;
	top: 0px;
	left: 100px;
	padding: 10px;
	width: 680px;
	height: 100%;
	overflow: auto;
	text-align: justify;
	background-color: #2f3356;
	border-left: 2px solid #7c81b8;
	border-right: 2px solid #7c81b8; }

#header {
	width: 500px;
	height: 100px;
	background: transparent url('./img/header.png') no-repeat center center;
}

#extra {
	position: absolute;
	top: 400px;
	left: 850px;
	width: 90px;
	height: 90px; }

/***********************************************************************
 ***** RESULTATS RECHERCHE *********************************************
 ***********************************************************************/

.search_results {
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 1px dotted #fff; }

.search_results_infos {
	margin-left: 60px;
	padding: 5px;
	border-left: 1px solid #7c81b8; }
	
/***********************************************************************
 ***** CLASSES PERSOS **************************************************
 ***********************************************************************/
	
.link_main {
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none; }
.link_main:hover {
	text-decoration: underline; }
	
.error_report {
	margin-top: 60px;
	padding: 10px;
	border: 1px solid #f00;
	background-color: #d99494;
	letter-spacing: 1px;
	color: #6f0909;
	text-align: center;
	font: 12px Courier,Sans-Serif; }