body {
	margin: 0;
	padding: 0;
	background: #C1D86E url(img/fond_header.gif) repeat-x;
}

body, th, td, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

p, ol, ul {
	line-height: 170%;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 960px;
	height: 120px;
	margin: 0 auto;
}

#logo {
	height: 90px;
	margin-left: 0px;
	background: url(img/logo_1pecinformatique.gif) no-repeat left center;
}

#slogan {
	float: right;
	margin-left: 100px;
}

#logo h1 {
	margin: 0;
	padding: 25px 0 0 85px;
	letter-spacing: -2px;
	font-size: 3em;
	font-weight: normal;
	color: #000000;
}


#logo p {
	margin: -10px 0 0 2px;
	padding: 0 0 0 85px;
	text-transform: lowercase;
}

/* Menu */

#menu {
	width: 962px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 38px;
	padding: 8px 20px 0 20px;
	text-decoration: none;
	text-transform: lowercase;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item {
	background: url(img/onglet.gif) no-repeat;
}

#menu .current_page_item a {
	background: url(img/onglet_r.gif) no-repeat right top;
	font-weight: bold;
}

#sidebar p {
	margin-left:15px;margin-bottom:-10px;
}
/* Page */

#page {
	width: 962px;
	margin: 0 auto;
	background: #FFFFFF url(img/content.gif) repeat-y;
}

/* Content */

#content {
	float: right;
	width: 700px;
	padding: 11px 11px 0 5px;
	background: url(img/content1b.gif) no-repeat;
}

#content a {
	color: #97BE0D;
}

#content li {
	margin: 0;
	padding-left: 15px;
	list-style-type: none;
	background: url(img/croixb_1pec.gif) no-repeat left center;
}

.pagetitle {
	height: 33px;
	margin: 0;
	padding: 8px 0 0 15px;
	background: url(img/fond_titre.gif) no-repeat;
	font-size: 1.4em;
	color: Black;
}

#mascotte {
	background: url(img/mascotte_1pecinformatique.gif) no-repeat left center;
}

.post {
	padding: 30px 30px 0 30px;
}

.post h3 {
	margin-left:25px;
	margin-bottom:0px;
}

.title {
	margin: 0;
	font-size: 2.4em;
	font-weight: normal;
}

.byline {
	margin: 0 0 20px 0;
}

.meta {
	border-top: 1px dotted #CCCCCC;
	text-align: right;
}

.meta .comments {
	padding-left: 15px;
	background: url(img/up.gif) no-repeat left center;
}

.meta .back {
	padding-left: 15px;
	background: url(img/back.gif) no-repeat left center;
}

.meta .more {
	padding-left: 15px;
	background: url(img/point_orange.gif) no-repeat left center;
}

.meta .mel {
	padding-left: 15px;
	background: url(img/mel.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	padding: 11px 5px 0 11px;
	background: url(img/content1a.gif) no-repeat;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 10px 15px;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(img/croixb_1pec.gif) no-repeat left center;
}

#sidebar h2 {
	height: 33px;
	margin: 0;
	padding: 8px 0 0 15px;
	background: url(img/rubrique.gif) no-repeat;
	font-size: 1.4em;
	color: #97BE0D;
}

#sidebar a {
	text-decoration: none;
	color: #97BE0D;
}

#sidebar a:hover {	
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 962px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(img/content_bottom.gif) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	color: #666666;
}

#footer a {
	color: #666666;
}