body{
    /* La taille de base sera de 10px avec les valeurs par d�faut de police du navigateur */
    margin: 0px;
}

body .clearfix:after{
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    overflow:hidden;
}

body #conteneur .clearfix{
	display: inline;
	font-size: 0px;
}

#header{
	height: 155px;
	margin: 0px 0px 20px 0px;
	background-color: #000;
	background: url(../images/unfea_public_page_top_bg.png) left top repeat-x;
}

#top-menu-render{
	height: 20px;
	margin: 33px 0px 0px 0px;
}

#header #logo{
	margin: 25px 10px 0px 10px;
}

#navigation-principale{
	float: left;
	width: 100%;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 23px;
}

#navigation-principale li{
	position: relative;
	float: left;
	height: 23px;
}

#navigation-principale li.en-cours a{
	font-weight: bold;
}

#navigation-principale li a{
	line-height: 23px;
	padding: 0px 10px 0px 10px;
	color: #FFF;
	border: 1px solid #FFF;
}

#navigation-principale li ul{
	position: absolute;
	background-color: #000;
}

#navigation-principale li ul li{
	height: 18px;
}

#navigation-principale li ul li a{
	border: none;
	line-height: 18px;
}

#conteneur-page{
	padding: 20px 20px 20px 20px;
	border: 1px solid #FFF;
}

#contenu-page{
	float: left;
	width: 100%;
}

#contenu-page ul{
	list-style: disc;
	padding: 0px 0px 0px 20px;
}

HTML{
	font-family: Arial, sans-serif;
	font-size: 0.9em;
}

input, select, textarea{
    font-size: 100%;
}

h1{
    /* Par d�faut, ce texte s'affichera � 20px */
	margin: 0px 0px 10px 0px !important;
    font-size: 1.5em !important;
	color: #2B95D5;
}

h2{
    /* Par d�faut, ce texte s'affichera � 15px */
    font-style: italic;
    color: #2B95D5;
    margin: 10px 0px 5px 0px !important;
}

h3{
    /* Par d�faut, ce texte s'affichera � 12px */
	margin: 10px 0px 10px 10px !important;
}

h4{
	font-size: 0.9em !important;
	margin: 10px 0px 10px 10px !important;
}

p{
	margin: 0px 0px 10px 10px !important;
}

ul{
	margin: 0px 0px 10px 10px !important;
}

strong{
	font-weight: bold !important;
}

em{
	font-style: italic !important;
}

a{
	color: #FFF;
}

img{
	border: none;
}

fieldset.hidden{
	display: none;
}

p.err-msg{
	color: #F00;
	font-weight: bold;
}

/* ajouts � extjs */
.add-button .x-btn-text{
	height: 24px;
	padding: 0px 0px 0px 18px !important;
	background: url(http://192.168.1.3/sites/stocksdormants/images/add_button.gif) left center no-repeat;
	border: 1px solid #000;
}

/* aide */
#aide-index #contenu-page{
	width: 750px;
}

#contact #frm-contact{
	float: left;
	width: 460px;
}

#contact #frm-contact p{
	float: left;
	width: 100%;
	margin: 0px 0px 5px 0px !important;
	padding: 0px 0px 0px 0px !important;
}

#contact p a{
	color: #000;
}

#contact #frm-contact p label{
	float: left;
	width: 100px;
	color: #2B95D5;
	font-weight: bold;
	font-size: 0.9em;
}

#contact #frm-contact p textarea{
	width: 350px;
	margin: 0px 0px 0px 0px !important;
}

.buttons-bar{
	float: left  !important;
}

.buttons-bar span{
	float: right !important;
}

.buttons-bar span button{
	float: left;
}

/* sp�cificit�s listes */
table.KBH_AdminList .col-content-wrapper{
	display: block;
	padding: 0px 8px 0px 0px;
	background: url(../images/coin_gris.png) right bottom no-repeat;
}

table.KBH_AdminList .col-content-wrapper span{
	display: block;
	overflow: hidden;
}


table.KBH_AdminList td a{
	color: #666;
}

table.KBH_AdminList td.checkbox{
	width: 15px;
	padding: 2px 0px 0px 0px;
	text-align: center;
}

table.KBH_AdminList td.fournisseur,
table.KBH_AdminList td.gamme,
table.KBH_AdminList td.frontal,
table.KBH_AdminList td.adhesif,
table.KBH_AdminList td.type-frontal,
table.KBH_AdminList td.dorsal{
	/*width: 100px;
	overflow: hidden;
	border: 1px solid #000;*/
}

table.KBH_AdminList td.nb{
	width: 50px;
	text-align: center;
}

table.KBH_AdminList td.ajout-nom-utilisateur,
table.KBH_AdminList td.modification-nom-utilisateur{
	width: 100px;
}

table.KBH_AdminList td.ajout-date,
table.KBH_AdminList td.modification-date{
	width: 70px;
}