@charset "utf-8";
@import url(general.css);

/* Feuille de style - Accueil
  * Deliv's SARL
  * contact@delivs.com
  */

div#sep
{
	margin-top: 10px;
	margin-bottom: 10px;
}

div.categorie
{
	position: relative;
	margin-top: 5px;
	background-image: url("img/fleche-partenaire2.gif");
	background-position: top right;
	background-repeat: no-repeat;
	width: 976px;
	height: 24px;
	text-align: left;
	color: rgb(119, 119, 119);
	font-size: 15px;
	font-weight: bold;
	padding: 6px 0px 0px 4px;
	cursor: pointer;
}

div.categorie2
{
	position: relative;
	margin-top: 5px;
	background-image: url("img/fleche-partenaire.gif");
	background-position: top right;
	background-repeat: no-repeat;
	width: 976px;
	height: 24px;
	text-align: left;
	color: rgb(255, 255, 255);
	font-size: 15px;
	font-weight: bold;
	padding: 6px 0px 0px 4px;
	cursor: pointer;
}

div.partenaires
{
	position: relative;
	/*background-color: rgb(250, 250, 250);*/
	background-color: rgb(255, 255, 255);
	width: 980px;
	padding-top: 4px;
	padding-left: 15px;
}

div.partenaire
{
	position: relative;
	height: 100px;
	float: left;
	text-align: center;
}

div.details
{
	position: relative;
	width: 980px;
	padding-bottom: 2px;
	background-image: url("img/filet-hori.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
	text-align: left;
}

div.tdetails
{
	position: relative;
	width: 735px;
	margin-left: 15px;
	padding-right: 5px;
	margin-top: 4px;
	text-align: left;
}

img#fermer
{
	position: absolute;
	top: 19px;
	right: -10px;
}