/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	background-color: #A6B9CF;
}

#cadreIE {
	text-align: center;
    width: 100%;
}

div#cadre {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #DFEFFB;
	padding-bottom:5px;
}
div#piedpage {
	width: 800px;
	height:40px;
	text-align: center;
	background-color: #115797;
	color:#FFFFFF;
	/*font-weight:bold;*/
	padding-top: 5px;
	margin-top:5px;
	margin-bottom:-5px;
}
div#piedpage a{
	color:#FFFFFF;
}

a{
	font-weight:bold;
	text-decoration:none;
	color:#60ACF1;
}
a:hover{
	text-decoration:underline;
}
a#courant{
	font-weight:normal;
	text-decoration:none;
	font-style:italic;
}
p {
	text-align:justify;
}


div#bandeau {
	width: 800px;
	height:150px;
	text-align: left;
	background-color: white;
	background-image:url(images/logo_cibc.gif);
	background-repeat:no-repeat;
	background-position:left;
}
div#bandeau div#vousetes{
	float:right;
	margin-right:10px;
	margin-top:20px;
	width:175px;
	border: solid 1px #115797;
	text-align: center;
	background-image:url(images/vousetes.gif);
	background-repeat:no-repeat;
	background-position:top;
}
div#bandeau div#vousetes ul{
	margin-top:30px;
	text-align: left;
	list-style:none;
}
div#bandeau div#vousetes li{
	margin-left:-25px;
}
div#bandeau div#vousetes li a{
	color:#115797;
}
div#navigation {
	width: 800px;
	height:22px;
	text-align: center;
	background-color: #115797;
	background-image:url(images/navigation.gif);
	background-repeat:no-repeat;
	color:white;
}
div#navigation a{
	color:white;
}
div#contenu{
	color:#000000;
	margin:10px 20px 0px 20px;
}
div#contenu h2.titre{
	text-align:center;
	font-size:17px;
	font-weight:bold;
	color:#115797;
	margin-bottom:0px;
}
div#contenu h3{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}
div#contenu h2.soustitre{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#115797;
	margin-bottom:0px;
	text-align:justify;
}
div#contenu h3{
	margin-bottom:0px;
}
ol {
	text-align:justify;
	margin-top:0px;
}
ul.pucebleue {
	list-style-position: outside;
	padding-left: 20px;
	list-style-image: url(images/puce.gif);
	line-height: 20px;
	text-align:justify;
	margin-top: 0px;
	margin-bottom:30px;
}
ul.pucebleue li{
	margin-bottom:15px;
}
ul.pucebleue ul.pucebleue {
	list-style-position: outside;
	padding-left: 20px;
	list-style:square;
	line-height: 12px;
	text-align:justify;
	margin-top: 0px;
	margin-bottom:15px;
}
.sousmenu {
    position: relative;
    text-align: left;
    z-index: 1000;
}
.sous_menu_navigation {
    position: absolute;
    visibility: hidden;
    width: 185px;
    overflow: visible;
    border: 1px solid #115797;
	border-bottom: 2px solid #115797;
    background-color: #DFEFFB;
    padding: 2px;
    bottom: 16px;
    _bottom: 32px;
	left:-12px;
}
div#navigation .sous_menu_navigation ul{
	margin:0px;
	list-style:none;
	position:relative;
	padding: 2px 0px 5px 0px;
}

div#navigation .sous_menu_navigation a{
	color:#115797;
}
.sous_menu_navigation a:hover{
}

div#navigation td span{
	font-weight:bold;
}

div#pdp_ablink {
	padding-top:10px;
	text-align: center;
	color:black;
	font-weight:bold;
}
div#pdp_ablink a{
	color:#115797;
	text-decoration:none;
}
div#pdp_ablink a:hover{
	text-decoration:underline;
}

