/* Start of CMSMS style sheet 'Layout: Left sidebar + 1 column' */
/*****************browsers interpret margin and padding a little differently, we'll remove all default padding and margins andset them later on******************/* {
	margin: 0;
	padding: 0;
}

body {
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
	text-align: left;
}

div {
	color: #fff;
	font-size: 1em;
}

img {
	color: #021a5a;
        margin-top: 2px;
        margin-left: 2px;
        margin-right: 2px;  /* ajout MZ */
}

a,a:link a:active {
	background-color: inherit;
	color: #ffffff;
	text-decoration: underline;
}

a:visited {
	background-color: inherit;
	color: #92b8cf;
	text-decoration: underline;
}

a:hover {
	background-color: #C3D4DF;
	color: #000080;
	text-decoration: none;
}

/*****************basic layout *****************/
body {
	background-color: #021a5a;
	color: #ffffff;
	margin: 1em;
}

div#pagewrapper {
	background-color: #001dad;
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
	div#pagewrapper: ;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	max-width: 80em;
	min-width: 60em;
}

/*** header ***we will hide text and replace it with a imagewe need to assign a height for it so that the image wont cut off*/div#header {
	background-color: #001dad;
	color: #ffffff;
	height: 80px;
}

div#header h1 a {
	background-color: #001dad;
	background-image: url(images/cms/logo1.gif);
	background-position: 0px;
	background-repeat: no-repeat;
	color: #ffffff;
	display: block;
	height: 80px;
	text-decoration: none;
	text-indent: -999em;
}

div#search {
	background-color: #001dad;
	color: #ffffff;
	float: right;
	margin-bottom: 0;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0;
	padding-bottom: 0.2em;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0.6em;
	text-align: right;
	width: 27em;
}

div.breadcrumbs {
	background-color: #001dad;
	border-bottom-color: #000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #ffffff;
	font-size: 90%;
	margin-bottom: 0;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0;
	padding-bottom: 1.2em;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1em;
}

div.breadcrumbs span.lastitem {
	background-color: #001dad;
	color: #ffffff;
	font-weight: bold;
}

div#content {
	background-color: #001dad;
	color: #ffffff;
	margin-bottom: 2em;
	margin-left: 0;
	margin-right: auto;
	margin-top: 1.5em;
}

div#main {
	background-color: #001dad;
	color: #ffffff;
	margin-left: 29%;
	margin-right: 2%;
}

div#sidebar {
	background-color: #001dad;
	color: #ffffff;
	display: inline;
	float: left;
	margin-left: 0;
	width: 26%;
}

div#footer {
	background-color: #001dad;
	clear: both;
	color: #fff;
}

div#footer p {
	color: #ffffff;
	font-size: 0.8em;
	margin: 0;
	padding: 1.5em;
	text-align: center;
}

div#footer p a {
	background-color: #001dad;
	color: #ffffff;
}

div.hr {
	background-color: #001dad;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #ffffff;
	height: 1px;
	margin: 1em;
	padding: 1em;
}

div.left49 {
	background-color: #001dad;
	color: #ffffff;
	width: 49%;
}

div.right49 {
	background-color: #001dad;
	color: #ffffff;
	float: right;
	text-align: right;
	width: 49%;
}

div#content h1 {
	background-color: #001dad;
	color: #ffffff;
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}

div#content h2 {
	background-color: transparent;
        background-color: #021a5a;
	border-top-color: #fff;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #021a5a; /* #ec2c1b;*/
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #ec2c1b;
	border-left-style: solid;
	border-left-width: 1.1em;
	color: #ffffff;
	font-size: 1.5em;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 1px;
	padding-left: 0.5em;
	text-align: left;
}

div#content h3 {
	color: #fff;
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

div#content h4 {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 0.25em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

div#content h5 {
	color: #fff;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 0.25em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

h6 {
	color: #ffffff;
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 0.25em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

p {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 1.5em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
}

blockquote {
	border-left-color: #ddd;
	border-left-style: solid;
	border-left-width: 10px;
	margin-left: 10px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code, pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

pre {
	background-color: #001dad;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
	font-size: 90%;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0;
	padding: 0.5em;
}

div.templatecode {
	margin-bottom: 2.5em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

div#main ul,div#main ol,div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin-bottom: 1.5em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

div#main ul li,div#main ol li {
	margin-bottom: 0.25em;
	margin-left: 3em;
	margin-right: 0;
	margin-top: 0;
}

div#main dl dt {
	font-weight: bold;
	margin-bottom: 0;
	margin-left: 1em;
	margin-right: 0;
	margin-top: 0;
}

div#main dl dd {
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 0;
	margin-top: 0;
}

div#main dl {
	border-bottom-color: #c0c0c0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 2em;
	padding-bottom: 1em;
}
/* End of 'Layout: Left sidebar + 1 column' */

