body{
	background: #666633;
	color: black;
}
body, div, td{
	font-family: arial;
	font-size: 13px;
	margin: 0;
	padding: 0;
	border: 0;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
}


div.right{
	text-align: right;
	width:955px;
}

.lien{ 
	color:#ffffff;
	text-decoration: underline;
}

a{
	color: gray;
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
}

div.center{
	text-align: center;
	width: 100%;
}
div.top{
	margin: 0 auto 0 auto;
	width: 955px;
  background: white;
  border: 0px solid red;
}

div.main{
  text-align: justify;
	background-color: white;
	padding: 18px;
	* padding-bottom: 0;
	min-height: 418px;
	height: auto;
  border: 0px solid green;
}
div.main div{
	clear: left;
	width: 685px;
}

div.menu{
  background: url(images/menuOff.gif) left top no-repeat;
  height: 59px;
	float: left;
	cursor: pointer;
	position: relative;
}
div#index div.menu{
  height: 50px;
}
div#index div.main{
	min-height: 395px;
}

div.smenu{
	text-align: left;
  background: white;
	float: left;
	text-indent: 100px;
	border-bottom: 3px solid lightgrey;
	width: 705px;
  padding-top: 5px;
  padding-bottom: 8px;
	font-size: 11px;
	text-transform: uppercase;
}

div.smenu1{
  display: none;
	visibility: hidden;
	position: absolute;
	z-index: 99;
	text-align: left;
  background: white;
	border: 1px solid lightgrey;
	border-bottom: 3px solid lightgrey;
  padding-top: 5px;
  padding-bottom: 8px;
	font-size: 12px;
	width: 180px;
	top: 56px;
	left: 0;
}

div.smenu a, div.smenu1 a{
	text-decoration: none;
  font-weight: bold;
  color: #1c348c;
}
div.smenu a:hover, div.smenu a.selected{
	text-decoration: none;
	font-style: italic;
  color: #1c348c;
}
div.smenu1 a:hover, div.smenu1 a.selected{
	text-decoration: none;
  color: #1c348c;
}

div.photos{
	float: right;
  background: url(images/sep_verticale.gif) left top repeat-x;
  height: 454px;
	width: 238px;
}
div.photos img{
	margin-left: 2px;
	border: 0;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
}

div.titre{
  background: url(images/puce.gif) left top no-repeat;
  text-indent: 20px;
  color: #657F98;
  margin-bottom: 10px;
  font-weight: bold;
	font-style: italic;
  border-top: 15px solid white;
  border-bottom: 5px solid white;
  * border: 0;
	font-size: 11px;
}
div#stitre{
  background: url(images/sep.gif) left top repeat-x;
	height: 8px;
	width: 688px;
  padding: 0;
  margin-bottom: 18px;
  * margin-bottom: 10px;
}

img.pointcarte{
  position: absolute;
	z-index: 100;
	cursor: pointer;
	border: 0;
}
div.main div.carteinter{
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	display: none;
	z-index: 99;
	font-size: 10px;
}
span.titrecarte{
  color: #657F98;
  font-weight: bold;
	font-style: italic;
}

/*input[type="text"]{
	border: 1px solid gray;
}*/

div.main .label{
	clear: none;
	height: 18px;
	float: left;
	width: 200px;
	/*border: 1px solid green;*/
}
div.main .data{
	clear: none;
	height: 18px;
	float: left;
	width: 350px;
	/*border: 1px solid pink;*/
	margin-bottom: 3px;
	* margin-top: 0;
}
div.main .data input{
	border: 1px solid gray;
	font-family: arial;
	width: 160px;
}

/*************************************************************************************************************
* CALENDRIER
*************************************************************************************************************/
#calendrier-div{
	margin: 0;
	padding: 0;
}
table#calendrier{
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
#calendrier th a{
	color: gray;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#calendrier th{
	font-size: 12px;
	color: #005AA1;
	text-align: center;
}
#calendrier td{
	text-align: center;
	padding: .08em;
	background-color: white;
	border-bottom: .17em solid #F2F3F5;
	font-size: 12px;
}
#calendrier td#today{
	background-color: #FFA800;
}
#calendrier a{
	padding-left: 0;
	background: none;
	display: block;
	text-decoration: none;
}
td#today a{
  color: white;
}

input.resa{
  text-align: right; height: 18px; border: 1px solid gray; margin-left: 10px; font-size: 12px;
}