@charset "UTF-8";
/* CSS Document */
/* @group boutons */

/*a.petitbouton {
	background-color: #FF9900;
	border: 1px solid #FF6600;
	color: #FFFFFF !important;
	display: inline-block;
	margin-left: 2px;
	cursor: pointer;
	text-decoration: none !important;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	font-size: 12px;
	font-weight: bold;
}

a.petitbouton:hover {
	background-color: #FF9900;
	border: 1px solid #5D0016;
	color: #FFFFFF !important;
}*/


a.petitbouton,a.petitbouton:hover {
	background-image: url(../img/sommaire.gif);
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	width: 153px;
	display:block;
	color: #000000 !important;
	text-indent: 23px;
	padding-top: 6px;
}
a.btnaccueil{
	width: 260px;display:block
}
.buttons a, .buttons button,a.negative,a.positive { 
	display: inline-block;
	margin: 0 7px 0 0;
	background-color: #dff4ff;
	border: 1px solid #b2cde3;
	text-decoration: none!important;
	color: #336699;
	cursor: pointer;
	padding: 5px 10px 6px 7px;
	font-weight: bold;
	font-size: 12px;
}

.buttons button ,a.negative,a.positive{ 
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px;
	margin-top: 5px;
	margin: 5px;
}

.buttons button[type] { 
	padding: 2px 10px 2px 7px;
	/

* Firefox */
    line-height: 17px;
/*

Safari */
}

*:first-child+html button[type] { 
	padding: 4px 10px 3px 7px;
/*

IE7 */
}

.buttons button img, .buttons a img { 
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}

.buttons button img.pays, .buttons a img.pays { 
	margin: 0px 3px 3px 0;
	padding: 0px 0 0;
	border: none;
	width: 16px;
	height: 11px
}

/* STANDARD */

button ,button:hover, .buttons a:hover { 
	background-color: #eaf7ff;
	border: 1px solid #6299c5;
	color: #336699;
	text-decoration: none;

}

.buttons a:active { 
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}

/* POSITIVE */

button.positive, .buttons a.positive, .buttons .positive a ,a.negative,a.positive{ 
	color: #529214;
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
}

.buttons a.positive:hover, button.positive:hover,a.positive { 
	border: 1px solid #529214;
	background-color: #f1facb;
	color: #529214;
}

.buttons a.positive:active { 
	background-color: #E6EFC2;
	border: 1px solid #529214;
	color: #fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative , .buttons .negative a { 
	color: #d12f19;
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
}


.buttons a.negative, .buttons a.positive,a.negative,a.positive { 
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.buttons a.negative:hover, button.negative:hover,a.negative { 
	background: #f9edee;
	border: 1px solid #d12f19;
	color: #d12f19;
}

.buttons a.negative:active { 
	background-color: #fbe3e4;
	border: 1px solid #d12f19;
	color: #fff;
}

/* @end */

