body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	border:none;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}

a:link {
	color: #000;
}
a:visited {
	color: #000;
}

/*
//////////////////////////////////
DIV PINCIPALES
/////////////////////////////////
*/

header, nav, footer, figure, section {
  display: block;
}

#ban {
	background-size: 100%;
}

#section{
	float: left;
	width: 980px;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 16px;
	color: #FFF;
}
	
footer{
	float: right;
	width: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	margin-top: 88px;
}

#credit{
	float:left;
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
	
	 
/* Titres */ 
h1 {
	display: inline-block;
	margin-top: 5px;
	font-family: Impact, Arial, Helvetica, FreeSans, sans-serif;
	font-weight: bold;
	font-size: 80px;
	text-align: left;
	line-height: 0.8;
	color: #D37416;
	margin-left: 10px;
} 

h2 {
	font-family: Impact, Arial, Helvetica, FreeSans, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: white;
	letter-spacing: 2px;
	margin-left: 10px;
} 

h3 {
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: white;
	margin-left: 10px;
}

@font-face { 
    font-family: 'Impact'; 
     src: local('Impact'), local('Impact'), url('fonts/impact.ttf') format('truetype'); 
} 

/*
////////////////////////////////
CONTENU HEADER
///////////////////////////////
*/

#logo {
	float: left;
	width: 69px;
	height: 70px;
}

#menu{
	font-family: Impact, Arial, Helvetica, FreeSans, sans-serif;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;	
}

#ban{
	background-image:url(../images/global/Ban.jpg);
	background-repeat:no-repeat;
}

#nav, #content {
	max-width: 1200px;
	margin: 0 auto;
}

.sub{
	margin-top: -70px;
	margin-left: 70px;
}

/*
/////////////////////////
DIV MENU
/////////////////////////
*/

a.menu-presentation{
	font-size: 21px;
	color: #D37416;
	text-decoration:none;
}

a.menu-contexte{
	font-size: 21px;
	color: #FFF;
	text-decoration:none;
}


a.menu-presentation:hover{
	font-size: 21px;
	color: #999; 
}

a.menu-portfolio{
	font-size: 21px;
	color: #D37416;
	text-decoration:none;
}

a.menu-portfolio:hover{
	font-size: 21px;
	color: #999; 
}

a.menu-references{
	font-size: 21px;
	color: #D37416; 
	text-decoration:none;
}

a.menu-references:hover{
	font-size: 21px;
	color: #999; 
}

a.menu-contact{
	font-size: 21px;
	color: #D37416; 
	text-decoration:none;
}

a.menu-contact:hover{
	font-size: 21px;
	color: #999; 
}

/*
//////////////////////
DIV CONTENU
//////////////////////
*/

div#monflash2{
	width: 980px;
	height: 600px;
}

div#menu2{
	float:left;
	width: 980px;
}

div#colonne1{
	float:left;
	width: 490px;
}

div#colonne2{
	float:right;
	width: 490px;
}

.menu2{
	width: 490px;
}

.menu2_chapitre{
	font-family: Impact, Arial, Helvetica, FreeSans, sans-serif;
	padding: 5px;
	cursor: pointer;
	margin:1px;
	font-weight:lighter;
	background: #000;
	border-bottom: 1px solid #666;
	font-size: 19px;
}

.menu2_point a{
	display:block;
    color:white;
    background-color:black;
    padding-left:30px;
    text-decoration:none;
}

.menu2_point a:hover {
	color: #999;
	text-decoration:underline;
}

/*
//////////////////////
DIV Crédits
//////////////////////
*/

#credit {
	width: 100%;
	margin-top: 12px;
	padding-top: 12px;
}
#credit a {
	text-decoration: none;
}
#credit a:link,
#credit a:visited {
	color:white;
}
#credit a:hover {
		color: #D37416;
}

/*
//////////////////////
DIV Contact
//////////////////////
*/
#content .contact {
	padding-top:50px;
	max-width:250px;
}

@media only screen 
and (max-device-width: 490px) 
and (-webkit-min-device-pixel-ratio: 1)
and (orientation: portrait) {
		body, 
		#content .colonne1, 
		#content .colonne2 {
			width:100%;
		}
		#nav {
			width:100%;
			max-width:fit-content;
		}
		#logo img  {
			width: 117px;
			height: auto;
			vertical-align: bottom;
		}
		h1 {
		  font-size: 8.4em;
			line-height: 1;
		}
		h1, 
		.sub>h2 {
			margin-left:60px;
		}
		.sub>h2 {
			font-size: 30px;
		}
		#menu a {
			font-size: 1.8em;
			letter-spacing: 0.2em;
		}
		.menu2_chapitre {
			font-size: 3.7em;
			border-bottom: 4px solid #666;
		}
		.menu2_chapitre img {
			width: 9%;
			height: auto;
			margin-right: 25px;
		}
		.menu2 {
			width: 100%;
			float: left; 
			display:inline-block;
		}
		footer {
			display: none;
		}
}