/* CSS pour Pocket ubix.org, 11/2007 */

body {
	width: auto;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	-webkit-text-size-adjust: none; 
}

div#entete {
	background: #25548c url("/users/denis/mep/iPhone/fond_entete.png");
	padding: 0;
	height: 38px;
}

div#contenu {
	background-color: #fff;
	padding: 8px;
}

div#pied {
	border-top: 1px solid #ddd;
	color: #888;
	padding: 4px;
	text-align: center;
}

div#menu {
	color: #aaa;
	background: #f4f4f4;
	border-bottom: 1px solid #bbb;
	padding: 2px;
	font-weight: bold;
	text-align: center;
}

#menu a {
	text-decoration: none;
}

img {
	max-width: 280px;
	border: none;
}

a {
	color: #25548c;
}

h1, h1 a {
	font-size: 18px;
	color: #25548c;
	text-decoration: none;
}

h2, h2 a {
	font-size: 17px;
	color: #4263a5;
	text-decoration: none;
}

h3, h3 a {
	color: #888;
	text-decoration: none;
}

#pied a {
	color: #888;
	text-decoration: none;
}

h2.simple { margin: 0; }

ul {
	padding-left: 1.2em;
}

div.box {
	clear: both;
	background: #ebebeb;
	padding: 6px;
	margin-bottom: 2px;
	border: 1px solid #bbb;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.boxHaut {
	font-weight: bold;
	clear: both;
	background: #e4e4e4;
	padding: 6px;
	margin-bottom: 2px;
	border: 1px solid #bbb;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.boxInfos, div.boxAide {
	clear: both;
	text-align: center;
	background: #25548c;
	color: white;
	padding: 6px;
	margin-bottom: 2px;
	border: 1px solid #25548c;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.boxAide {
	font-size: 80%;
	text-align: justify;
	background: #42a563;
	border: 1px solid #42a563;
}

div.RHthnavHaut, div.RHthnavBas {
	clear: both;
	text-align: center;
	color: #fff;
	background: #4263a5;
	padding: 6px;
	margin-bottom: 2px;
	border: 1px solid #4263a5;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.RHthnavHaut a, .RHthnavBas a {
	color: #fff;
}

.RHthLienSel {
	text-decoration: none;
}

.RHthLienSel, .RHthLien {
	padding: 0 5px 0 5px;	
}

.bouton {
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	background: #25548c;
	padding: 10px 2px 10px 2px;
	margin-bottom: 2px;
	border: 1px solid #25548c;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.bouton a, .boxInfos a {
	color: #fff;
	text-decoration: none;
}

.RHpastille {
	padding-left: 2px;
}

.RHlien {
	color: #4263a5;
	text-decoration: none;
}

.RHsignature, .RHtxModifs {
	font-size: 80%;
	margin-top: 6px;
	border-top: 1px dashed #ccc;
	padding-top: 4px;
	color: #aaa;
}

.msgEnt {
	color: #aaa;
	margin-bottom: 10px;
}

/* formulaires */

textarea { width: 90%; }

.quote,.RHquote1 {
	background: #fd8;
	padding: 6px;
	border: 1px solid #fd8;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.RHarbo,.RHarboCourant, .RHarboHi, .RHarboCourantHi {
	/*font-size: 0.98em;*/
	padding: 3px;
}

.RHarboCourant, .RHarboCourantHi {
	background: #ffbb00;
}

.RHarboHi, .RHarboCourantHi {
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
}

.RHarboHi {
	background: #efefef;
}

.RHarboPlus {
	font-size: .8em;
	color: #888;
}

/* Boîtes menus */

.RHbox {
	clear: both;
	background: #ebebeb;
	padding: 6px;
	margin-bottom: 2px;
	border: 1px solid #bbb;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.RHboxHaut {
	clear: right;
	width: -100%;
	font-weight: bold;
	background: #ebebeb;
	padding: 5px;
	border: 1px solid #ddd;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

.RHboxMid {
	width: -100%;
	background: #efefef;
	padding: 5px;
	border-bottom: 1px solid #ddd;
}

.RHboxBas {
	width: -100%;
	color: #555;
	background: #f4f4f4;
	padding: 5px;
	margin-bottom: 2px;
	border: 1px solid #ddd;
	border-top: 0;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

.RHmenuHaut {
	margin-bottom: 5px;
}

.RHmenuBas {
	color: white;
	background: #25548c;
	border: 1px solid #25548c;
	padding: 4px; 
	margin-bottom: 6px; 
	-moz-border-radius: 0 8px 8px 8px;
}

.RHmenuSEL {
	color: white;
	background: #25548c;
	border: 1px solid #25548c;
	padding: 4px; 
	margin-right: 2px;
	-moz-border-radius: 8px 8px 0 0;
}

.RHmenuSEL a {
	color: white;
	text-decoration: none;
}

.RHmenuNSEL {
	background: #f4f4f4;
	border: 1px solid #ccc;
	border-bottom: 1px solid #f4f4f4;
	color: white;
	padding: 4px; 
	margin-right: 2px;
	-moz-border-radius: 8px 8px 0 0;
}

/* BOB */

.RHbobGlobal {
	color: black; 
	background-color: #ffcc30; 
	border: 1px solid #ff8000; 
	margin-bottom: 8px;
}

.RHbob {
	color: black;
	background-color: #ff8000;
	padding: 2px 4px 2px 4px;
}

.RHbobLien {
	color: black;
}


