* {
	margin: 0;
	padding: 0;
	outline: none;
}

body  {
	background-color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}

#liste .left {
	text-align: left;
}

a, label, button {
	cursor: pointer;
}

a {
	text-decoration: none;
	color: #3F3F3F;
}

a:hover {
	text-decoration: underline;
}

h4 {
  margin-bottom: 10px;
}

.btnimp {
cursor:pointer;
}

.para {
  margin: 15px 0px;
}

img {
	border: 0;
}

#liste {
  clear: both;
	border-collapse:collapse;
	width: 100%;
}

#liste thead {
	background-color: #384A4C;
	height: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

.checkbox {
  width: 20px;
}

#liste td {
	padding: 5px 0;
	text-align: center;
	border-bottom: 1px solid #EAEAEA;
}

#liste th a {
	color: #fff;
}

#liste tr:hover {
  background: #EFEFEF;
}

#liste thead tr:hover {
  background: #384A4C url(../images/theader-background.png) repeat-x top left;
}

#liste thead th {
	padding: 5px 0;
	text-align: center;
	border-bottom: 1px solid #EAEAEA;
}

#liste .nomperiode:hover {
  background: #FFF;
}

fieldset {
	border: 1px solid silver;
	padding: 10px;
}

legend {
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px;
	margin-left: 10px;
}

input, select {
  width: 500px;
  border: 1px solid #ccc;
  font: 12px Arial, Helvetica, sans-serif;
}

#adr {
  height: 50px;
}

fieldset {
	margin: 20px 0;
}

#conteneur {
	width: 100%;
}



#menu {
	float: left;
	width: 155px;
	padding-top: 29px;
	border-bottom: 1px solid Silver;
	margin-bottom: 15px;
}

#menu li {
	font-weight: bold;
	display: block;
	height: auto;
	list-style: none;
	border-top: 1px solid Silver;
}

#menu li a {
	text-indent: 5px;
	height: 18px;
	display: block;
	padding: 3px;
}

#menu li a:hover {
	background-color: #384A4C;
	color: #fff;
	text-decoration: none;
}

#menu #active {
	text-indent: 10px;
	background-color: #384A4C;
	color: #fff;
}

#menu-secondaire {
  margin: 10px 0;
  overflow: auto;
}

#menu-secondaire li {
	font-weight: bold;
	display: block;
	height: auto;
	float: left;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 150px;
	text-align: center;
	list-style: none;
	border: 1px solid Silver;
}

#menu-secondaire li a {
	text-indent: 5px;
	height: 18px;
	display: block;
	padding: 3px;
}

#menu-secondaire .numappt {
	width: 45px;
}

#menu-secondaire .numappt a {
	text-indent: 0;
	height: 16px;
	display: block;
	padding: 2px 3px;
}

#menu-secondaire li a:hover {
	background-color: #384A4C;
	color: #fff;
	text-decoration: none;
}

#menu-secondaire li #active2 {
	background-color: #384A4C;
	color: #fff;
	text-decoration: none;
}

#menu-trois {
  margin: 10px 0;
}

#menu-trois ul {
  margin-bottom: 10px;
}

#menu-trois li {
	font-weight: bold;
	display: block;
	height: auto;
	float: left;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 150px;
	text-align: center;
	list-style: none;
	border: 1px solid Silver;
}

#menu-trois li a {
	text-indent: 5px;
	height: 18px;
	display: block;
	padding: 3px;
	background-color: #fff;
}

#menu-trois li a:hover {
	background-color: #384A4C;
	color: #fff;
	text-decoration: none;
}

#menu-trois li #active2 {
	background-color: #384A4C;
	color: #fff;
	text-decoration: none;
}


#form-menu-sec h3 {
  display: inline;
}

#form-menu-sec h3 label {
  display: inline;
}

#form-menu-sec div {
  margin-bottom: 2px;
}

#form-menu-sec .selectnum {
  width: 130px;
}

.dateinput {
  width: 75px;
  text-align: right;
}

.dateinputd {
  width: 75px;
  text-align: right;
  background-color: #CCC;
}

.roinput {
  background-color: #CCC;
}

/*#form-menu-sec .selectnum {
  width: 75px;
}*/

#content {
	width: auto;
	/*margin-left: 165px;*/
	margin-right: 0;
	padding: 6px 10px 10px 10px;
	overflow: auto;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	/*background-color: #3F3F3F;*/
	background: #384A4C url(../images/top_bg.png) repeat-x top left;
	text-indent: 10px;
	width: 100%;
	padding: 15px 0;
}

