.clear {
  clear: both;
  }

body
{
	margin:5px;
	padding:5px;
}
#container
{
	width:800px;
	margin: 0 auto;
	margin-top:80px;
	height:auto;
}

#liens
{
	float:left;
	text-align: right;
	margin-left:40px;
	margin-top:60px;
	margin-right:30px;
}
#liens ul
{
	list-style-type:none;

}
#liens li a
{
	text-decoration:none;
	cursor:pointer;
	line-height:40px;
	color:#000;
	font-size:11pt;
	font-family: arial;
	font-weight: bold;
	-moz-transition-property: color; /* FF4+ */
	-moz-transition-duration: .5s;
	-webkit-transition-property: color; /* Saf3.2+, Chrome */
	-webkit-transition-duration: .5s;
	-o-transition-property: color; /* Opera 10.5+ */
	-o-transition-duration: .5s;
	-ms-transition-property: color; /* IE10? */
	-ms-transition-duration: .5s;
	transition-property: color; /* Standard */
	transition-duration: .5s; 

}
#liens li a:hover
{
	color:#EAA790;
}

#form_contact .champs, .champs-margin
{
	float:left;
}

.champs-margin
{
	margin-left:10px;
}

#content_form
{
	float:left;
	width:590px;
	margin-top:65px;
}

.thumbnail
{
	max-width:150px;
	height:80px;
	float :left;
	opacity: 0.4;

	-moz-transition-property: opacity; /* FF4+ */
	-moz-transition-duration: 0.5s;
	-webkit-transition-property: opacity; /* Saf3.2+, Chrome */
	-webkit-transition-duration: 0.5s;
	-o-transition-property: opacity; /* Opera 10.5+ */
	-o-transition-duration: 0.5s;
	-ms-transition-property: opacity; /* IE10? */
	-ms-transition-duration: 0.5s;
	transition-property: opacity; /* Standard */
	transition-duration: 0.5s; 
}

.thumbnail:hover
{
	opacity:1;
}
#thumbnail_admin
{
	min-height:150px;
	float :left;
	margin:10px;
}


.thumbnail_admin
{

	width:150px;
	height:150px;
	/* BORDURE */
	display: block;
  	padding: 4px;
  	line-height: 20px;
  	border: 1px solid #ddd;
  	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
     border-radius: 4px;
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.max_size
{
	float:left;
	max-width:580px;
	max-height: 500px;
	margin-bottom:20px;
	margin-right:10px;

	/* BORDURE */
	display: block;
  	padding: 4px;
  	line-height: 20px;
  	border: 1px solid #ddd;
  	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
     border-radius: 4px;
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}
.max_size:hover
{
	opacity: .5;
	-webkit-opacity: .5;
	-o-opacity: .5;
	-moz-opacity: .5;
}
#glass
{
	background-image: url('../images/assets/glass.png');
	width:84px;
	height:84px;
	display:none;
}

.txt_oeuvre
{
	float:left;
	max-width:430px;
	height:auto;
	text-align: justify;
}
#load_ajax_content_area
{
	float:left;
}

#modal_edit img
{
	height:300px;
	float:left;
	padding:5px;
}
.img_liens
{
	height:70px;
	max-width: 200px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#form_new_expo input[type=text]
{
	width:530px;
}
#form_edit_expo input[type=text]
{
	width:530px;
}
.td_remove
{
	width:15px;
}
.td_remove:hover
{
	cursor:pointer;
	background-color:#FFE0E0;
}
.td_edit
{
	width:15px;
}
.td_edit:hover{
	cursor:pointer;
	background-color:#A2F092;
}
.flexslider
{
	width:400px;
	height:400px;
}
#footer
{
	margin-top: 50px;
	margin-bottom: 20px;
	width:400px;
	height:1px;
	border-bottom:2px solid #000;
	float:right;
}

#content_form hr {
	border-color: #ddd;

}
