
html
{
	margin: 0 0 10px 0;
	padding: 0;
}

body 
{
	color: black;
	background-color: white;
	border: none;
	margin: 0;
	padding: 0;
	min-width: 500px;
}


/************************************** POLICES ***************************************/

*
{
	font-family : Arial, Helvetica, sans-serif;
}


.xoopsCode, #leftColumn .xoopsCode, #rightColumn .xoopsCode, .block .xoopsCode
{
	font-family : Courier, monospace;
}

.tri, .tri *, .img_legend, .img_legend *
{
	font-family: "Times New Roman", serif;
}




/*************** ALIGNEMENTS ET POSITIONNEMENTS ******************/

.center
{
	text-align: center;
}

.left
{
	text-align: left;
}

.right, .center .right
{
	text-align: right;
}

.justify
{
	text-align: justify;
}

.top
{
	vertical-align: top;
}

.middle
{
	vertical-align: middle;
}

.bottom, .bottom input
{
	vertical-align: bottom;
}

div.floatLeft
{
	float: left;
	margin: 0 5px 1ex 0;
	padding: 0;
}


div.floatRight
{
	float: right;
	margin: 0 0 1ex 5px;
	padding: 0;
}

div.floatCenter
{
	margin: auto;
	padding: 0;
}


.clear, .clear_center, div.form_line
{
	clear: both;
}

div.form_line
{
	float: none;
	text-align: left;
}

.clear_left
{
	clear: left;
}

.clear_right
{
	clear: right;
}


input, img, select
{
	vertical-align: middle;
}


textarea
{
	vertical-align: top;
}

img 
{
	border: 0;
}

.img_left, .img_right, .img_center
{
	padding: 10px;
	margin: 0;
	text-align: center;
}

.img_center
{
	text-align: center;
}

.img_left
{
	clear: left;
	float: left;
}

.img_right
{
	clear: right;
	float: right;
}

.img_legend
{
	text-align: center;
}

.img_legend, .img_legend *
{
	font-style: italic;
}

.pagination
{
	padding: 2ex 2px 0 0;
	margin: 0;
	text-align: center;
	clear: both;
}

.dhtml img
{
	cursor: pointer;
	vertical-align: bottom;
}

.dhtml img, label
{
	cursor: pointer;
}

.nowrap
{
	white-space: nowrap;
}

table
{
	empty-cells: show;
}


#xoopsHiddenText 
{
	visibility: hidden; 
	color: #000000; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none;
}

.pagneutral 
{
	font-size: 10px; 
	width: 16px; 
	height: 18px; 
	text-align: center; 
	background-image: url(./images/pagneutral.gif);
}

.pagact 
{
	font-size: 10px; 
	width: 16px; 
	height: 18px; 
	text-align: center; 
	background-image: url(./images/pagact.gif);
}

.paginact 
{
	font-size: 10px; 
	width: 16px; 
	height: 18px; 
	text-align: center; 
	background-image: url(./images/paginact.gif);
}


div.line
{
	background-color: #c2cdd6;
	border: 1px solid #2F5376;
	text-align: center;
	margin: 20px auto 10px auto;
	padding: 5px 0 5px 0;
	width: 100%;
}




#language_block
{
	text-align: center;
}





/********************************* STRUCTURE DU DOCUMENT ********************************/

/******************************** ENTETE ET PIED DE PAGE *********************************/


/************************************ COLONNES **********************************/

#mainTable
{
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
}


#leftColumn, #rightColumn, #centerColumn
{
	margin: 0;
	padding: 0 0 10px 0;
	vertical-align: top;
}


#centerColumn
{
	width: 100%;
}

/************************************ BLOCKS ********************************/


.blockContent
{
	padding: 3px 5px 3px 5px;
	text-align: left;

}


/***************************** positionnement BLOCS CENTRAUX *****************************/

.centerBlock1, .centerBlock2, .centerBlock3
{
	padding: 0;
	margin: 0 2% 0 2%;
	text-align: center;
}

.centerBlock1
{
	margin: 0 10px 0 10px;
}

