.cadre{
	width: 100%;
	height: 100%;
	border-spacing : 0;
	border-collapse : collapse;
	padding:0;
}

.center{
	width: 100%;
	text-align: center;
}
.cote{
	background-image: url('bord.jpg');
	background-repeat: repeat-y;
	width: 100px;
}

.site{
	color: #9B59A3;
	font-weight:bold;
}

@media (max-width: 600px) {
	.cote{
		display:none;
	}
}