body
	{
	font:1em sans-serif;
	margin:0 auto;
	background-image: url(../images/bg-body.jpg);
	
	}
h1,h2,h3,p
	{
		margin: 0;
	}


.page{
	width: 960px;
	margin: 20px auto;
	/*background: url(../images/page-logo.png);*/
	background-repeat: no-repeat;

}
/*header{
	background: url(../images/page-logo.png);
	background-size: no;
	
}*/
nav>ul>li{
	display: inline-block;
	padding-left: 5%;
}
.forus{
	color: gray;
}
a{
	text-decoration: none;
	color: white;
}
nav>ul{
	width: 80%;
	background-color: #333333;
}
nav{
	
	width: 60%;
	float: left;
	padding-left: 45%;
}
.thisIs{
	font-weight: bold;
}
.clear{
	clear: both;
}
.section1{
	padding-top: 5%;
}
figure>img{
	width: 100%;
	text-align: center;
	background-color: white;	
}
figure{
	width: 16%;
	float: left;
	text-align: center;
	background-color: white;	
}

.flexslider{
	width: 60%;
	float: left;

}
h2{
	background-color: #333333;
	color: white;
	font-size: 110%;
}

.bad{
	width: 25%;
	float: left;
	padding-top: 5%;
	padding-left: 5%;
}
article>p{
	padding-bottom: 10%;
}
span{
	color: #d65211;
}
.section3{
	width: 49%;
	float: left;
}

.youare{
	width: 30%;
	float: right;
	margin-right: 5%; 
}
.youare>p{
	font-size: 0.85em;
	color: gray;
}
.section4{
	width: 50%;
	float: right;
	
}
iframe{
	padding-top: 5%;
}
em{
	font-size: 70%;
}
.from{
	margin-top: 5%;
}
.lorem{
	color: gray;
	font-size: 0.85em;
}
.readMore{
	color: #d65211;
}
footer>div>article{
	width: 21%;
	float: left;
	
}
footer>div>article>ul>li{
	display: inline-block;
	padding-bottom: 10%;
	font-size: 0.70em;	
}
#flickr{
	width: 30%;
	margin-left: 2%;
}
#flickr>ul>li{
	padding-bottom: 0%;
}
#posts>ul>li{
	width: 100%;
	border-bottom: dotted white 1px;
	padding-top: 5%;
	padding-bottom: 5%;

}
#posts{
	width: 18%;
}
footer>div>article>ul{
	padding-left: 0;
}
footer>div>article{
	margin-left: 1%;
}
footer{
	color: white;
	padding-bottom: 2%;
	background-color: #333333;
	margin: 0 auto;
	/*background: url("images/footer-logo.png");
	background-repeat: no-repeat;*/

}
#contact{
	width: 25%;
}
#contact>p{
	padding-top: 20%;
	font-size: 0.70em;

}
h5{
	font-family: Garamond, serif;
	line-height: 1em;
	color: white;
	font-weight:bold;
	font-size: 1em;
	text-shadow:0px 0px 0 rgb(202,202,202),1px 1px 0 rgb(158,158,158), 2px 2px 0 rgb(115,115,115),3px 3px 2px rgba(0,0,0,0.6),3px 3px 1px rgba(0,0,0,0.5),0px 0px 2px rgba(0,0,0,.2);
}

.right{
	background-color: black;
	width: 960px;
	margin: 0 auto;
}

.copy{
	text-align: left;
	padding-left: 2%;
	width: 50%;
	float: left;
	
}
.home{
	text-align: right;
	padding-right: 2%;	
}
.artfooter{
	width: 960px;
	margin: 0 auto;
}

