/* menu droit */

#entete_partenaires{
	width: 180px;
	margin: 0px;
	border: none;
	display: block;
}

#note{
	margin: 0px;
	padding: 2px;
	background-color: #FFFF66;
}

#note a{
	color: #CC0000;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#note a:hover{
	color: #FF6600;
}

div.pub{
	width: 180px;
	margin: 5px 0px;
	padding: 0px;
	text-align: center;
}

div.pub img{
	border: none;
	margin-top: 2px;
}

div.pub h2{
	font-size: 11px;
	color: #6C3936;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px 3px;
	font-weight: bold;
}

div.pub h2 a{
	color: #6C3936;
	text-decoration: underline;
}

div.pub h2 a:hover{
	color: #FF9900;
}

div.pub h3{
	font-size: 10px;
	color: #6C3936;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 2px 3px 0px 6px;
	font-weight: normal;
}

/* centre */
.notices{
	margin: 10px auto;
	padding: 0px;
	width: 565px;
}

.notices th{
	width: 280px;
}

.notices th img{
	border: none;
	width: 280px;
	display: block;
}

.notices td{
	border-bottom: solid 1px #5E3119;
	border-left: solid 1px #5E3119;
	border-right: solid 1px #5E3119;
	border-top: none;
	vertical-align: top;
	padding: 3px;
}

.notices td h2{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #6C3936;
	margin: 0.5em 0px;
	padding: 0px;
}

.notices td p{
	margin: 0.3em 0px 0.5em;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6C3936;
	text-align: center;
}

.notices td ul{
	margin-top: 0.3em;
	margin-bottom: 0.5em;
	list-style-type: disc;
}

.notices td ul li{
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6C3936;
}

.notices td ul li span{
	font-weight: bold;
}

.notices td p a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6C3936;
	text-decoration: underline;
}

.notices td p a:hover{
	color: #FF6600;
}

.notes{
	position: absolute;
	z-index: 3;
	display: none;
	border: solid 1px #6C3936;
	width: 350px;
	background-color: #FFFFFF;
	padding: 5px;
}

.notes p span{
	font-weight: bold;
}
