/* $Id: webcontent.css 7072 2016-07-06 22:07:29Z iscp-cdiels $ */

/* Tinymce styles for styles menu used in the web content */
.tmce_normal {
	font-weight: normal;
	font-size: 8pt;
	display: inline;
	color: #000;
}
.tmce_type1 {
	color: red;
}
.tmce_type2 {
	color: #5C8E04;
}
.tmce_titre1 {
	font-weight: bold;
	font-size: 14pt;
	display: block;
	margin-top: 30px;
	color: #000;
}
.tmce_titre2 {
	font-weight: bold;
	font-size: 12pt;
	display: block;
}
.tmce_titre3 {
	font-weight: bold;
	font-size: 10pt;
	display: block;
}
.tmce_authorsign {
	font-weight: normal;
	font-size: 8pt;
	display: block;
	color: #666;
	text-align: right;
	font-style: italic;
}




.tmce_idea:before, .tmce_tonote:before, .tmce_warning:before, .tmce_danger:before {
	display: block;
	margin: 0px -5px 10px -30px;
	padding: 7px 10px 5px 45px;
	color: #666;
	font-family: Optima, "Lucida grande", Calisto, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	background-color: #FFF;
	background-repeat: no-repeat;
	height: 37px;
}
.tmce_idea:before {
	background-image: url('../images/idea.png');
	content: 'Idée';
}
.tmce_tonote:before {
	background-image: url('../images/note.png');
	content: 'A noter';
}
.tmce_warning:before {
	background-image: url('../images/warning.png');
	content: 'Attention';
}
.tmce_danger:before {
	background-image: url('../images/danger.png');
	content: 'Danger';
}
.tmce_idea, .tmce_tonote, .tmce_warning, .tmce_danger {
	display: block;
	margin: 0px;
	padding: 0px 5px 8px 10px;
	background-color: #F2F2F2;
	color: #000;
	font-size: 11px;
	text-align: left;
	margin: 0px 0px 0px 20px;
	border-left: 1px dotted #AAA;
}

/* DDEC42 */
.tmce_soustitre {
	color: #F93;
	font-weight: bold;
}





/* TABLE predefined class for TinyMCE */

/* Default : Structure sans ligne */
table.table_default{
	border-collapse: collapse;
	border-width: 0px;
	margin: 0px;
	width: 100% !important;
	background-color: transparent;
	background-image: none;
}
table.table_default td{
	padding: 3px;
}

/* Structure avec lignes */
table.table_lines{
	border-collapse: collapse;
	border-width: 0px;
	margin: 0px;
	width: 100% !important;
	background-color: transparent;
	background-image: none;
}
table.table_lines td{
	padding: 3px;
	border: 1px solid #D8D8D8;
}

/* Structure avec lignes et en-tetes */
table.table_head{
	border-collapse: collapse;
	border-width: 0px;
	margin: 0px;
	width: 100% !important;
	background-color: transparent;
	background-image: none;
}
table.table_head td{
	padding: 3px;
	border: 1px solid #D8D8D8;
}
table.table_head tr:first-child td {
	background-color: #CECECE;
	font-weight: bold;
	border: 1px solid #ADADAD;
}

/* Grey alt with headers */
table.table_alt_grey_head {
	border-collapse: collapse;
	border-width: 0px;
	margin: 0px;
	width: 100% !important;
	background-color: transparent;
	background-image: none;
}
table.table_alt_grey_head td {
	font-weight: normal;
	border: 1px solid #D8D8D8;
	vertical-align: top;
	background-color: #F2F2F2;
	padding: 3px;
}
table.table_alt_grey_head tr:first-child td {
	background-color: #CECECE;
	font-weight: bold;
	border: 1px solid #ADADAD;
}
table.table_alt_grey_head tr:nth-child(even) td {
	background-color: #FCFCFC;
}



/* Mailbox */
.mailboxwait{
	text-align: center;
	vertical-align: middle;
	margin: auto;
}
#ekeymodal .modal-title{

}
.mailboxicon{
	color: #005A8E;
	vertical-align: baseline;
}
.mailboxerrmsg{
	font-size: 16px;
}
.mailboxokmsg{
	color: #12C943;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	text-align: center;
	margin: 40px 0px;
}
.mailboxinputerr{
	color: #F00;
}