#slider2>h4{
	margin-left: 5%;
}
#slides2>li>img{
	width: 50%;
	float: left;
	margin-right: 5%;

}
.lorem{
	margin-top: 7%;
	padding-top: 5%;
}
#flexslider2{
	width: 100%;
	
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.facebook{
	display: inline-block;
	width: 48px;
	height: 48px;
	background-image: url("../images/social-icons.png");
	background-repeat: no-repeat;
	background-position: 1px 1px;

}
.facebook:hover{
	display: inline-block;
	width: 48px;
	height: 48px;
	background-image: url("../images/social-icons.png");
	background-repeat: no-repeat;
	background-position: 1px -46px;
}
.twitter{
	display: inline-block;
	width: 48px;
	height: 48px;
	background-image: url("../images/social-icons.png");
	background-repeat: no-repeat;
	background-position: -50px 1px;

}
.twitter:hover{
	display: inline-block;
	width: 48px;
	height: 48px;
	background-image: url("../images/social-icons.png");
	background-repeat: no-repeat;
	background-position: -50px -46px;
}
.world{
	display: inline-block;
	width: 48px;
	height: 48px;
	background-image: url("../images/social-icons.png");
	background-repeat: no-repeat;
	background-position: -103px 1px;

}
.world:hover{
	display: inline-block;
	width: 48px;
	height: 48px;
	background-image: url("../images/social-icons.png");
	background-repeat: no-repeat;
	background-position: -103px -46px;
}
.rss{
	display: inline-block;
	width: 48px;
	height: 48px;
	background-image: url("../images/social-icons.png");
	background-repeat: no-repeat;
	background-position: -155px 1px;

}
.rss:hover{
	display: inline-block;
	width: 48px;
	height: 48px;
	background-image: url("../images/social-icons.png");
	background-repeat: no-repeat;
	background-position: -155px -46px;
}

/* //////////////////////responsive mobile ///////////////////// */

@media screen and (max-width: 640px) { /* media query pour mobille*/
body{
	width: 100%;
}
.page{
	width: 100%;
}
nav>ul>li{
	display: block;
	padding-left: 1%;
}
nav>ul{
	width: 100%;
	background-color: #333333;
}
.bad{
	width: 100%;
	float: none;
	padding-top: 5%;
	padding-left: 5%;
}
nav{
	
	width: 20%;
	float: left;

}

figure{
	width: 16%;
	float: left;
	text-align: center;
	background-color: white;	
}
.section1{
	width: 100%;
	
	float: none;
}
.flexslider{
	width: 100%;

}
.slides{
	width: 100%;
}
h2{
	padding-left: 20%;
}
figure{
	width: 25%;
	float: left;
	text-align: center;	
	margin-left: 15%;
}
iframe{
	width: 100%;
}
footer>div>article{
	width: 21%;
	float: none;
	margin-left: 15%;	
}
footer>div>article>ul>li{
	display: inline-block;
	padding-bottom: 10%;
	font-size: 0.70em;	
}
footer>div>article#flickr{
	margin-left: 15%;
}
footer>div>article#flickr>ul{
	margin-left: -40%;
}
.right{
	width: 100%;
	font-size: 0.65em;
}
.section3{
	width: 100%;
	float: none;
}
.section3>h2{
	padding-left: 9%;
}
.youare{
	width: 30%;
	float: right;
	margin-right: 5%; 
}
.youare>p{
	font-size: 0.85em;
	color: gray;
}
.section4{
	width: 100%;
	float: none;	
}
nav>ul>li>a:nth-child(2){
	font-size: 20%;
}
p::selection{
	color: red;
	font-size: 2em;
	}
a:hover{
	color: orange;
}
}
/* ---------- fin responsive mobile --------------------*/

/* //////////////////////responsive tablette ///////////////////// */

@media screen and (min-width: 640px) and (max-width: 1024px) { /* media query pour tablette*/


}




/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('../fonts/flexslider-icon.eot');
	src:url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/flexslider-icon.woff') format('woff'),
		url('../fonts/flexslider-icon.ttf') format('truetype'),
		url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; 
	display: block; 
	width: 40px; 
	height: 40px; 
	margin: -30px 0 0; 
	position: absolute; 
	top: 50%; 
	z-index: 10; 
	overflow: hidden; 
	opacity: 0; 
	cursor: pointer; 
	color: rgba(0,0,0,0.8); 
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3); 
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}




