/* Encodé en UTF-8 */

/*** HTML ELEMENTS ***/
p, form, img, h1, h2, h3, h4, h5, h6, ul, ol, li, html, body {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

html {
	height: 100%;
}

body {
	font: 62.5% "Lucida Grande", "Lucida Sans", "Helvetica" ;
	height: 100%;
	color:#686868;
	background:#FFF;
}

/*** GENERAL STYLE **/
.hide {
	position: absolute;
	left: -5000px;
}

.clear {
	clear:both;
}

/*** PAGES ***/
#page {
	min-height: 100%;
	width:900px;
	margin:0 auto;
	position:relative;
}

/*** HEADER ***/
#header {
	width:900px;
	height:390px;
	background:url(/images/theme/header-bg.png) no-repeat;
}

#header #logo {
	width:290px;
	height:197px;
	margin:0 auto;
}

#header #logo a {
	display:block;
	width:290px;
	height:197px;
	background:url(/images/theme/logo-bg.png) no-repeat;
}

#header #logo a span {
	position:absolute;
	left:-5000px;
}

/*** NAV ***/
#header ul#nav-0 {
	position:absolute;
	top:25px;
	right:10px;
	list-style:none;
	font-size:1.4em;
}

#header ul#nav-0 li {
	float:left;
	height:40px;
}

#header ul#nav-0 li a {
	display:block;
	float:left;
	font-family: "Lucida Grande", "Lucida Sans", "Helvetica";
	list-style:none;
	color:#4f4f4f;
	background:url(/images/theme/nav-bg-line.png) right no-repeat;
	padding:0 10px 0 10px;
	text-decoration:none;
}

#header ul#nav-0 li a:hover {
	color:#6a70a9;
}

#header ul#nav-0 li.active a {
	color:#6a70a9;
}

#header ul#nav-0 li.last a {
	background:none;
	padding:0 0 0 10px;
}

/*** CONTENT ***/

#content {
	width:580px;
	float:left;
	padding:0 0 0 10px;
}

#content .intro {
	font-size:1.2em;
}

#content h1 {
	font-weight:bold;
	font-size:2.2em;
	padding:0 0 10px 0;
	margin:0 10px 15px 0;
	color:#2e378b;
	background:url(/images/theme/line.png) repeat-x bottom;
}

#content h2 {
	color:#2e378b;
	font-size:1.7em;
}

#content h3 {
	color:#4d538b;
	font-size:1.5em;
}
#content p {
	color:#686868;
	font:1.2em Arial, Helvetica, sans-serif;
	padding:8px 0;
	text-align:justify;
	line-height:140%;
}

#content p strong {
	color:#403b3b;
}

#content a {
	color:#2E378B;
	font-size:1.2em;
	padding:0 1px;
	margin: 0 2px;
}
#content p a {
	font-size:1em;
}
#content a:hover {
	text-decoration:none;
	color:#FFF;
	background:#6A70A9;
}
#content ul, #content ol {
	margin:0 0 0 30px;
	list-style:square;
	font:1.2em Arial, Helvetica, sans-serif;
}

#content ul li, #content ol li {
	margin:1px 0;
}

#content blockquote {
	background:#F0F0F0;
	border:1px dashed #d0d0d0;
	padding: 8px 14px;
	margin: 16px 30px;
}

#content div.content-left {
	float:left;
	width:290px;
	padding:0 10px 0 0;
}

#content div.content-right {
	float:left;
	width:280px;
}

#content div.content-left ul, #content div.content-left ol, #content div.content-right ol, #content div.content-right ul {
	margin:15px 0 0 30px;
}

#content img{
	background: #fff;
	padding: 2px;
	border: 1px solid #B1B1B1;
}
#content  img.image-droite{
	float: right;
	margin: 0 0 10px 16px;
}
#content  img.image-gauche{
	float: left;
	margin: 0 16px 10px 0;
}
/*** CONTACT FORM ***/

form#contactform {
	width:543px;
}

form#contactform p {
	float:left;
}

form#contactform p.right {
	float:right;
}

form#contactform label {	
	display:block;
	font-size:1.2em;
	line-height:1.7em;
	font-weight:bold;
	float:left;
	width:102px;
}

form#contactform label.fix {
	width:100px;
}

form#contactform label.nofloat {
	float:none;
	margin:0 0 8px 0;
}

form#contactform input, form#contactform textarea {
	margin:0 0 15px 0;
	border:1px solid #2e378b;
	color:#999999;
	padding:3px;
	float:left;
	width:431px;
}

form#contactform input.field {
	height:14px;
	width:150px;
	float:left;
}

form#contactform input.long {
	height:14px;
	width:431px;
}

form#contactform textarea {
	font:1em "Helvetica";
}

form#contactform input:focus, form#contactform textarea:focus {
	border:1px solid #6a70a9;
	color:#6a70a9;
}

