/* DROPDOWN */
ul#menu_drop{
	list-style-type: none;
	height: 20px;
	text-align: left;
	width: 240px;
	margin: 0;
	padding:0;
	position: relative;
	z-index: 500;
}
ul#menu_drop li{
	float:left;
	margin: 0;
	padding:0;
	position: relative;
	z-index: 500;
}
ul#menu_drop li img{
	cursor: pointer;
}
ul#menu_drop dl{
	position: relative;
	z-index: 500;
	margin: 0;
	padding:0;
}
ul#menu_drop dt{
	position: relative;
	z-index: 500;
	cursor: pointer;
	margin: 0;
	padding:0;
	margin-right:21px;
}
img#btn_envoyer{
	width: 77px;
}
img#btn_print{
	width: 77px;
}
ul#menu_drop dd{
	position: absolute;
	z-index: 500;
	background-color:#fff;
	display:none;
	border: 1px solid #ccc;
	margin: 0;
	padding: 10px;
}
dd#dd_partage ul{
	list-style-type: none;
	margin:0;
	padding: 0;
}
dd#dd_partage li{
	float: none;
	display: block;
	margin:0;
	padding: 2px 0;
	width:125px;
}
dd#dd_partage a{
	color:#666;
	height: 16px;
	padding:2px 0 2px 20px;
	text-decoration: none;
}
dd#dd_partage a:hover{
	text-decoration: underline;
}

a#digg{
	background: url(../images/digg.png) left top no-repeat;
}
a#sphinn{
	background: url(../images/sphinn.png) left top no-repeat;
}
a#delicious{
	background: url(../images/delicious.png) left top no-repeat;
}
a#facebook{
	background: url(../images/facebook.png) left top no-repeat;
}
a#googlebmk{
	background: url(../images/googlebookmark.png) left top no-repeat;
}
a#live{
	background: url(../images/live.png) left top no-repeat;
}
input#nom, input#prenom, input#email, input#destinataire, input#prenom_destinataire{
	width:200px;
	margin-bottom: 5px;
}
input#btn_submit{
	float: right;
}
dd#dd_envoyer textarea{
	width:200px;
	height: 100px;
	margin-bottom: 5px;
}
dd#dd_envoyer{
	position: relative;
	z-index: 999;
}
div.dd_close{
	position: absolute;
	right: 5px;
	top: 5px;
	height: 11px;
	width: 11px;
	cursor: pointer;
	background: url(../images/btn_close_dd.gif) center center no-repeat;
}
