/* ../styles/model.css
	Last update: 31.01.2023 14:30 */

/* --- COLORS --- */

/* Général */
body {
	color: #ffdba7;
	background: #404040;
}
a {
	color: #ffa842;
}
a:hover, a:focus {
    color: #FF6533;
}
strong {
	color: #ff7e54;
}

/* Page */
#global {
	background: #262626bd;
}

/* Navigation */
#navigation {
	background: #202020;
}
#navigation a {
	color: #ff7e54;
}
#navigation a:hover, #navigation a:focus {
	background: #000000;
}

/* Contenu principal */
#contenu {
	color: #303030;
	/*background: #d7d7d7;*/
}
#contenu a {
	color: #303030;
}
#contenu a:hover, #contenu a:focus {
	color: #6e6e6e;
}
#contenu strong {
	color: #1a1a1a;
}
#contenu h3 {
	text-align: center;
}
#contenu .tab-content {
    width: 70%;
    margin: auto;
}

/* Pied de page */
#pied {
	color: #ffdba7;
}


/* --- POSITIONNEMENT --- */

/* Page */
html, body {
	height: 100%;
}
body {
	padding: 0;
}
#global {
	min-height: 100%;
	width: 850px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

/* Header */
#entete {
	padding: 15px 20px 10px 20px;
	text-align: center;
}
#entete h1 {
	margin: 0;
    
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Menu de navigation */
#navigation {
	padding: 12px 15px;
}
#navigation ul {
	margin: 0;
	list-style: none;
	text-align: center;
}
#navigation li {
	display: inline;
}
#navigation li:hover {
	background: #000000;
}

.tabs {
	display: flex;
	list-style: none;
	padding: 0;
}
.tab {
	padding: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
	margin-right: 10px;
	cursor: pointer;
	color: #ff7e54;
}
.tab-content {
	display: none;
}
.active-tab {
	display: block;
}


/* Contenu */
#contenu {
	padding: 10px 20px;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}

/* Footer */
#pied {
	padding: 15px 20px;
    text-align: center;
	font-size: .85em;
}
#pied p {
    text-align: center;
	margin: .5em 0;
}
#copyright {
	text-align: left;
	font-size: 1em;
}
