.contenu {
	width: 100%;
}

/*---------------------NAVIGATION---------------------*/

#logo {
	margin-left: 5px;
}

nav {
	text-align: right;
	padding: 4px 0;
	margin: 16px 5px 0 0;
	cursor: pointer;
}

nav:before {
	content: "MENU \25BC";
	font-size: 1.5em;
	cursor: pointer;

	border: 4px double #000000;
	padding: 0 5px;

	background-color: #FFFFFF;
	color: #000000;
}

nav ul {
	overflow: hidden;
	max-height: 0;

	-webkit-transition: max-height 300ms ease-out;
    -moz-transition: max-height 300ms ease-out;
    -o-transition: max-height 300ms ease-out;
    -ms-transition: max-height 300ms ease-out;
}

nav li {
	background-color: #FFFFFF;
	border: 4px double #000000;

	font-size: 1.5em;
	text-align: center;

	padding: 5px;
	margin-top: 5px;
}

header nav a {
	padding: 4px 30%;
}

nav:hover ul {
	max-height: 30em;	/*nombre d'objets x5*/
}

nav li:hover {
	background-color: #000000;
	border-color: #FFFFFF;
}

header:hover {
	height: 325px;
}

/*---------------------INTRODUCTION---------------------*/

#introduction {
	background-image: url("../images/intro_mobile.jpg");
	height: 700px;
}

#text_intro {
	position: absolute;
	width: 82%;
	margin: -90px 9.5% 0 8.5%;
	top: 50%;
}

#text_intro_gauche {
	width: 100%;
}

#text_intro_droit {
	display: none;
}

/*---------------------SECTIONS---------------------*/

h2 {
	height: 70px;
    line-height: 70px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 100px;
	font-size: 2.5em;
}

.black h2 {
    border-top: 4px double #FFFFFF;
    border-bottom: 4px double #FFFFFF;
}
.blacki h2 {
	color : #FFFFFF;
}

.white h2 {
    border-top: 4px double #000000;
    border-bottom: 4px double #000000;
}

p {
    margin-left: 5px;
    margin-right: 5px;
}
h6 {
    font-family: open_sanslight , Sans-Serif;
    color : #ff0000;
	font-weight : bold;
    text-align: center;
}

/*---------------------SHOW---------------------*/

h3 {
    height: 70px;
    line-height: 70px;
    font-size: 2.5em;
    margin-right: 10px;
	margin-left: 10px;
	margin-top: 100px;
    border-top: 4px double #000000;
    border-bottom: 4px double #000000;
}

#show_1 p a, #show_8 p a, #show_9 p a{
	display: none;
}

.web_1, .web_2, .web_3, .print_1, .print_2, .print_3 {
    width: 96%;
    margin: 0 auto 5% auto;
}

/*---------------------WORKS---------------------*/

#gal_mini .effect {   
    width: 32%;
    height: auto;
}

#gal_mini .effect img {  
    position: relative;
    margin-bottom: -5px;  
}

#work_1 {
	margin-top: 7%;
    margin-left: 33%;
}

#work_2, #work_5, #work_8 {
    margin-left: 8%;
    margin-right: 16%;
}

#work_2, #work_3, #work_5, #work_6, #work_8, #work_9 {
	margin-top: -9%;
}

#work_4, #work_7, #work_10 {
	margin-top: -9%;
    margin-left: 33%;
}

#work_10 {
	margin-bottom: 8%;
}

#gal_mini .effect .caption {     
	display: none;
}

/*---------------------ABOUT---------------------*/

#about li {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}

#about li:last-child {
	margin-left: 26%;
}

/*---------------------CONTACT---------------------*/

input, textarea {
	width: 92%;
}

input, textarea, button {
    margin: 3% 2%;
    padding: 2% 1%;
}

/*---------------------FOOTER---------------------*/

footer ul {
    width: 295px;
}

footer ul li {
    margin-right: 5px;
}