
font-style: normal;
}
@font-face
{
font-family: 'Ballparkweiner'
src:url('polices/Ballpark.eot');
src:url('polices/Ballpark.eot?#iefix') format();
src:url('polices/Ballpark.woff') format('woff');
src:url('polices/Ballpark.ttf') format('truetype');
src:url('polices/Ballpark.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

/*element principaux de la page*/
body{

	background:url('images/font_jaune.png');
	font-family:Trebuchet MS,Arial sans serif;
	color:#181818;

}
#bloc_page{
width: 1000px;
margin: auto;

}

header{

background-color:#ca5600;
	background: url('images/separateur.png') repeat-x bottom;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top:  5px; 
}
#titre_principal{
	display: flex;
	flex-direction: column;
}


#logo{
	display: flex;
	flex-direction: row;
}
#logo img{
	width: 59px;
	height:60px;
}

header h1{
	font-family: 'Ballparkweiner'serif;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 0 10px;
}
header h2{
	font-family: 'Ballparkweiner'serif;
	font-size: 1.5em;
	font-weight: normal;
	margin-top:0px;
margin-left: : 30px;
}

nav{
padding-top: 78px;	

}
nav ul{ list-style-type:none;

display: flex;
list-style-type: none;
}
nav li{margin-right: 80px;
	justify-content: left;

}

nav a{
	font-style: 1.3px;
	color: #2d5d47;
	padding-bottom: 3px;
	text-decoration: none;
}

nav a:hover {
	
	color: #000083;
	border-bottom: 3px solid #760001;
	
}

.deconnect{
	margin: right;
}


.titre{
	color: #ff5881;
	font-style: italic;
	font-size: 35px;
}


.img{
	width: 45px;
	height: 45px;
}
.spacer{
	margin-top: 60px;
}
tr th{

	color:#4f9b81; 
	text-align: center;
	font-size: 20px;
	font-style: italic;
}
.erreur{
	color: red;
	border: 1px solid red;
}
.imge{
	width: 35px;
	height: 35px;
}


.imges{
	width: 50px;
	height: 50px;
}

@media print{
	.PasImprimer{
		display: none;
	}


}