@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}

/* Debut new css */


/*header*/
#header {
	height: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
}
#header_content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
}
#header_logo {
	float: left;
	height: 150px;
	width: 425px;
	background-image: url(../images/haute_ville_logo.gif);
	background-repeat: no-repeat;
}
#header_logo_camer {
	float: left;
	height: 150px;
	width: 240px;
	background-image: url(../images/logo_camer.gif);
}
#header_texte {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	float: right;
	width: 500px;
	text-align: right;
	letter-spacing: 4px;
	padding-top: 85px;
	padding-right: 10px;
}
#header_texte_camer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	float: right;
	width: 500px;
	text-align: right;
	letter-spacing: 4px;
	padding-top: 80px;
	padding-right: 10px;
}
#header_nav_sec {
	float: right;
	width: 500px;
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;
}
/*normal*/
#header_nav_sec a {
	color: #720904;
	font-size: 10px;
	text-decoration: underline;
	letter-spacing: 1px;
}
/*normal*/
#header_nav_sec a:link {
	color: ##720904;
} 
/*visite*/
#footer_content a:visited {
	color: #333333;
}
/*mouse_over*/
#header_nav_sec a:hover {
	color: #E31005;
	text-decoration: underline;
}
/*mouse_down*/
#header_nav_sec a:active {
	color: #E31005;
}
#header_texte h1 {
	font-weight: lighter;
	line-height: 24px;
}
#header_texte_camer h1 {
	font-weight: lighter;
	line-height: 24px;
}
/*header*/

/*cie*/
#cie {
	background-image: url(../images/tapis_gris.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#cie_content {
	background-color: #000000;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
#cie_content_hv {
	width: 960px;
  position:relative;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
#cie_content p {
	font-weight: lighter;
	font-size: 10px;
	text-align: justify;
	letter-spacing: 1px;
	font-family: "Times New Roman", Times, serif;
	line-height: 18px;
	color: #FFFFFF;
}
/*cie*/

/*navigation principale*/
#nav {
	background-image: url(../images/fond_nav.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#nav_content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	height: 40px;
}
#nav_accueil {
	height: 40px;
	width: 95px;
	float: left;
	background-image: url(../images/triangle_nav.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#nav_appartements {
	height: 40px;
	width: 190px;
	float: left;
	background-image: url(../images/triangle_nav.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#nav_services {
	height: 40px;
	width: 195px;
	float: left;
	background-image: url(../images/triangle_nav.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#nav_forfaits {
	height: 40px;
	width: 175px;
	float: left;
	background-image: url(../images/triangle_nav.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#nav_reservations {
	height: 40px;
	width: 150px;
	float: left;
	background-image: url(../images/triangle_nav.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#nav_localisation {
	height: 40px;
	width: 150px;
	float: left;
	background-image: url(../images/triangle_nav.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#nav ul {
	padding-right: 0px;
	padding-left: 0px;
}
#nav li  {
	display: inline;
}
/*normal*/
#nav li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #333333;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	height: 25px;
	padding-top: 15px;
}
/*normal*/
#nav li a:link {
	color: #333333;
}
/*visite*/
#nav li a:visited {
	color:#720904
}
/*mouse_over*/
#nav li a:hover {
	color: #720904;
	background-image: url(../images/fond_nav_over.gif);
	background-repeat: repeat-x;
}
/*mouse_down*/
#nav li a:active {
	color: #720904;
	background-image: url(../images/fond_nav_over.gif);
	background-repeat: repeat-x;
}
/*page_actuel*/
#nav li a.current {
	color: #720904;
	background-image: url(../images/fond_nav_over.gif);
	background-repeat: repeat-x;
}
/*navigation principale*/

/*center*/
#center {
	background-image: url(../images/tapis_noir.gif);
}
#center_hv {
	background-image: url(../images/tapis_rouge.gif);
}
#center_content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	/*min-height: 400px;*/
	overflow: hidden;
}
#center_content table {
	/*width: 960px;*/
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	/*height: 300px;*/
	text-align: center;
}
#center_content th {
	padding-top: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-size: 13px;
	height:50px;
	width: 200px;
	border: 1px solid #FFFFFF;
}
#center_content td {
	width: 100px;
	background-color: #CCCCCC;
	letter-spacing: 1px;
	font-size: 14px;
	border: 1px solid #FFFFFF;
}
.titrestable {
	background-color: #333333;
	width: 16px;
	background-position: center;
}

