
	/***************************************************************
	 * BASE ELEMENTS- SECTION 1
	 *
	 * Main classes
	 ***************************************************************/
	


	
	/* A - Generic */
	A {
		text-decoration: none;
	}
	
	/* A - Link */
	A:link {
	    color:#488FC3;
		text-decoration: none;
		background-color: inherit;
	}
	
	/* A - Visited link */
	A:visited { 
		color:#488FC3;
		text-decoration: none;
		background-color: inherit;
	}
	
	/* A - Hover link */
	A:hover {
		color:#488FC3;
		text-decoration: underline;
		background-color: inherit;
	}
	
	/* A - Active link */
	A:active {
		color:#488FC3;
		text-decoration: none;
		background-color: inherit;
	}




 
	/* FORM - Generic */
	FORM {
		margin: 0px;
	}
	
	/* formulaires Typo3 css */

	.csc-mailform { border:0px; font-size: 11px; color: #811788 font-family: impact, arial;}
	.csc-mailform-submit{	background-color: #aba978; font-size: 10px; color: #fff; margin:0;padding:0;
	float: left; margin-right: 10px; margin-top:10px;padding:5px;}

	.csc-mailform-field {
	text-align:left;
	margin-bottom:3px; 
        
	}

	.csc-mailform label {float: left;
	width:65px;font-family: impact, arial;}

	.csc-mailform textarea 		{ 
	border: 1px #4dac26 solid;
	font-size: 11px;
	color: #838383;	
	line-height: 15px;
	background-color: #EEEEEE;
	margin:3px;
	padding:2px;	
	 }

	.csc-mailform input			{ 
	border: 1px #811788 solid;
	font-size: 11px;
	font-weight: normal;
	color: #811788;	
	line-height: 15px;
	background-color: #EEEEEE;
	margin:3px;
	padding:2px;
	
}
 
	/* IMG - Generic */
	IMG {
		border: none;
	}
	
	
	CAPTION {
		font-size: 13px;
		line-height: 30px;
	}
	
	
	
	/***************************************************************
	 * 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 */
	#main P.bodytext {
        font-family: arial;
        font-size: 11px;
		/*line-height:12px;*/
		margin:0;
        padding:0;
		color:#6D7778;
		padding-left:6px;
		padding-right:6px;
		padding-bottom:8px;
			}


	#col_centre P.bodytext[ALIGN="left"] {
		text-align: left;
	}
	#col_centre P.bodytext[ALIGN="right"] {
		text-align: right;
	}
	#col_centre P.bodytext[ALIGN="center"] {
		text-align: center;
	}
	
	/* DIV - tt_content */
	DIV.tt_content {
		margin-bottom: 10px;
	}
	
	/* TABLE - HTML Area */
	TABLE.contenttable {
		/*border: solid 1px #BCBCBC;*/
		padding: 1px;
		border-collapse: collapse;
		width: 100%;
	}
	TABLE.contenttable TD {
		padding: 2px;
		/*border: solid 1px #BCBCBC;*/
		background-color: #FFFFFF;
	}
	TABLE.contenttable TH {
		background-color: #E6F2FA;
		padding: 2px;
		border: solid 1px #BCBCBC;
	}
	TABLE.contenttable P.bodytext {
		text-align: left;
	}
	TABLE.contenttable TD[STYLE] P.bodytext {
		text-align: left;
	}
	
	
	/* LISTE A PUCE */
	#col_centre ul{
	margin:0;
	padding-left:10px;
	

}
	div#col_centre ul li{
    padding-left:10px;
	list-style-type:none;
	line-height: 1.6em;
	background: url(../images/puce_li.gif)  no-repeat 0em 0.6em  ;
    font-size:1em;
       
}
	/*retour haut de page*/
	
	.retourhaut a{ color:#EE7800; font-size:0.8em;}
	
	/* TABLE - File list */
	/*TABLE.csc-uploads {
		border: solid 1px #BCBCBC;
		border-collapse: collapse;
		width: 100%;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	TABLE.csc-uploads TD {
		padding: 5px;
		border: solid 1px #BCBCBC;
		background: #FFFFFF;
	}
	TABLE.csc-uploads TR.tr-even TD {
		background: #E6F2FA;
	}
	TABLE.csc-uploads TD.csc-uploads-fileSize {
		text-align: right;
		width: 10%;
		white-space: nowrap;
	}*/
	
	/* TABLE - Mail form */
	/*TABLE.csc-mailform {
		border: solid 1px #BCBCBC;
		border-collapse: collapse;
		width: 100%;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	TABLE.csc-mailform TD {
		padding: 5px;
		border: solid 1px #BCBCBC;
		vertical-align: top;
		text-align: left;
	}
	TABLE.csc-mailform TD.csc-form-labelcell {
		background: #FFFFFF;
		width: 25%;
		font-weight: bold;
	}
	TABLE.csc-mailform P.csc-form-label-req {
		color: #FF5400;
	}*/
	
	
	
	
	
	/***************************************************************
	 * 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;
	}

