/* POSITIONNEMENT */

body {
	margin:0px;
	background-color:#FFFFFF;
}
.separateur {
	position:absolute;
	top:131px;
	left:218px;
	width:10px;
	height:390px;
	background-image:url(../images/bkg_separateur.jpg); /* Ligne verticale entre le menu et le contenu */
	background-repeat:no-repeat;
}
.separateurdroite {
	position:absolute;
	top:150px;
	left:956px;
	width:10px;
	height:390px;
	filter:fliph;
	margin-left:5px;
	background-image:url(../images/bkg_separateur.jpg); /* Ligne verticale entre le menu et le contenu */
	background-repeat:no-repeat;
}
/* POSITION DES MODULES /********************************************************************************************************************/
.postop {
	position:absolute;
	top:0px;
	width:956px;
	height:131px;
	padding:0px;
	margin:0px;
}
.posmenu {
	position:absolute;
	top:131px;
	left:26px;
	width:185px;
	padding:0px;
	margin:0px;
}
.poscontenu {
	position:absolute;
	top:131px;
	left:243px;
	width:711px;
	padding:0px;
	margin:0px;
}/*FIN POSITION DES MODULES /****************************************************************************************************************/


/* POSITION DU MENU /************************************************************************************************************************/
.titlemenu { /*Titre du menu*/
	height:30px;
	width:185px;
	text-indent:10px;
	line-height:30px;
	vertical-align:middle;
	background-image:url(../images/bkg_title_menu.jpg);
}
.itemmenu { /*Items du menu*/
	height:22px;
	width:185px;
	line-height:22px;
	text-indent:10px;
	vertical-align:middle;
	background-image:url(../images/bkg_item_menu.gif);
}/* FIN POSITION DU MENU /*******************************************************************************************************************/


/* POSITION DU MENU ADMIN/************************************************************************************************************************/
.titlemenuadmin { /*Titre du menu*/
	height:30px;
	width:185px;
	text-indent:10px;
	line-height:30px;
	vertical-align:middle;
	background-image:url(../images/bkg_title_menu_admin.gif);
}
.itemmenuadmin { /*Items du menu*/
	height:22px;
	width:185px;
	line-height:22px;
	text-indent:10px;
	vertical-align:middle;
	background-image:url(../images/bkg_item_menu_admin.gif);
}/* FIN POSITION DU MENU /*******************************************************************************************************************/


/* POSITION DU TITRE /***********************************************************************************************************************/
.tabletitlecontent {
	width:711px;
	height:33px;
	background-image:url(../images/bkg_title_content.gif);	
	text-indent:10px;
	line-height:30px;
}/* FIN POSITION DU TITRE /******************************************************************************************************************/


/* POSITION DES ONGLETS /********************************************************************************************************************/
.ongletscontent {
	width:711px;
	height:33px;
	margin-top:6px;	
	background-color:#FFFFFF;
}
.tableonglet {
	border-collapse:collapse;
}
.boiteonglet {/*Contient le texte de l'onglet*/
	width:149px;
	height:23px;
	padding-top:5px;
	padding-left:3px;
	cursor:pointer;
}/* FIN POSITION DES ONGLETS /***************************************************************************************************************/


/* POSITION DU CONTENU PRINCIPAL /*******************************************************************************************************/
.principalcontent {/*Contenant pour tableau de données*/
	width:711px;
	margin-bottom:15px;
	background-color:#FFFFFF;
}
.tablecontent {/*Tableau de données*/
	width:711px;
	border-collapse:collapse;
}

/* BOUTONS DE CONTROLE DE PAGE ET DE TABLE */
.controlepage {
	width:711px;
	height:23px;
	margin-top:0px;
	background-image:url(../images/bkg_controle_page.jpg);
	margin-bottom:11px;
}
.tablecontrolepage {
	width:711px;
	border-collapse:collapse;
}
.boitecontrole {/*Contenant de contrôle du tableau*/
	width:165px;
	height:21px;
	background-image:url(../images/bkg_controls_table.jpg);
	clear:both;
	overflow:hidden;
}
boitecontrole {/*Contenant de contrôle du tableau*/
	width:230px;
	height:21px;
	background-image:url(../images/bkg_controls_table.jpg);
	clear:both;
	overflow:hidden;
}
.tdcontroledroit {
	max-width:400px;
	width:240px;
	margin-right:10px;
}

