

#header{
	
	background-color: #34B07F;
	padding: 15px 20px;
	
	
}

.boutonHome img{
	width: 40px;
	height: 40px;
	
	
	
}

.ActionPage{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}


.titrePropice {
	text-align: center;
    color: white;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
    margin-left: 4px;
	font-size: 20px;
}

#corps{
	
	background-color: gray;
	
}

/*menu*/
 
ul.menuPropice {
    list-style-type:none;
    padding: 5px 0;
	background-color : #f1f1f1;
}

ul.menuPropice li {
	
	padding: 8px 16px;
	border-bottom : 2px solid black;
	text-align: center;
 
}

ul.menuPropice li a {
	
	text-decoration: none;
	color:black;
	display: block;
	padding:8px;

}
.menuPropice a.active{
	
	background-color: blue;
	color: white;
}

.menuPropice a:hover{
    color: #1c1c1c;
    background: black;
	color: white;
}

/*form versement*/

.versementRetraitForm{
 border-radius: 5px;
 background-color:#f2f2f2;
 padding: 8px; 
 margin: 0px;
	
}

.versementRetraitForm input[type=text],
.versementRetraitForm input[type=password],
.versementRetraitForm input[type=date],select{
	
	width:100%;
	padding: 4px 1px;
	margin: 8px 0;
	border-sizing: border-box;
	display: inline-block;
	border:1px solid #ccc;
	border-radius: 4px;
		
}

.versementRetraitForm textarea{
	width:100%;
	height: 150px;
	padding: 4px 1px;
	box-sizing:border-box;
	border:1px solid #ccc;
	border-radius: 4px;
	font-size:16px;
	resize:none;
	

	
}
.versementRetraitForm input[type=button],input[type=submit],input[type=reset]{
	width:100%;
	background-color : #4CAF50;
	border: none;
	color:white;
	padding: 16px 32px;
	text-decoration:none;
	margin: 8px 0;
	cursor: pointer;
	font-size:16px;
	font-weight: bold;
}

/*messages page ajout versement et retrait*/

.MessageAjoutVersementRetrait{
	
	background-color : white;
	color:#34B07F;
	font-weight: bold;
	font-size:14px;
	text-align: center;
	border: 2px solid red;
	border-radius:4px;
	margin: 0px 0;
}


.MessageErreurVersementRetrait{
	color: red;
	margin: 0px 0;
	font-weight: bold;
	font-size:14px;
	text-align: center;
	
	
}

/* style affichage des données de versements et retraits*/


#affichagedata{
	
	width:100%;
	background-color : white;
	border: none;
	color:black;
	padding: 16px 32px;
	text-decoration:none;
	margin: 8px 0;
	cursor: pointer;
	font-size:12px;
	font-weight: bold;
	text-align : center;
	
}


table#affichagedata tr:nth-child(even){
	
	background-color : #eee;
	
	
}

table#affichagedata tr:nth-child(oldd){
	
	background-color : #fff;
	
	
}

table#affichagedata th{
	
	background-color : black;
	color: white;
	font-size:16px;
}


.aucunversmentniretraits{
	
	width: 100%;
	background-color : white;
	border-style: dotted;
	color:red;
	padding: 16px 0px;
	text-decoration:none;
	margin: -8px 0;
	cursor: pointer;
	font-size:18px;
	font-weight: bold;
	text-align : center;
	
	
}





