/* CSS Document */

body {
   margin: 0px;
   padding:0;
   font-family:Arial, Helvetica, sans-serif;
   font-size: 11px;
   text-align: center;
   color:#646466;
   	background: url(../img/static/img_css/bg_body.png) repeat-y left;

}
h1, h2, h3, h4, h5, h6, p, form, input{
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: underline;
  color:#0063dc;
}
a:link {

}
a:hover {
	cursor:pointer;
}
ul {
  margin:0px;
  padding:0px;
  list-style-type: none;
}
fieldset{
	border: none;
	padding: 0px;
	margin: 0px;
}
legend {
  display: none;
}
img {
   border: none;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	vertical-align:middle;
}


#tip {
	position:absolute;
	display: none;
}

.tip-content  {
	background:#FFFFFF none repeat scroll 0% 0%;
	border:1px solid #676767;
	padding:0.4em 1em;
}

p.tip {
	margin:0.5em 0pt;
	padding:0pt;
}

.exp_right {
	position:relative;
	right:-30em;
	top:-1.6em;
	cursor: pointer;
	text-decoration: underline;
	color: blue;
}

.exp_emp {
	position:relative;
	cursor: pointer;
	text-decoration: underline;
	color: blue;
}


.liste_event {
	margin-top:10px;
}


