body {
	margin: 0px;
	width: 100%;
	font-family: verdana, serif;
	font-size: 12px
}

a {
	color: black !important;
}

#divtop {
	padding-top: 7px;
	padding-bottom: 3px;
}

#divintervenant {
	margin-left: 350px;
	min-width: 272px;
	float: left;
	padding: 0;
}

#divintervenant h1 {
	text-align: center;
	margin-top: 15px;
}

#divassociation {
	min-width: 272px;
	float: left;
	padding: 0;
}

#divassociation h1 {
	text-align: center;
	padding-top: 15px;
}

#colonne_gauche {
	float: left;
	width: 250px;
	padding: 0;
	margin-top: 5px;
	min-height: 300px;
}

#presentation {
	text-align: center;
	width: 100%;
	margin-top: 20px;
}

#contenutitre {
	text-align: center;
	width: 100%;
	margin-top: 20px;
}

#contenu table td:first-child {
	width: 200px;
}

#detailHead,
#detailFoot {
	width: 100px;
	margin: 0 auto;
	text-align: center;
}

#detailInterv {
	margin: 0 auto;
	width: 80%;
	text-align: center;
	border-collapse: collapse;
}

#detailInterv th {
	border: 2px solid black;
}

#detailInterv td {
	border: 1px solid black;
}

#detailInterv tbody tr:nth-child(odd) {
	background-color: #ffeed4;
}

#detailInterv tbody tr:nth-child(even) {
	background-color: #ffd079;
}

#detailInterv thead tr,
#detailInterv tfoot tr {
	background-color: #ffd079;
}

#contenu {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#contenu table {
	margin: 0 auto;
}

#formlogin {
	text-align: left;
}

#navig {
	margin: 20px auto;
	width: 300px;
	text-align: center;
}

#indivassoc {
	margin: 20px auto;
	width: 600px;
	text-align: center;
}

#formlogin td.error {
	font-style: italic;
	color: red;
}

#formlogin input:first-child {
	margin-right: 5px;
}

#contenupresence {
	margin-left: 10%;
	margin-bottom: 10px;
	margin-right: 0;
	margin-top: 190px;
	width: 80%;
	min-height: 200px;
}

#asso {
	clear: both;
	margin: 0;
	padding: 5px;
	width: auto;
	text-align: center;
	border: 1px solid #FFEED4;
}

#info {
	width: 40%;
	position: absolute;
	top: 42%;
	left: 30%;
	border: 1px solid black;
	background-color: #CFEDF4;
}

#erreur {
	text-align: center;
	color: #EE0808;
}

#information {
	text-align: center;
	color: #08EE08;
}

#totaux {
	text-align: left;
}

table#afficheCoordonneesAidants td:nth-child(3) {
	text-align: right;
}

table#afficheCoordonneesAidants tr:nth-child(odd) {
	background-color: #bdcbf5;
}

table#afficheCoordonneesAidants tr:nth-child(even) {
	background-color: #829eeb;
}

table#afficheCoordonneesAides tr:nth-child(odd) {
	background-color: #bdcbf5;
}

table#afficheCoordonneesAides tr:nth-child(even) {
	background-color: #829eeb;
}

.float {
	display: block;
	width: 200px;
	float: left;
}

.center {
	text-align: center;
}

.pseudo {
	font-weight: bold;
}

.noborder {
	border: 0;
}

/* ----------------------------------------------------------------------------- */

h1 {
	text-align: center;
	text-decoration: underline;
	color: #3080D0;
	font-family: "trebuchet ms", verdana, sans-serif;
	letter-spacing: 1.2px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 22px;
	margin-top: 0;
}

.tabInterventions {
	border-collapse: collapse;
	min-width: 400px;
}

.tabInterventions th {
	border: 1px solid black;
	text-align: center;
	padding: 2px;
}

.tabInterventions td {
	border: 1px solid black;
	text-align: center;
	padding: 5px;
}

.tabInterventions thead tr:nth-child(1) {
	background-color: #1317f8;
	font-weight: bold;
	color: white;
}

.tabInterventions tr:nth-child(odd) {
	background-color: #ffd079;
}

.tabInterventions tr:nth-child(even) {
	background-color: #ffeed4;
}

.tabInterventions td {
	text-align: center;
}

