* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #c7c0b5;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4c382f;
	font-size: 16px;
}

#wrapper {
	width: 100%;
	height: 42em;
	border-bottom: 1px solid #666;
	background-color: #e5e1d5;
}

#content {
	width: 60em;
	margin: 0 auto;
	padding: 8.666em 1.25em 2.5em 1.25em;
	font-size: 1em;
	line-height: 1.25em;
	overflow: hidden;
}

#langue {
	float: right;
	font-size: 0.8em;
	color: #75655a;
	width: 3em;
	padding: 0.3em 1em 0.2em 1em;
	margin-top: 0.25em;
	text-align: center;
	background-color: #e5e1d5;
	-webkit-border-radius: 0.3em;
	-webkit-transition: background-color 0.25s linear;
}

#langue:hover {
	background-color: #f1ede1;
}

h1 {
	letter-spacing: 0.05em;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1em;
	color: #2c2117;
	text-shadow: rgba(255,255,255,0.7) 0 1px 1px;
}

a {
	color: #ac0e0c;
	text-decoration: none;
	border-bottom: 1px solid #e5e1d5;
	-webkit-transition: color 0.25s linear;
}

a:hover {
	color: #0f1434;
	border-bottom: 1px dotted #83807a;
}

a:active {
	color: #000;
}

abbr {
	font-size: 0.75em;
	line-height: 0.8em;
	letter-spacing: 0.1em;
}

ul#petitsliens {
	overflow: hidden;
	margin-top: 0.125em;
}

ul#petitsliens li {
	display: block;
	float: left;
	font-size: 0.875em;
	line-height: 1.428em;
}

ul#petitsliens li.doublepoint {
	display: block;
	float: left;
	margin: 0 0.5em;
}

ul#petitsliens li.twitter_mobile {
	display: none;
}

ul#petitsliens li a {
	text-transform: uppercase;
	border: none;
	text-shadow: rgba(255,255,255,0.5) 0 1px 0;
}

#texte {
	margin: 2.5em 4.25em 0 0;
	width: 37em;
	float: left;
}

p + p {
	text-indent: 1em;
}

ul {
	color: #5d453a;
}

ul li {
	list-style-type: none;
	
}

ul li.twitter {
	display: inline-block;
}

ul li a {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-decoration: none;
	border: none;
	font-size: 0.85em;
	text-shadow: rgba(255,255,255,0.6) 0 1px 0;
}

ul li a.lower {
	text-transform: lowercase;
	letter-spacing: 0em;
	font-size: 1em;
	color: #4c382f;
}

#liens {
	width: 18.75em;
	float: left;
	margin-top: 1.428em;
	font-size: 0.875em;
	line-height: 1.427em;
}

#liens li {
	margin-top: 1.428em;
}

#liens li a.bordersans {
	border-bottom: none;
}

#maj {
	font-style: italic;
	font-size: 0.7em;
	color: #988e87;
}

p.titre {
	font-size: 0.8em;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

p.titre + p, p + p.titre {
	text-indent: 0;
}


@media handheld and (max-device-width: 400px), screen and (max-device-width: 400px), screen and (max-width: 600px) {
	
	body {
	font-family: Georgia, "Times New Roman", Times, serif !important;
}
	
	#wrapper {
		height: auto;
		width: 100%;
	}

	#content {
		width: 95%;
		margin: 0 auto;
		padding: 2em 0 5em 0;
		font-size:1em;
		line-height: 1.25em;
		overflow: hidden;
		/*background-color: lightgoldenrodyellow;*/
	}
	
	h1 {
		letter-spacing: 0;
		font-weight: normal;
		font-size: 2.5em;
		font-family: georgia !important;
		line-height: 1em;
		color: #2c2117;
		text-shadow: rgba(255,255,255,0.7) 0 1px 1px;
}
	
	ul#petitsliens {
		font-size: 2em;
		width: 95%;
		margin: 1em auto 0 auto;
		
	}
	
	ul#petitsliens li {
		
		line-height: 1.428em;
	}

	ul#petitsliens li a {
		display: block;
		text-transform: uppercase;
		text-shadow: rgba(255,255,255,0.5) 0 1px 0;
		padding: 0.3em 2em 0.3em 0;
		
	}

	ul#petitsliens li.doublepoint, ul#petitsliens li.twitter {
		display: none;
	}
	
	ul#petitsliens li.twitter_mobile {
		display: block;
	}

	#texte {
		margin: 1.5em auto 0 auto;
		width: 95%;
		padding: 0 2.5%;
		font-size: 1.8em;
		line-height: 1.4em;
	}
	
	#liens {
		width: 95%;
		padding: 0 2.5%;
		margin: 1.428em auto 0 auto;
		font-size: 0.875em;
		line-height: 1.427em;
	}

	#liens li {
		margin-top: 1.428em;
	}
}

