#body {
}

strong {
	font-weight: bolder;
}

h2#title { /* titre */
	/* text-transform: uppercase; */
	font-variant: small-caps;

	font-size: 24px;;
	font-weight: bold;
	font-family: Arial,Verdana,sans-serif;
	color: #013299;

	float: left;
	background: #fff;

	padding-right: 5px;
	line-height: 22px;
	height: 22px;
}

#titleLine {
	line-height: 20px;
	height: 20px;
	border-bottom: 1px solid #ff660e;
}

#rapide { /* bloc "accès rapide" à droite */
	float: right;
	background: #fff url(/images/rapide_bg.jpg) 0 0 repeat-x;
	margin-top: -17px;
	border-top: 1px solid #ff660e;
	height: 680px;
	width: 193px;
	text-align: center;
}

	#rapideTitle {
		float: right;
		width: 102px;
		height: 14px;
		margin-top: 9px;
		background: #fff url(/images/rapide.jpg) top right no-repeat;
	}

	#rapide ul {
		list-style: none;
		padding: 15px 0px 30px 15px;
		text-align: left;
	}

		#rapide ul li {
			background: transparent url(/images/rapide_bullet.jpg) 0px 7px no-repeat;
			padding-left: 10px;
		}
	
			#rapide ul li a {
				color: #000;
				font-size: 12px;
				text-decoration: underline;
			}

				#rapide ul li a:hover {
					color: #ff5d07;
				}

	#rapide img {
		padding-bottom: 5px;
	}

#em { /* encart du haut sous le titre sur fond dégradé bleu */
	background: #fff url(/images/em_bg.jpg) top left repeat-y;
	padding: 10px;
	color: #003399;
	font-weight: bold;
	font-size: 12px;
}

	#em.gm {
		background: #fff url(/images/em_bg_gm.jpg) top left repeat-y;
	}

	#em a {
		color: #003399;
		text-decoration: underline;
	}

		#em a:hover {
			color: #ff5d07;
		}

div.bodyBlock {
	border-bottom: 1px dotted #adafa4;
	margin-right: 210px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

	div.bodyBlock.gm {
		margin-right: 0px;
	}

	div.bodyBlock .backTop {
		color: #000;
		font-size: 11px;
		text-align: right;
	}

		div.bodyBlock .backTop a {
			color: #000;
			text-decoration: underline;
		}
	
			div.bodyBlock .backTop a:hover {
				color: #ff5d07;
			}

	div.bodyBlock h4 {
		font-style: italic;
		color: #003398;
		font-size: 14px;
		font-weight: bold;
		padding-left: 13px;
		margin-bottom: 10px;
		background: transparent url(/images/body_bullet.jpg) center left no-repeat;
	}
	
		div.bodyBlock h4 a {
			color: #003398;
			text-decoration: underline;
		}

			div.bodyBlock h4 a:hover {
				color: #ff5d07;
			}

	div.bodyBlock div.p {
		border-left: 2px solid #fe670e;
		padding-left: 10px;
	}

		div.bodyBlock div.p a {
			color: #000;
			text-decoration: underline;
		}

			div.bodyBlock div.p a:hover {
				color: #ff5d07;
			}

		div.bodyBlock div.p ul {
			list-style: disc inside;
		}

/* TinyMCE editor stuff */

#tinymceEditor .controls {
	text-align: center;
	vertical-align: middle;
}

#tinymceSubmit {
	margin-top: 20px;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 13px;
}

#tinymceCancel {
	font-variant: small-caps;
	margin-left: 100px;
	margin-top: 20px;
	padding: 5px;
}
