
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#CCCCCC none repeat scroll 0%;
	border-right: 0px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:90px;
	height: 200px;
}

#imageMenu ul li.creation a {
	background: url(../images/m_creation.jpg) repeat scroll 0%;
}

#imageMenu ul li.hebergement a {
	background: url(../images/m_hebergement.jpg) repeat scroll 0%;
}

#imageMenu ul li.referencement a {
	background: url(../images/m_referencement.jpg) repeat scroll 0%;
}

#imageMenu ul li.communication a {
	background: url(../images/m_communication.jpg) repeat scroll 0%;
}

#imageMenu ul li.support a {
	background: url(../images/m_support.jpg) repeat scroll 0%;
	
}

.clear {
	clear: both;
}


#texteCreation, #texteHebergement, #texteReferencement, #texteCommunication, #texteSupport
{
	width:449px;
	border-top-style:none;
	color:#FFFFFF;
	padding-left:5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-weight: bold;
}

#texteCreation
{	
	background-color:#FB9F3A;
	border-color:#EA7B00;
}

#texteHebergement
{	
	background-color:#BEDC4E;
	border-color:#495B00;
}

#texteReferencement
{	
	background-color:#5FCFF4;
	border-color:#0D89B3;
}

#texteCommunication
{	
	background-color:#FFDD58;
	border-color:#B99400;
}

#texteSupport
{	
	background-color:#FE75BD;
	border-color:#AF015C;
}