.centerLBlock, .centerCBlock, .centerRBlock
{
	padding: 0;
	margin: 10px 0 0 0;
}

/* css cachée à IE Mac qui bugge avec les flottants */
/*@media all 
{*/
	.centerLBlock, .centerCBlock
	{
		float: left;
	}

	.centerRBlock
	{
		float: right;
	}

	/* Cas blocks de taille 1/3 */

	.centerBlock1 .centerCBlock, .centerBlock1 .centerRBlock, 
	.centerBlock3 .centerLBlock, .centerBlock3 .centerCBlock, 
	.centerBlock3 .centerRBlock
	{
		width: 31%;
	}

	/* Cas blocks de taille 1/2 */
	.centerBlock2 .centerLBlock, .centerBlock2 .centerCBlock, 
	.centerBlock2 .centerRBlock
	{
		width: 48%; 
	}
/*}*/

/* Cas un seul bloc sur la ligne */

.centerBlock1 .centerLBlock
{
	width: 100%;
	float: none;
}


.centerBlock1 .centerCBlock
{
	margin-right: auto;
	margin-left: auto;
	float: none;
}

/* Cas 2 ou 3 blocs sur la ligne */

.centerBlock2 .centerLBlock, .centerBlock2 .centerCBlock, 
.centerBlock3 .centerLBlock, .centerBlock3 .centerCBlock
{
	margin-right: 2%;
}

/************************************ CONTENU DE LA PAGE *********************************/

#content
{
	text-align: justify;
	padding: 10px 10px 10px 5px;
	margin: 0;
}


/************************************ LIENS ***************************************/

a 
{
	color: black;
	text-decoration: underline; 
}


a:hover, a.active, .light a:hover, .light a.active
{
}


#leftColumn a, #rightColumn a
{ 
	font-weight: bold;
	text-decoration: none;
}

#leftColumn .block a, #rightColumn .block a, .blockContent a
{
	font-style: normal;
	font-weight: normal;
	color: black;
}

#leftColumn .block h3 a, #rightColumn .block h3 a, .blockContent h3 a,
#leftColumn .block h4 a, #rightColumn .block h4 a, .blockContent h4 a
{
	font-weight: bold;
}

#leftColumn .block ul a, #rightColumn .block ul a, .blockContent ul a
{
	text-decoration: none;
}



#leftColumn .block a:hover, #rightColumn .block a:hover,.blockContent a:hover, 
#leftColumn .block a.active, #rightColumn .block a.active, .blockContent a.active
{
}


/* liens avec fleche pour tri ascendant ou descendant */
.tri a
{
	margin: 0 0.5em 0 0.5em;
}

th a.active .asc, th a.active .desc, .tri a.active .asc, .tri a.active .desc
{
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 10px 0 0;
}


.pagination a, .pagination .active, .tri a, .tri .active
{
	padding: 0 0 0 0.1em;
	font-weight: bold;
	text-decoration: none;
}


.pagination .fleche
{
	font-family: courier, monospace, serif;
}


a.formButton, .closePopup a
{
	text-decoration: none;
	margin: 0;
}


.alphabet a, .alphabet .active
{
	text-decoration: none;
	padding: 4px 7px 4px 7px;
	margin: 0 1px 0 0;
}



/************************************** LISTES ***************************************/

/* listes générales */
ul, #centerColumn .page .blockContent ul
{ 
	margin: 0 2px 0 10px; 
	padding: 0 2px 0 2px; 
	text-align: left;
}

li, #centerColumn .page .blockContent li
{ 
	margin: 0 0 0 2px; 
	padding: 2px 0 0 0;
	list-style: square outside; 
}

li li, #centerColumn .page .blockContent li li
{ 
	list-style: none; 
	padding-left: 0;
	margin-left: 0;
}


/* listes dans les menus */
#leftColumn li, #rightColumn li, .blockContent li
{
	list-style-type: none;
}


/* listes dans les blocs */
#leftColumn ul, #rightColumn ul, .blockContent ul
{
	margin: 0;
	padding: 0;
}

#leftColumn .blockContent li ul, #rightColumn .blockContent li ul, .blockContent li ul
{
	margin-left: 2px;
	padding-left: 2px;
}

