/* CSS Document */

/* barre Blogs -------------------------------------------------------*/
#blogs .corps {
	margin-left: 12px;
	margin-right: 0px;
	padding-top: 3px;	padding-left: 5px; padding-right: 5px;
	border-left: 3px solid #248a01;
	font-size: 0.8em;
}
#blogs .corps ul {
	list-style-type: none;
}
#blogs li {
	list-style-type: none;
	line-height: 20px;
	padding-bottom: 4px;
	background-image: url(../images/puce_rss.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-color: #248a01;
}
#blogs a {
	color: #248a01;
}
#blogs a:hover {
	text-decoration: underline;
}

/* widget Blogs -------------------------------------------------------*/
#widgetblog {
    position:absolute;
    left: 50%; 
    top: 45%;
    width: 700px;
    margin-top: -200px; /* moitié de la hauteur */
    margin-left: -350px; /* moitié de la largeur */
    border: 3px solid #248a01;
    background-color: #bcf182;
}

#widgetblog .entete {
	background-image: url(../images/icoW_rss.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 40px;
	padding-top:10px;
	border-bottom: 1px solid #248a01;
}
#widgetblog .entete span {
	float: right;
}
#widgetblog .entete span img{
	margin-right: 5px;
}
#widgetblog .entete .titre {
	float: none;
	margin-top: 20px; 
	font-size: 1.5em;
	font-weight: bold;
	color: #248a01;
}
#widgetblog .corps {
	margin-left: 10px; margin-right: 10px;
	padding-top: 10px;
	font-size: 1em;
	color: #248a01;
//	overflow-y: scroll;
}
#widgetblog .corps ul {
	list-style-type: none;
}
#widgetblog .corps ul div {

	background-color: #ffffff;
	margin-top: 2px;
	padding: 1px;
	font-size: 0.9em;
	color: #248a01;
}
#widgetblog .corps li {

	margin-bottom: 10px;
}
#widgetblog .corps a {
	background-image: url(../images/puce_liste.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-left: 15px;
	font-weight: bold;
	color: #248a01;
}
#widgetblog .corps a:hover {
	text-decoration: underline;
}

/* css administration -------------------------------------------------------*/
.blocAdmin {
    border: 2px solid #248a01;
    margin-bottom: 10px;
    padding: 5px;
    color: #248a01;
    font-size: 1em; 
}

.blocAdmin a{
    background-image: url(../images/puce_liste.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 15px;
    color: #248a01;
    font-weight: bold;
} 
.blocAdmin .listeBox{
    margin-top: 5px; 
}
.blocAdmin .listeBox span {
	line-height: 1.5em;
}
.blocAdmin .listeBox .champ {
	width: 40em;
}
