@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:67.5%;
	color:#000;
}

div#container {
	width:950px;
	margin:0 auto 0 auto;
}
div#bgVert {
	background:url(../images/bg_vert.gif) repeat-x bottom;
	float:left;
}
div#header {
	background:url(../images/header.jpg) no-repeat;
	width:950px;
	height:202px;
}
div#colonneGauche, div#colonneGaucheH {
	background:url(../images/pointille.gif) repeat-y;
	width:218px;
	float:left;
	height:402px;
}
* html div#colonneGauche { width:215px; overflow:hidden  }
div#colonneGaucheH { height:800px }
* html div#colonneGaucheH { width:215px; overflow:hidden  }
div#contenu {
	width:564px;
	float:left;
}
div#colonneDroite {
	background:url(../images/visu_right.jpg) no-repeat;
	width:168px;
	height:156px;
	float:left;
	margin:0;
	padding:0;
}
div#footer {
	background:url(../images/footer.jpg) no-repeat;
	border-top:1px solid #216443;
	width:950px;
	height:60px;
}
* html div#footer { width:947px; overflow:hidden }


div#centre {
	background:url(../images/bg_gris.gif) repeat-x;
	padding-top:12px;
}

div#centre p {
	color:#616161;
	width:445px;
	margin-left:70px;
	padding:15px;
}

div#calculateur {
	width:317px;
	margin:0 0 0 105px;
}

div#calculateur div.top {
	background:url(../images/calculateur_top.gif) no-repeat;
	height:6px;
	line-height:0;
	font-size:0;
	
}
div#calculateur div.mid {
	background:url(../images/calculateur_mid.gif) repeat-y;
	height:69px;
}
div#calculateur div.bot {
	background:url(../images/calculateur_bot.gif) no-repeat;
	height:78px;
}
div#calculateur div.bot p {
	color:#3a3838;
	font-weight:bold;
	margin:0;
	padding:5px 0 0 15px;
}
div#calculateur div.mid p {
	color:#FFF;
	font-weight:bold;
	width:280px;
	margin:0;
	padding:5px 0 0 15px;
}

div#derniersCours {
	width:330px;
}
div#calculateur div.encart {
	height:26px;
	float:left;
	margin:15px 0 0 42px;
}
* html div#calculateur div.encart { margin:15px 0 0 28px }
div#calculateur div.encart div.left {
	width:6px;
	height:26px;
	background:url(../images/encart_left.gif) no-repeat;
	float:left;
}
div#calculateur div.encart div.mid {
	background:url(../images/encart_mid.gif) repeat-x;
	height:26px;
	float:left;
}
div#calculateur div.encart div.mid p {
	color:#FFF;
	width:auto;
	margin:0;
	padding:0;
	line-height:26px;
}
div#calculateur div.encart div.right {
	width:6px;
	height:26px;
	background:url(../images/encart_right.gif) no-repeat;
	float:left;
}

form#convert {
	width:276px;
	margin:15px auto 0 auto;
}
form#convert fieldset { border:none; margin:0; padding:0; }
form#convert div#arrow {
	background:url(../images/input_arrow.gif) no-repeat;
	width:50px;
	height:30px;
	float:left;
}

form#convert input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	border:none;
	float:left;
	width:80px;
	height:17px;
	padding:8px 30px 5px 2px;
	color:#de0023;
	font-weight:bold;
	text-align:right;
}

form#convert input#euro {
	background:url(../images/input_eur.gif) no-repeat;
}

form#convert input#chf {
	background:url(../images/input_chf.gif) no-repeat;
}


h2 {
	background:url(../images/fond_titre.gif) no-repeat;
	height:51px;
	width:564px;
}

h2 span { display:none }

a.lienHaut {
	color:#FB6602;
	font-weight:bold;
	text-decoration:none;
	float:right;
	margin:4px 10px 0 0;
}
a.lienHaut:hover { text-decoration:underline }

.clear { clear:both }
.centrer { text-align: center }

div.titre {
	color:#3a3838;
	font-weight:bold;
	display:block;
	margin-left:48px;
	float:left;
}
* html div.titre { margin-left:24px }

div.picto1 {
	height:17px;
	line-height:17px;
	background:url(../images/picto_1.gif) no-repeat;
	padding-left:25px;
}
div.picto2 {
	height:22px;
	line-height:22px;
	background:url(../images/picto_2.gif) no-repeat;
	padding-left:28px;
}


div#historique {
	background:url(../images/bg_historique.gif) no-repeat;
	width:544px;
	height:593px;
	margin:0 0 0 9px;
	padding:7px 0 0 6px;
}