/*-------------------------Mise en page spécifique pour home.php--------------*/

/* sidebar spécifique à la "home"
----------------------------------------*/

#sidebar_home {
	width: 22%;
	margin: 0;
	padding:0 0 10px 0;
	float:left;
	color: #fff;
	background: transparent url(images/angle_bas.gif)  bottom right no-repeat;
	font-size:.9em;
}

#sidebar_home div {
	background: transparent url(images/angle.gif) 0 10px no-repeat;
	margin:25px 0 0 0;
	padding:0 20px 2% 20px;
}

#sidebar_home h2 {
	color:#fff;
	padding: 0;
	margin:25px 0 5px 0;
	font-size: 1em;
}

#sidebar_home p {
	padding:0;
	margin:0 0 1em 0;
	}
	
#sidebar_home blockquote {
	font-style:italic;
	margin:0;
	padding:35px 20px 2% 20px;
	}
	
#sidebar_home cite {
	font-weight:bold;
	float:right;
	margin: 10px 0;
	padding:0;
	}
	
#sidebar_home a:hover {
	color:#006600;
	}

/* menu home
----------------------------*/

#menu_home {
	position:relative;
	top:0;
	left:0;
	margin:10px 20px 2% 40px;
	padding:0;
	text-align:left;
	background: transparent url(images/angle.gif) 0 25px no-repeat;
	}
	
#navhome {
	float: left;
	margin-top: 0;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}

/* defini le fond */
.menu_home { /*border:1px solid #fff;*/
	padding:0;
	margin:20px 0;
	list-style-type:none;
	width:570px;
	height:347px;
	position:relative; z-index:100;
	background: transparent url(images/teteViolon2.jpg) 150px 0 no-repeat;
	}

/* cache le texte */
.menu_home li a {
	text-indent:-999px;
	display:block;
	width:82px;
	height:82px;
	position:absolute;
	border:1px solid #666;
	}

/* rend les images invisibles et une position absolue qui ne prend aucune place */
.menu_home li a em {
	visibility:hidden;
	position:absolute;
	}

/* position des zones cliquables */
.menu_home li a.menu1 {
	top:0px;
	left:193px;
	background:#101010 url(images/menu_header/historique_fond.gif);
	}

.menu_home li a.menu2 {
	top:83px;
	left:110px;
	background:#101010 url(images/menu_header/restauration_fond.gif);
	}

.menu_home li a.menu3 {
	top:180px;
	left:110px;
	background:#101010 url(images/menu_header/montage_fond.gif);
	}

.menu_home li a.menu4 {
	top:263px;
	left:193px;
	background:#101010 url(images/menu_header/entretien_fond.gif);
	}

.menu_home li a.menu5 {
	bottom:0;
	left:291px;
	background:#101010 url(images/menu_header/khordavid_fond.gif);
	}

/* rend le texte visible */
.menu_home li a:hover {
	text-indent:0;
	font-size:1em;
	color:#fff;
	width:82px;
	height:82px;
	border:1px solid #ccc;
	background:transparent url(images/fondNoirTransparent.gif);
	}

/* hack pour IE5.x */
* html .menu_home li a:hover {
	width:82px;
	height:82px; 
	w\idth:82px;
	he\ight:82px;
	}

/* rend les texte des descriptions visibles, leur donne une taille et une position */
.menu_home li a:hover em {
	visibility:visible;
	background:transparent url(images/fondNoirTransparent.gif);
	border:1px solid #666;
	width:150px;
	color:#fff;
	padding:5px;
	font-style:normal;
	}
	
.menu_home li a.menu1:hover em {
	bottom:-264px;
	left:185px;
	}
	
.menu_home li a.menu2:hover em {
	bottom:-181px;
	left:268px;
	}	
	
.menu_home li a.menu3:hover em {
	bottom:-85px;
	left:268px;
	}
	
.menu_home li a.menu4:hover em {
	bottom:-2px;
	left:185px;
	}
	
.menu_home li a.menu5:hover em {
	bottom:-2px;
	left:87px;
	}		

/* donne aux images une marge et une bordure */
.menu_home li a:hover em img {
	border:1px solid #333;
	display:block;
	margin:10px 0;
	}
	
.post {
	background-image:none;
	margin:20px;
	padding:0 20px 2% 40px;
	}
	
#content h2 {
	color:#fff;
	padding: 0;
	margin:25px 0 5px 0;
	font-size: 1.5em;
	}
	
#content h2 a {
	color:#fff;
	text-decoration:none;
	border:none;
}

#content h2 a:hover {
	color:#fff;
	border-bottom:1px dotted #fff;
}
	
.postmetadata {
	display:none;
	}	
