body a {
	color: black;
	text-decoration: none;
}

.CMSContent a, td.CMS_Content a, body[contenteditable] a, body .edito a, .globalNew a {
	color: #9e0a0a;
	text-decoration: underline;
}

body a:hover {
	color: #9b0000;
}
h1.CMS {
	color: #9b0000;
}
#content {
	margin: 40px 35px 40px 4px;
	position: relative;
}

#content.contentPage {
	margin-left: 35px;
	float: left;
	width: 460px;
}

#fauxCol {
	position:absolute;
	left: 0;
	bottom: -40px;
	width: 235px;
	height: 100%;
	background-color: #d6d6d6;
}

#leftCol {
	padding-left: 0;
	width: 235px;
	margin-right: 35px;
	min-height: 100%;
	height: 100%;
	z-index: 2;
}
#middleCol {
	width: 460px;
	margin-right: 35px;
}

#rightCol {
	width: 200px;
}

#recherche {
	margin-top: 55px;
}

a.SubMenuLevel3 .bullet {
	display: none;
}

#subMenuList a.SubMenuLevel3 {
	background-image:url(/common/images/template/triangle-bordeaux.png);
	margin-left: 6px;
	background-repeat: no-repeat;
	background-position: 25px 4px;
	padding-bottom: 2px;
}

/* MODULES */
h2.module {
	color: #9b0000;
}
.titleNews h3 {
	/*background-image:url(/common/images/template/triangle-bordeaux.png);
	margin-left: 6px;
	padding-left: 11px; */
}

.textNews {
	display: none;
}

.newsContent {
	display: none;
}

img.newsImage {
	display: none;
}

a.newsMore {
	display: none;
}

.newsWrapper {
	background-color: #d6d6d6;
	padding: 15px 10px 0 15px;
	height: auto;
	z-index: 2;
}

.shortcutWrapper {
	background-color: white;
	z-index: 2;
	padding: 0 10px 15px 15px;
}

.shortcutWrapper h2.module {
	padding-top: 0;
	margin-top: 0;
}

ul.shortcutList {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.shortcutList > li {
	background-image:url(/common/images/template/triangle-bordeaux.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 10px;
	line-height: 20px;
}

ul.shortcutList > li a {
	font-weight: bold;
}

h2.module.agenda {
	margin-bottom: 0;
}

ul.newsList.agenda {
	margin-top: 15px;
	margin-bottom: 5px;
}
#rechercheWrapper {
	color: #000;
}
ul#searchCriterias {
	list-style: none;
	margin: 0;
	padding: 0;
}

#searchCriterias > li {
	display: block;
	padding-bottom: 10px;
}

#searchCriterias select {
	font-size: 11px;
}

#docSearchFrm input, #docSearchFrm select {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: inherit;
	margin-top: 4px;
}
#docSearchSubmit {
	background-color: #c3c3c3;
	height: 24px;
	color: black !important;
	border: 0;
	/*line-height: 13px;*/
	letter-spacing: -0.8px;
	padding-top: 0;
/*	padding-bottom: 2px;*/
}

h2.module.search {
	font-size: 24px;
	font-weight: normal;
	text-transform: none;
}

h1, h2, h3, h4, h5 {
	color: #9b0000;
}

#rightColumn {
	float: left;
	width: 200px;
	margin-top: 70px;
}
.CMSbuttons {
	display: none;
}
#rightColumn > .CMSbuttons {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

#rechercheWrapper {
	padding-top: 15px;
}

.CMSbuttons a.addthis_button {
	float: left;
}
.CMSbuttons a {
	display:block;
	float: right;
}

a.newsVoirTout {
	color: #9b0000;
}

#content.contentPage.wide {
	width: 690px;
}

#footer a {
	color: #9b0000;
}

img[align="left"]
{
	padding: 0 10px 0 0;
}

img[align="right"]
{
	padding: 0 0 0 10px;
}