#leftColumn .blockContent li, #rightColumn .blockContent li, .blockContent li
{
	margin-left: 0;
	list-style-type: none;
}

#leftColumn .blockContent li ul *, #rightColumn .blockContent li ul *, .blockContent li ul *
{
	font-style: italic;
}


/* groupements de listes */
.blockContent .separated, .blockContent .firstSeparated
{
	padding-bottom: 0.5ex;
	padding-top: 0.5ex;
}

.blockContent .lastSeparated
{
	padding-top: 0.5ex;
}

.blockContent .firstSeparated
{
	padding-top: 1px;
}


/* listes dans les messages */
div.errorMsg ul, div.resultMsg ul, div.confirmMsg ul, 
div.warningMsg ul, div.instructionMsg ul
{
	margin: 0.5ex 0 0.5ex 20px;
	padding: 0;
}

div.errorMsg ul ul, div.resultMsg ul ul, div.confirmMsg ul ul, 
div.warningMsg ul ul, div.instructionMsg ul ul
{
	margin: 0 0 0.5ex 10px;
	padding: 0;
}

div.instructionMsg ul
{
	font-style: normal;
}


/* listes de définition */
dl
{
	margin: 1ex 20px 1ex 5px;
	padding: 0;
}

dt
{
	display: block;
	margin: 0;
	padding: 3px 0 3px 2px; 
}

dt span.libelle
{
	display: block;
	float: left;
	font-weight: normal;
}

dt span.title
{
	font-weight: bold;
}

dt span.action
{
	display: block;
	float: right;
	font-weight: normal;
	width: 10em;
	text-align: right;
}

dd
{
	clear: both;
	display: block;
	margin: 0 0 2ex 0;
	padding: 0.5ex 5px 1ex 5px; 
	text-align: justify;
}

dd.transparent
{
	background-color: transparent;
}

dd table
{
	margin: 0 0 1ex 0;
	padding: 0;
	border-spacing: 0;
}

dd td.action
{
	width: 7em;
	text-align: right;
}

dd td
{
	border-left: none;
	border-right: none;
}

dd li
{
	list-style-type: none;
}

dd li h4
{
	font-style: italic;
	display: inline;
	padding: 0 3px 0 0;
}

dd li table
{
	margin: 1ex 0 1ex 0;
	padding: 0;
}


/************************************** Formulaires ***************************************/

input.formButton, a.formButton, .closePopup a, 
.blockContent input.formButton, .blockContent .form input.formButton
{
	background-repeat: no-repeat;
	background-position: center left;
	cursor: pointer;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
}


input.formButton, .blockContent input.formButton, .blockContent .form input.formButton
{
	text-align: left;
	margin: 0 0 0 1em;
}


textarea {
	padding: 2px;
}


input, .blockContent .form  input
{
	padding: 2px;
}

.blockContent .form  input
{
	margin: 0;
}

.label, div.form_elts_div .titre, table.form_elts_table .titre
{
	font-weight: bold;
}

div.form_elts_group .titre
{
	font-weight: normal;
}


form
{
	margin: 2ex 0 2ex 0;
	padding: 0;
}

.blockContent form
{
	margin: 0.5ex 0 0.5ex 0;
}

.blockContent input
{
	margin: 5px 0 5px 5px;
}


.label
{
	font-weight: bold;
}

.label .elt_description, th .elt_description
{
	font-weight: normal;
	font-style: italic;
}

option
{
	color: black;
}

optgroup, option.optgroup, option[disabled].optgroup
{
	color: black;
	font-weight: bold;
	font-style: italic;
}


option.disabled, option[disabled]
{
	color: #999999;
}



/************************************** TABLEAUX ***************************************/
/********************************* Données tabulaires *********************************/

table, table.description
{
	width: 90%;
	margin: 0 auto 2ex auto;
	padding: 0;
	border-spacing: 1px;
}

table.description
{
	margin-left: 0;
	width: 100%;
}

table.stats td
{
	vertical-align: middle;
}

