@charset "utf-8";

/* CSS Document */

/* -----  Reset ------ */
* {
	margin:0;
	padding:0;
}

html {
	font-size: 100%;
	height: 100%;
	margin-bottom: 1px; /* Always show a scrollbar to avoid jumping when the scrollbar appears  */
}

body {
	background:#FFFFFF;
	color:#4d4d4d;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.875em;
}

a:visited, a:link {
	color: #c62123;
}

a:hover, a:active {
	color: #004b8c;

}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin: 0 0 1em 0;
}

h1 {
	color:#004b8c;
	font-size: 1.475em;
	font-weight:bold;
	text-transform: uppercase;
}

h2 {
	color:#4d4d4d;
	font-size: 1.475em;
	padding:10px 0 0 0;
}

h3 {
	color: #c62123;
	font-size: 1.025em;
	font-weight:bold;
	margin: 1.5em 0 0.5em;
	padding: 10px 0 0;
	text-transform: uppercase;
	
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 12px;
}

small {
	display:block;
	font-size: 0.85em;
	margin: 0 0 1em 0;
}

pre {
	display:block;
	font-family: monospace;
}

p {
	line-height: 1.6em;
	margin: 0 0 0.8em 0;
}

ul {
	margin: 2em 4em;
}

ul li {
	margin: 0 0 1.2em;
}

ol {
	margin: 2em 1.5em;
}

ol li {
	margin: 0 0 1.2em;
}

img {
	border:0;
}

/* ----------------- WRAPPER (Holds the whole site) ----------------- */
#wrapper {
	background:#FFFFFF url(../images/bg-wrapper.png) repeat-x center 173px;
}

/* ----- HEADER ----- */
#header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 960px;
}

#header h1 {
	float:left;
	font-size:15px;
	margin: 48px 0 0 20px;
}

#header p {
	margin: 0;
	line-height: 1em;
}

#header img.float-right {
	margin: 0;
}

/* ----- NAVIGATION MENU ----- */
#nav {
	margin: 0 auto;
	width: 940px;
	text-align:left;
}

#nav ul {
	height:45px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	display: inline;
	margin: 0;
}

#nav li a {
	background: url(../images/bg-main-nav-item.png) no-repeat center top;
	color:#fff;
	float:left;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 20px 30px 20px;
	text-decoration: none;
	text-transform:uppercase;
}

#nav li a:hover {
	background: url(../images/bg-main-nav-item.png) no-repeat center -55px;
	color: #fff;
}

.highlight {
	background: url(../images/bg-main-nav-item.png) no-repeat center -110px !important;
}

#nav li.decreaseFont a {
	float: right;
	font-size: 16px;
	font-weight: normal;
	line-height:16px;
	padding: 7px 5px 30px;
	text-transform: none;
}

#nav li.increaseFont a {
	float: right;
	font-size: 25px;
	font-weight: normal;
	line-height:25px;
	margin-left: 0;
	padding: 0 5px 30px;
	text-transform: none;
}

/* --------------- CONTENT (Holds Main Content and Sidebar)----------------- */
#content {
	padding: 30px 0 0 0;
	margin: 0 auto;
	width: 960px;
}

/* ----------- MAIN CONTENT ----------- */
#main-content {
	float:left;
	min-height:300px;
	padding: 0 31px 31px;
	width: 593px;
}

#main-content img {
	border: 1px solid #7a7a7a;
}

#main-content p {
	text-align: justify;
}

.section {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding:10px;
	margin: 0 0 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#main-content ul {
	margin: 1em 4em;
}

#main-content ul li {
	line-height: 1.4;
	margin: 0 0 1em;
}

.post-content p {
	text-align: justify;
}

/* ----- IMAGE CAPTION ----- */

div.img-caption-left, div.img-caption-right, div.img-caption-center {
	margin: 0 0 14px 0;
}

div.img-caption-left img {
	display: inline;
	float:left;
	margin: 0 10px 0 0;
}

div.img-caption-left div.img-legend {
	background: url(../images/bg-img-legend-left.png) no-repeat left 45%;
	display:block;
	float:left;
	font-size: 0.75em;
	padding: 0 0 0 20px;
	margin: 60px 0 0 0;
	width:275px;
}

div.img-caption-right img {
	display: inline;
	float:right;
	margin: 0 0 0 10px;
}

div.img-caption-right div.img-legend {
	background: url(../images/bg-img-legend-right.png) no-repeat right 45%;
	display:block;
	float:right;
	font-size: 0.75em;
	padding: 0 20px 0 0;
	margin: 60px 0 0 0;
	width:275px;
}

div.img-caption-center {
	margin: 0 0 14px 0;
	text-align:center;
}

div.img-caption-center img {
	margin: 0 auto 10px;
}

