/*
style blogit.fr version 3
css:eax design:greg/eax
*/
*{
	margin:0;
}

body{
	font-family:Tahoma,Verdana, Geneva, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size:70%;
	background:#fff url(robertplop.gif) repeat-x top;
	cursor:default;
}
a{
	text-decoration:none;
	color:#f6821b;
}
a img{
	border:none;
}
a:hover{
	text-decoration:underline;
	color:#4e5669;
}
.clear{
	clear:both;
}
h4,li{
	position:relative; /* correction bug ie */
}
.warning{
	color:#c00;
	font-weight:bold;
}

/* positionnement */
#annuaire {
	width=100%;
}
#annuaire ul{
	list-style:none;
}
#annuaire li:hover {
	background:#E1E1F0;
}
#contenu{
	background:url(robert.gif) no-repeat;
}
#head{
	height:128px;
}
#menu1{
	position:absolute;
	top:102px;
	left:190px;
	height:19px;
	width:546px;
}
#colonne1,#colonne1_online{
	position:absolute;
	width:175px;
	left:5px;
	top:170px;
}
#colonne2,#colonne2_online{
	position:absolute;
	width:420px;
	left:190px;
	top:170px;
}
#colonne3,#colonne3_online{
	position:absolute;
	width:180px;
	left:620px;
	top:170px;
}
#flashblog{
	height:200px;
	margin-bottom:5px;
}
#extern{
	position:absolute;
	left:850px;
	top:170px;
	width:180px;
}
#main2_online{
	position:absolute;
	width:620px;
	left:5px;
	top:170px;
}
#pub_admin{
	position:absolute;
	left:630px;
	top:170px;
	width:180px;
}

/* haut */
#head h1 a{
	position:absolute;
	display:block;
	width:190px;
	top:40px;
	left:20px;
	height:50px;
}
#head h1 a span{
	display:none;
}
#head h2{
	letter-spacing:0.1em;
	font-size:13px;
	font-weight:normal;
	font-style:italic;
	color:#fff;
	position:absolute;
	top:70px;
	left:200px
}

/* menu haut */
#menu1{
	background:url(greg.gif) 0 19px;
}
#menu1 ul{
	list-style:none;
	padding:0;
}
#menu1 ul li{
	float:left;
	width:136px;
}
#menu1 ul li a{
	display:block;
	width:136px;
	text-decoration:none;
	color:#a95914;
	text-align:center;
	height:18px;
	line-height:18px;
	font-size:11px;
}
#menu1 ul li a:hover{
	background:url(greg.gif) no-repeat top left transparent;
	color:#251204;
}

/* boites */
.box{
	width:100%;
	margin-bottom:10px;
	margin-top:0px;
}
.box h3{
	background:url(moimoi.gif) no-repeat top left;
	color:#fff;
	height:19px;
	font-size:11px;
	line-height:19px;
	padding-left:5px;
}
.box .box_content{
	border:1px solid #6a7a91;
	background:#f7f7f9;
}
.box .box_content h4{
	border-bottom:1px solid #6a7a91;
	margin:5px 5px 5px 2px;
	color:#3d4552;
	font-size:11px;
	font-weight:normal;
}
.box .admin{
	padding:5px;
}

* html ul.normal li{
	margin-left:30px;
}
/* listes (style accueil) */
ul.liste{
	list-style:none;
	padding:0;
}
ul.liste li{
	padding:2px;
}
ul.liste li+li{
	border-top:1px solid #c6cdd5;
}
ul.liste li a img{
	border:1px solid #c6cdd5;
	padding:1px;
}
ul.liste li a:hover img{
	border:1px solid #f68117;
	padding:1px;
}
#blogs_video ul li{
  border:none;
}

/* listes (style icones) */
ul.icones{
	list-style:none;
	padding:0;
}
ul.icones li{
	width:80px;
	height:100px;
	float:left;
	text-align:center;
	margin:5px;
}
* html ul.icones li{
	margin:0; /* hack pour ie */
}
ul.icones li a{
	text-decoration:none;
	display:block;
}
ul.icones li a:hover{
	color:#4b5668;
	text-decoration:none;
}
ul.icones li a img{
	border:none;
}

/* listes (style apercus) */
ul.apercus{
	list-style:none;
	padding:20px 60px;
}
ul.apercus li{
	width:160px;
	height:160px;
	float:left;
	text-align:center;
	margin:1px;
}
ul.apercus li a{
	text-decoration:none;
}
ul.apercus li a:hover{
	color:#4b5668;
	text-decoration:none;
}
ul.apercus li a img{
	border:2px solid white;
	padding:2px;
}
ul.apercus li em{
	color:#ccc;
	font-style:normal;
	font-size:9px;
}
ul.apercus li.minok img{
	border:2px solid;
	padding:2px;
}

