img.plugoocache{
position:relative;
left:5px;
top:-28px;
}

/*style de lien en tete*/

.entete {
	color: #393939;
	text-decoration: underline;
}

.entete:link {
	color: #393939;
	text-decoration: underline;
}

.entete:visited {
    color: #393939;
	text-decoration: underline;
}

.entete:hover {
	color: #393939;
	text-decoration: underline;
}

.entete:active {
	color: #393939;
	text-decoration: underline;
}

/*FIN style de lien en tete*/


/*style de lien de Pack1 et Pack2*/

.hide2 {
	color: #ffffff;
	text-decoration: none;
}

.hide2:link {
	color: #ffffff;
	text-decoration: none;
}

.hide2:visited {
    color: #ffffff;
	text-decoration: none;
}

.hide2:hover {
	color: #ffffff;
	text-decoration: none;
}

.hide2:active {
	color: #ffffff;
	text-decoration: none;
}

/*FIN style de lien de Pack1 et Pack2*/


/*style de lien en footer*/

.hide {
	color: #CCCCCC;
	text-decoration: underline;
}

.hide:link {
	color: #CCCCCC;
	text-decoration: underline;
}

.hide:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

.hide:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

.hide:active {
	color: #CCCCCC;
	text-decoration: underline;
}

/*FIN style de lien en footer*/

li.accueil{
list-style-image: url('images/bouton-bullet.gif');
background-position: left center;
background-repeat: no-repeat
padding-left: 20px;
margin-top: 5px;
}

/*-- MENU--*/

#invertedtabs{
margin-left: 0px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#invertedtabs ul{
font: normal 12.5px Arial, Verdana, sans-serif;
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
line-height: 1.5em;
}

#invertedtabs a{
float:left;
color: white;
background: #0000ff url(images/menu/creation-site-web-gauche.gif) no-repeat left bottom;
margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
letter-spacing: 1px;
}

#invertedtabs a span{
float:left;
display:block;
background: transparent url(images/menu/creation-site-web-droit.gif) no-repeat right bottom;
padding:3px 9px 3px 6px;
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
background-color: #000000;
}

#invertedtabs a:hover span{
background-color: #000000;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: #000000;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #8b0000;
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/*--END MENU--*/