/*
Theme Name: AideMac
Theme URI: http://www.aidemac.fr/
Description: Le thème AideMac basé sur celui par défaut.
Version: 1.0
Author: Michaël Betsch
Author URI: http://www.michaelbetsch.com/
*/

body, html {
	font-size: 13px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url('images/bg2.jpg') black no-repeat top;
	color: #555555;
	text-shadow: white 0 1px;
	height: 100%;
	margin: 0;
	padding: 0;
}

/* Typography & Colors */

a {
	color: #555555;
}

a:hover {
	color: #2B2B2B;
}

.nomargins {
	margin: 0;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

h1, h1 a {
	color: #0e2e3f;
	font-size: 25px;
	text-align: center;
	text-decoration: none;
}

h2, h2 a {
	color: #0e2e3f;
	font-size: 21px;
	text-decoration: none;
}

.third {
	float: left;
	width: 33%;
}

.half {
	float: left;
	width: 50%;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.soft {
	color: #555555;
}

.smallinfo {
	font-size: 12px;
	text-align: center;
}

.smallinfo a {
	color: #0e2e3f;
}

.hidden {
	display: none;
}

.new {
	color: #5187D6;
}

.red {
	color: red !important;
}

/* Page */

#page {
	padding-top: 20px; 
}

/* Menu */

#menu {
	position: relative;
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: url('images/menubg.png');
}

#menu ul {
	width: 1000px;
	height: 50px;
	margin: 0;
	padding: 0 0 0 10px;
}

#menu ul li {
	display: block;
	list-style: none;
	float: left;
	width: 150px;
	height: 35px;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	display: block;
	width: 150px;
	height: 35px;
	text-align: center;
	font-size: 20px;
	padding-top: 15px;
	text-shadow: white 0 1px;
	color: #555555;
	text-decoration: none;
	text-shadow: white 0 1px;
	background: url('images/menubg.png');
	background-position: 567px 50px;
}

#menu ul li a.selected {
	background-position: -201px 50px;
	color: #F0F0F0;
	text-decoration: none;
	text-shadow: #555555 0 -1px;
}

#menu ul li a:hover {
	background-position: -201px 50px;
	color: #F0F0F0;
	text-decoration: none;
	text-shadow: #555555 0 -1px;
}

#menu ul li a.first:hover {
	background-position: 0 50px;
}

#menu ul li a.first.selected {
	background-position: 0 50px;
}

#menu ul li a:active {
	background-position: -635px 50px;
}

.search form {
	margin: 16px 0 0 35px;
}

.search form input {
	background: url('images/searchbg.png');
	width: 132px;
	height: 14px;
	padding: 4px 10px 4px 10px;
	border: none;
	color: #555555;
	outline: none;
}

.search form input:focus {
	background-position: 152px 0px;
}

/* Content */

#contentcontainer {
	position: relative;
	width: 960px;
	margin: auto;
	padding: 20px 20px 5px 20px;
	background: url('images/contentbg.png') repeat-y;
	color: #242424;
}

.hero {
	display: block;
	width: 980px;
	margin: -20px 0 0 -10px;
	height: 360px;
	background: url('images/hero.jpg');
}

.hero h1, .hero h2 {
	display: none;
}

.hero img {
	margin-top: 30px;
}

.herotext {
	display: block;
	position: relative;
	width: 900px;
	margin: -60px 40px 0 40px;
}

.timestomp {
	float: left;
	margin-right: 30px;
	padding-top: 8px;
	text-align: center;
	width: 85px;
	height: 61px;
	background: url('images/timestomp.png');
}

.date {
	color: #e0e0e0;
	text-shadow: none;
	font-size: 15px;
}

.time {
	color: #e0e0e0;
	text-shadow: none;
}

.post h2, #actualites h2 {
	padding-top: 12px;
}

.line {
	width: 980px;
	height: 2px;
	margin: 10px 0px 10px -10px;
	background: url('images/line.png');
}

.herotext .line {
	margin: 10px 0px 10px -50px;
}

/* Footer */

#footer {
	position: relative;
	width: 960px;
	height: 38px;
	margin: auto;
	padding: 15px 20px 0 20px;
	text-align: center;
	background: url('images/footerbg.png');
	margin-bottom: 20px;
}

/* Home Page */

.dernierscontenus {
	overflow: hidden;
}

.dernierscontenus ul, .dernierscontenus ul li {
	margin: 0;
	list-style: square;
}

.dernierscontenus ul li a {
	text-decoration: none;
}

/* About Page */

/* Astuces Page */

#pub {
	text-align: center;
	margin: 10px 0 0 0;
}

#pub img {
	border: 1px solid #969696;
}