
.clear { clear: both; margin: 0; padding: 0; height: 25px; }
.right { float: right; }
.left { float: left; }
.padded { padding: 10px; }
.hidden { display: none; }

* {
	font-family: verdana, sans;
	font-size: 13px;
	color: #333;
}

body {
	background-color: white;
	padding: 0; margin: 0 auto;
	text-align: center;
	background-image:url(bg_monnier2.jpg); background-color: #ccc; background-repeat: repeat-x;;
}

div#page {
	margin: 0 auto;
	margin-top: 0px; margin-bottom: 0px;
	position: relative; 
	width: 950px;
	top: 0px;
	min-height: 600px;
	background-color: white;
	background-image: url(pg_bg.jpg); background-repeat: no-repeat;
	padding-bottom: 150px;
	text-align: left;
}

div#banner {
	position: absolute;
	top: 0px; left: 0px;
}
div#logo {
	display: none;
	position: absolute; top: 10px; left: 20px;
	width: 150px; height: 30px;
}
div#logo h1 {
	font-size: 18px; color: white; z-index: 10;
	padding: 0; margin: 0;
	background-color: transparent;
	font-weight: bold;
	text-align: center;
}
div#mainmenu {
	/*position: absolute; left: 200px; top: 0px;*/
	position: absolute; right: 10px; top: 0px;
}
div#menu_marques {
	/*position: absolute; right: 100px; top: 132px;*/
	position: absolute; right: 10px; top: 132px;
}

div#leftframe {
	display: block;
	float: left;
	width: 200px;
/*	background-color: #999;*/
}
div.lbox {
	margin: 0;
	padding: 5px;
	/*border: 1px dotted #aaa;*/
	margin: 1px;
}

div#contentframe {
/*	float: right;
	width: 750px; */
}

div#smap {
	position: absolute; bottom: 0px;
	width: 100%; background-color: white;
}

/* menu */
ul.menu, ul.smenu { margin: 0; padding: 0; width: auto; list-style: none;}
ul.menu li { display: block; float: left; height: 40px; position: relative; margin:0;} 
ul.menu li a {
	font-size: .9em;
	display: block;
	width: 150px;
	text-align: center !important;
        padding: 0px 5px; margin: 0;
	height: 18px;

	/*border-left: 1px solid #bbb;*/
	border-left: 1px solid white;

	background-color: transparent;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
div.menu a:hover {
	background-color: #bbb;
	color: white;
}

ul.menu ul.smenu {
	display: none; clear: both;
}

li:hover ul.smenu, li.hover ul.smenu {
	display: block;
}
	
ul.menu ul.smenu li { display: block; clear: both; margin: 0; padding: 0; height: auto;}
ul.menu ul.smenu a{
	text-align: left !important;
	font-size: .8em; line-height: 18px;
	display: block; 
	opacity: .9;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	background-color: transparent;
}

ul.menu a:hover, ul.menu ul.smenu a:hover { background-color: #bbb; color: white; }

/* sous-menu */
div.sousmenu ul.menu a {
	background-color: transparent;
	color: white;
	border-left: 1px solid white;
}
div.sousmenu ul.menu a:hover {
	background-color: #bbb;
	color: white;
	border-left: 1px solid white;
}

div.sousmenu ul.smenu a {
	color: #347;
}

table.occa td {
	border-bottom: 1px dotted #ddd;
	padding: 3px;
	vertical-align: top;
}
table.occa tr.gray td {
	background-color: #ddd;
}
	
form#form_rdv td {
	padding: 3px;
}
td.tdr {
	text-align: right;
}

table.compact td {
	vertical-align: top;
	border: 1px dotted black;
}
table.compact td * {
	font-size: 10px; margin: 2px; padding: 0 2px;
}
table.compact td li {
	list-style-type: none;
}

tr.title {
	text-align: center;
	font-weight: bold;
}
tr.title td {	border: 1px dotted white; padding: 2px; }

table.calendar {
	border: none;
}
table.calendar td {
	font-size: 8px; text-align: right;
}
table.calendar td a {
	font-size: 8px;
	color: black;
}
table.calendar td.sunday {
	color: red;
}

table.calendar td.eventtd {
	background-color: #ddd; border: 1px solid #aaa;
}

td#today {
	font-weight: bold;
}

a.admin{
	border: 1px dotted black;
	display: inline-block;
	padding: 3px;
}

div#contentframe h1, div#contentframe h2, div#contentframe h3 {
	color: #333;
	border-bottom: 1px solid #bbb;
}
div#contentframe h1 { font-size: 1.5em; }
div#contentframe h2 { font-size: 1.3em; margin-left:5px; }
div#contentframe h3 { font-size: 1.1em; margin-left:10px;}

input {
	border: 1px dotted #999;
}

textarea {
	border: 1px dotted #999;
}

div.error {
	color: red; font-weight: bold;
}

a.sobre {
	text-decoration: none;
}

a.thumb {
	margin: 10px;
	text-align: center;
	float: left;
}
a.thumb img {
	border: none;
	margin: 5px;
}
a.thumb:hover {
	background-color: white;
}
div.webmaster {
	dispplay: block; clear: both;
/*	position: absolute; bottom: -20px;  */
	width: 100%; text-align: center; height: 20px;
/*	; */
}
div.webmaster, div.webmaster a {
	color: #fff;
	text-decoration: none;
}
div.webmaster a:hover {
	text-decoration: underline;
}

img#mlogo {
	position: absolute;
	top: -85px;
	left: 35px;
}

img.iscroll {
	margin: 20px;
}


td.imglinks a img {
	border: none;
}


