body {
	background-color: #3157FF;
	background-image: linear-gradient(#0C00C3, #3157FF);
	color: #333;
	font-family: 'Arial', 'Verdana', 'sans-serif';
}

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; font-weight: normal; }
h1, h2, h3, h4, h5, h6, button { font-family: 'Neucha', cursive; }

a:link, a:visited { color: #8C4CFF; text-decoration: none; outline: none;}
a:hover { color: #BD97FF; text-decoration: none;}
a:focus { color: #4D4D4D; }
a:active { color: #1A1A1A; }

#cow {
	position: fixed;
	top: 20px;
	left: 20px;
	width: 280px;
	height: 231px;
	cursor: pointer;
	background: transparent url('../img/cerf.png') no-repeat;
	display: none;
	z-index: 1000 !important;
	box-shadow: 2px 2px 6px #111;
}
	#infocow {
		position: absolute;
		bottom: 7px;
		right: 7px;
		background-color: #ccc;
		padding: 2px 5px;
		border: 1px solid #333;
		font-weight: bold;
		display: inline-block;
		border-radius: 50%;
		cursor: help;
		box-shadow: 2px 2px 6px #000;
	}
	#wikicow {
		position: absolute;
		display: none;
		top: 50px;
		left: 300px;
		width: 500px;
		padding: 10px;
		background-color: rgba(0,0,0,0.7);
		color: #fff;
		border-radius: 7px;
		box-shadow: 2px 2px 6px #333;
		font-size: 0.9em;
	}
		#wikicow a {
			color: #1E90FF !important;
		}
		#wikicow a:hover {
			color: #fff !important;
		}
		#wikicow span {
			display: inline-block;
			padding: 7px;
			background-color: #eee;
			color: #333;
			border-radius: 4px;
			box-shadow: 1px 1px 2px #333 inset;
		}

#global {
	width: 90%;
	margin: 0 auto;
}
	#header {
		padding-top: 50px;
		z-index: 10000 !important;
	}
		#header h1, #header h2, #header p {
			text-align: center;
			color: #fff;
			text-shadow: 1px 1px 3px #000;
		}
		#header h1 {
			margin-top: 30px;
		}
		#header h2 {
			font-size: 2.3em;
			font-style: italic;
		}
		#header p {
			font-size: 1.1em;
		}
		#header img {
			display: block;
			width: 600px;
			box-shadow: 2px 2px 6px #000;
			margin: 30px auto;
			border-radius: 5px;
			cursor: pointer;
		}
		#header img:hover {
			box-shadow: 1px 1px 2px #000 inset;
		}
		
	#global h3, #global p {
		text-align: center;
		color: #fff;
	}
	#global h3 {
		font-size: 1.3em;
		margin-bottom: 30px;
	}
	#global p {
		font-size: 1.2em;
		margin-bottom: 20px;
	}
		#global p button {
			font-weight: bold;
		}
		
	#nav ul {
		list-style-type: none;
		font-family: 'Neucha', cursive;
		text-align: center;
	}
		#nav ul li {
			display: inline-block;
			margin-bottom: 20px;
		}
			#nav ul li a {
				padding: 3px 5px;
				margin-right: 10px;
				border: 1px solid #ccc;
				background-color: #333;
				background-image: linear-gradient(#676767, #393939);
				color: #fff !important;
				border-radius: 5px;
				box-shadow: 1px 1px 3px #000;
				font-size: 1.2em;
				font-weight: bold;
				text-shadow: 1px 0 #333;
			}
			#nav ul li a:hover {
				background-image: linear-gradient(#252525, #eee);
				color: #222 !important;
				box-shadow: none;
				text-shadow: 1px 1px 2px #333;
			}

/* Medias queries section */
@media only screen and (min-width: 320px) {

}
@media (min-width: 768px) and (max-width: 1024px) {
	
}
@media only screen and (min-width: 1024px) {
	
}
