body{
    font-family : Verdana,Geneva,Arial,Helveticaf;
    font-size:12px;
	margin:0;
	padding:0;

}

h1{
	color:#A3A3A3;
}


.bandeau{
	height:200px;
}


.photo_identite{
	border:5px solid white;
	box-shadow:2px 2px 2px  #757575;
	margin-bottom:5px;
	width:140px;
}

.mini_photo{
	border:2px solid white;
	box-shadow:2px 2px 2px  #757575;
	margin-bottom:5px;
	width:50px;
}

.moyenne_photo{
	border:2px solid white;
	box-shadow:2px 2px 2px  #757575;
	margin-bottom:5px;
	width:100px;
}

.container{
	background-color:white;
	box-shadow:0px 0px 4px black;
	margin-bottom:100px;
	padding-bottom:10px;

}

.panel-heading{
	font-weight:bold;
	font-size:16px;
}

.panel-body{
	line-height:22px;
	font-size:16px;
}

.bouton_contrat{
	border:1px solid #cccccc;
	display:block;
	padding:5px;
	margin-bottom:20px;
	background-color:#F8F8F8;
	border-radius:5px;
	text-decoration:none;
	color:black;
}

.selection_contrat{
	border:2px solid black;
}