.titrestable a {
	color: #fff !important;
}
.titrestable a:link {
	color: #fff !important;
}
.titrestable a:visited {
	color: #fff !important;
}
.titrestable a:hover {
	color: #720904 !important;
}
.titrestable a:active {
	color: #720904 !important;
}
#center_content h1 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 24px;
	letter-spacing: 4px;
	margin-right: 10px;
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: lighter;
	margin-top: 20px;
}
#center_content h2 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 18px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: lighter;
}
#center_content strong {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}
#center_content p{
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: lighter;
	line-height: 18px;
	text-align: justify;
}
#center_content ul{
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: lighter;
	line-height: 18px;
	list-style-type: disc;
	list-style-position: inside;
}
/*normal*/
#center_content a {
	color: #720904;
	font-size: 12px;
	text-decoration: underline;
	letter-spacing: 1px;
}
/*normal*/
#center_content a:link {
	color: #720904;
} 
/*visite*/
#center_content a:visited {
	color: #333333;
}
/*mouse_over*/
#center_content a:hover {
	color: #E31005;
	text-decoration: underline;
}
/*mouse_down*/
#center_content a:active {
	color: #E31005;
}
.case_blanc {
	background-color: #FFFFFF;
	width: 940px;
	background-image: url(../images/back_eta.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #333333;
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
	padding: 10px;
}
.texte_etab_cg {
	width: 339px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}
.texte_etab_cd {
	width: 339px;
	float: left;
	margin-top: 10px;
}
.texte_940 {
	width: 940px;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
}
.texte_700 {
	width: 698px;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
}
.texte_580 {
	width: 574px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	padding-bottom: 10px;
}
.titre_700 {
	width: 698px;
	float: left;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #720904;
}
.titre_940 {
	width: 940px;
	float: left;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #720904;
}
.photo_etab {
	float: left;
	height: 164px;
	width: 218px;
	border: 1px solid #333333;
	margin-right: 20px;
	margin-bottom: 10px;
}
.photo_hv {
	float: left;
	width: 220px;
	border: 1px solid #333333;
	margin-right: 20px;
	margin-bottom: 10px;
}
.case_photos {
	width: 346px;
	float: left;
	margin-top: 10px;
}
.mini_photo_g_c {
	width: 100px;
	float: left;
	border: 1px solid #333333;
	margin-right: 20px;
	margin-bottom: 10px;
}
.mini_photo_d {
	width: 100px;
	float: left;
	border: 1px solid #333333;
	margin-bottom: 10px;
}
/*center*/

/*footer*/
#footer {
	height: 150px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
}
#footer_content {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.adresse_footer {
	width: 360px;
	margin-top: 10px;
	margin-right: 70px;
	float: left;
	text-align: left;
}
.adresse_footer_camer {
	width: 360px;
	margin-top: 10px;
	margin-right: 25px;
	float: left;
	text-align: left;
}
.telephone_footer {
	width: 175px;
	float: left;
	margin-top: 10px;
	text-align: left;
}
.telephone_footer_camer {
	width: 215px;
	float: left;
	margin-top: 10px;
	text-align: left;
}
.courriel_footer {
	width: 100px;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	text-align: right;
}
.copyright_footer {
	width: 180px;
	margin-top: 40px;
	text-align: left;
	float: left;
	clear: both;
}
.maestro_footer {
	width: 265px;
	float: right;
	margin-top: 40px;
	margin-left: 0px;
	text-align: right;
	clear: right;
}
#footer_content h1 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
	letter-spacing: 4px;
	display: block;
	float: left;
	width: 940px;
	
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #720904;
	font-weight: lighter;
}
#footer_content p{
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: lighter;
	line-height: 14px;
}
/*normal*/
#footer_content a {
	color: #720904;
	font-size: 10px;
	text-decoration: underline;
	letter-spacing: 1px;
}
/*normal*/
#footer_content a:link {
	*color: ##720904;*
} 
/*visite*/
#footer_content a:visited {
	color: #333333;
}
/*mouse_over*/
#footer_content a:hover {
	color: #E31005;
	text-decoration: underline;
}
/*mouse_down*/
#footer_content a:active {
	color: #E31005;
}
.telephone {
	color: #720904;
}
/*footer*/
/*formulaire*/
fieldset.infos {
	border: 1px solid #720904;
	width: 580px;
	margin-top: 15px;
	background-position: bottom;
	background-repeat: repeat-x;
}
fieldset.infos input  {
	width: 250px;
	font-size: 12px;
	border: 1px solid #999999;
	color: #333333;
}
fieldset.infos input.annee  {
	width: 45px;
	font-size: 12px;
	text-align: center;
}
fieldset.infos input.mmjj  {
	width: 30px;
	font-size: 12px;
	text-align: center;
}
fieldset.infos input.adresse  {
	width: 380px;
	font-size: 12px;
}
fieldset.infos textarea  {
	width: 250px;
	font-size: 12px;
	border: 1px solid #999999;
	max-width: 360px;
}
fieldset.infos select  {
	width: 250px;
	font-size: 12px;
	border: 1px solid #999999;
}
fieldset.infos select:focus  {
	background-color: #FFFF99;
}
fieldset ol {
	list-style: none;
	padding-top: 10px;
}
fieldset li {
	padding-bottom: 10px;
}
fieldset.submit {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-left: 240px;	
} 
.button {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	width: 150px;
	color: #FFFFFF;
	border: 1px solid #333333;
	background-image: url(../images/tapis_noir.gif);
	letter-spacing: 2px;
}
legend {
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
	margin-left: 15px;
}
label {
	float: left;
	width: 200px;
	font-weight: bold;
	text-align: right;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	margin-right: 10px;
	padding-top: 4px;
}
fieldset.infos textarea:focus, input:focus {
	background-color: #FFFF99;
}
.requis {
	color:#720904;
}
.info_requis {
	margin-left: 210px;
}
