/* ************************************************************************************** */
/* Feuille de style "Eneo" pour Sepelcom */                               
/* ************************************************************************************** */


/* redéfinition des balises xhtml */
/* ************************************************************************************** */

body {
	margin:0px;
	padding:0px;
	border:none;
	background:#ffffff;
	color:#333333;
	font-family: Arial, sans-serif;
	font-size:16px;
	font-weight: bold;
}

a {
	color:#333333;
	background-color:inherit;
}

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

img {
	border:none;
	float:left;
	margin:0;
	padding:0;
}

/* styles génériques */
/* ************************************************************************************** */

.floatLeft {
	float:left;
}


.floatRight {
	float:right;
}

.noFloat {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}

.noDisplay {
	position:absolute;
	left:0px;
	top:-500px;
	overflow:hidden;
	width:1px;
	height:1px;
}


/* blocs principaux de mises en page */
/* ************************************************************************************** */

#cadre {
	margin:40px auto 0px auto;
	border:none;
	width:840px;
	height:511px;
}

#tralala {
	background-image: url(../img/exposer.gif);
	background-repeat: no-repeat;
	height:200px;
	width:362px;
	margin:0;
	padding:0;
	float:left;
}


#rolloverContact a {
	width:174px;
	height:41px;
	float:left;
   background: url(../img/contact.gif) top left no-repeat;
   }
#rolloverContact a:hover {
   background-image: url(../img/contact-over.gif);
   }
#rolloverContact a:active {
   background-image: url(../img/contact.gif);
   }

#rolloverSalon a {
	width:174px;
	height:41px;
	float:left;
   background: url(../img/salon.gif) top left no-repeat;
}
#rolloverSalon a:hover {
   background-image: url(../img/salon-over.gif);
   }
#rolloverSalon a:active {
   background-image: url(../img/salon.gif);
   }

#contact {
	background-image: url(../img/contact.jpg);
	width:811px;
	height:159px;
}

#divcontact {
	padding: 10px 0 0 40px;
	
}

.blocContact {
	font-size:11px;
	color:#333333;
	font-weight:normal;
	width:135px;
	height:90px;
	float: left;
	margin: 50px 0 0 10px;
}

.blocContact a:hover {
	color:#666666;
	text-decoration:underline;

}

#contrat {
	background-image: url(../img/contrat.jpg);
	width:811px;
	height:159px;
}

.listecontrat {
	float:left;
	margin:60px auto 0 40px;
}

.listecontrat li {
	list-style-type: none;
	background-image: url(../img/puce.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 15px;
}

#francais li {
	list-style-type: none;
	background-image: url(../img/FR.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 20px;
}

#anglais li {
	list-style-type: none;
	background-image: url(../img/GB.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 20px;
}

.listecontrat li a {
	text-decoration:none;
}

.separateur {
	float:left;
	margin: 70px 0 0 70px;
	height:70px;
	width:2px;
	background-color:#333333;
}

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

#listapuce {
	margin:70px auto 0 20px;

}

#listapuce li {
	list-style-type: none;
	background-image: url(../img/puce.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 15px;
	margin-top:20px
}

#listapuce li a {
	
	text-decoration:none;
}

#mention {
	font-family: Arial, sans-serif;
	font-size:11px;
	padding-left: 320px;
	color:#cccccc;
	font-weight: normal;
}

#mention a {
	color:#cccccc;
	text-decoration:none;
}


#mention a:hover{
	color:#cccccc;
	text-decoration:underline;
}

#mention a:active{
	color:#cccccc;
	text-decoration:none;
}


#retour a {
	width:85px;
	height:41px;
	float:left;
   background: url(../img/retour.jpg) top left no-repeat;
   }
#retour a:hover {
   background-image: url(../img/retour-rollover.jpg);
   }
#retour a:active {
   background-image: url(../img/retour.jpg);
   }