/* TABLE TYPE 1 (AVEC UN TITRE) */
.tdtitletable {/*Titre du tableau*/
	height:20px;
	padding-left:10px;
	background-image:url(../images/bkg_title_table.jpg);
	vertical-align:middle;
}
.contenutabletype1 {
	width:100%;
	border-top-width:3px;
	border-top-color:#E8EDF2;
	border-top-style:solid;
	border-bottom-width:3px;
	border-bottom-color:#E8EDF2;
	border-bottom-style:solid;
	border-spacing:4px;
}

/* TABLE TYPE 2 (AVEC DES HEADERS DE COLONNES) */
.contenutabletype2 {
	width:100%;
	border-bottom-width:3px;
	border-bottom-color:#E8EDF2;
	border-bottom-style:solid;
	border-spacing:4px;
}
.tdheader {
	background-image:url(../images/bkg_header_table.gif);
	height:25px;
	padding-left:5px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#002051;
}
.tdseparateurheader {
	height:3px;
	background-color:#E8EDF2;
}/* FIN POSITION DU CONTENU PRINCIPAL /***************************************************************************************************/

/* TABLE TYPE 3 (SANS CELL SPACING - TOUT SE TOUCHE) */
.contenutabletype3 {
	width:100%;
	border-spacing:0px;
}
/* TABLE TYPE 4 (SANS CELL SPACING - AVEC MARGES EN BAS ET EN HAUT) */
.contenutabletype4 {
	width:100%;
	border-spacing:0px;
	margin-bottom:5px;
	margin-top:5px;
}
/* BOUTONS ACTION (ORDRE, SUPPRIMER, MODIFIER)*/
.tdactions4 {
	width:106px;
	height:25px;
	background-image:url(../images/bkg_action.jpg);
	vertical-align:middle;
}
.tdactions2 {
	width:50px;
	height:25px;
	background-image:url(../images/bkg_action.jpg);
	vertical-align:middle;
}

/* ALTERNANCE DES COULEURS (RANGÉES DES TABLEAUX)*/
.tddescription1 {
	height:25px;
	padding-left:5px;
	background-color:#E9F0FA;
}
.tddescription2 {
	height:25px;
	padding-left:5px;
	background-color:#FFFFFF;
}
.boiteerreur {
	background-color:#FFFFFF;
	font-family:Verdana;
	display:block;
	clear:both;
	overflow:auto;
	margin: 0px,2px,5px,2px;
	padding: 10px;
}
.boitetexte {
	margin:10px;
	background-color:#F3F6FB;
	padding:10px;
}/* FIN POSITION DU CONTENU PRINCIPAL /***************************************************************************************************/

/* POSITION DES ÉLÉMENTS DU LOGIN /********************************************************************************************************/
.poslogo {
	margin-bottom:20px;
}
.separateurhorizhaut {
	height:10px;
	width:350px;
	background-image:url(../images/img_separateur_h.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:5px;
	margin-top:5px;
}
.separateurhorizbas {
	height:10px;
	width:350px;
	background-image:url(../images/img_separateur_b.jpg);
	background-repeat:no-repeat;
	margin-bottom:0px;
	margin-top:5px;
}
.boxlogin {
	width:330px;
	height:142px;
	background-color:#F3F6FB;
}
.tablelogin {
	margin:10px;
}/* FIN POSITION DES ÉLÉMENTS DU LOGIN /****************************************************************************************************/

/*Fermeture des questions des FAQ***********************************************************************************************************/
.close{ visibility:hidden; height:1px; overflow:hidden; }