div.img-caption-center div.img-legend {
	background: url(../images/bg-img-legend-center.png) no-repeat center top;
	font-size: 0.75em;
	padding: 20px 0 0;
}

div.img-caption-left div.img-legend p, div.img-caption-right div.img-legend p, div.img-caption-center p {
	border-top: 1px solid #7a7a7a;
	border-bottom: 1px solid #7a7a7a;
	padding: 5px 15px;
	text-align:left;
}

/* ----- TABLE STYLES ------ */

table {
}

caption, th, td {
	font-weight: normal;
	padding:5px;
	text-align: left;
}

table.designed {
	width: 95%;
	border-collapse: collapse;
	margin: 10px auto 22px auto;
}

table.designed thead {
}

table.designed thead tr {
}

table.designed thead th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color:#a4da4d;
	font-weight: bold;
	font-size: 15px;
	text-align:center;
	width:20%;
}

table.designed thead td {
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 15px;
	text-align:center;
	width:40%;
}

table.designed tbody {
	border-bottom: 1px solid #000;
}

table.designed tbody tr {
	background: #ddd;
}

table.designed tbody tr.alt-row {
	background:#eee;
}

table.designed tbody th {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-weight: bold;
	font-size: 15px;
	text-align:center;
}

table.designed tbody td {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

table.designed tfoot {
}

table.designed tfoot tr {
}

table.designed tfoot th {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	font-size: 15px;
	padding: 20px 0 10px 0;
	text-align:center;
}

table.designed tfoot td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
	font-weight:bold;
	padding: 20px 0 10px 0;
	text-align: center;
}

blockquote {
	background:#eee;
	border: 1px solid #ddd;
	margin: 20px;
	padding: 20px 20px 10px 20px;
}



/* ----------- Articles (posts) ----------- */

.post {
	border-bottom: 1px dotted #999999;
	padding: 0 0 1em;
	margin: 0 0 2.5em;
}

.post h2 {
	margin:0 0 5px;
}

a.more {
	background:url(../images/bg-more-link.png) no-repeat right 50%;
	display:inline-block;
	margin: 1.2em 0 0 0;
	padding: 0 15px 0 0;
}

#main-content .post ul.postmetadata {
	color: #999999;
	display:inline-block;
	font-size: 11px;
	margin:4px 0 0 0;
	padding:0 0 14px;
}

#main-content .post ul.postmetadata li {
	border-right:1px solid #E6E6E6;
	list-style: none;
	line-height:1.4;
	float: left;
	margin: 0 8px 0 0;
	padding:0 8px 0 0;	
}



/* ----- SIDEBAR ----- */
#sidebar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 0 651px;
}

#sidebar-content {
	margin: 0 20px;
}

#sidebar-content h2 {
	color:#004b8c;
	font-size: 1.475em;
	padding:10px 0 0 0;
	text-transform:uppercase;
}
/*
.sidebar_button {
	border-bottom: 1px solid #838383;
	border-top: 1px solid #838383;
	color: #c62123;
	font-size: 15px;
	font-weight: bold;
	height: 64px;
	margin: 0 0 27px 0;
	padding: 0 16px;
	text-decoration: none;
	text-transform: uppercase;
}
*/

.sidebar_button {
	border: 1px solid #838383;
	color: #c62123;
	font-size: 15px;
	font-weight: bold;
	height: 64px;
	margin: 0 0 27px 0;
	text-decoration: none;
	text-transform: uppercase;
}

.sidebar_button a:visited, .sidebar_button a:link {
	color: #c62123;
	text-decoration: none;
}

.sidebar_button a:hover, .sidebar_button a:active {
	color: #004b8c;
	text-decoration: none;
}

.sidebar_button span {
	display: block;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	padding: 14px 0;
	text-transform: uppercase;
}

.sidebar_button img {
	float: left;
	height: 64px;
	margin: 0 16px 0 0;
	width: 64px;
}

#sidebar_categories {
	margin: 0 0 27px;
}

#sidebar_categories ul {
	border-bottom: 1px solid #838383;
	border-top: 1px solid #838383;
	padding: 7px 0;
	margin:0;
}

#sidebar_categories ul li {
	background: url(../images/bg-bullet-sidebar.png) left 5px no-repeat;
	color: #c62123;
	﻿list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0 0 0 15px;
}

#sidebar_categories a:visited, #sidebar_categories a:link {
	color: #c62123;
	text-decoration: none;
}

#sidebar_categories a:hover, #sidebar_categories a:active {
	color: #004b8c;
	text-decoration: none;
}

#organisme_mois {
	border: 1px solid #838383;
	margin: 0 0 27px;
	padding: 0 34px;
}

#organisme_mois h2 {
	 background:#004b8c url(../images/bg-organisme-mois.png) top right no-repeat;
	 color:#FFF;
	 line-height:1;
	 padding:17px 0 17px 34px;
	 margin: 0 -34px;;
}

