
/*---------------------------- STYLE SELECTIONNE DANS LE RTE ------------------------------*/
.csc-header, .csc-header-n1
	{
	padding: 0!important;
	margin: 0!important;
	}
.csc-header h1
	{
	display: block;
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
	color: #000;
	}

/*.espace-5
	{
	margin-left: 5px;
	margin-right: 5px;
	}*/

/*------------ Haut de page ------------*/
/*.csc-linkToTop
	{
	text-align: right;
	border-top: 1px dotted #6aa43a;
	}
.csc-linkToTop a
	{
	font-size: 10px;
	text-decoration: none;
	color: #6aa43a;
	}*/


/*------------------------------------------------------------------*/
/* liste plan du site												*/
/*------------------------------------------------------------------*/
.csc-menu
	{
	}
.csc-menu a
	{
	padding-left: 20px;
	color: #666666;
	line-height: 20px;
	font-weight: bold;

	background-image: url('commun/puce.gif');
	background-repeat: no-repeat;
	background-position: left center;
	}

/*------------------------------------------------------------------*/
/* Style des puces en sortie du RTE									*/
/*------------------------------------------------------------------*/
.csc-rte ul
	{
	}
.csc-rte ul li
	{
	padding-left: 20px;
	color: #666666;
	line-height: 22px;

	background-image: url('commun/puce.gif');
	background-repeat: no-repeat;
	background-position: 0 3px;
	}
.csc-rte ul li a
	{
	font-weight: bold;
	color: #666666;
	}


/*------------------------------------------------------------------*/
/* Bloc bleu colonne left											*/
/*------------------------------------------------------------------*/
.cw-bloc-bleu
	{
	text-align: right;
	background-color: #005da8;
	padding: 20px;
	padding-bottom: 40px;
	}
.cw-bloc-bleu .csc-rte p
	{
	font-size: 20px;
	color: #FFF;
	text-transform: uppercase;
	line-height: 27px;
	}
.cw-bloc-bleu .csc-rte p strong
	{
	color: #FFF!important;
	}

/*------------------------------------------------------------------*/
/* Bloc orange														*/
/*------------------------------------------------------------------*/
.cw-bloc-orange
	{
	margin-top: 15px;
	border: 1px solid #8c8c8c;
	}
.cw-bloc-orange .csc-header
	{
	height: 24px;
	background-image: url('commun/bloc-orange.gif');
	background-repeat: repeat-x;
	}
.cw-bloc-orange .csc-header h1
	{
	padding: 0;
	padding-left: 10px;
	font-size: 14px;
	color: #FFF;
	line-height: 24px;
	}
.cw-bloc-orange .csc-content .csc-rte
	{
	padding: 12px;
	/*padding-bottom: 20px;*/
	line-height: 22px;
	}
.cw-bloc-orange .csc-content .csc-rte p a {font-weight: bold;}





/*------------------------------------------------------------------*/
/*							Mode Edition							*/
/*------------------------------------------------------------------*/
/*div#page_edit_mode {padding-top:20px;}
div#page_edit_mode div.column {border:1px dotted #999;}

br.blackLineBR,
table.blackLine,
a.editicon,
table.typo3-editPanel td.typo3-editPanel-label {display:none;}

div.typo3-editPanel-top table.typo3-editPanel td.typo3-editPanel-label
	{
	display: block;
	padding-right: 6px;
	}

form.typo3-editPanel a.editicon {display:inline;}

table.typo3-editPanel
	{
	border: 1px solid #999;
	background-color: #f3f3f3;
	margin-top: 6px;
	}

table.typo3-editPanel td.typo3-editPanel-controls {padding:2px;}

table.typo3-editPanel td.typo3-editPanel-controls,
table.typo3-editPanel td.typo3-editPanel-controls a.editicon {color:#999;}

div.news-hidden1, table.typo3-editPanel-previewBorder {border:1px solid red;}

div.news-new-record-edit-panel table.typo3-editPanel td.typo3-editPanel-label
	{
	display:inline;
	/* 	display:inline-block; */
	}