caption
{
	text-align: center;
	margin: auto;
}

td, th
{
	border: 1px solid white;
	text-align: center;
	vertical-align: top;
}

td, th, caption
{
	padding: 2px 5px 2px 5px;
}

th, caption
{
	font-weight: bold;	
	vertical-align: middle;	
}

th.empty
{
	background-color: transparent;
}

.outer 
{
	/*border: 1px solid silver;*/
}

table.description th, td table.description th
{
	font-weight: bold;	
}

td.strong
{
	font-weight: bold;	
}

.head th, .head td, 
table.description .head th, td table.description .head th, 
.foot td
{
	font-weight: bold;
	padding: 4px 10px 4px 10px;
}

table.description .head th, td table.description .head th
{
	vertical-align: middle;
}

table.description th, table.description td, 
table.form table.description th, table.form table.description td
{
	text-align: left;
	vertical-align: top;
	padding: 3px 10px 3px 10px;
	border: 1px solid white;
}

td.even, td.head
{
	text-align: left;
}



/*********************** taille de colonnes courantes *************************/

th.ref, td.ref
{
	width: 3em;
}

th.id, td.id
{
	width: 2em;
}

th.date, td.date
{
	width: 5.2em;
}

th.datetime, td.datetime
{
	width: 9em;
}

th.action, td.action
{
	width: 7em;
}

th.statut, td.statut
{
	width: 2.5em;
}

td.statut
{
	white-space: nowrap;
}

th.statut_grand, td.statut_grand
{
	width: 6em;
}

th.ordre, td.ordre
{
	width: 6em;
}


th.delete, td.delete
{
	width: 5em;
}

th.type, td.type
{
	width: 9em;
}

th.prix
{
	text-align: center;
}
td.prix
{
	text-align: right;
}
td.prix, th.prix
{
	width: 7em;
}

th.float
{
	text-align: center;
}

td.float
{
	text-align: right;
}

td.float, th.float
{
	width: 6em;
}

th.small_float
{
	text-align: center;
}

td.small_float
{
	text-align: right;
}

td.small_float, th.small_float
{
	width: 4em;
}

th.num, td.num
{
	text-align: center;
}

td.num, th.num
{
	width: 3em;
}

th.infos, td.infos
{
	width: 5em;
}

td.infos
{
	text-align: right;
	white-space: nowrap;
}

th.photo, td.photo
{
	width: 160px;
	text-align: center;
}

th.selection, td.selection
{
	width: 4em;
	text-align: center;
}


/********************************** formulaires ***********************************/
/************************************** et ****************************************/
/************************ affichage de données d'un objet *************************/

form
{
	margin: 0;
	padding: 0;
}

#centerColumn .page .blockContent form
{
	margin: 2ex 0 2ex 0;
	padding: 0;
}

