/* ============== MAIN.CSS ============== */

body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	
	min-width: 1120px;

	background: url("../images/background-1.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

img {
	border: none;
}

.clear {
	clear: both;
}

#global {
	width: 100%;
	min-width: 1120px;

	background-image: url("../images/background-1.jpg");

	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
	background-position: center center;
	background-repeat: no-repeat;
}

#menu-main {
	width: 100%;
	min-width: 1120px;
	height: 120px;
	background-color: #fff;
}

#menu-main-logo {
	height: 120px;
	width: 90%;
	margin: auto;
	
	background-image: url("../images/logo.png");
	background-position: left center;
	background-repeat: no-repeat;
}

#menu-main-links {
	height: 120px;
	width: 30%;
	margin-left: auto;
}

.menu-main-link {
	display: inline-block;
	height: 120px;
	line-height: 120px;
	padding-left: 15px;
	padding-right: 15px;
}

.menu-main-link a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	
	color: #808080;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	text-align: center;
	
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2em;
}

.menu-main-link a:hover {
	color: #414141;
	border-bottom: 2px solid #3c90c4;
}

#title-content {
	margin: auto;
	margin-top: 10px;
	width: 1100px;
	height: 120px;
}

#title-content-op {
	margin: auto;
	width: 100%;
	height: 120px;
	
	background-image: url("../images/overlay-pattern.png");
}