/********************************************************************************/
/** Communs
/********************************************************************************/

body {
	margin: 0 auto;
	background-image: url("../images/noise.jpg");
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
}

.btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #487021;
	-webkit-box-shadow:inset 0px 1px 0px 0px #487021;
	box-shadow:inset 0px 1px 0px 0px #487021;
	background-color:#7cb04b;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #7faa53;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:35px;
	line-height:35px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #000000;
}.btn:hover {
	background-color:#447F09;
}.btn:active {
	position:relative;
	top:1px;
}
.btnoff, .btnoff:hover, .btnoff:active {
	background-color:#B5D893;
	color:#cdcdcd;
}
#delButton {
	display:none;
}

#ruban_haut {
	background-image: url('images/topbarbg.jpg');
	margin-bottom: 15px;
}

#ruban_haut div {
	color: #bababa;
	padding: 8px 0 6px 0;
	font-size: 14px;
}

#headers {
	height: 160px;
}
#headers img {
	float:left;
}

.container {
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

.nav_bar {
	background: #A8D87B;
	border: 1px solid;
	border-radius: 3px;
	border-color: #7FAA53 #487021 #487021 #487021;
	outline-color: #9CCC6D;
}

.nav_bar ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.nav_bar li {
	float:left;
}
.nav_bar li.right {
	float:right;
}
.nav_bar ul li a {
	font-weight: bold;
	font-variant: small-caps;
	color:#ffffff;
	text-decoration:none;
	display:block;
	float:left;   
	height: 27px;
	background-color:#7DB04B;
	padding:7px 10px;
	border-left: 1px solid #A1C47D;
	border-right: 1px solid #666666;
}
.nav_bar ul li a:hover {
	background-color:#447F09;
} 
#identite {
	padding:7px 10px;
	font-weight: bold;
	font-variant: small-caps;
	color:#ffffff;
}
#notifLicencesNombre {
	padding-top:12px;
	padding-bottom: 3px;
	padding-left:35px;
	background-image: url(../images/icons/bussiness-card32px.png);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid;
}
#notifLicencesNombre:hover {
	background-color:#447F09;
} 
#notifLicenciesNombre {
	padding-top:12px;
	padding-bottom: 3px;
	padding-left:32px;
	margin-right: 5px;
	background-image: url(../images/icons/address-book32px.png);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid;
}
#notifLicenciesNombre:hover {
	background-color:#447F09;
} 
#navigation {
	margin-left: 270px;
	height: 40px;
	margin-bottom: 20px;
}

#adherentsToolbar, #factureInfos {
	margin-left: 270px;
	height: 40px;
}

/********************************************************************************/
/** Adherents
/********************************************************************************/

#adherentsList {
	border: solid 2px black;
}

td.details-control {
	background: url('../images/details_open.png') no-repeat center center;
	cursor: pointer;
}
tr.shown td.details-control {
	background: url('../images/details_close.png') no-repeat center center;
}

.saisonencours1 {
	font-weight:bold;
}

#factureWrapper table {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid black;
}
#factureWrapper table th {
	font-variant: small-caps;
	font-size: 20px;
}

#factureWrapper th {
   border: 1px solid black;
   border-top: 2px solid black;
   background-color: #f9f9f9;
}

#factureWrapper td {
	border: 1px solid black;
	background-color: #ffffff;
	padding-left: 5px;
}
#factureWrapper td.tc {
	text-align: center;
}

#adherentsToolbar .title {
	font-size: 32px;
	font-variant: small-caps;
	padding-left:20px;
	font-weight:bold;
}

#factureInfos .title {
	font-size: 22px;
	font-variant: small-caps;
	padding-left:20px;
	font-weight:bold;
}

#histo {
	float:right;
}

#btnMovLookup {
	cursor: pointer;
}

#wngMovLookup {
	color: red;
}