/* CSS Document */
/* linkman CSS reuni */

body {
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #97856E;
	font-size: 80%;
	font-weight: normal;
	border: 0;
}

.cadre {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 775px;
	color:#000000;
	margin-top: 5px;
}


/* bulle d'aide link */

a.aidelink {
	position: relative;
	border-bottom: thin #990000;
	text-decoration: none;
	color: #0000FF;
	width: 150px;
}

a.aidelink span {
	display: none;
	width: 150px;
	color: #666666;
}

a.aidelink:hover {
	background: #FFFFCC;
	z-index: 300;
	color: #FF0000;
}

a.aidelink:hover span {
	display: block;
	position: absolute;
	width: 150px;
	left: 20px;
	top: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #FFFFFF;
	border: 10px solid #DED6C0;
	padding: 5px;
	color: #000000;
}

.Style {
	font-weight: lighter;
	line-height: normal;
	font-size: 12px;
	color: #660000;
}


/* bulle d'aide */

a.aide {
	position: relative;
	border-bottom: thin #990000;
	text-decoration: none;
	color: #000000;
	width: 200px;
}

a.aide span {
	display: none;
	width: 150px;
}

a.aide:hover {
	background: #FFFFCC;
	z-index: 200;
}

a.aide:hover span {
	display: block;
	position: absolute;
	width: 150px;
	left: 20px;
	top: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #336600;
	border: 1px solid #000066;
	padding: 5px;
}

.Style9 {
	font-weight: lighter;
	line-height: normal;
	font-size: 12px;
	background-color: #CDC6B1;
	color: #660000;
}

/* CSS Document liens photos articles*/
a span {
	display: none;
}
a:hover {
	background: none;
}
a:hover span {
	display: inline;
	position: absolute;
	left: 150px;
	width: 350px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	background-color: #FFFFCC;
	padding: 10px 20px 20px 20px;
	top: 350px;
	border: 10px solid #DED6C0;
}

/* CSS style liens copyright*/

td.copyright {
	background-color : #FFCC00;
	color: #666666;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
}

p.copyright {
	color: #999999;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 6px;
	text-align: center;
}
