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

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

nav ul {
	text-align: right;
	margin: 24px 10px 0 0;
}

nav li {
	font-size: 1.25em;
	display: inline;
	margin-left: 74px;
}

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

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

#text_intro {
	position: absolute;
	width: 700px;
	top: 50%;
	left: 50%;
	margin: -107px 0 0 -350px;
}

#text_intro_gauche {
	width: 50.5%;
	float: left;
}

#text_intro_droit {
	width: 47%;
	padding-left: 2.5%;
}

/*---------------------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 {
	display: none;
}

.web_1, .web_2, .web_3 {
    width: 64%;
    margin: 0 auto 3% auto;
}

.print_1, .print_2, .print_3 {
    width: 75%;
    margin: 0 auto 3% auto;
}

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

#work_1, #work_6 {
    margin-left: 34px;
}

#work_1, #work_2 {
    margin-top: 34px;
    margin-right: 81px;
}

#work_3 {
    margin-top: 34px;
}

#work_4 {
	margin-left: 156px;
}

#work_4, #work_5, #work_6, #work_7 {
    margin-top: -42px;
    margin-right: 81px;
}

#work_8 {
	margin-top: -42px;
}

#work_9 {
	margin-left: 156px;
	margin-right: 81px;
}

#work_9, #work_10 {
	margin-top: -42px;
	margin-bottom: 34px;
}
/*--- LES DEUX CADRE  ----------------*/
#responsive {
	max-width:800px /*-- à modifier en fonction de la largeur désirée --*/;
	margin:0 auto;
        width:100%;
}
.pong {
	width: 100%;
}
.demi-colonne, .colonne {
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.pnig:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.demi-colonne {
		width: 50%;
	}
}/*--- FIN LES DEUX CADRE  ----------------*/


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

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

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

#about li:nth-child(5) {
    margin-left: 14.15%
}

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

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

input, textarea {
	width: 96%;
}

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