/* ******************************
Feuille de styles spécifique pour le RTE
********************************* */


.mise-en-avant {
	padding: 10px;
	background: #b7db9a;
}

p.mise-en-avant {
	padding: 10px;
	background: #b7db9a;
}
 
table.donnees {
	margin-bottom: 10px;
	text-align: left;
}
	
table.donnees p {
	margin: 0;
	padding: 0;
	text-align: center !important;
}	
				
table.donnees th {
	padding: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background: #b7db9a;
}	

table.donnees td {
	margin: 0; 
	padding: 5px;
	border-bottom: 1px solid #b7db9a;
}	

table.maxSize {
	width: 100%;
}

table.textCenter td, td.textCenter {
	text-align: center !important;
}

img.bordure {
	border: 3px solid #6bb430;
}
img.no-bordure {
	border: none !important;
}

.float-right {float: right;}
img.float-right {margin: 3px 0 3px 10px;}

.float-left {float: left;}
img.float-left {margin: 3px 10px 3px 0;}

.center {text-align: center !important;}
p.center {text-align: center !important;}
.left {text-align: left !important;}
p.left {text-align: left !important;}
.right {text-align: right !important;}
p.right {text-align: right !important;}


a.notUnderline, a.notUnderline:hover {
	text-decoration: none !important;
}

h1.clear, h2.clear, h3.clear, br.clear, p.clear, hr.clear {clear: both;}
hr.clear {margin: 0; padding: 0; visibility: hidden;}
