* { margin:0px; padding:0px }
.cleardiv { clear:both; }

body {
	background: #f9f6f3;
	color:#7F6B5F;
	font-size:10px;
	font-family:sans-serif;
}

.container{
	max-width: 950px;
	margin:25px auto;
}

#bloc{
	position:relative;
	padding:0;
	border:5px solid #FFF;
	box-shadow : 0 0 10px #CCCCCC;
	overflow:hidden;
	}

.row{
	margin:0;
}

#global {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	height: auto;
}

#header{
	position:relative;
	float:none;
	text-align:center;
	margin-bottom:25px;
}


.case{
	padding:0;
	margin:0;
}

.case
{
	z-index:0;
  opacity:0.90;
	-webkit-transition: all 0.2s ease-in-out;
}
.case:hover
{
	z-index:100;
  opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;

}


#logo {
	width: 230px;
	margin-right: auto;
	margin-left: auto;
}



.img_lien{
	width:100%;
}

.size {
	margin-bottom: 0px;
	display:block;
}

#liens {
	height: auto;
	margin:40px 0;
}

.texte {
	border-left: solid 1px #d9d1ba;
	margin-bottom:10px;
}

.texte.noborder{border:none;}

a {
	color: #c7bc9d;
	text-decoration: none;
}

a:hover {
	color: #3b2a23;
	text-decoration: underline;
}
