@import url("css/style_titles.css");


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #315A3A;
	background-image: url(pix/BGCarre.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p, ul, ol

{

font-family: Arial,Helvetica,sans-serif;

font-size: 12px;

line-height: 17px;

color: #3b3b3b;

}



.tagLine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7CA17D;
}

#form fieldset {
	margin: 0;
	font-style: normal;
	padding: 0 1em 1em;
	border: thin solid #006699;
}

.twoColFixLtHdr #container {
	width: 820px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #CEDECD;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 12px;
	color: #333333;
	line-height: 15px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-image: url(/pix/virgule.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header_green_bar {
	background-color: #345B3C;
	color: #FFFFFF;
	text-align: right;
	
	padding-right: 20px;
}


a:link {
	color: #335C3C;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #335C3C;
	text-decoration: underline;
	font-weight: bold;
}


a:hover {
	color: #86A289;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #335C3C;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}




#header_green_bar a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#header_green_bar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


#header_green_bar a:hover {
	color: #AEC4AD;
	text-decoration: none;
	font-weight: bold;
}
#header_green_bar a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}



.titreVert {
	color: #335C3C;
	font-weight: bold;
}
.titreVertTesti {
	color: #335C3C;
	font-weight: bold;
	font-size: 9px;
}

.tdChiffre {
	background-attachment: fixed;
	background-image: url(../main/pix/virgule.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #335C3C;
	font-weight: 900;
	border: thin solid #E2ECE3;
	margin-top: 20px;
	padding: 2px;
	line-height:17px;
	background-color: #E2ECE3;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: none;
	border-left-style: solid;
	border-top-color: #335C3C;
	border-right-color: #335C3C;
	border-bottom-color: #335C3C;
	border-left-color: #335C3C;
	padding-left: 10px;
	font-variant: small-caps;
	background-color: #335C3C;
	height: 18px;
}

h3 {
	font-size: 12px;
	color: #335C3C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #335C3C;
}
.address {
	background-color: #E2ECE3;
}


.footer {
	font-size: 9px;
	color: #FFFFFF;
}
#cba_cpa {
	text-align: center;
	margin-bottom: 15px;
}

#textes_central {
	padding: 20px;
	border: 1px solid #345B3C;
	margin-right: 20px;
	margin-bottom: 20px;
}
#illustration {
	float: right;
	width: 206px;
	background-color: #C9DBC7;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}


.mandatory {
	color: #993300;
}
.form {
	color: #7C9682;
}
.button {
	font-size: 14px;
	color: #C9DBC7;
	background-color: #7F9985;
	font-weight: bold;
}
.temoignages_small {
	font-size: 10px;
	color: #335C3C;
	font-weight: bold;
}
.image_right {
	border: 1px solid #335C3C;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
}

.image_left {
	border: 1px solid #335C3C;
	float: left;
	margin-top: 0px;
	margin-bottom: 12px;
	margin-right: 10px;
}

fieldset {
	border: 1px solid #335C3C;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
legend {
	color: #335C3C;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#moving {
	color: #FFFFFF;
	background-color: #335C3C;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#moving h1 {
	color: #E2ECE3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#moving a {
	color: #E2ECE3;
}
.homepage_green_rectangle {
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}
.cibcquote {
	font-size: 0.9em;
	font-style: normal;
}
.homepage_left_col {
	border: 1px solid #335C3C;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #E2ECE3;
}
.overall_homepage_table {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}

.datatable {
	border: 1px solid #006633;
	border-collapse: collapse;
}
.datatable td {
	border: 1px solid #335C3C;
	padding: 3px;
}
.datatable th {
	border: 1px solid #828282;
	background-color: #708D76;
	font-weight: bold;
	text-align: center;
	padding-left: 4px;
	color: #FFFFFF;
}
.datatable caption {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
.datatable tr.altrow {
	background-color: #E2ECE3;
	color: #000000;
}

/*datatable homepage*/
.datatablehomepage {
	border-collapse: collapse;
}
.datatablehomepage td {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.datatablehomepage_border_left{
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #006600;
}


/*end datatable homepage*/

.bottom_tag_line {
	color: #345B3C;
	background-color: #E2ECE3;
	padding: 5px;
	border: 1px solid #006633;
	font-variant: normal;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.homepage_green_rectangle {
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}
.cibcquote {
	font-size: 0.9em;
	font-style: normal;
}
.home_top_banner {
	background-color: #E2ECE3;
	padding: 10px;
}
hr {
	background-color: #7CA17D;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	color: #7CA17D;
	text-align: center;
}
#banner_home {
	margin-bottom: 10px;
}
#testimonials {
	width: 200px;
	padding-top: 15px;
	padding-bottom: 10px;
}
#ad {
	text-align: center;
}
.image_center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

