body{
	font-family: Verdana;
	font-size: 11px;
	color: #6e6e6e;
}

#container{
	width: 802px;
	margin: 0px auto 0px auto;
}

#global{
	background-color:#fdfaf2;
	float: left;
}

#global #top{
	background: url(../images/habillage/header.gif) center top no-repeat;
	padding: 130px 0px 0px 0px;
}

#global #top ul{
	float: left;
	clear: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#global #top ul#nav li{
	float: left;
	margin-right: 4px;
	margin-bottom: 8px;
	padding: 0px 5px 0px 15px;
	background-color: #D9E1E6;
	

	/*width:192px;*/
	background-color: #B9CCD3;
	text-transform:uppercase;
	text-align:center;
	font-size: 0.9em;
	font-weight: bold;
	
	background-repeat: repeat-y;
}

#global #top ul#nav li a{
	text-decoration: none;
	color: #000;
}
form {
	clear: both;
}
#global #top ul#nav li#mon-compte{
	background-image: url(../images/habillage/adm_bak_compte.gif);
	
}

#global #top ul#nav li#mon-compte a.current{
	color: #54B75C !important;
}

#global #top ul#nav li#params{
	background-image: url(../images/habillage/adm_bak_params.gif);
}

#global #top ul#nav li#params a.current{
	color: #AC76C2 !important;
}

#global #top ul#nav li#categs{
	background-image: url(../images/habillage/adm_bak_categs.gif);
}

#global #top ul#nav li#categs a.current{
	color: #D18B8B !important;
}


#global #top ul#nav li#perso{
	background-image: url(../images/habillage/adm_bak_perso.gif);
}

#global #top ul#nav li#perso a.current{
	color: #00CACC !important;
}


#global #top ul#nav li#reseau{
	background-image: url(../images/habillage/adm_bak_reseau);
}

#global #top ul#nav li#reseau a.current{
	color: #54B75C !important;
}

#global #top ul#nav li#console{
	background-image: url(../images/habillage/adm_bak_console);
}

#global #top ul#nav li#console a.current{
	color: #AC76C2 !important;
}

#global #top ul#nav li#accueil{
	background-image: url(../images/habillage/adm_bak_accueil.gif);
}

#global #top ul#nav li#accueil a.current{
	color: #D18B8B !important;
}

#retour {
	clear: both;
}
#global #top #ariane{
	font-size: 16px;
	margin-top: 10px;
	width: 700px;
	height: 20px;
}

#global #top #ariane li{
	float: left;
	margin-left: 4px;
	white-space: nowrap;
}
#container h1 {
	padding: 5px 0 5px 5px;
	font-size: 16px;
}
#corps{
	position: relative;
	float: left;
	clear: both;
	margin: 10px;
	
}

#corps h1{
	font-size: 1.3em;
}

#corps h2{
	clear: both;
	font-size: 1.1em;
}

#corps table.data{
	clear: both;
	width: 75%; /* 75% pour pouvoir afficher l'astuce */
	border-collapse: collapse;
	margin-bottom: 10px;
}
#corps table #categ{
	width: 100%; /* Pas d'astuce */
}

#corps table #categ tr{
	height: 25px;
}

#corps table.data th{
	background-color: #DDD;
}

#corps table.data th,
#corps table.data td{
	padding: 0px 2px 0px 2px;
	border: 1px solid #CCC;
	white-space: nowrap;
	vertical-align: top;
}

#corps table.data th.status,
#corps table.data td.status{
	text-align: center;
}

#corps table.data th.num-posts,
#corps table.data td.num-posts{
	text-align: center;
}

#corps table.data th.content-type,
#corps table.data td.content-type{
	text-align: center;
}

#corps table.data th.date,
#corps table.data td.date{
	text-align: center;
}



/* Boite � outils */
#utils{
	position: absolute;
	border: solid thin #808080;
	background-color: #fff;
	left: 720px;
	width: 150px;
	right: 10px;
}
#btnColor{
	float:left;
}
#colorPicker{
	margin-top:3px;
	margin-left:8px;
	float:left;
	width: 15px;
	height: 15px;
	border: 1px solid #000000;
	background-color:#000000;
}
#utils br {
	clear: both;
}

.colorBox {
	float:left;
	display: block;
	width: 10px;
	height: 10px;
	border: 0;
	margin: 0;
}

/* erreurs de validation formulaire FF3300 */
.validation-advice{
	float: left;
	margin: 0px;
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #FFF;
	background-color: #FF3300;
	font-weight: bold;
	padding: 8px;
}

/* ajout de post */
#barre-add-paragraph{
	margin-bottom: 10px !important;
}

