@CHARSET "UTF-8";

/*YUI reset

Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

html { background: #283C5D url('pagebg4.png'); }

/* Style Page */
#global {
	margin: 20px auto 0;
	width: 502px;
	height: 510px;
	overflow: hidden;
	background: #fff;
}

#global div {
	background: #fff;
	width: 100%;
}

h3 {
	width: 100%;
	background: #ccc url('h3bg.png') bottom left repeat-x;
	color: #000;
	padding-left: 0.5em;
	font: normal 1.2em/30px Trebuchet, Helvetica, Arial, sans-serif;
	height: 30px;
	cursor: pointer;
}
h3:hover {
	color: #fff;
}
.selected h3 { 
	background-color: #333;
	background-position: top left;
	color: #fff; 
}

h5 {
	font-size: 1.2em;
	font-weight: bold;
}

a:link, a:visited { color: blue; text-decoration: none; }
a:hover { text-decoration: underline; }

div#carte, #carte h3, #carte.selected h3 {
	background: none;
	border: none;
	color: #000 !important;
}
div#carte img { 
	display: block; 
	margin: 5px auto;
	width: 244px;
	height: 200px;
}
ul {
	height: 230px;
	overflow: auto;
	padding: 1em 0.6em 0;
	font-size: 0.7em;
}

li {
	padding-bottom: 0.8em;
}

.mail { 
	background: url('mail.png') no-repeat;
	padding-left: 20px;
}

.tel { 
	background: url('phone.png') no-repeat;
	padding-left: 20px;
}
.gsm { 
	background: url('mobile.png') no-repeat;
	padding-left: 20px;
}


ul.detail, ul.detail li {
	font-size: 1em;
	list-style: circle inside;
	margin: 0;
	padding: 0;
	height: auto;
}

table { border: 1px solid #000; width: 400px}
td { padding: 4px;}
thead td { background-color:#A5AEC1; font-size:1.1em; font-weight: bold; }
tbody td { }
.coloredline { background-color: #e6e6ff; }


li.ref {
	width: 160px;
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	float: left;
}
li.endref { clear: both; }