form#contactform input#submit {
	width:175px;
	height:34px;
	background:url(/images/theme/button-send-bg.png) no-repeat 0 0;
	border:none;
	font-size:1.5em;
	font-weight:bold;
	margin:0 0 15px 371px;
	cursor:pointer;
	color:#fff;
}

form#contactform input#submit:hover {
	background:url(/images/theme/button-send-bg.png) no-repeat 0 -35px;
}

/*** GALLERY ***/
#content ul.realisation {
	list-style:none;
	margin-left:0;
}

#content ul.realisation li {
	list-style:none;	
	margin-left:0;
	width:570px;
	background:url(/images/theme/line-gallery.png) bottom repeat-x;
	margin:0 0 15px 0;
}
#content ul.realisation li ul {
	margin:0;
}

#content ul.realisation li ul li {
	background:none;
	float:left;
	width:inherit;
	clear:none;
	width:102px;
	height:102px;
	margin:0 50px 15px 0;
}

#content ul.realisation li ul li.last {
	margin:0 0 15px 0;
}

#content ul.realisation li ul li img {
	border:2px solid #2e378b;
	float:left;
}

#content ul.realisation li ul li a:hover {
	background: none;
}
#content ul.realisation li ul li a:hover img {
	border:2px solid #232c81;
}
body.realisation #content h2 {
	font-size:1.3em;
	margin:0 0 8px 0;
}

body.realisation #content p {
	font-size:1em;
	padding:4px 0 12px 0;
}

/*** ADMIN ***/

body.admin #content form input.text {
	width:477px;
	border:1px solid #2e378b;
	background:none;
	padding:3px 3px;
	color:#999;
}

body.admin #content form input.text:focus {
	border:1px solid #6a70a9;
	color:#6a70a9;
}

body.admin #content ol.realisation-list {
	list-style:decimal;
}

body.admin #content ol.realisation-list li {
	height:100px;
	width:100px;
	position:relative;
	list-style:decimal;
}

body.admin #content ol.realisation-list img {
	position:absolute;
	top:0;
	left:0;
}

body.admin #content ol.realisation-list img.delete-photo {
	position:absolute;
	top:79px;
	left:76px;
}

body.admin #content a {
	color:#2e378b;
	font-size:1.1em;
	padding:1px 3px;
}

body.admin #content a:hover {
	text-decoration:none;
	color:#FFF;
	background:#6a70a9;
}

body.admin form {
	padding:0 0 25px 0;
}

body.admin form label {
	float:left;
	width:85px;
	font-weight:bold;
}

body.admin #content form label.tiny {
	float:none;
	display:block;
	line-height:30px;
	margin:-8px 0 0 0;
}

body.admin form input {
	float:left;
}

body.admin form h2.modif {
	margin:15px 0 0 0;
}

body.admin form h3.modif {
	margin:15px 0 8px 0;
}

body.admin form p {
	clear:both;
}

body.admin #content form p.submit-btn {
	padding:15px 0 30px 0;
}

body.admin #content ol#sortable {
	margin:30px 0 35px 12px;
}

body.admin #content ol#sortable li a:hover {
	background:none;
}

body.admin #content ol#sortable li {
	float:left;
	margin:15px 40px 0 0;
}

body.admin #content ol#sortable li img {
	border:1px solid #2e378b;
}

body.admin #content ol#sortable li a img {
	border:none;
}

body.admin #content p.ampoule {
	background:url(/images/theme/ampoule.png) #F1F2F6 no-repeat 5px 7px;
	padding:8px 8px 5px 45px;
	border:1px solid #CBCCD1;
	font-size:1.1em;
	height:30px;
	margin:10px 10px 15px 0;
}

body.admin #content p.one-line {
	line-height:30px;
}

/*** SIDEBAR ***/

#sidebar {
	width:290px;
	float:right;
	font:1.2em Arial, Helvetica, sans-serif;
}

#sidebar a.cta {
	background: url(/images/theme/sidebar-cta-bg.png) no-repeat;
	display:block;
	width:198px;
	height:71px;
	color:#FFF;
	font-size:1em;
	text-decoration:none;
	padding:48px 72px 18px 20px;
}

#sidebar a.cta:hover {
	background: url(/images/theme/sidebar-cta-bg.png) no-repeat 0 -137px;
}

#sidebar a.cta span {
	position:absolute;
	left:-5000px;
}

#sidebar h3 {
	color:#2e378b;
	font-size:1.8em;
	background:url(/images/theme/line.png) repeat-x bottom;
	padding:0 0 8px 0;
	font-family: "Lucida Grande", "Lucida Sans", "Helvetica";
	margin:35px 10px 0 0;
}

