﻿@charset "utf-8";
/*
*	Feuille de style site Distribution
*/
#barreMenu {
	height: 26px;
	background-image: url(images/distrib_backBarreMenu.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#menu {
	background-color:  #302D2D;
	background-image: url(images/backBarreMenu2.gif);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 11px; font-weight: bold;
	letter-spacing: 1px;
}

#menu span {
	color: #FFAE00;
}

#menu a { color: #fff; text-decoration: none; }
#menu a:visited { color: #fff; }
#menu a:hover { color: #FF9C00; }

h2 {
	margin-top: 20px;
	background-image: url(images/puce_noire.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	text-indent: 13px;
	font-size: 15px;
	font-weight: bold;
	color: #00AEEF;/*#FF9C00;*/
}

#accroche {
	height:24px;
	font-weight: bold;
	font-size: 14px;
	color: #302D2D;
	background-color: #96EA96;
	text-indent: 10px;
}

#menuBottom {
	background-color: #96EA96;
	background-image: url(images/distrib_backMenuBottom.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-indent: 20px;
	font-size: 12px;
	font-weight: bold;
}

#menuBottom a { color:#302D2D; text-decoration: none; }
#menuBottom a:visited { color:#302D2D; }
#menuBottom a:hover { color:#FFF; }


#tablePartenaire td {
	text-align: justify;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 3px;
}
#tablePartenaire th {
	text-align: left;
	background-color: #D8F2D7;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-indent: 5px;
	font-size: 10px;
	line-height: 15px;
}

div#diapo {
	margin-left: 5px;
	text-align: center;
}

div#diapo ul {
	list-style-type: none;
	margin: 0; padding: 0;
}
div#diapo li {
	float: left;
	display: block;
	height: 130px;
	vertical-align: bottom;
	margin-left: 10px;
}