/* derniers commentaires & coups de coeurs */
#coups_coeur{
	text-align:center;
}
#derniers_comments a,#coups_coeur a{
	text-decoration:none;
	color:#000;
	display:block;
}
#derniers_comments a:hover,#coups_coeur a:hover{
	background:#b3bbc6;
}
#derniers_comments .url,#coups_coeur .url{
	display:block;
	text-align:right;
	color:#bbb;
}
#derniers_comments a:hover span,#coups_coeur a:hover span{
	color:black;
}

/* top blogs */
#blog_pop strong{
	position:absolute;
	font-size:30px;
	font-weight:normal;
	color:#a75813;
	line-height:70px;
	text-align:right;
	width:2ex;
}
#blog_pop ul li{
	height:70px;
}
#blog_pop span{
	padding-left:50px;
}
#blog_pop .photos_pop{
	text-align:center;
}

/* form login */
#formulairelogin{
	padding:2px;
}
#formulairelogin input[type=text],#formulairelogin input[type=password]{
	border:1px solid #999;
}

/* blogs videos */
#videos_a_la_une{
float:left;
padding:5px
}
#videos_a_la_une h4{
border:none;
font-weight:bold;
margin:0
}
#blogs_video ul li{
padding:5px;
}


/* categories */
#categories ul li,#categories2 ul li{
float:left;
width:82px;
}
#categories2 ul li{
border:none;
}


/* aide */
.aide{
	border:1px solid #000;
	padding:5px;
	margin:20px;
	background:#ffffdc
}
.aide img{
	vertical-align:middle
}

/* articles.php */
#liste_articles{
	width:100%;
	border-collapse:collapse;
	empty-cells:show;
	border:2px solid #ddd;
	margin-top:20px;
}
#liste_articles th{
	border:1px solid #ddd;
	padding:5px;
	background:#eee;
}
#liste_articles td{
	border:1px solid #ddd;
	padding:2px;
	vertical-align:middle;
}
#liste_articles tr:hover{
	background:#eee;
}

/* publication */
#maj{
	background:white url(http://www.blogit.fr/pics/icones/save_f2.png) no-repeat 10px 10px;
	padding:5px 5px 5px 0;
}
#maj p{
	padding-left:50px;
	height:40px;
}

/* truc eax */
#sess_eax{
	position:fixed;
	top:20px;
	z-index:1000;
	right:20px;
	width:200px;
	overflow:auto;
	background:white;
	border:3px solid black;
	padding:5px;
	bottom:20px;
}

/* annuaire de blogs */
#blogs_categ ul{
	list-style:none;
	padding:0;
}
#blogs_categ ul li{
	border-bottom:1px solid #c6cdd5;
	padding:2px;
	height:10ex
}
#blogs_categ ul li a{
	display:block;
	height:10ex;
	color:black;
}
#blogs_categ ul li a:hover{
	text-decoration:none;
}
#blogs_categ ul li:hover{
	background:#c6cdd5;
}
#blogs_categ ul li span{
	display:none;
	color:black;
	float:right;
}
#blogs_categ ul li:hover span{
	display:block;
}
#blogs_categ ul li p{
	float:left;
	width:60px;
	text-align:center;
	height:10ex;
}
#blogs_categ ul li p img{
	border:1px solid black;
	padding:1px;
	background:white;
	margin-top:10px
}

/* DEDIBLOGS */
#dediblogs{
border-top:1px solid #6a7a91;
border-bottom:1px solid #6a7a91;
border-right:1px solid #6a7a91;
background:#f7f7f9;
height:25px;
width:990px;
}
#dediblogs #infos_dedicaces{
width:185px;
height:26px;
float:left;
background:#6a7a91;
text-align:center;
line-height:25px;
font-weight:bold;
}
#dediblogs #infos_dedicaces a{
color:white
}
#dediblogs .sp{
padding:6px 5px 5px 190px;
font-size:13px;
height:25px;
line-height:25px;
}

/* commentaires recents */
#commentaires_recents ul{
	list-style:none;
	padding:0;
}
#commentaires_recents ul li{
	border-bottom:1px solid #c6cdd5;
	padding:10px 0;
	clear:both
}
#commentaires_recents ul li a{
	display:block;
	color:black;
}
#commentaires_recents ul li a:hover{
	text-decoration:none;
}
#commentaires_recents ul li:hover{
	background:#c6cdd5;
}
#commentaires_recents ul li span{
	display:none;
	color:black;
	float:right;
}
#commentaires_recents ul li:hover span{
	display:block;
}
#commentaires_recents ul li p{
	float:left;
	width:60px;
	text-align:center;
}
#commentaires_recents ul li p img{
	border:1px solid black;
	padding:1px;
	background:white;
}