#sidebar address.contact {
	/*width:128px;
	float:left;*/
	font-style:normal;
	padding:0 0 0 12px;
	line-height:160%;
}

#sidebar p.contact {
	clear:both;
	padding:15px 0 0 0;
}

#sidebar p a.go {
	color:#2e378b;
	font-size:1.1em;
	margin:12px;
	padding:1px 3px;
}

#sidebar p a.go:hover {
	text-decoration:none;
	color:#FFF;
	background:#6a70a9;
}

#sidebar div.contact {
	background:url(/images/theme/sidebar-contact-bg.png) repeat-x 0 1px;
	width:280px;
	padding:8px 0 0 0;
	min-height:175px;
}


/*** SITEMAP ***/
ul#sitemap-0, ul#sitemap-0 ul {
	margin: 0 0 0 15px;
	border-left: 1px dotted #000000;
	padding: 6px 0;
}

ul#sitemap-0 {
	font-size : 1.2em;
	margin: 0 0 0 25px;
}

ul#sitemap-0 li {
	padding: 0 0 0 15px;
	list-style: none;
	background: url(/images/base/sitemap-puce.png) no-repeat 0 7px;
}


/*** FOOTER **/
#spacer-footer	{
	height:70px;
	clear: both;
}

#footer {
	height:44px;
	width:882px;
	margin:-48px auto 0 auto;
	position:relative;
	border-bottom:4px solid #2e378b;
	background:url(/images/theme/line.png) repeat-x;
}

#footer p {
	font-size:1.1em;
	font-family:"Helvetica";
	padding:25px 0 0 0;
	color:#2e378b;
}

#footer p a {
	color:#2e378b;
	text-decoration:underline;
}

#footer p a:hover {
	text-decoration:none;
}

#footer p .by {
	position:absolute;
	right:0;
}

/* Encodé en UTF-8 */

/*** MESSAGE TOP ***/
#message-top {
	font-size: 1.4em;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

div.ok #message-top-inner {
	background: #ebf1ec url('/images/base/ok-bg.png') repeat-x 0 0;
	min-height: 100px;
	color: #000;
}

div.ok #message-top-inner-inner {
	background: url('/images/base/ok-bg-icon.png') no-repeat 24px 24px;
	min-height: 100px;
}

div.ok #message-top-inner p {	
	color: #376a02;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	padding: 40px 0 0 120px;
}

div.ko #message-top-inner {
	background: #ebf1ec url('/images/base/ko-bg.png') repeat-x 0 0;
	min-height: 100px;
	color: #000;
}

div.ko #message-top-inner-inner {
	background: url('/images/base/ko-bg-icon.png') no-repeat 24px 19px;
	min-height: 100px;
}

div.ko #message-top-inner p {	
	color: #910000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	padding: 20px 0 0 120px;
}

div.ko #message-top-inner ul {	
	padding: 10px 0 10px 120px;
}

div.ko #message-top-inner ul li {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 400;
	padding: 5px 0 5px 12px;
	color: #000;
	list-style: none;
	background: url('/images/base/ko-puce.png') no-repeat 0 10px;
}

#message-top #close {
	width: 100%;
	height: 41px;
	display: block;
	z-index: 99999;
	padding: 0;
}

div.ok #close {
	background: url('/images/base/ok-close-bg.png') repeat-x 0 0;
}

div.ko #close {
	background: url('/images/base/ko-close-bg.png') repeat-x 0 0;
}

#message-top #close a {
	width: 100%;
	height: 41px;
	display: block;
	outline: none;
}

div.ok #close a {
	background: url('/images/base/ok-close-a-bg-fr.png') no-repeat 98% 0;
}

div.ko #close a {
	background: url('/images/base/ko-close-a-bg-fr.png') no-repeat 98% 0;
	
}html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/images/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('/images/fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/images/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/images/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/images/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/images/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/images/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/images/fancybox/fancy_title_right.png) repeat-x;
}#calcontainer {
	position: absolute;
	left: 100px;
	top: 100px;
	width: 207px;;
	height: 202px;
	visibility: hidden;
	z-index: 10;
}

#calcontainer table {
	width: 100%;
	margin: 0;
	border: 2px solid #acacac;
}

#calcontainer thead img {
	border-width: 0;
	vertical-align: top;
}
* html #calcontainer thead img {
	vertical-align: middle;
}

#calcontainer td, #calcontainer th {
	font: 11px Arial,Helvetica,Sans-serif;
	color: #000;
	background: #e3e3e3;
	text-align: center;
	vertical-align: middle;
	height: 22px;
	width: 29px;
	padding: 0;
	white-space: nowrap;
}

#calcontainer th {
	color: #fff;
	background-color: #666;
	font-weight: normal;
}

#calcontainer td.calHighlightColor {
	background-color: #ffd;
}

#calcontainer td.calMonth, #calcontainer td.calYear {
	width: 58px;
}

