a,a:active,a:visited {
	color: #5F9BB3;
}

a:hover {
	color: #1F5B73;
}

a.pioupiou{
	display: block;
	width: 30px;
	height: 25px;
	background-image: url('../img/pioupiou_off.gif');
	background-size: 50% auto;
	background-repeat: no-repeat;
	text-decoration: none;
}

a.pioupiou:hover { 
	background-image: url('../img/pioupiou_on.gif');
	background-repeat: no-repeat;
}

body {
	font-family: arial;
	font-size: 125%;
	color: #232323;
	line-height: 150%;
	text-align: left;
	background-color: #ffffff;
	background-image: url('../img/empreinte.gif');
	background-repeat: no-repeat;
	background-position: center 100px;
	margin:0;
	padding:0;
	/*padding: 1em; */
	/*scrollbar-face-color: red; */
	/*scrollbar-dlight-color: blue; */
	/*margin-right: 0px; */
	/*scrollbar-arrow-color: green; */
	/*scrollbar-track-color: magenta; */
	/*scrollbar-darkshadow-color: #232323;*/

}

h1 {
	font-size: 1.5em;
	color: #232323;
	text-align: left;
}

h2 {
	font-size: 1em;
	color: #FCE567;
	text-align: left;
}

h3 {
	font-size: 0.75em;
	color: #1F5B73;
}


.toggle
{
	line-height: 100%;
}

.entete {
	font-size: 0.75em;
	font-weight: bold;
	color: #1F5B73;
	text-align: left;
}

.footer {
	background-color:#ffffff;
	padding: 0.5em;
}

.leightbox {
	color: #232323;
	display: none;
	position: absolute;
	top: 15%;
	left: 25%;
	width: 360px;
	height: 500px;
	padding: 0.25 em;
	border-width: thin;
	border:solid #5F9BB3;
	background-color: #ffffff;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

.note {
	color: #232323;
	font-size: 0.5em;
	line-height: 100%;
}

.tags {
	color: #ffffff;
	background-color:#ffffff;
	font-size: 0.1em;
}


.title1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #232323;
	text-align: center;
}

.title2 {
	font-size: 1em;
	font-weight: bold;
	color: #232323;
	text-align: left;
}

#container { 
	width: 75%;
	margin: 0 auto;
	text-align: left;
}


#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
