/* CSS Document */
.StyleTitre {
	font-size: 24px;
	color: #336600;
	font-weight: bold;
}
.StyleTitre2 {
	font-size: 24px;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #999900;
}
a:hover {
	text-decoration: none;
	color: #336600;
}
.vert {
	font-weight: bold;
	color: #336600;
}
hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
.news {
	line-height:1.5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009900;
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 12px;
	}
.news2 {
	line-height:1.5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009900;
	margin-bottom: 15px;
	padding-top: 10px;
	margin-left: 40px;
	margin-right: 40px;

	}
.news_haut {
	line-height:2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-right: 40px;
	text-align: center;
	}
.StyleAnnee {font-size: 16px; color: #336600; font-weight: bold; }

.news_haut a {
	background-color:#FFFF99;
	padding: 5px;
	color: #009933;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	box-shadow: 0px 2px 5px #666;
	-webkit-box-shadow:0px 2px 5px #666;
	-moz-box-shadow: 0px 2px 5px #666;
}
.news_haut a:hover {
	background-color:#FFFFFF;
	color: #000000;
}
.style_10 {font-size:10px; }
.img_right {
	margin-right: 13px;
	margin-left: 5px;
}
.img_left {
	margin-left: 13px;
	margin-right: 5px;
}
.img_gauche_multiple {
	margin-right: 10px;
}
.rollopaque img {
	  -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s;
	  }
.rollopaque:hover img {
  opacity: 0.5;
  filter:alpha(opacity=50);
 }
.tranche {
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 10px;
	width:100%;
	overflow: auto;
	text-align: justify;
}
.titre_vert {
	font-size:14px;
	font-weight: bold;
	color: #006600;
	background-color: #FFFF99;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	box-shadow: 0px 2px 5px #666;
	-webkit-box-shadow:0px 2px 5px #666;
	-moz-box-shadow: 0px 2px 5px #666;
	display: block;
	float: left;
	margin-bottom: 10px;
}
.mois {
	font-size:10px;
	display: block;
	float: right;
	margin-bottom: 10px;
}
.tranche img {
	box-shadow: 0px 2px 5px #333;
	-webkit-box-shadow:0px 2px 5px #333;
	-moz-box-shadow: 0px 2px 5px #333;
}