#organisme_mois h3 {
	 color:#4d4d4d;
	 margin:0.875em 0 0 0;
	 padding:0;
}

#organisme_mois p {
	 margin: 0 0 1em;
}

.logo-anq {
	text-align: center;
}

/* ----- FOOTER ----- */
#footer {
	background:#FFFFFF url(../images/bg-footer.png) repeat-x center top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 30px 0 0 0;
	padding: 18px 0 0 0;

}

/* ----- FOOTER CONTENT ----- */

.footer-content {
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 960px;
}

.footer-section {
}

.copyright {
	font-size:11px;
	text-align: right;
}

.creation {
	padding: 10px 0 0 0;
	text-align: right;
}

.creation a {
	text-decoration:none;
}

.creation img {
	padding: 0 0 0 5px;
	vertical-align:middle;
}

/* ----- ALIGN CLASSES ----- */

.float-right {
	float:right;
}

.float-left {
	float:left;
}

img.float-right, img.right {
	float:right;
	margin: 0 0 1em 1em;
}

img.float-left, img.left{
	float:left;
	margin: 0 1em 1em 0;
}

img.centered {
	text-align: center;
    margin: 0 0 10px 0;
}

.clear {
	clear:both;
	height:0px;
}

/* ------ BUTTON ------ */

.button {
	background:#004B8C url(../images/bg-button-1.gif) repeat-x left top;
	border:1px solid #004B8C;
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	margin:10px 115px;
	padding:4px 7px;
}

input.button:hover {
	background:#004B8C url(../images/bg-button-1.gif) repeat-x left bottom;
	text-decoration: underline;
}

.button:active {
	padding: 5px 7px 3px 7px;
}

/* ------------------- FORMS ------------------- */

fieldset {
	border:none;
}

form label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1em;
}

form div {
	height:40px;
}

form fieldset legend {
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
}

form p small {
	font-size: 0.75em;
	color: #777;
}

form select {
	min-width: 75px;
}

form input, form select, form  textarea, form .wysiwyg {
	padding: 6px;
	background: #fff url(../images/bg-form-field.gif) top left repeat-x;
	border: 1px solid #d5d5d5;
	color: #333;
}

form .small-input {
	width: 25% !important;
}

form .medium-input {
	width: 50% !important;
}

form .large-input {
	width: 97.5% !important;
	font-size: 16px !important;
	padding: 8px !important;
}

form textarea {
	width: 97.5% !important;
	font-family: Arial, Helvetica, sans-serif;
}

form select {
	padding: 4px;
	background: #fff;
}

form input[type="checkbox"], form input[type="radio"] {
	padding: 0;
	background: none;
	border: 0;
}

form.cms_recherche_form .button {
	margin:10px;
}

/* ------------------- Notifications ------------------- */

.notification {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	border: 1px solid;
	background-position: 10px 11px !important;
	background-repeat: no-repeat !important;
	font-size: 13px;
	width: 99.8%;
}

.attention {
	background: #fffbcc url('../images/icons/exclamation.png') 10px 11px no-repeat;
	border-color: #e6db55;
	color: #666452;
}

.information {
	background: #dbe3ff url('../images/icons/information.png');
	border-color: #a2b4ee;
	color: #585b66;
}

.success {
	background: #d5ffce url('../images/icons/tick_circle.png');
	border-color: #9adf8f;
	color: #556652;
}
/*
.error {
	background: #ffcece url('../images/icons/cross_circle.png');
	border-color: #df8f8f;
	color: #665252;
}
*/

.error {
	font-style:normal;
	padding: 10px 10px 10px 36px;
	position: relative;
	margin: 0 0 15px 0;
	border: 1px solid;
	background-position: 10px 11px !important;
	background-repeat: no-repeat !important;
	width: 85%;
	background: #ffcece url('../images/icons/cross_circle.png');
	border: 1px solid #df8f8f;
	color: #665252;
	height: 20px;
	line-height:1.5;
}

.notification div {
	display:block;
	font-style:normal;
	padding: 10px 10px 10px 36px;
	line-height: 1.5em;
}

.notification .close {
	color:#990000;
	font-size:9px;
	position:absolute;
	right:5px;
	top:5px;
}

/* ------ Notification for form inputs ------- */

.input-notification {
	background-position: left 2px;
	background-repeat: no-repeat;
	padding: 2px 0 2px 22px;
	background-color: transparent;
	margin: 0 0 0 5px;
}

/* ----- INTEGRATION NOTES ----- */
.integration-notes {
	text-align:left;
	margin: 10px 0;
	padding:8px;
	background:#FFD7D7;
	border: 1px solid #D20000;
	font-weight:bold;
	color:#D20000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* ---------------- CUSTOM CLASSES ------------------ */