#content h2 {
	margin: 10px 0;
	font-size: 16px;
	color: #384A4C;
	text-transform: uppercase;
	border-bottom: solid 1px silver;
}

h3 label {
	display: block;
	cursor: pointer;
  font-size: 12px;
  font-weight: normal;
}

form label {
	cursor: pointer;
}

form h3 {
	display: block;
  font-size: 12px;
  font-weight: normal;
}

#content #first {
	clear: both;
	margin: 0 0 10px 0;
}

#lien-deco {
  text-align: right;
  background: #fff;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 12px;
  -moz-border-radius-bottomleft: 9px;
}

#contentfull {
	width: auto;
	padding: 6px 10px 10px 6px;
}

#contentfull h2 {
	margin: 10px 0;
	font-size: 16px;
	color: #384A4C;
	text-transform: uppercase;
	border-bottom: solid 1px silver;
}

#contentfull #first {
	clear: both;
	margin: 0 0 10px 0;
}

#formident {
  width: 350px;
  margin: 0px auto;
}

#formident form {
  width: 350px;
}

#form div {
  margin: 5px 0 10px 0;
}

#formident input {
  width: 325px;
}

#formident #btnform {
  width: 350px;
  text-align: right;
}


#btnform input {
  width: 85px;
}

.erreurform label {
  color: #BF0000;
}

.erreurform input {
  border: 1px solid #BF0000;
  background: #FFCFCF;
}

.erreurform textarea {
  border: 1px solid #BF0000;
  background: #FFCFCF;
}

#pagination {
  text-align: center;
  margin: 20px 0px;
}

#pagination #pageacc, #pagination a:hover {
  border: 1px solid #ccc;
  background: #3F3F3F;
  color: #fff;
  padding: 2px 3px;
}

#pagination #pageacc {
  font-weight: bold;
}

#pagination a {
  border: 1px solid #ccc;
  padding: 2px 3px;
}

#footer {
  clear: both;
  margin: 60px 5px 40px 5px;
  padding-top: 5px;
  text-align: right;
  border-top: 1px solid #EAEAEA;
  color: #AFAFAF;
}

#footer a {
  color: #AFAFAF;
  text-decoration: underline;
}

#liste .typeappt:hover {
  background: #fff;
}

#liste .typeappt td {
  text-align: left;
  padding-left: 20px;
}

#liste .flag {
  margin: 0 3px;
}

#liste .flag:hover {
  border-bottom: 3px solid #384A4C;
}


.planning_div {
	width: 50%;
	margin-bottom: 30px;
	float: left;
	padding: 2px;
	border: 1px solid #C0C0C0;
}

div.section,div#createNew {
  border: 1px solid #CCCCCC;
  margin: 30px 5px;
  padding: 0px 0px 10px 0px;
  background-color: #EFEFEF;
}

div.section2 {
  border: 1px solid #CCCCCC;
  margin: 30px 5px;
  padding: 0px 0px 5px 0px;
  background-color: #EFEFEF;
  clear: both;
}

div#createNew input { margin-left: 5px; }

div#createNew h3, div.section h3{
	font-size: 14px;
	padding: 2px 5px;
	margin: 0 0 10px 0;
	background-color: #CCCCCC;
	display: block;
}

div.section2 h3 {
	font-size: 14px;
	padding: 2px 5px;
	margin: 0 0 10px 0;
	background-color: #CCCCCC;
	display: block;
}

.lineitem {
  position: relative;
	margin: 3px 10px;
	padding: 2px;
	background-color: #FFFFFF;
	cursor: move;
	list-style: none;
}

.lineitem2 {
  position: relative;
	margin: 0 7px 5px 7px;
	padding: 2px;
	background-color: #FFFFFF;
	list-style: none;
}

.lineitem2 p {
  margin-left: 10px;
}

.lineitem span {
	position: absolute;
	top: 2px;
	right: 10px;
}

#reponseserv {
  margin-top: 20px;
  background-color: #384A4C;
  color: #fff;
  font-weight: bold;
}

#reponseserv p {
  display: block;
  /*margin-left: 10px;*/
  padding: 5px 10px;
  height: 18px;
}

textarea, .textarea {
	height: 210px;
	width: 572px;
	margin: 0;
	padding: 0;
}

.bdispmois {
  float: left;
  border: 1px solid #c0c0c0;
  width: 285px;
  margin: 5px;
}

#espacecal {
  clear: both;
  margin: 15px auto;
  padding-top: 10px;
  width: auto;
  text-align: center;
}

.caldispo {
  width: 100%;
}

.cellnondisp {
  background-color: #FFCFCF;
}