#calcontainer a, #calcontainer a:link, #calcontainer a:visited, #calcontainer a:active {
	font: 11px Arial,Helvetica,Sans-serif;
	color: #000;
	text-decoration: underline;
}  
#calcontainer a:hover {
	color: #383848;
}

#calcontainer td a.today, #calcontainer td span.today {
	font-weight: bold;
}
#calcontainer tbody span {
	height: 22px;
	line-height: 22px;
	display: block;
}

#calcontainer .disabled {
	color: #666;
	cursor: pointer;
}  

#calcontainer tbody a, #calcontainer tbody a:link, #calcontainer tbody a:visited, #calcontainer tbody a:active {
	height: 22px;
	width: 29px;
	line-height: 22px;
	display: block;
	text-align: center;
	vertical-align: middle;
}

#calcontainer tbody a:hover {
	background-color: #ffd;
	color: #383848;
}

#calcontainer tfoot a, #calcontainer tfoot a:link, #calcontainer tfoot a:visited, #calcontainer tfoot a:active {
}
#calcontainer tfoot td {
	width: 203px;
	background: #c7c7c7;
}
#calcontainer thead td a, #calcontainer thead a:link, #calcontainer thead a:visited, #calcontainer thead a:active {
	display: inline;
}

/* Calendar menu options */

#calcontainer thead ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#calcontainer thead li {
	font: 11px/1.2 Arial,Helvetica,Sans-serif;
}
#calcontainer thead ul li {
	/* This allows each li to line up next to each other on a single line */
	display: inline;
	/* This allows each item to be horizontal. */
	float: left;
}
#calcontainer thead ul ul {
	border: 1px solid #acacac;
	background: #fff;
	padding: 1px;
	position: absolute;
	display: none;
	text-align: left;
}
* html #calcontainer thead ul ul {
	padding: 0 1px 1px;
}
#calcontainer thead #cp_prevMonth a {
	width: 13px;
	background: transparent url(/images/base/caldown.gif) no-repeat 50% 0;
}
#calcontainer thead #cp_nextMonth a {
	width: 13px;
	background: transparent url(/images/base/calup.gif) no-repeat 50% 0;
}
#calcontainer thead #cp_prevYear a {
	width: 13px;
	background: transparent url(/images/base/caldown.gif) no-repeat 50% 0;
}
#calcontainer thead #cp_nextYear a {
	width: 13px;
	background: transparent url(/images/base/calup.gif) no-repeat 50% 0;
}

#calcontainer thead li a,#calcontainer thead li a:link,#calcontainer thead li a:active,#calcontainer thead li a:visited {
	display: block;
	text-align: center;
}
#calcontainer thead li li a,#calcontainer thead li li a:link,#calcontainer thead li li a:active,#calcontainer thead li li a:visited {
	text-align: left;
	height: 13px;
	vertical-align: middle;
}
* html #calcontainer thead li li a,* html #calcontainer thead li li a:link,* html #calcontainer thead li li a:active,* html #calcontainer thead li li a:visited {
	height: 15px;
}
#calcontainer thead li a, #calcontainer thead li a:link, #calcontainer thead li a:active, #calcontainer thead li a:visited {
	display:block;
	text-decoration: none;
}
* html #calcontainer thead li a, * html #calcontainer thead li a:link, * html #calcontainer thead li a:active, * html #calcontainer thead li a:visited {
	width: 100%;
}
#calcontainer thead li a span {
	text-indent: -1000px;
	overflow: hidden;
	display: block;
}

#calcontainer thead li li {
	display: block;
	float: none;
}
#cp_monthMenu {
	width: 87px;
}
#cp_months {
	width: 88px;
	height: 180px;
	text-align: left;
}
* html #cp_months {
	left: 15px;
	top: 18px;
	height: 184px;
}
* html #cp_months a {
	width: 86px;
}
#cp_yearMenu {
	width: 58px;
}
#cp_years {
	height: 105px;
	width: 55px;
	text-align: left;
}
* html #cp_years {
	left: 129px;
}
* html #cp_years a {
	width: 53px;
}

#calcontainer thead li li a, #calcontainer thead li li a:link, #calcontainer thead li li a:active, #calcontainer thead li li a:visited {
	display: block;
	font: 10px/1.2 verdana,Arial,Helvetica,Sans-serif;
	border: 1px solid #fff;
	padding-left: 10px;
	text-decoration: none;
	color: #000;
}
#calcontainer thead li li a:hover {
	background: #e3e3e3;
	border: 1px solid #acacac;
}
#calcontainer thead ul.open {
	display: block;
}

/* to make sure that the image is aligned properly */
img.cp_img {
	border-width: 0;
	vertical-align: top;
}
* html img.cp_img {
	vertical-align: text-bottom;
}