/******* responsive ******/
/*@media screen and (max-width: 700px) {
    #wrapper{
        width: 98%;
        overflow: hidden;
        font-size: 1.2em;
    }
    #header{
        width:100%;
    }
    #nav_fixed{
        display: none;
    }
    #main_header_logo{
        width: 70%;
        float:none;
        margin: 0 auto;
    }
    #row1_main_header{
        float:none;
        padding-top: 20px;
    }
    #main_header_logo img{
        width:100%;
    }
    #text_main_header{
        width:90%;
        float:none;
        margin: 0 auto;
    }
    #text_main_header h1,
    #date_main_header{
        width: auto;
        height: auto;
        margin: 10px 0 0 0;
    }
    #text_main_header h1 span{
        font-size: inherit;
        display: inline;
        padding-top: 0;
    }
     #categories{
         display: none;;
     }

     .row1,
     .row2{
         width: 100%;
         display: block;
     }
     .row2 section,
     #synopsis_text{
         padding: 5px;
         width: 90%;
         margin: 10px auto;
     }

     #synopsis,
     #editions_2012,
     #nexted,
     #contacts{
         width:100%;
     }
     
     h2 span{
        font-size: 1.4em;
        margin-lrft:-5px;
     }

     #synopsis_header h1,
     #editions_2012_header h1,
     #nexted_header h1,
     #contacts_header h1{
         font-size: 3em;
         line-height: 1em;
         text-align: left;
     }
     #enimages{
         border-bottom: 2px solid #fff;
     }
     .borderleft{
         border: none;
     }
     #envideo{
         width:100%;
     }
     #envideo iframe{
         padding: 0;
         width: 90%;
         margin: 0 auto;
     }
     #enchiffres,
     #presse,
     #recrutement,
     #leslots,
     #where,
     #ulule,
     #entreprises,
     #mail,
     #phone,
     #newsletter{
         width:100%;
         float: none;
     }
    #enchiffres ul li{
        width: 30%;
    }
    #enchiffres ul li span{
        font-size: 3em;
    }
    #presse,
    #nexted .row1{
        border-bottom: 2px solid #fff;
    }
    #contact_form_row1,
    #contact_form_row2{
        float: none;
        clear: both;
        width: 100%;
        margin-top: 20px;
    }
    #contact_form input,
    #contact_form textarea{
        width: 80%;
    }
    #contact_form_row2{
        margin-bottom: 20px;
        padding-bottom: 30px;
    }
    #copyright_fow1{
        width:100%;
    }
    #mail,
    #phone{
        text-align: center;
    }
    #mail a,
     #phone p{
        margin:0;
        padding: 0;
    }
    .slides_container,
    .slides,
    .slides_container img{
        width:100%;
    }
    #where img{
        width:300px;
        display:block;
        margin: 0 auto;
    }
    #where{
        border-bottom: 2px solid #fff;
    }
    #nexted form input[type="text"]{
        width:60%;
    }
    #nexted form{
        width:90%;
        margin:15px auto;
    }
    #retombees_presse{
        width:294px;
        margin: 0 auto;
    }
    .slider-wrapper{
        height: 270px;
    }
    #enchiffres ul li.clear-mobile{
        clear: both;
        float: none;
        height:1px;
    }
    #envideo,
    #enchiffres,
    #presse,
    #recrutement,
    #newsletter,
    #leslots,
    #where,
    #ulule,
    #entreprises{
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
    }
    #envideo h2,
    #enchiffres h2,
    #presse h2,
    #recrutement h2,
    #newsletter h2,
    #leslots h2,
    #where h2,
    #ulule h2,
    #entreprises h2{
        margin-bottom: 10px;
        margin-left: -5px;
    }
    h1.borderbottom{
        text-align: left;
    }
    #recrutement h2{
        margin-left:0;
    }
    #fbtw{
        height:125px;
        width: 240px;
        padding: 0;
        margin: 15px auto 0 auto;
    }
    #fb{
        background-image: url(../img/logo_facebook_off_100.png);
        width:100px;
        height:100px;
    }
    #tw{
        background-image: url(../img/logo_twitter_off_100.png);
        width:100px;
        height:100px;
    }
    #fb:hover{
        background-image: url(../img/logo_facebook_off_100.png);
    }
    #tw:hover{
        background-image: url(../img/logo_twitter_off_100.png);
    }
    #ulule p{
        padding: 10px;
        font-size: 0.9em;
    }
    #recrutement p a:after{
        content: " - ";
    }
    #recrutement p a:last-child:after{
        content:"";
    }
    #newsletter form p{
        font-size: 0.9em;
    }
    #leslots p{
        font-size: 1.1em;
        width: 87%;
    }

}*/
