/*
Theme Name: Lynxeo
Theme URI: http://www.lynxeo.net/
Description: Lynxeo Theme
Version: 1.0
Author: Envel Le Hir
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #000;
	background: #EEE;
}

a {
	color:#B00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

#header {
	padding: 5px 25px 15px 25px;
	border-bottom: 4px solid #B00;
	background: #000;
	color: #FFF;
}
#header a {
	display: block;
	width: 800px;
	margin: 0 auto;
	padding-left: 80px;
	line-height: 48px;
	font-size: 32px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	outline: 0;
}
#header p {
	width: 765px;
	margin: -8px auto 0 auto;
	padding-left: 115px;
	font-style: italic;
}

#page {
	width: 970px;
	margin: 0 auto;
	padding: 1px 6px 6px 6px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	background: #FFF;
	clear: both;
}

#sidebar {
	float: right;
	width: 213px;
	padding-right: 9px;
}

#menu h2 {
	margin: 12px 0 -12px 0;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
}
#menu ul {
	margin: 12px 0;
	list-style-type: none;
}
#menu li {
	padding: 0 24px;
	text-indent: -12px;
	font-weight: bold;
	outline: 0;
}

.ie {
	margin: 0;
	padding: 0;
	border: 1px solid #F00;
	background: #FEE;
}
.ie a {
	display: block;
	padding: 9px;
	text-decoration: none;
	color: #F00;
}
.ie a:hover {
	background: #FCC;
}

#content {
	margin-right: 228px;
	padding: 0 9px;
	text-align: justify;
}

#content h1.edito {
	border-bottom: 0;
}
#content .first-col, #content .second-col {
	float: left;
	width: 350px;
	margin-right: 20px;
}
#content .second-col {
	margin: 0;
}
#content .first-col h2, #content .second-col h2 {
	margin: 3px 0 -3px 0;
	border-bottom: 0;
	text-transform: uppercase;
}
#content .first-col h3 a, #content .second-col h3 a {
	display: block;
	margin: 15px -2px -6px -2px;
	padding: 1px 2px 0 2px;
	border-bottom: 1px solid #B00;
	text-transform: uppercase;
	text-decoration: none;
}
#content .first-col h3 a:hover, #content .second-col h3 a:hover {
	background: #EEE;
}

#content h1, #content h2, #content h3, #content p, #content ul, #content ol {
	margin: 9px 0;
}

#content h1 {
	margin: 12px 0 0 0;
	border-bottom: 1px solid #B00;
	font-size:17px;
}
#content h2 {
	margin: 12px 0 9px 0;
	border-bottom: 1px dotted #B00;
	font-size:14px;
}
#content h3 {
	font-size:12px;
}

#content ul, #content ol {
	margin-left: 24px;
}
#content ul ul {
	margin: 0 0 0 24px;
}

#content #date {
	margin: 0;
	font-size: 11px;
	color: #999;
}

#navigation #left {
	float: left;
	margin-bottom: 9px;
}
#navigation #right {
	float: right;
	margin-bottom: 9px;
}
#navigation #clear {
	clear: both;
}

#footer {
	clear: both;
	padding: 1px 0;
	border-top: 2px solid #B00;
	text-align: center;
	font-size: 11px;
	background: #000;
	color: #FFF;
}
#footer a {
	font-weight: bold;
	color: #FFF;
}

.clear {
	clear: both;
}