.cellnondisp2 {
  background-color: #FFEB8F;
}

.caldispo th {
  background-color: #384A4C;
  color: #fff;
}

.calhead {
  height: 25px;
}

.caldispo td {
  text-align: center;
}

.calcell {
  border: 1px solid #c0c0c0;
}

.calvide {
  background-color: #c0c0c0;
}

#listapptdispo {
  margin: 20px;
}

#listapptdispo .nodispo a {
  color: red;
}

#listapptdispo a {
  color: green;
}

#listapptdispo .linkreserver {
  color: #3F3F3F;
}

/* Calendrier */
#cal222Container {
  position: absolute;
  background: #ff7200;
  display: none;
  top: 120px;
  color: #fff;
  overflow: visible;
  z-index: 2;
  right: 10px;
}

#cal1Container, #cal2Container {
  position: absolute;
  background: #ff7200;
  display: none;
  top: 120px;
  color: #fff;
  overflow: visible;
  z-index: 2;
}
#cal1Container {
  left: 355px;
}
#cal2Container {
}

#cal10Container, #cal20Container {
  position: absolute;
  background: #ff7200;
  display: none;
  top: 260px;
  color: #fff;
  overflow: visible;
  z-index: 2;
}
#cal20Container {
  left: 280px;
}
#cal10Container {
  left: 460px;
}

#cal1Container3 {
  position: absolute;
  background: #ff7200;
  display: none;
  top: 135px;
  color: #fff;
  overflow: visible;
  z-index: 2;
  right: 15px;
}

#cal1Container30 {
  position: absolute;
  display: none;
  top: 135px;
  color: #fff;
  overflow: visible;
  z-index: 2;
  right: 15px;
  left: 360px;
}


#cal1Container2, #cal2Container2 {
  position: absolute;
  background: #ff7200;
  display: none;
  top: 160px;
  color: #fff;
  overflow: visible;
  z-index: 2;
}
#cal1Container2 {
  left: 455px;
}
#cal2Container2 {
  left: 280px;
}

#cal1Container30 table, #cal10Container table, #cal20Container table, #cal1Container3 table, #cal1Container table, #cal2Container table, #cal1Container2 table, #cal2Container2 table  {
  background: #384A4C;
  color: #fff;
  border: 2px solid #384A4C;
}

.calnavleft, .calnavleft:hover {background:url(../images/sprite.png) no-repeat 0 -450px;text-decoration: none;width:25px;height:15px;top:1px;;bottom:0;left:1px;cursor:pointer;}
.calnavright, .calnavright:hover {background:url(../images/sprite.png) no-repeat 0 -500px;text-decoration: none;width:25px;height:15px;top:1px;bottom:0;right:1px;cursor:pointer;}

#highlight1{background-color:#9cf1fb;}
/*moyenne saison*/
#highlight2{background-color:#acfbbb;}
/*haute saison*/
#highlight3{background-color:#FEFF99;}
/*congre*/
#highlight4{background-color:#ffcccc;}
#highlight5{background-color:#FF8F8F;}
#highlight6{background-color:#FFAF6F;}

#content .blocinfos {
  margin-bottom: 20px;
}

#content .blocinfos h3 {
  margin-bottom: 10px;
}

#content .blocinfos div {
  padding: 5px;
  border: 1px solid #c0c0c0;
  margin: 10px 0;
}

#content .blocinfos div.mceColorPreview {
	border: none;
	padding: 0;
	margin: 15px 0 0 3px;
}

#datefin2, #numappt, #typesejour {
  margin-bottom: 10px;
}

#formcal img {
  margin-top: 4px;
}

#nbadultes, #prixappt, #modepaiment, #options {
  margin-top: 10px;
}

#listoptions {
  margin-left: 15px;
}

#adressereserv {
  padding: 5px;
  border: 1px solid #c0c0c0;
  margin-bottom: 10px;
}

.nompers {
  margin-bottom: 5px;
}

#floatcal
{
  text-align: right;
  padding-right: 5px;
}

#explo td {
  padding: 0 2px;
}

#explo tr:hover {
  background-color: #ddd;
}

.radio {
  width: 20px;
}

#liste .linetd td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.blocinfos div {
  overflow: auto;
}

#content .blocinfos .bbooll {
  float: left;
  border: none;
  margin: 0;
  margin-right: 25px;
}

#wreser {
	width: 350px;
}

#wmontant, #wdate {
	width: 100px;
	white-space: nowrap;;
}

.newsletterview ul, .newsletterview ol {
	list-style: inside;
	margin-bottom: 10px;
}
.newsletterview p {
	margin-bottom: 10px;
}

