/* CSS Document */
#actu_primaire h1 {
	color: #C60000 ;
}
#lastnews h2 a {
	color: #C60000 ;	
}


.btnrouge {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffbdbd;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffbdbd;
	box-shadow:inset 0px 1px 0px 0px #ffbdbd;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff5757), color-stop(1, #c60000));
	background:-moz-linear-gradient(top, #ff5757 5%, #c60000 100%);
	background:-webkit-linear-gradient(top, #ff5757 5%, #c60000 100%);
	background:-o-linear-gradient(top, #ff5757 5%, #c60000 100%);
	background:-ms-linear-gradient(top, #ff5757 5%, #c60000 100%);
	background:linear-gradient(to bottom, #ff5757 5%, #c60000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5757', endColorstr='#c60000',GradientType=0);
	background-color:#ff5757;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #c60000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:0.8em;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #380c0c;
}
.btnrouge:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c60000), color-stop(1, #ff5757));
	background:-moz-linear-gradient(top, #c60000 5%, #ff5757 100%);
	background:-webkit-linear-gradient(top, #c60000 5%, #ff5757 100%);
	background:-o-linear-gradient(top, #c60000 5%, #ff5757 100%);
	background:-ms-linear-gradient(top, #c60000 5%, #ff5757 100%);
	background:linear-gradient(to bottom, #c60000 5%, #ff5757 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c60000', endColorstr='#ff5757',GradientType=0);
	background-color:#c60000;
}
.btnrouge:active {
	position:relative;
	top:1px;
}
