/*
Copyright (c) 2006 Skyline-arts.com. All rights reserved.
Gestion des liens externes par Florent Monthel - copyright (c) 2007 Internet-creation.fr - ajout du style a#link_lien
Gestion des utilsateurs par Florent Monthel - copyright (c) 2007 Internet-creation.fr - ajout du style a#link_user et .readonly
*/


/* ---------------------
Html et body
--------------------- */
body {
	width : 750px;
	margin : 0 auto; padding : 0 10px;
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 0.7em;
	color : #666;
	}


/* ---------------------
Header
--------------------- */
#header {
	margin-top : 35px;
	text-align : center;
	}

#header h1 {
	font-size : 1.2em;
	font-weight : normal;
	padding : 4px 0 2px 0; margin : 0;
	}
	
#header p {
	padding : 0 0 4px 0; margin : 0;
	font-style : italic;
	}


/* ---------------------
Navigation
--------------------- */
#navigation {
	border-bottom : 1px solid #eee;
	margin : 6px 0 25px 0;
	}
#navigation ul {
	padding : 5px 0 10px 0; margin : 0;
	text-align : center;
	}
#navigation2 {
	border-top : 1px solid #eee;
	margin : 25px 0 0 0;
	}
#navigation2 ul {
	padding : 0; margin : 0;
	text-align : right;
	}
#navigation li, #navigation2 li  {
	list-style : none;
	display : inline;
	margin-right : 10px; padding : 0;
	}
#navigation li a, #navigation2 li a {
	padding : 2px 0 2px 20px;
	text-decoration : none;
	}
#footer {
	text-align : right;
	margin : 0; padding : 6px 0 4px 0;
	}


/* ---------------------
Liens de navigation
--------------------- */
a#link_index { background : url(img/article.png) no-repeat; }
a#link_article { background : url(img/article-new.png) no-repeat; }
a#link_img { background : url(img/images.png) no-repeat }
a#link_categorie { background : url(img/categorie.png) no-repeat; }
a#link_lien { background : url(img/lien.png) no-repeat; }
a#link_conf { background : url(img/reglage.png) no-repeat; }
a#link_user { background : url(img/user.png) no-repeat; }
a#link_pluxml { background : url(img/pluxml.png) no-repeat; }
a.back{ background : url(img/go.png) no-repeat; }




/* ---------------------
Page d'authentification
--------------------- */
#auth {
	text-align :right;
	margin : 60px auto 0 auto;
	width : 400px;
	}
#auth fieldset{
	border : 1px solid #ddd;
	padding : 15px;
	}
#auth input{
	margin : 5px 70px 5px 0;
	}
legend {
	color : #666;
	}
.auth_return {
	text-align : center;
	margin : 0; font-size : 0.85em;
	}

fieldset {
	border : 0;
	margin : 10px 0; padding : 0 0 14px 16px;
	}
fieldset.withlabel {
	border : 1px solid #bbb;
}
fieldset p {
	margin : 0; padding : 12px 0 2px 0;
	}
textarea {
	width : 99%;
	border : 1px solid #bbb;
	}
input {
	margin : 0 8px 0 0; padding : 2px;
	border : 1px solid #bbb;
	}

#l-billet li {
	list-style-type : none;
	background : url(img/puce.png) no-repeat 5px 8px;
	padding : 2px 0 15px 20px;
	}

#l-billet a {
	line-height : 1.4em;;
	}
	
.msg {
	text-align : center;
	color : #D0371E;
	}
	
a {
	color : #5B5B5B;
	}

a:hover {
	color : #e3be2b;
	}

h2 {
	font-size : 1.1em;
	margin : 0; padding : 5px 0 10px 0;
	}
	
h3 {
	font-size : 1em;
	margin : 0; padding : 1px 0;
	}

.comment{
	border : 1px solid #eee;
	margin : 10px 50px; padding : 0 5px;
}

#logout {
	text-decoration : none;
	color : #bd0000;
	}
#l-billet a.delete:hover{
	color : #bd0000;
	}
	
.backupload{
	background : url(img/go.png) no-repeat;
	padding : 0 0 0 20px;
	}

.bloc_gal{
	margin : 0 10px 10px 0;
	width : 215px;
	border : 1px solid #bbb;
	float : left;
	text-align : center;
	}
.readonly {
	background-color:#DFDFDF;
	}