.buttonTable {
	margin: 0 auto;
}

.teletableau thead tr {
	background-color: #ffd079;
}

.teletableau tr.aucunpointage {
	background-color: #ffeed4;
}

/*input[type="submit"], input[type="button"]	{
 background-color: #FFEED4;
 color: black;
 border: 1px outset black;
 }

 input[type="text"] {
 width:13px;
 height:13px;
 }

 input[type="text"]:focus, input[type="password"]:focus {
 background-color: #FFEED4;
 color: black;
 }
 */
/* ---- STATS ----- */

.details table {
	margin: auto;
	margin-top: 10px;
	border: none;
	text-align: center;
	border-collapse: collapse;
}

.details th {
	border: 2px solid black;
	text-align: center;
}

.details td {
	border: 1px solid black;
	text-align: center;
}

.hidden {
	visibility: hidden;
}

.buttontype {
	cursor: pointer;
	font-weight: bold;
}

.ligne_0 {
	background-color: #dfe5f5;
}

.ligne_1 {
	background-color: #edf1f8;
}

.bold {
	font-weight: bold;
}

.actif {
	color: blue;
	font-weight: bold;
}

.inactif {
	color: red;
	font-weight: bold;
}

h2 {
	text-align: center;
	text-decoration: underline;
	color: #507090;
	font-family: "trebuchet ms", verdana, sans-serif;
	letter-spacing: 1.1px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 19px;
	margin-top: 0;
}

.profil_cellule_float {
	float: left;
	width: 47%;
	border: 1px solid #CCDFEF;
	max-height: 30%;
	margin-bottom: 1%;
	margin-left: 1%;
	margin-right: 1%;
	height: 250px;
}

.profil_cellule {
	margin-left: 49%;
	margin-bottom: 1%;
	margin-right: 1%;
	width: 47%;
	border: 1px solid #CCDFEF;
	height: 250px;
}

.profil_ligne {
	width: 95%;
	margin-left: 1%;
	border: 1px solid #CCDFEF;
	margin-bottom: 1%;
}

.avatar {
	margin-left: 10%;
	float: left;
	min-width: 150px;
	min-height: 130px;
}

.corps {
	text-align: center;
	min-height: 50px;
}

.periode {
	text-align: center;
	font-family: comic sans ms;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.type {
	margin-top: 15px;
}

.assoc {
	text-align: center;
}

.nomaidant {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

.prenomaidant {
	text-align: center;
}

.infos {
	margin-top: 3%;
	text-align: center;
	color: #FD0303;
}

h3 {
	text-decoration: underline;
	color: #507080;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 17px;
}

h4 {
	text-decoration: underline;
	color: #507080;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 17px;
}

/* -------- Coin Arrondi -------------*/

.upperleft {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image: url('img/upperleft.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.upperright {
	background-image: url('img/upperright.png');
	background-repeat: no-repeat;
	background-position: top right;
}

.lowerleft {
	background-image: url('img/lowerleft.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.lowerright {
	background-image: url('img/lowerright.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 3%;
}

table#toolbarIntervenant {
	text-align: center;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

table#toolbarIntervenant tr {
	height: 40px;
}

table#toolbarIntervenant td:nth-child(1) {
	width: 20%;
}

table#toolbarIntervenant td:nth-child(2) {
	text-align: center;
}

table#toolbarIntervenant td:nth-child(3) {
	width: 20%;
	text-align: right;
}

table#toolbarBeneficiaire {
	text-align: center;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

table#toolbarBeneficiaire tr {
	height: 40px;
}

table#toolbarBeneficiaire td:nth-child(1) {
	width: 20%;
}

table#toolbarBeneficiaire td:nth-child(2) {
	text-align: center;
}

table#toolbarBeneficiaire td:nth-child(3) {
	width: 20%;
	text-align: right;
}

a#printPlanningButton {
	margin-left: 0px;
	margin-right: 5px;
}

a#printAgendaButton {
	margin-left: 0px;
	margin-right: 0px;
}

.ui-state-default {
	font-size: 13px;
}

.ui-tabs-panel {
	font-size: 13px;
}

.ui-dialog-title {
	font-size: 13px;
}

.ui-button-text {
	font-size: 13px;
}

.ui-dialog .ui-dialog-buttonpane {
	padding: 0px;
}