@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0; }

@font-face {
    font-family: 'Fruti';
    src: url('fonts/frutiger45-light-webfont.eot');
    src: url('fonts/frutiger45-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/frutiger45-light-webfont.woff') format('woff'),
         url('fonts/frutiger45-light-webfont.ttf') format('truetype'),
         url('fonts/frutiger45-light-webfont.svg#MyriadProRegular') format('svg');
    font-weight: normal;
}

body, html
{
	width:100%;
	height:100%;
	margin:0px auto;
	font-family:Fruti;
}

body
{
	overflow-y:scroll;
	overflow-x:none;
}


#link_bar
{
	height:52px;
	width:100%;
	background-color:#FFF;
	position:fixed;
	z-index:1;
	
	box-shadow:1px 1px 30px #999;
	-webkit-box-shadow:1px 1px 30px #999;
	-moz-box-shadow:1px 1px 30px #999;
	-o-box-shadow:1px 1px 30px #999;
}

#logo
{
	width:160px;
	margin-top:0.5%;
	margin-left:15px;
	float:left;
}

/* MENU */
#ddmenu 
{
	float:right;
	margin-top:7px;
	right:0;
}
 
#ddmenu li 
{
    float: left;
    list-style: none;
	padding:2px 5px 2px 5px;
}
 
#ddmenu li a 
{
    display: block;
	padding:5px;
    text-decoration: none;
    font-size:1.7em;
	line-height:1em;
    color:#333;

}
 
#ddmenu li a:hover 
{
	background-color:#333;
	color:#FFF;
}
 
#ddmenu li ul 
{
    visibility: hidden;
	position:fixed;
	margin-top:15px;
	right:0;
	float:right;
}
 
#ddmenu li ul li 
{
    display:inline;
}
 
#ddmenu li ul li a 
{
    width: auto;
    display: inline;
    font-size: 1em;
	
	color:#FFF;
	position:relative;
	z-index:21;
	padding:3px;
	background-color:#333;
}

#ddmenu li ul li a:hover 
{
	background-color:#000;
}

.link_selected
{
	background-color:#CE0004 !important;
}

/* MAIN */
.content_main
{
	z-index:0;
	min-height: 100%;
	min-width:1225px;
	width: 100%;
	background-size:100%;
	position:absolute;
}

#back_news
{
	background-image:url(images/back_landing.jpg);
	background-size:cover;
}

#back_press-and-bio
{
	background-image:url(images/back_press-and-bio.jpg);
	background-size:cover;
	background-attachment:fixed;
	width:180px;
}

#back_contacts
{
	background-image:url(images/back_contact.jpg);
	background-size:cover;
}

.container
{
	width:100%;
	height:100%;
	margin:2%;
	margin-top:100px;
	padding:0.5%;
	color:#FFF;
}

#container_news
{
	width:12%;
	
	background-color: rgba(51, 51, 51, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80333333, endColorstr=#80333333);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80333333, endColorstr=#80333333);
}

#container_bio
{
	height:auto;
	margin-top:0%;
	margin-bottom:0%;
	width:60%;
	margin-left:25%;
	color:#000;
}

#container_toiles
{
	width:95%;
	margin-top:80px;
	color:#333;
}

#container_press
{
	width:75%;
	margin-left:25%;
}

#container_contacts
{
	width:15%;
	background-color: rgba(51, 51, 51, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80333333, endColorstr=#80333333);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80333333, endColorstr=#80333333);
}

#title, #caption, #news_title
{
	font-size:1.2em;
	font-weight:bold;
	display:block;
	padding-bottom:2px;
	text-transform:uppercase;
}

#content, #news_content
{
	font-size:1em;
	display:block;
	padding-bottom:20px;
}

#content .paragraphe
{
	padding-bottom:10px;
	display:block;
}


#photo_valerie
{
	width:13%;
	margin-left:-14%;
	float:left;
}

.expo_year
{
	color:#CE0004;
	font-weight:bold;
	width:60px;
}

.expo_name
{
}

.red
{
	color:#CE0004;
}


#tougailles
{
	width:40px;
	position:absolute;
	bottom:0;
	right:0;
	padding:0px 3px 5px 0px;
	z-index:50;
}

/* GALERIE */

#thumbs 
{
	position:fixed;
	width:20%;
}
#thumbs li 
{
	float: left;
	margin: 1%;
	list-style: none;
}
.thumb 
{
	display: block;
	border: 1px solid #ccc;
}
#thumbs li.selected a.thumb {
	background: #000;
}
.thumb:focus {
	outline: none;
}
#thumbs img {
	border: none;
	display: block;
	width:100%;
}

#gallery
{
	width:70%;
	height:100%;
	margin-left:20%;
}

#slideshow img 
{
	border: 1px solid #ccc;
	max-height:200%;
	max-width:100%;
}

	
/*PRESSE*/
ul.hover_block li
{
	display: block;
	float:left;
	margin-bottom:30px;
	margin-right:2%;
}

ul.hover_block li section
{
	width:250px;
	height:156px;
	padding:15px;
	position: relative;
	overflow: hidden;
	color: #000;
	border:1px #333 solid;
	background-color:#FFF;
	text-decoration: none; 
}

ul.hover_block li img 
{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width:100%;
}

/*CSS TOOLS */

.noclick
{
	cursor:default;
}

.click
{
	cursor:pointer;
}

.float
{
	float:left;
}

.nofloat
{
	clear:both;
}

a
{
	color:inherit;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

a img
{
	border:none;
	text-decoration:none;
}