/* HAUT - DROITE - BAS - GAUCHE --> rotation horaire a partir du haut */ 

* { margin:0; padding:0 }

html { height: 100%; background-color: #fff; }

body {
	height: auto;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans";
	font-size: 0.8em;
}

#sur-conteneur {
	width: 930px;
	margin: auto;
	height: auto;
}
#conteneur { margin: auto; height: auto; float: left;}			/* Public */

#grad_d, #grad_g { width: 26px; height: 1045px; }
#grad_g { float: left; }
#grad_d { float: left; }

/* Bloc contenu dans 'conteneur', centre de la page */
/* la taille, le padding et le margin sont mis par le php */
#bloc_contenu { float: left; height:auto; background: #fff;}		

.preview_content { /* special pour le mode previsualisation de l'edition des textes */
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans";
	font-size: 1em;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

/************  CENTRE DE LA PAGE  *************/

#centre_bloc_1 {		/* contiens l'ombrage bas du bloc gris*/
	float:left;
	width:100%;
	background: url('../../../../img/public/centre/centre_ombre-gris.gif') no-repeat;
}		

/* Desactive a la demande du client */
#centre_bloc_2 {	 /* contiens l'image de titre du menu-centre */
	float:left;
	width:100%;
	margin-top:15px;
	background: url('../../../../img/public/menu/dans_cette_rubrique.jpg')  20px no-repeat;
}
		
/*#centre_bloc_3  -- > deplace dans logipostel_menu-gauche_statique-double */

#sub_centre { /* bloc contenu dans bloc_contenu, affiche le resultat de la page */
	float: left;
	margin: 20px 0px 0px 20px;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans";
	font-size: 1em;
	color: #000;
	background:#fff;
}

/****************  TEXTES  ******************/

#sub_centre { font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans" }


a,p { font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans"; }
table { margin:auto; border:none; text-align: center}
th { padding: 4px; background-color: #f1a19c; font-weight:bolder; }
td,th { padding: 2px 2px 2px 2px; }
tr.even td { background-color:#eef3f9; }
tr.odd td { background-color:#fff; }
li { margin-left: 35px; list-style-image: url(../../../../img/public/centre/puce-carre.gif);}		/* decallages des li dans le bloc central */

a:link, a:visited {color: #c7463d; text-decoration: underline;}
a:hover {color: #F1A19C; text-decoration: none; }

/**********  STYLES DE L'ADMIN  *************/

.grey, .grey_bold { color: #9B9995; }
.grey_bold { font-weight: bold; }

.bouton_gris { /* style specifique aux boutons comme celui de l'ordre des pages */
	border: 1px solid #BBBBBB;
	margin: 0px;
	padding: 4px 2px;
	background-color:#fff;
	color: #9B9995;
	font-weight: bold;
	cursor: pointer;
}

/** fck editor dans admin : pages - edit **/
/* A besoind d'etre ici car cette page css est integre dans l'editeur */
#fck_internal_mod {
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans";
	font-size: 1em;
	color: #A19C95;
	padding:2px;
	overflow:hidden;
	overflow-x: hidden;
	overflow-y: scroll;
	overflow : -moz-scrollbars-vertical; 
}
