/* <![CDATA[ */
	/***************************************************************
	 * BASE ELEMENTS- SECTION 1
	 *
	 * Main classes
	 ***************************************************************/
	
	/* BODY - Generic */
	BODY {
		margin: 5px;
		color: #333333;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: normal;
		text-decoration: none;
		font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif;
		background-color: #FFFFFF;
		background-image: url("/fileadmin/templates/dev/page_bg.gif");
		background-repeat: repeat-x;
	}
	
	.com {
		width: 50%;
	}
	
	.cp {
		width: 50%;
	}
	
	.table_form_comm {
		width: 100%;
	}
	
	/* style pour le tableau des recherches npa_routes.php - en-tête */
	.tr-head {
		background-color:#CBE134;
		text-align: left;
		font-size: 0.75em;
		font-size-adjust:none;
		font-variant:normal;
		line-height:1.3em;
	}
	
	/* style pour le tableau des recherches npa_routes.php - colonne */
	.th-h {
		border: 1px solid #F2F2F2;
	}

	/* style pour le tableau des recherches npa_routes.php - corps + couleur alternée gris-brun */
	.td-body {
		width: 255px;
		scope: col;
		margin: 1px;
		background-color: #F2F2F2;
	}
	
	/* style pour le tableau des recherches npa_routes.php - corps + sans couleur alternée */
	.td2-body {
		width: 255px;
		scope: col;
		margin: 1px
	}
	
	/* TD, LI - Generic */
	TD, LI {
		font-size: 12px;
		background-color: inherit;
	}
	
	TH {
		/*scope: col;*/
	}
	
	/* H1 - Generic */
	H1 {
		color: #333333;
		font-size: 1.8em;
		line-height: 1.3em;
		margin-top: 2px;
		margin-bottom: 0.7em;
		background-color: inherit;
	}
	
	/* H2 - Generic */
	H2 {
		font-size: 15px;
		margin-top: 2px;
		margin-bottom: 2px;
		background-color: inherit;
	}
	
	/* H3 - Generic */
	H3 {
		color: #336CA6;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
		background-color: inherit;
	}
	
	/* H# - Generic */
	H4, H5, H6 {
		color: #333333;
		font-style: normal;
		font-weight: bold;
		font-size: 12px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
		background-color: inherit;
	}
	
	/* HR - Generic */
	HR {
		border: none;
		width: 100%;
		background-color: #4B4F53;
		color: inherit;
		height: 1px;
	}
	
	/* A - Link */
	A:link {
		color: #CC6600;
		text-decoration: none;
		background-color: inherit;
	}
	
	/* A - Visited link */
	A:visited {
		color: #CC6600;
		background-color: inherit;
		text-decoration: none;
	}
	
	/* A - Hover link */
	A:hover {
		color: #CC6600;
		text-decoration: underline;
		background-color: inherit;
	}
	
	/* A - Active link */
	A:active {
		color: #CC6600;
		text-decoration: underline;
		background-color: inherit;
	}
	
	/* FORM - Generic */
	FORM {
		width: 100%;
	}
	
	/* INPUT - Generic */
	INPUT {
		color: #4B4F53;
		font-size: 11px;
		line-height: normal;
		border: solid 1px #989795;
		background-color: #FFFFFF;
		margin-top: 2px;
		vertical-align: middle;
		padding: 2px;
	}
	
	/* TABLE - Generic*/
	.contenttable {
		cellpadding: 4; 
		cellspacing: 0;
		border:1px solid #F2F2F2;
		border-collapse:collapse;
		bordercolor: #CCCCCC;
		margin:5px;
		padding:0;
		text-align:left;
	}
	
	/* TEXTAREA - Generic */
	TEXTAREA {
		color: #4B4F53;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif;
		border: solid 1px #989795;
		background-color: #FFFFFF;
		margin-top: 2px;
		vertical-align: middle;
		padding: 2px;
	}
	
	/* SELECT - Generic */
	SELECT {
		color: #4B4F53;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif;
		border: solid 1px #989795;
		background-color: #FFFFFF;
		margin-top: 2px;
		vertical-align: middle;
		padding: 2px;
	}
	
	/* IMG - Generic */
	IMG {
		border: none;
	}
	
	
	
	
	
	/***************************************************************
	 * BASE ELEMENTS- SECTION 2
	 *
	 * Template classes
	 ***************************************************************/
	
	/* Miscellaneous */
	.noBorder {
		border: none;
	}
	.strong {
		font-weight: bold;
	}
	.accessKey {
		text-decoration: underline;
	}
	
	
	
	
	
	/***************************************************************
	 * BASE ELEMENTS- SECTION 3
	 *
	 * Typo3 CSS styled content classes
	 ***************************************************************/
	
	/* P - Body text */
	P.bodytext {
		text-align: justify;
	}
	P.bodytext[ALIGN="right"] {
		text-align: right;
	}
	P.bodytext[ALIGN="center"] {
		text-align: center;
	}
	
	/* DIV - tt_content */
	DIV.tt_content {
		margin-bottom: 10px;
	}
	

	
	/***************************************************************
	 * BASE ELEMENTS- SECTION 4
	 *
	 * Typo3 classes
	 ***************************************************************/
	
	/* Edit icons */
	TABLE.typo3-editPanel {
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 0px;
		background: none;
		border: none;
		border-collapse: collapse;
		width: 100%;
	}
	TABLE.typo3-editPanel TD.typo3-editPanel-controls {
		padding: 5px;
		color: inherit;
		background-color: #FAFBFB;
		border: solid 1px #DFE2E3;
		width: 100px;
	}
	TABLE.typo3-editPanel TD.typo3-editPanel-label {
		padding: 5px;
		color: inherit;
		background-color: #F0E9D2;
		border: solid 1px #E5D9B1;
	}
	TABLE.typo3-editPanel TD.typo3-editPanel-label FONT {
		font-weight: bold;
		color: #FF5400;
		background-color: inherit;
	}
	TABLE[bgcolor="black"] {
		color: inherit;
		background-color: #DFE2E3;
	}
	
	/* Admin panel */
	TABLE.typo3-adminPanel {
		padding: 0px;
		color: inherit;
		background-color: #FAFBFB;
		border: solid 1px #DFE2E3;
		border-collapse: collapse;
	}
	TABLE.typo3-adminPanel TD {
		padding: 2px;
	}
	TABLE.typo3-adminPanel TR {
		color: inherit;
		background-color: #FAFBFB;
		border: solid 1px #DFE2E3;
	}
	TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow {
		color: inherit;
		background-color: #F0E9D2;
		border: solid 1px #E5D9B1;
	}
	TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow {
		color: inherit;
		background-color: #F0E9D2;
		border: solid 1px #E5D9B1;
	}
	TABLE.typo3-adminPanel TR.typo3-adminPanel-itemRow {
		color: inherit;
		background-color: #FAFBFB;
		border: solid 1px #DFE2E3;
	}
	TABLE.typo3-adminPanel TABLE {
		color: inherit;
		background-color: #FAFBFB;
		border: solid 1px #DFE2E3;
		border-collapse: collapse;
	}
	TABLE.typo3-adminPanel TABLE TD {
		color: inherit;
		background-color: #F0E9D2;
		border: solid 1px #E5D9B1;
	}
	TABLE.typo3-adminPanel A:hover {
		text-decoration: none;
	}
/* ]]> */
