@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-repeat: repeat-x;
	background-image: url(../images/body_bg.jpg);
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	z-index: 1;
}
/*    ######## liens  ########## */
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #333333;
}
h1, h2, h3 {
	color: #FF0000;
	font-weight: normal;
	font-family: "Myriad Pro", Arial, Verdana;
}
h1 {
	font-size: 140%;
	padding-top: 10px;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 120%;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
}
h5 {
	font-size: 75%;
	padding-top: 5px;
	padding-left: 5px;
}
#container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/container_bg.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 2;
	margin-top: 7px;
} 
#preloadmontage {
	display: none;
	background-image: url(../images/montage_rue.gif);
	background-repeat: no-repeat;
}
#header {
	background-image: url(../images/montage_rue.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 190px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-bottom-color: #C40401;
	z-index: 3;
	background-color: #FEFEFE;
} 
#logo {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 190px;
	z-index: 4;
}
#menu {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#histo {
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-decoration: none;
}
ul#nav {
	list-style-type: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#nav li a {
	font-size: 90%;
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #C40401;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#nav li a:hover, #nav li active, #nav li focus {
	text-decoration: none;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	text-decoration: none;
} 
#footer {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-size: 50%;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 230px;
}
#footersp {
	padding-top: 100px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-size: 50%;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 30px;
} 
#footer p {
	color: #333333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#footersp p {
	color: #333333;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#mainContent p {
	font-size: 80%;
	line-height: 1.4;
	margin:0 0 12px 0;
}
#sidebar1 p {
	font-size: 83%;
	line-height: 1;
	display: block;
	color: #FFF4D2;
	text-align: left;
	margin-left: 25px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
	text-decoration: none;
	border: thin outset #FFFFFF;
}
.moy_img_fltrt {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
	text-decoration: none;
	max-width: 350px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.new_moy_img_fltrt {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
	text-decoration: none;
	width: expression(this.width > 300 ? (300 * this.height / this.width > 300 ? 300 * this.width / this.height: 250): true);
	height: expression(this.height > 300 ? 300: true);
	max-width: 300px;
	max-height: 300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.x_new_moy_img_fltrt {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
	text-decoration: none;
	width: expression(this.width > 350 ? (350 * this.height / this.width > 300 ? 300 * this.width / this.height: 350): true);
	height: expression(this.height > 300 ? 300: true);
	max-width: 350px;
	max-height: 300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageborder_moyenne {
	border: thin solid #E4DDB1;
	width: expression(this.width > 350 ? (350 * this.height / this.width > 300 ? 300 * this.width / this.height: 350): true);
	height: expression(this.height > 300 ? 300: true);
	max-width: 350px;
	max-height: 300px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border: thin outset #FFFFFF;
}
.fltlftcard { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.fltlftarch { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent list_alpha {
	text-align: left;
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	margin-top: 0px;
}
#mainContent li {
	list-style-position: outside;
}
#membres_cat {
	text-align: left;
	display: block;
	margin-bottom: 10px;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	padding: 10px;
	margin-top: 25px;
	margin-right: 25px;
	margin-left: 25px;
}
#carte_aff {
	width: 484px;
	height: 255px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FEFEFE;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #FFFFFF;
	right: 0px;
}
#directions {
	width: 40px;
	height: 48px;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
	float: right;
}
#carte_aff p {
	color: #CC6600;
	font-size: small;
}
#mainContent #autreinfo {
	margin: auto;
}
.Libelle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}
.Instr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 30px;
	font-weight: bold;
}
.SousTitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 30px;
	font-weight: bold;
}
.coord {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	line-height: 1.5;
	text-align: justify;
}
.texte_ref {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.cat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC9900;
	line-height: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 28px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: none;
	font-variant: small-caps;
}
.cartecat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 16px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-transform: none;
	font-variant: small-caps;
}
.carteadr {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 18px;
	font-size: 12px;
	display:block;
	margin-left: 175px;
}
.cartetel {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: auto;
	display: block;
	padding-top: 3px;
	margin-bottom: 5px;
}
.carteweb {
	font-size: 10px;
	margin-top: 3px;
	margin-left: 275px;
	padding-left: 157px;
	text-decoration: underline;
}
.membre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.membrerep {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: 1px;
	text-align: left;
	display: inline;
	padding: 0px;
	line-height: 20px;
}
.repert_cat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 16px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 1px;
	text-transform: none;
	font-variant: small-caps;
	text-align: left;
	display: block;
}
.caracteristiques {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	line-height: 1.5;
	text-align: left;
	display: block;
}
#listerepcat {
	margin-left: 260px;
}

#mainContent immeuble {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: thin dotted #CCCC00;
}
#horaires {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#horaires p {
	font-size: 75%;
	line-height: 1;
	display: block;
	color: #333333;
}
#cartes_acceptees {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 20px;
}
#act_nouvelles {
	left: 230px;
	top: auto;
	text-align: left;
	font-size: 95%;
	line-height: 18px;
	color: #666666;
	font-weight: normal;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 10px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
#galerie_photos {
	left: 220px;
	text-align: left;
	font-size: 95%;
	line-height: 18px;
	color: #666666;
	font-weight: normal;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#list_alpha {
	margin-top: 0;
}
#list_alpha .p1 {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.Invisible {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 16px;
}

/*    ######## change de langue ########## */
.langue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: 800;
	font-variant: small-caps;
	color: #666666;
	text-decoration: none;
	cursor: pointer;
	top: 50px;
	left: 750px;
	background-color: #FFFFFF;
	letter-spacing: 2px;
	text-align: right;
	padding-right: 13px;
       }


/* ----------------------- COMMON STYLES -------------------------- */
/* ---------------------------------------------------------------- */
.no_display {
	display:none;
}
.hidden {
	visiblity:hidden;
}
.block {
	display:block;
	vertical-align:middle;
}
.block_top {
	display:block;
	vertical-align:top;
}
.inline {
	display:inline-block;
	vertical-align:middle;
}
.inline_top {
	display:inline-block;
	vertical-align:top;
}

ul.checkmarks {
	list-style-type:none;
	margin:0 0 10px 0;
}
ul.checkmarks li {
	list-style-type:none;
	margin:3px 5px 0 -37px;
	padding:0 0 0 25px;
	display:inline-block;
	vertical-align:top;
	background-image:url('/images/ul_checklist_bg.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	line-height:145%;
}
.imgpm {
	border: thin solid #FFFFFF;
	margin-right: 5px;
	margin-top: 1px;
}
.imgboussole{
	border: thin solid #FFFFFF;
	float: right;
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 10px;
}
.imgactalternative{
	float: right;
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
}
.img_stm {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img_crds {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgbullet {
	border: thin solid #FFFFFF;
	margin-right: 3px;
	margin-top: 7px;
}
.imgsep {
	margin: 0px;
	padding: 0px;
}
