/*Overall CSS for each Horizontal Accordion.
	Most settings should be kept as it.
	Customize each Accordion by styling each Accordion's ID attribute instead.
*/
#hc1 li{
margin:0 0px 0 0; /*Spacing between each LI container*/
}

#hc1 li .hpanel{
	padding: 0px;
	float: left;
	margin: 0px;
	width: 640px;
	height: 370px;
}
.haccordion{
padding: 0;
}

.haccordion ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden; /*leave as is*/
}


.haccordion li{
	margin: 0;
	padding: 0;
	display: block; /*For users with JS disabled: Width of each content*/
	height: 400px; /*For users with JS disabled: Height of each content*/
	overflow: hidden; /*leave as is*/
	float: left; /*leave as is*/
	width: 700px;
}

.haccordion li .hpanel{
	/*For users with JS disabled: Width of each content*/
	height: 370px;  /*For users with JS disabled: Height of each content*/
	margin: 0px;
	padding: 0px;
}
#hc1 #image {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 370px;
	width: 54px;
}
#hc1 #texte {
	float: left;
	width: 400px;
	height: 325px;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 55px;
}
#hc1 #fond_texte    {
	background-image: url(img/fond_texte.png);
	background-repeat: repeat-x;
	height: 370px;
	width: 505px;
	float: left;
}
#hc1 #fond_texte_data    {
	background-image: url(img/fond_datacabling.png);
	background-repeat: no-repeat;
	height: 365px;
	width: 505px;
	float: left;
}
#hc1 #fond_texte_it    {
	background-image: url(img/fond_it.png);
	background-repeat: no-repeat;
	height: 365px;
	width: 505px;
	float: left;
}

#hc1 #fond_texte_contact    {
	background-image: url(img/fond_contact.png);
	background-repeat: no-repeat;
	height: 365px;
	width: 505px;
	float: left;
}	
#hc1 #fond_texte_com    {
	background-image: url(img/fond_communication.png);
	background-repeat: no-repeat;
	height: 365px;
	width: 505px;
	float: left;
	}

#hc1 #texte p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0px;
	text-align: justify;
}

