@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-color: #a6d042;
	color:#000000;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link {
	color: #007336;
}

a:hover {
	color: #ed1c24;
}

a:active {
	color: #007336;
}

a:visited {
	color: #007336;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
}


h1 { 
	background-image: url('../images/h1-bullet.jpg');
	background-position: left 50%;
	background-repeat: no-repeat;
	color: #a6d042;
	font-size: 30px;
	font-weight: normal;
	margin: 32px 0 14px 20px;
	padding: 0 0 0 35px;
	text-transform: uppercase;
}
h1.no_margin{
	margin-bottom:0;
}
.sous_titre{
	color: #a6d042;
	font-size: 15px;
	margin:0 0 18px;
	font-weight: bold;
}
h2 { 
	font-size: 16px;
	margin: 0 0 16px 0;
}

h3 { 
	font-size: 15px;
}

h4 { 
	font-size: 14px;
}

h5 { 
	font-size: 12px;
}

h6 { 
	font-size: 10px;
}


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

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

p {
	margin: 0 0 18px 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;
}

.green {
	color: #007336;
}


/* ----------------- WRAPPER (Holds the whole site) ----------------- */
#wrapper {
	background-color: #ffffff;
	margin: 0 auto;
	width: 960px;
}

/* ----- HEADER ----- */
#header {
	background-image: url('../images/header-bckgd.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	height: 180px;
	padding:10px;
}

#header a {
	margin: 0 0 0 235px;
}

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

#header img {
	margin: 35px 0 0 0;
}

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

/* ----- NAVIGATION MENU ----- */
#nav {
	background-image: url('../images/nav-bckgd.jpg');
	background-position: left top;
	background-repeat: repeat-x;
	color:#ffffff;
	font-family: Arial Black, Arial Black, Gadget, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 60px;
	padding: 0 40px 0 0;
	text-align: right;
}

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

#nav li {
	display: inline;
	height: 52px;
	margin: 0;
	padding: 0 0 20px 0;
}

#nav li a {
	color:#ffffff;
	margin: 0 5px 0 5px;
	padding: 0 5px 13px 5px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover {
	border-bottom: 1px solid #ed1c24;
	color: #ffffff;
}

.highlight {
	background: #de791c;
	color:#FFF !Important;
}

/* --------------- CONTENT (Holds Main content and Sidebar)----------------- */
#content {
	padding: 0 0 0 0;
}

/* ----- MAIN CONTENT ----- */
#main-content {
	float: left;
	padding: 0 31px 0 0;
	width: 466px;
}

.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;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

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

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

table thead {
}

table thead tr {

}

table 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 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 tbody {
	border-bottom: 1px solid #000;
}

table tbody tr {
	background: #ddd;
}

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

table 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 tbody td {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

table tfoot {
}

table tfoot tr {
}

table 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 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;

}

/* ----- SIDEBAR ----- */
#sidebar {
	margin: 32px 0 0 500px;
}

#sidebar-content {
	margin: 0 50px 0 20px;
	text-align: right;
}

/* ----- FOOTER ----- */
#footer {
	border-top: 1px solid #ed1c24;
	color: #414141;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	margin: 30px 0 0 0;
	padding: 11px 44px 67px 10px;
}

.footer-section {
	width: 300px
}

.copyright {
	text-align: right;
}

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

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

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

.float-right {
	float:right;
}

.float-left {
	float:left;
}

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

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

img.centered {
	margin: 1em auto;
}

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

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

.button {
	font-family: Verdana, Arial, sans-serif;
	display: inline-block;
	background: #459300 url('../images/bg-button-green.gif') top left repeat-x;
	border: 1px solid #459300;
	padding: 4px 7px 4px 7px;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
}

.button:hover {
	text-decoration: underline;
}

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

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

form label {
	display: block;
	padding: 0 0 10px;
	font-weight: bold;
}

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

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

form input.text-input, form select, form textarea, form .wysiwyg {
	padding: 6px;
	font-size: 13px;
	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;
}

/* ------------------- 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;
}

.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;
}

/* ---------------- CUSTOM CLASSES ------------------ */
#links {
	font-size: 11px;
	margin: 0 0 0 48px;
}

#links ul {
	list-style: none;
	margin: 0;
}

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

#links li a {
	color: #000000;
	margin: 0 8px 0 8px;
	text-decoration: none;
}

.indent {
	margin: 0 0 0 56px;
}

.donation {
	margin: 0 0 25px 0;
}