/* invite */
body#blogueur-invite form#frm-invite{
	/*width: 200px;*/
}

.shortened-label{
	position: relative;
}

.shortened-label a{
	color: #000;
	z-index: -1;
}

.shortened-label a span{
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 1px;
	border: 1px solid #000;
	background-color: #FFF;
	text-decoration: none;
}

/*.shortened-label a:hover span{
	visibility: visible !important;
	border: 1px solid #000;
}*/

/* ---------------------------------------------------------------- blogueur_parametres */
#blogueur-parametres #frm-auteur{
	width: 450px;
	position: absolute;
	top: 250px;
	left: 50px;
	padding: 10px;
	background: #FFF;
	border: 1px solid #AAA;
}

#blogueur-parametres #frm-auteur fieldset{
	border: none;
}


#blogueur-parametres .btn-close{
	text-align: right;
}

/* ---------------------------------------------------------- blogueur_personnalisation */
#blogueur-personnalisation #instructions-bloc{
	float: right;
	width: 350px;
	padding: 0.5em;
	border: 1px solid #000;
}

#blogueur-personnalisation #map-bloc{
	position: relative;
	float: left;
	width: 404px;
	height: 610px;
	border: 1px solid #000;
	background: url(../images/habillage/blog_schema.jpg) left top no-repeat;
}

#blogueur-personnalisation #map-bloc a{
	position: absolute;
	height: 40px;
	width: 40px;
}

#blogueur-personnalisation #map-bloc a span{
	display: none;
}

#blogueur-personnalisation #map-bloc #lien-bandeau{
	top: 20px;
	left: 140px;
}

#blogueur-personnalisation #map-bloc #lien-titre{
	top: 80px;
	left: 160px;
}
#blogueur-personnalisation #map-bloc #lien-photo{
	top: 90px;
	left: 275px;
}

#blogueur-personnalisation #map-bloc #lien-couleur-titres{
	top: 120px;
	left: 140px;
}
#blogueur-personnalisation #map-bloc #lien-typo{
	top: 150px;
	left: 200px;
}

#blogueur-personnalisation #map-bloc #lien-localisation{
	top: 210px;
	left: 10px;
	width: 80px;
}

#blogueur-personnalisation #map-bloc #lien-separateur{
	top: 210px;
	left: 210px;
}

/* ----------------------------------------------------------- personnalisation-bandeau */
#personnalisation-bandeau #preview{
	width: 800px;
	height: 140px;
	overflow: hidden;
	margin-bottom: 10px;
}

#personnalisation-photo #preview{
	margin-left: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}



/* ----------------------------------------------------------- personnalisation-couleur */
#personnalisation-couleur #utils{
	position: absolute;
	left: 150px;
	top: 110px;
	height: 200px;
	border: none;
}

#personnalisation-couleur #utils .btn{
	display: none;
}

#personnalisation-couleur #utils *{
	position: relative;
	top: -120px;
}

#personnalisation-couleur #p-color-preview{
	float: left;
	width: 370px;
	display: inline;
	overflow: hidden;
}

#personnalisation-couleur #p-color-preview label{
	float: left;
}

#personnalisation-couleur #color-preview{
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
}

/* ------------------------------------------------------------------ blogueur-link-add */
#blogueur-link-add #preview{
	float: right;
	width: 292px;
	overflow: hidden;
}


/* ------------------------------------------------------------------ Texte d'introduction de chaque partie */
#cntIntro {
	margin-left: 40px;
	width: 740px;
	overflow: hidden;
}
#intro{
	background-image:url("../../pictures/admin/comment-ca-marche.jpg");
	background-color:#e4f9f9;
	background-position:0 0;
	background-repeat:no-repeat;
	width:620px;
	margin-bottom: 15px;
	padding-left: 20px;
	!padding-top: 25px; /* IE6 */
	padding-top: 35px;
	
	padding-bottom: 10px;
	float: left;
}

#intro li{
	margin-bottom: 1em;
}

#intro em{
	color: #FF00FF;
}

span.red{color: #F00;}
span.green{color: #008000;}

/* ------------------------------------------------------------------ Astuce */
#astuce {
	float: right;
	background-image:url(../../pictures/admin/astuce.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color:#F0E660;
	
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 150px;
	margin-right: 10px;
	
	min-height: 40px;
}


body#blogueur-accueil #intro{
	width: 520px;
}

body#blogueur-accueil #astuce{
	float: left;
	margin-left: 15px;
}

body#blogueur-reseau #intro{
	width: 520px;
}

body#blogueur-reseau #astuce{
	position: absolute;
	top: 0px;
	right: 0px;
}

#frm-login .span-required{
	display: none;
}

#frm-login #remember{
	margin: 0;
}