/* 
/*
/* menu home ******************* */

#menu-home {
position: relative;
width: 940px;
padding-top: 95px;
padding-bottom: 95px;
}

div.postit-vert {
position: relative;
width: 200px; min-height: 200px;
background: #c2ca00 url(../actual_imports/postit-vert.gif) 0 0 no-repeat;
-moz-box-shadow: 0 2px 12px #ccc;  
-webkit-box-shadow: 0 2px 12px #ccc;  
box-shadow: 0 2px 12px #ccc;
}
div.postit-bleu {
position: relative;
width: 200px; min-height: 200px;
background: #66b8dc url(../actual_imports/postit-bleu.gif) 0 0 no-repeat;
-moz-box-shadow: 0 2px 12px #ccc;  
-webkit-box-shadow: 0 2px 12px #ccc;  
box-shadow: 0 2px 12px #ccc;
}
div.postit-noir {
position: relative;
width: 200px; min-height: 200px;
background: #000 url(../actual_imports/postit-noir.gif) 0 0 no-repeat;
-moz-box-shadow: 0 2px 12px #ccc;  
-webkit-box-shadow: 0 2px 12px #ccc;  
box-shadow: 0 2px 12px #ccc;
}
div.postit-rose {
position: relative;
width: 200px; min-height: 200px;
background: #cc0066 url(../actual_imports/postit-rose.gif) 0 0 no-repeat;
-moz-box-shadow: 0 2px 12px #ccc;  
-webkit-box-shadow: 0 2px 12px #ccc;  
box-shadow: 0 2px 12px #ccc;
}

#menu-home h3 {
font-size: 1.2em;
color: #fff;
padding: 6px 0 6px 24px;
margin: 0;
z-index: 100;
}

#menu-home h3 a {
color: #fff;
text-decoration: none;
}

#menu-home h3 a:hover {
padding-left: 2px;
text-decoration: none;
}

#menu-home p {
color: #fff;
line-height: 1.3em;
padding: 0 10px 10px 24px;
margin-bottom: 0;
text-align: left;
z-index: 100;
}

a.btpost {
display: block;
position: absolute;
top: 0; left: 0;
width: 200px;
height: 200px;
z-index: 50;
}

a.btpost:hover {
opacity: 0.3;
filter: progid:DXImageTransform.Microsoft.alpha(opacity=30); 
background: transparent url(../actual_imports/actual-consultants-a200.png) right bottom no-repeat;
}


