@charset "utf-8";
/* CSS Document */



body {
/*background-color:#343131 !important;*/
background-color:#330c03 !important;
}

.container {
	font-family: 'Montserrat', sans-serif;
	color:#e0dcdb;
	font-size:16px;
	text-align:center;
}

.content {
   text-align: center; 
  /* background-color: #cdcdcd;*/
}

.nav a {
	font-family: 'Montserrat', sans-serif;
}

.critique {
	background:url(../img/fd_critique.jpg) no-repeat top left;
	color:#e0dcdb;
	font-size:16px;
}

.titre {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FF9;	
}
@media (max-width:500px) {
	
	#cache {
	display:none;
}
}

@media (min-width:1012px) {
	#logo_small {display:none;}
}

@media (max-width:1012px) {
	#logo_big { display:none;}
}


.cours {
	text-align:justify;
	color:#e0dcdb;
	font-size:16px;
}

.cours li {
	margin-left:50px;
}

@media (max-width:1500px) {
	.cours {text-align:left;}
	.critique { background:none;}
	.biographie { background:none;}
	body { background:none;}
	.cont_visuel { display:none; }
}

nav {
	background-color:#551202 !important;
	border:none !important;
}

.nav { font-family:Quicksand; font-size:16px; font-weight:500;}

.nav a {
	color:#ffc77a !important;
}

.nav .active a {
	color:#070707 !important;
}

.nav li:hover {
	background:#e0dcdb;
}

.nav a:hover {
	color:#070707  !important;
}

a {
	text-decoration: none;
}

.date {
	color:#ffc77a;
}

footer {
	right:100px;
	height:70px;
	font-size:11px;
	color:#FFC;
}
