@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#FFF;
	margin:auto;
	color:#003399;
	line-height:1.5;
}

img{border:none;}
form{margin:0; padding:0;}

form#frmSearch{
	position:relative;
	top:170px;
	left:450px;
}

input#q{
	padding:4px 8px;
	color:#039;
	font-weight:bold;
	border:1px solid #cd071e;
	background-color:#f5d3a8;
}

#stage {
	width:800px;
	margin:0 auto;
}

#header {
	width:800px;
	height:240px;
	background-image:url(../img/interface/papier_header.jpg);
}

#logo{
	display:none;
}

#main{
	background-image:url(../img/interface/papier_content.jpg);
	width:800px;
	float:left;
	min-height:600px;
}



#content1 h2{
	margin:0;
	padding:0;
}

#bottom {
	float:left;
	height:90px;
	width:800px;
	background-image:url(../img/interface/papier_footer.jpg);
}

#footer{
	text-align:center;
	padding-bottom:3em;
}


#footer a{
	color:#039;
	font-size:smaller;
	padding:1em;
}

#footer a:hover{text-decoration:underline;}

a{
	color:#cd071e;
	text-decoration:none;
}

hr{
	text-align:left;
	height:1px;
	border:none;
	margin-left:0px;
	margin-top:0px;
	border-bottom:1px solid #195DAC;
	width: 100%;
}


.info-tooltip{
	border-bottom:1px dotted #cd071e;
	cursor:help;
	color:#cd071e;
}

.Tooltip{
	width:200px;
	background-color:#000;
	color:#FFF;
}