table.form, table.showData
{
	width: auto;
	margin: 0 0 1ex 5px;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

table.form
{
	margin-bottom: 0;
}


table.showData
{
	/*margin-top: 1ex;*/
}


table.form td, table.form th, table.showData td, table.showData th
{
	text-align: left;
	border: none;
	padding: 0.3ex 10px 0.3ex 0;
	margin: 0;
	background-color: transparent;
	color: black;
	vertical-align: top;
}

table.form td, table.showData td
{
	vertical-align: bottom;
}

table.showData td, table.showData th
{
	padding: 0.3ex 1em 1ex 0;
}

table.form th
{
	padding-top: 0.7ex;
}


table.search td, table.search th
{
	padding-bottom: 0.3ex;
}

div.form_search
{
	padding: 0.3ex 10px 1ex 5px;
	margin: 0;
}

table.form tr.middle td, table.form tr.middle th
{
	vertical-align: middle;
}

table.form caption, .caption, table.form_elts_table caption
{
	text-align: left;
	border: none;
	padding: 0 0 1ex 0;
	margin: 0;
	background-color: transparent;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

div.sous_form
{
	margin-left: 5px;
}

div.sous_form table.form, div.sous_form table.showData
{
	margin-left: 5px;
}

div.form_description
{
	margin: 1ex 5px 2ex 5px;
	font-style: italic;
}

div.form_description em
{
	font-style: normal;
	text-decoration: underline;
}

div.infos
{
	margin: 0 0 1ex 5px;
	padding: 0;
}

div.infos div.item
{
	padding: 0;
	margin: 0 0 1ex 0;
}

div.infos .floatLeft
{
	float: none;
	clear: both;
}


/***************************** champ de formulaire multilangue ******************/

div.itemML, div.form_line
{
	margin: 0;
	padding: 0 0 0.8ex 0;
}

table.form td
{
	padding-left: 18px;
}
table.form th
{
	padding-right: 0.5em;
}
div.itemML
{
	margin-left: -18px;
}


/***************************** TITRES *********************************/

h1, h2, h3, h4, .h2
{
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
	clear: both;
}

h1
{
	text-align: center;
}

h1 .soustitre
{
	font-weight: normal;
}

h3.arbo
{
	margin-bottom: 0.5ex;
	font-style: italic;
}

div.item_erreur h3
{
	margin: 0 0 0.7ex 0;
}

/************************** BLOCS SPECIAUX ************************/

.dhtml{
	padding: 0;
	margin: 1ex 0 1ex 0;
}

.tableau
{
	padding: 0;
	width: 98%;
	margin: auto;
}

.tableau table
{
	width: 100%;
	margin: 0;
}

.createLink
{
	padding: 0 0 0 2px;
	margin: 0;
}

.closePopup
{
	text-align: right;
	margin: 3ex 10px 2ex 0;
	clear: both;
}

.submit
{
	text-align: right;
	margin: 0.5ex 0 1.5ex 0;
	clear: both;
}


blockquote, .xoopsCode
{
	padding: 5px;
	margin: 1ex 20px 1ex 20px;
	text-align: justify;
}

.block blockquote, .block .xoopsCode
{
	margin-left: 5px;
	margin-right: 5px;
}

.xoopsCode
{
}

blockquote
{
	font-style: italic;
}

p
{
	margin: 0;
	padding: 1ex 0 1ex 0;
	text-align: justify;
}


.partie
{
	padding: 0;
	margin: 1ex 5px 1ex 5px;
	clear: both;
}

.pagination
{
	padding: 1ex 2px 0 0;
	margin: 0;
	text-align: center;
}

.js_check_all
{
	text-align: center;
	padding: 0 0 0.5ex 0;
}

.alphabet
{
	text-align: left;
}

.historique
{
	margin: 0 0 2ex 0;
	padding: 0;
}



/*********************************** Messages divers ******************************/

div.arbo
{
	display: inline;
	margin: 0;
	padding: 0;
}

div.arbo_light, .light, .light a
{
	font-style: italic;
	color: #555555;	
}

div.index_links
{
	text-align: right;
	margin: 0 5px 0 0;
}


div.tri
{
	padding: 0;
	margin: 1ex 10px 2ex 10px;
}

div.errorMsg, div.resultMsg, div.confirmMsg, div.warningMsg, div.instructionMsg
{
	margin: 2ex 0 2ex 0;
	padding: 0;
}

div.errorMsg, div.resultMsg, div.confirmMsg, div.warningMsg
{
	font-weight: bold;
	text-align: center;
}


div.errorMsg h4, div.errorMsg ul, 
div.resultMsg h4, div.resultMsg ul,
div.confirmMsg h4, div.confirmMsg ul,
div.warningMsg h4, div.warningMsg ul
{
	text-align: left;
}

div.errorMsg h4, div.resultMsg h4, div.confirmMsg h4, div.warningMsg h4
{
	margin: 0;
	padding: 0;
}

div.errorMsg ul *, div.resultMsg ul *, div.confirmMsg ul *, div.warningMsg ul *
{
	font-weight: normal;
}


div.errorMsg, div.errorMsg *, div.confirmMsg, div.confirmMsg *, 
div.warningMsg, div.warningMsg *,
th.warningMsg, td.warningMsg, 
.odd th.warningMsg, .even th.warningMsg,
.odd td.warningMsg, .even td.warningMsg
{
	color: #E80000;
}

div.resultMsg, div.resultMsg *
{
}

div.errorMsg li h4, div.resultMsg li h4, div.confirmMsg li h4, div.warningMsg li h4
{
	font-weight: bold;
}

div.instructionMsg
{
	font-style: italic;
	text-align: left;
}

div.instructionMsg div.commentaire
{
	font-style: normal;
}


div.count
{
	text-align: center;
	margin: 0 0 0.5ex 0;
	padding: 0;
	color: #808080;
}

div.item_erreur div, div.item_erreur table
{
	margin-left: 10px;
}

div.item_erreur table td
{
	vertical-align: top;
}

strong
{
	font-weight: bold;
}

strong.exemple
{
}

ul.exemple, ul.exemple h4
{
}

ul.exemple span
{
	color: black;
}

.inactif
{
	color: #999999;
}


/***************************** infos utilisateur *********************/


.user_infos
{
	margin: 20px 10px 10px 10px;
	padding: 0;
}


.user_infos .logo
{
	float: right;
}

.user_infos .logo_part_pro
{
	float: left;	
	margin: -2px 10px 0.5ex 3px;
}

.user_infos .raison_sociale, .user_infos .nom, .user_infos .login
{
	font-weight: bold;
}


.user_infos .justificatif
{
	font-style: italic;
	padding: 0 0 0 5px;
	position: relative;
	bottom: 2px;
}

.user_infos .entreprise_part
{
	margin: 0 0 2ex 0;
	padding: 0;
}

.user_infos .entreprise_part + .user_part
{
	padding: 2ex 0 0 0;
	margin: 0;
	border-top: 1px solid #999999;
}

.user_infos table
{
	margin: 0;
	text-align: left;
	width: auto;
}

.user_infos th
{
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}

.user_infos th, .user_infos td
{
	text-align: left;
	border: none;
	padding: 2px 10px 0 0;
	width: auto;
	background-color: transparent;
	color: black;
	vertical-align: top;
}

#user_login_other_links
{
	margin-left: 0;
}

#user_login_other_links li
{
	list-style-type: none;
	margin-bottom: 1ex;
}



/***************************** Recherche *********************/

.search_no_result
{
	text-align: center;
	margin: 0;
	padding: 0;
	color: #808080;
}

.search_result
{
	margin: 0 0 0 15px;
	padding: 0;
}

.search_module_result
{
	margin: 0 1ex 0 0;
	padding: 0;
}

ul.search_module_list
{
	margin: 0 0 0 10px;
	padding: 0;
}

ul.search_module_list li
{
	list-style-type: none;
	list-style-position: outside;
	padding: 1ex 0 0 0;
}

div.search_module_showall, div.search_module_pagination
{
	margin: 1ex 0 1ex 10px;
	color: #808080;
}

div.search_module_pagination
{
	text-align: center;
	margin-left: 0;
}

div.search_module_showall a, div.search_module_pagination a
{
	color: #808080;
	text-decoration: none;
}

ul.search_module_list .search_time
{
	padding: 0 0 0 10px;
	color: #808080;
	font-size: 90%;
}

ul.search_module_list .search_email
{
	font-size: 90%;
}
ul.search_module_list .search_email, ul.search_module_list .search_email a
{
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}

ul.search_module_list .search_email *
{
	font-size: 100%;
}

/***************************** classes spécifiques pour mysection *********************/

table.partenaires
{
	width: auto;
	margin: 2ex 0 1ex 0;
	padding: 0;
	border-spacing: 2px;
}

table.partenaires td
{
	text-align: left;
	border: none;
	padding: 0 2em 2ex 0;
	margin: 0;
	background-color: transparent;
	color: black;
	vertical-align: top;
}

table.partenaires td h4
{
}

h2.accueil
{
	border: none;
	text-align: center;
}

div.adresse
{
	margin: 2.5ex 0 2ex 0;
	text-align: center;
}

div.adresse h4
{
	color: black;
	text-align: center;	
}


.note
{
	margin: 1ex auto 1ex auto;
	width: auto; 
	text-align: justify;
	padding: 10px;
}



