/*************************************************************************/
body, div, p, dl, dl dt, dl dd, ul, ul li, h1, h2, h3, h4{
margin:0;
padding:0;
}
body, a, input, select, textarea{
color:#333333;
}
body, input, select, textarea{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
input, select, textarea{
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
input.butt_sub:hover{
cursor:pointer;
text-decoration:underline;
}
a, a.inverse:hover{
text-decoration:none;
}
a:hover, a.inverse{
text-decoration:underline;
}
img{
border:0;
vertical-align:top;
}
.gras{
font-weight:bold;
}
.hr{
clear:both;
}
dl dt{
float:left;
}
ul{
list-style:none;
}
.hiddenByCss{
display:none;
}
/*************************************************************************/


#realisations_container {
	margin-top: 20px;
}

#realisations_zone {
	width: 100%; background-image: url("../img/background_show_or_hide_container.png"); position: relative;  position: fixed; bottom: 0px; left: 0px;
}

.show_or_hide_container {
	padding: 20px; 
}

#realisations_zone span.title_box { 
	font-size: 15px; padding: 4px 13px; display: inline-block; zoom: 1; *display: inline; background: #fff; width: auto; text-align: center; text-transform: uppercase; color: #000;  font-weight: bold;
}

#realisations_zone span.title_box:first-letter {
	color: #E23912;
}

#realisations_zone span.red_cross {
	position: absolute; right: 70px; top: 20px; display: block; color: #fff; font-size: 30px; cursor: pointer; font-weight: bold;
}

.item_realisations {
	overflow: hidden;
	position: relative;
	display: inline-block; zoom: 1; *display: inline;
	margin-right: 20px; margin-bottom: 10px;
}

.item_realisations img, .item_realisations a div span.title {
	width: 200px;
	height: 40%;
}

 .item_realisations a div span.title {
	font-size: 18px;
	font-weight: bold;
	padding-top: 20%;
	text-transform: uppercase;
}

.item_realisations a div span.title {
	color: white;
	display: block;
}

.item_realisations div {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.65);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	transition: all 0.5s ease 0s;
}

.item_realisations:hover div {
	opacity: 1;
	letter-spacing: 0.5px;
}
.show_or_hide span {
	display: block; 
	color: white; 
	font-weight: bold;
}

.show_or_hide {
	width: 100%; 
	background-image: url("../img/background_show_or_hide.png"); 
	padding: 4px; 
	text-align: center; 
	cursor: pointer; 
	padding-top: 9px
}