html{ font-size:100%; }

body {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

textarea 
{
	font-family:Arial, Helvetica, sans-serif;
}

h1 
{
	font-size:1.5em;
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	color:#1d3158;
	margin-top: 0px;
}

h2 { 
	font-size:1.2em;
	font-style:italic;
	color:#1d3158;
}

h3 {
	font-size:1em;
	font-weight: bold;
	color:#1d3158;
}

h4 {
	font-size:0.875em;
	color:#bbbbbb;
}

h5 {
	font-size:0.800em;
	font-weight:600;
	color:#1d3158;
}

p
{
	text-align:justify;
}

li
{
	text-align:justify;
}

a:link {color:#003366}
a:visited {color:#003366}
a:hover {color:#0066CC; text-decoration:underline}
a:active {color:#003366}

img {border:none}

form {padding:0px}

.master 
{
	background-color:#FFFFFF;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
}

.wrapper {
	width:50em;
	height:auto;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}

/*/--------------------------------------------- HEADER ---------------------------------------------/*/

.header {
	width:50em;
	height:150px;
}

.logo {
	width:610px;
	height:150px;
	float:left;
}

.search 
{
	background-image:url(images/search.jpg);
	float:right;
	font-size: 0.8em;
	height:150px;
	width:190px;
}

.searchbox {
    padding-top: 38px;
    padding-left: 10px;
    text-align: center;
    padding-right: 50px;
}

.searchbox .boutonrecherche
{
	margin-top: 5px;
}

/*/--------------------------------------------- MENU ---------------------------------------------/*/

#nav, #nav ul 
{
	background: #cad2dd;
	border: solid #92aac2;
	border-width: 1px 0;
	float: left;
	list-style: none;
	line-height: 1;
	margin: 0 0 0.5em 0;
	padding: 0;
	width: 50em;
	z-index:1;
}

#nav a 
{
	color: #1d3158;
	display: block;
	font-size: 0.86em;
	font-family: Arial;
	padding: 0.25em 1.2em;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

#nav a.parent {
	background: url(images/rightarrow2.gif) center right no-repeat;
	padding-right: 5px;
}

#nav .presentation 
{
	border-left: 1px solid #d1dbe7;
}

#nav li 
{
	border-right:1px solid #d1dbe7;
	display: block;
	float: left;
	height: 2.45em;
	line-height: 2em;
	padding: 0;
	width: 7.08em;
}

#nav .double-line 
{
	line-height: normal;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 15.5em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	border-right: none;
	height: auto;
	line-height: normal;
	width: 15.5em;
}

#nav li ul a 
{
	text-align: left;
	width: 15em;
}

#nav li ul ul {
	margin: -1.6em 0 0 15.5em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #92aac2;
}

/*/--------------------------------------------- SPACER ---------------------------------------------/*/

.spacer {
	width:50em;
	height:1.625em;
}

/*/--------------------------------------------- MAIN ---------------------------------------------/*/

.main {
	width:50em;
	height:auto;
}

/*/--------- LEFT ---------/*/

.left 
{
	width:10em;
	height:auto;
	float:left;
	margin-right:0.5em;
}

.glossaire 
{
	border: 1px solid #92aac2;
	font-size: 0.8em;
	padding: 5px;
	text-align: center;
	margin-bottom: 5px;
}

.glossaireLetters 
{
	font-size: 0.9em;
}

.panelleft
{
	color: #1d3158;
	background: #cad2dd;
	border: 1px solid #92aac2;
	font-size: 0.8em;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.buttonleft 
{
	background: #cad2dd;
	border: 1px solid #92aac2;
	font-size: 1em;
	margin-bottom: 5px;
	text-align: center;
}

.buttonleft a 
{
	text-decoration:none;
	color:#1d3158;
}

/*/--------- CONTENT ---------/*/

.content 
{
	font-size: 0.8em;
	margin-right: 0.625em;
	width:34.8em;
	height:auto;
	float:left;
}

/*/--------- RIGHT ---------/*/

.right
{
	width:11em;
	height:auto;
	float:right;
}

.inscription
{
	background: #cad2dd;
	border: 1px solid #92aac2;
	margin-bottom: 5px;
	text-align: center;
	font-size: 1.3em;
}

.inscription a
{
	color: #1d3158;
	text-decoration: none;
}

.login
{
	border: 1px solid #92aac2;
	font-size: 0.8em;
	padding: 2px;
	text-align: center;
}

.login input[type=text],input[type=password]
{
	width:10em;
}

.login input[type=submit]
{
	margin-top: 5px;
}

.login .failuretext
{
	color: Red;
	padding-top: 5px;
}

.message
{
        background: #cad2dd;
	border: 1px solid #92aac2;
	height: 200px;
	margin-bottom: 5px;
	width: 174px;
	margin-top: 5px;
	text-align: center;
}

.rendezvous
{
	background-image:url(images/background_box.gif);
	background-repeat:repeat-x;
	border: 1px solid #92aac2;
	height: 100px;
	margin-bottom: 5px;
	width: 174px;
	margin-top: 5px;
	text-align: center;
}

.rendezvousbox
{
	display:table;
	height:100px;
	width:174px;
}

.rendezvousbox p
{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:1.3em;
}

.buttonright
{
	background: #cad2dd;
	border: 1px solid #92aac2;
	font-size: 1em;
	margin-bottom: 5px;
	text-align: center;
}

.buttonright a 
{
	text-decoration:none;
	color:#1d3158;
}

/*/--------------------------------------------- BOTTOM ---------------------------------------------/*/

.bottom 
{
	width:50em;
	/*height:11.937em;*/
	clear:both;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom:5px;
	text-align: center;
}

.temoignages
{
	border: 1px solid #92aac2;
	float:left;
	font-size: 0.95em;
	height: 8em;
	width: 18.5em;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 25px;
	text-align:center;
}

/*/--------------------------------------------- FOOTER ---------------------------------------------/*/

.footer {
	width:50em;
	height:3.5em;
	background-image:url(images/cgm_21.gif);
	background-repeat:repeat-x;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
}

.footerbox 
{
	font-size: 0.8em;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width:62.5;
}

.copyright {
	float:left;
	text-align: left;
}

.starfield 
{
	float: right;
	text-align: center;
}

.links {
	float:right;
	margin-right: 10px;
	text-align: right;
}

/***** Accordion ***/
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #4B5C74;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/*/--------------------------------------------- OTHERS ---------------------------------------------/*/

.reponseFormRef 
{
	color:Blue;
}

.questionnairepreexamen p
{
	text-align:left;
}

.boutonrechercherbanquedoc
{
	margin-top:5px;
}

.sitemappath
{
	font-size:0.8em;
}

.linkversionimprimable
{
	display:block;
	padding:5px;
}

.deconnexion
{
	display:block;
	padding:5px;
}

#ctl00_warningbox a, #warningbox a:link, #ctl00_warningbox a:visited, #ctl00_warningbox a:active
{
	display: block;
	color: #000;
	width:100%;
	background: #FFFFE1;
	border-bottom: 1px outset;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#ctl00_warningbox p
{
	margin:0px;
	padding: 3px 10px 3px 10px;
	font-size:11px;
}

.modalPopup {
	background-color: White;
	border-color:Gray;
	border-style:solid;
	border-width:3px;
	padding:3px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}


.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	/*opacity:.9;
	filter: alpha(opacity=90);*/
}
