#speednews_onglet{
	position: fixed;
	right: 10px;
	bottom: 0px;
	direction: ltr;
	z-index: 200px;
	
	color: #000000;
	font-weight: bold;
	cursor: pointer;
	z-index: 1;
	float: left;
}

#speednews_onglet .title{
	border-top: 2px solid #DDDDDD;
	border-left: 2px solid #DDDDDD;
	border-right: 2px solid #DDDDDD;
	background-color: #99AFD3;
	
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	float: right;
}

.blocSpeedNews{
	display: none;
	position: fixed;
	right: 10px;
	bottom: 0px;
	direction: ltr;
	z-index: 210px;
	text-align: center;
	background-color: #FFFFFF;
	
	width: 350px;
	height: 400px;
	
	border-top: 2px solid #DDDDDD;
	border-left: 2px solid #DDDDDD;
	border-right: 2px solid #DDDDDD;
	
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	z-index: 2;
	margin-bottom: 28px;
}

#speedNewsTitre{
	background: url("../../include/images/fond.php?couleur=normal") repeat-y scroll left center transparent;
	color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-top: 20px;
    padding-left: 5px;
    position: inherit;
    text-align: left;
    width: 595px;
	letter-spacing: 0px;
	border-bottom: none;
}

#speedNewsTitre img{
	cursor: pointer;
}

#blocNormal{
	text-align: left;
}

.blocSpeedNews #title{
	background-color: #99AFD3;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.blocSpeedNews #title a{
	color: inherit;
	text-decoration: inherit;
}

.blocSpeedNews #close{
	float: right;
	cursor: pointer;
	margin-right: 2px;
	margin-top: 4px;
}

.blocSpeedNews .bloc, #blocSpeedNewsInsertReal .bloc{
	background-color: #FFFFFF;
	text-align: left;
}

.blocSpeedNews .bloc{
	overflow-y: auto;
	height: 377px;
}

.blocSpeedNews .bloc .spnews, #blocNormal .spnews{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	overflow: hidden;
}

.blocSpeedNews .bloc .spnews hr, #blocNormal .spnews hr{
	width: 75%;
	color: red;
}

.blocSpeedNews .bloc .spnews .delete, #blocNormal .spnews .delete, .bloc .delete{
	float: right;
	cursor: pointer;
	display: none;
	position: absolute;
	right: 3px;
}

#blocNormal .spnews .delete{
	position: relative;
}

.blocSpeedNews .bloc .spnews .hour, #blocNormal .spnews .hour, .shadowImage .hour{
	font-weight: bold;
	margin-right: 7px;
}

.blocSpeedNews .bloc .spnews .photo{
	float: left;
	width: 50px;
	height: 50px;
}

#blocNormal .spnews .photo, .shadowImage .photo{
	float: left;
	width: 80px;
	height: 80px;
	padding-right: 7px;
}

.blocSpeedNews .bloc .spnews .text, #blocNormal .spnews .text, .shadowImage .text{
	white-space: pre-wrap;
}

.blocSpeedNews form img, #titre img{
	cursor: pointer;
}

.blocSpeedNews #blocSpeedNewsInsert, #blocSpeedNewsInsertReal{
	z-index: 3;
	position: fixed;
	left: 200px;
	top: 200px;
	display: none;
	
	width: 300px;
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
	border-radius: 8px 8px 8px 8px;
	background: none repeat scroll 0 0 rgba(82, 82, 82, 0.7);
}

.blocSpeedNews #blocSpeedNewsInsert .bloc, #blocSpeedNewsInsertReal #bloc{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	vertical-align: middle;
	width: 287px;
}

.blocSpeedNews #blocSpeedNewsInsert .bloc #titre, #blocSpeedNewsInsertReal #bloc #titre{
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	background-color: #99AFD3;
	color: #000000;
	width: 294px;
	
	margin-bottom: 5px;
	margin-top: -5px;
	margin-left: -5px;
	padding-left: 3px;
}
