.contenu {
	width: 480px;
	margin: 0 auto;
}

/*---------------------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;

	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 40%;
}

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_tabssd.jpg");
	height: 850px;
}

#text_intro {
	position: absolute;
	width: 365px;
	top: 50%;
	left: 50%;
	margin: -267px 0 0 -185px;
}

#text_intro_gauche {
	width: 100%;
}

#text_intro_droit {
	width: 95%;
	padding-left: 5%;
	padding-top: 1%;
}

/*---------------------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;
}
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 4% auto;
}

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

#work_1 {
	margin-top: 34px;
    margin-left: 158px;
}

#work_2, #work_5, #work_8 {
    margin-left: 36px;
    margin-right: 81px;
}

#work_2, #work_3, #work_5, #work_6, #work_8, #work_9 {
	margin-top: -42px;
}

#work_4, #work_7, #work_10 {
	margin-top: -42px;
    margin-left: 158px;
}

#work_10 {
	margin-bottom: 34px;
}

#gal_mini .effect .caption {     
    margin-top: 60px;
    margin-left: 4px;
}

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

#about li {
    margin-right: 15.25%;
}

#about li:nth-child(7) {
	margin-left: 38.25%;
}

#about li:nth-child(3), #about li:nth-child(6), #about li:last-child {
    margin-right: 0;
}

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

input, textarea {
	width: 92%;
}

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