
	.example-modal .modal {
		position: relative;
		top: auto;
		bottom: auto;
		right: auto;
		left: auto;
		display: block;
		z-index: 1;
	}

	.example-modal .modal {
		background: transparent !important;
	}
	
	#contact-img {
		width: 100%;
	}
	/*.modal-body {
		padding: 0px;
	}
	.modal-dialog {
			width: 65%;
			margin: 30px auto;
	}*/
	#contact-img {
			width: 100%;
			//height: 330px;
	}
	#contact-name{
		font-weight: bold;
	}
	.modal-title{
		text-align: center;
	}
	.content-wrapperr {
			margin: auto;
			width: 100%;
	}
	#barre-nav{
		background-color: #3c8dbc;
		padding: 0 ;
	}
	#barre-nav h1 {
			display: inline-block;
			margin: 0px;
			vertical-align: middle;
			color: #fff;
			font-weight: bold;
			margin-left: 20px;
	}
				
	.content {
			min-height: 600px;
	}
	
	.table > tbody > tr > td.td-img{
		padding:0;
		text-align:center;
	}
	
	.table > tbody > tr > td.td-img img{
		border-radius:50%;
		height:40px;
		width:40px;
	}