/****************************************************************/
/*   Design:      EOREN 2.0                                     */
/*   Copyright:   Ville de Neuchâtel                            */
/*   Name:        eoren.ch                                      */
/*   Graphisme:   Rouge de Mars / CEG / Neuchâtel               */
/*   HTML/CSS:    CEG / Neuchâtel                               */
/*   Description: Styles pour le RTE TYPO3                      */
/*--------------------------------------------------------------*/
/*   Date:        MARS   2013                                   */
/****************************************************************/


/* TAG GENERAUX */
p.align-right {
	text-align:right;
}
p.align-center {
	text-align:center;
}
p.align-left {
	text-align:left;
}
blockquote.cartographie {
	background:url(/fileadmin/sites/eoren/system/img/logoSITN.gif) no-repeat;
	height:32px;
	width:100px;
	display:block;
}
h2.sous-menu-important {
	color:#00906B;
	background:#e5e7f3;
	padding:5px;
	border-radius:3px;
}

