@import url(http://fonts.googleapis.com/css?family=Forum);

*{
	margin:0;
	padding:0;
}

.float_right {
	float:right;
}

.float_left {
	float:left;
}

.clear_both {
	clear:both;
}

img, a {
	border:none;
	outline:none;	
}

body{
	font-size:12px;
	font-family:arial;
	color:#505050;
}

#container {
	width:100%;
	margin:0 auto;
	background:#fff;
	position:relative;
	padding-top:190px;
}



/* ----------------- Header ----------------- */

#header {
	height:190px; 
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#fond_header{
	background:url(../img/bandeau_centre_3.png) repeat-x;
	height:150px;
	width:1000px;
	margin:0 auto;
	position:relative
}

#header_droite{
	background:url(../img/header_droite,70,150.png) no-repeat;
	width:70px;
	height:150px;
	float:right
}

#header_gauche{
	/*background:url(../img/pont_palais.jpg) no-repeat;*/
	margin-top: 5px;
	width:250px;
	height:140px;
	/*border-radius: 10%;*/
	float:right
}

#logo {
	background:url(../img/logo,305,150.jpg) no-repeat;
	width:305px;
	height:150px;
}

#header_texte{
	padding:15px 0 0 0;
	position:absolute;
	top:5px;
	left:100px;
}

#titre_header{
	font-size:32px;
	color:white;
	font-family: 'Forum', cursive;	
}

#baseline_header1{
	font-size:25px;
	color:white;	
	font-family: 'Forum', cursive;
	margin-top:3px
}

#baseline_header3{
	font-size:25px;
	color:white;	
	font-family: 'Forum', cursive;
	margin-top:10px
}


#baseline_header2{
	font-size:30px;
	color:white;	
	font-family: 'Forum', cursive;
	padding-right:15px;
	margin-top:10px;
	color:#CC9900
}

#menu{
	background:url(../img/motif.png);
	width:1000px;
	height:40px;
	margin:0 auto
}

#menu ul{
	float:right;
}

#menu li{
	background:url(../img/menu,139,40.jpg) no-repeat;
	width:139px;
	height:40px;
	text-align:center;
	line-height:40px;
	display:inline-block;
	float:left
}

#menu li:hover{
	background:url(../img/menu_selected_hover,139,40.jpg) no-repeat;
	width:139px;
	height:40px;
	text-align:center;
	line-height:40px;
	display:inline-block;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#cc9900;	
}

#menu a{
	text-decoration:none;
	font-size:13px;
	color:white;	
}

#menu a:hover, #menu a.selected{
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#cc9900;	
}
/* ----------------- Fin Header ----------------- */





/* ----------------- Colonne Gauche ----------------- */

#colonne_gauche {
	width:166px;
	min-height:500px; /* 100% après pour le contenu*/
	float:left;
	background:url(../img/motif.png) repeat;
}

#menu_gauche{
	height:auto;
	padding-top:20px;
	width:166px;
}

#menu_gauche li{
	border-bottom:dotted 1px #fff;
	width:156px;
	padding:5px 0;
	margin:0 5px;
	list-style:none
}

#menu_gauche li a{
	text-decoration:none;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px
}

#menu_gauche li a:hover, #menu_gauche li a.selected{
	text-decoration:underline;
	color:#cc9900;
}

#menu_gauche li ol {
	width:150px;
	height:auto;
	float:left;
	list-style-type:none;
	z-index:20;
	overflow:hidden;
	display:none;
	padding:15px 0
}

#menu_gauche li ol li {
	list-style-type:none;
	float:left;
	padding:0 !important;
}
#menu_gauche li ol li a {
	line-height:20px;
	width:150px;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	display:block;
	height:auto;
	padding:0 auto!important;
	margin:0 !important;
}



#dotted{
	border-bottom:1px dotted #FFFFFF;	
	width:119px;
	margin:13px 0;
}

#espace_intercolonne{
	background:url(../img/espace_intercolonne,166,66.jpg) no-repeat;
	width:166px;
	height:66px;
	margin:10px 0 0
}

#coordonees{
	background:url(../img/motif.png);
	width:166px;	
	text-align:center;
}

#img_info{
	background:url(../img/img_info,29,32.png) no-repeat;
	width:29px;
	height:32px;
	margin:0 auto;
	padding-bottom:15px;
}

.coordonees_texte{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
}

.coordonees_texte a { text-decoration:none; color:#fff}
.coordonees_texte a:hover { text-decoration:underline}

/*#coordonees_tel{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:white;
}*/

#maps{
	background:url(../img/mini_map.jpg) no-repeat top left;
	width:154px;
	height:85px;
	float:left;
	margin:6px;
	display:block
}

#bas_fanion{
	background:url(../img/bas_fanion,166,51.jpg) no-repeat;
	width:166px;
	height:51px;	
}

/* ----------------- Fin Colonne Gauche ----------------- */






/* ----------------- Colonne Centre ----------------- */
#colonne_centre {
	width:834px;
	height:auto; /* 100% après pour le contenu*/
	background:#fff;
	float:right;
	position:relative
}

#content {
	background:#fff; /* à modifier*/
	width:1000px; /* à modifier*/
	margin:0 auto;
	height:auto;
	overflow:hidden;
}

#loupe{
	position:absolute;
	top:225px;
	right:10px;
	z-index:20
}

#loupe a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;	
	color:black;
}

#loupe a:hover{
	text-decoration:underline;
}
/* ----------------- Fin Colonne Centre ----------------- */




/* ----------------- Footer ----------------- */
#footer_frame{
	height:280px;
	background:#fff;
	width:100%
}

#footer{
	margin:0 auto;
	width:1000px;
	position:relative;
	text-align:right;
}

#footer ul{
	float:right;	
	list-style:none;
	margin:25px 0 15px 30px;
}

#footer li{
	padding-bottom:10px;
}

#footer a{
	color:#4f81bd;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#footer a:hover{
	color:#cc9900;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#triangle_footer{
	background:url(../img/triangle_footer,166,49.jpg) no-repeat top left;
	width:168px;
	height:49px;
	margin:0 auto;
	padding-right:838px;
}

#logo_footer_frame{
	position:absolute;
	top:10px;
	right:0px;
	z-index:2;
	width:255px;
	height:103px;	
	font-weight:normal;
}
#logo_footer_frame:hover{
	text-decoration:none!important;
	cursor:pointer;
}
#LCCC_footer{
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	font-family: 'Forum', cursive;	
	width:100%;
	font-size:15px;
	clear:both;
}

#baseline_footer{
	position:absolute;
	top:55px;
	right:0;
	z-index:2;
	width:100%;
	height:103px;
	font-family: 'Forum', cursive;
	font-size:15px;
}
#baseline_footer:hover{
	text-transformation:none;
}


#referencement{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	margin:10px 0
}

/* ----------------- Fin Footer ----------------- */



/* ----------------- Contenu ----------------- */

/*#diapo{
	background:url(../img/diapo,818,205.jpg) no-repeat;
	width:818px;
	height:205px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	margin:10px 10px 15px;
}*/

.contenu{
	padding-top:20px;
	width:auto;
	min-height:380px;
}
h1{
	width:825px;
	border-bottom:dotted 1px #4f81bd;
	color:#4f81bd;
	font-family: 'Forum', cursive;
	font-size:25px;
	padding-left:15px;
}
h2{
	width:530px;
	font-size:16px;
	padding:10px 0 10px 0;
	}
h3{
	width:250px;
	border-bottom:dotted 1px #4f81bd;
	color:#4f81bd;
	font-family: 'Forum', cursive;
	font-size:24px;	
	text-align:center;
	margin:0 auto;
	padding-top:10px;
}
h4{
	width:290px;
	border-bottom:dotted 1px #4f81bd;
	color:#4f81bd;
	font-family: 'Forum', cursive;
	font-size:18px;	
	text-align:center;
	margin:0 auto;
	padding-top:10px;
}
h5{
	width:250px;
	border-bottom:dotted 1px #4f81bd;
	color:#4f81bd;
	font-family: 'Forum', cursive;
	font-size:24px;	
	text-align:center;
	margin:0 auto;
	padding-top:10px;
}
#cols1{
	float:left;
	width:500px;
	padding:15px;
	text-align:justify;
}

#cols1 p{
	margin-bottom:15px;
}	

#cols1 ul{
	margin-bottom:15px;
	margin-left:25px;
	list-style:none;	
}

.lien_index{
	float:right;
	background:url(../img/bouton.png) repeat-x;
	height:24px;
	display:inline-block;
	text-indent:15px;
	line-height:24px;
	text-align:left;
	padding-right:22px;
	color:#d6cb9d !important;
	text-decoration:none;
	clear:both
}
.lien_index:hover{
	text-decoration:underline;
}
.btn_lien{
	/*background:url(../img/fleche_bouton,22,24.jpg) no-repeat right center;*/
	height:24px;
	padding-right:22px;
	margin:0 !important;
	overflow:hidden
}

#fond_bouton{
	background:url(../img/fond_bouton,1,24.jpg) repeat-x;
	width:auto;
	height:24px;
}

#cols2{
	margin-top:15px;
	padding-bottom:15px;
	width:295px;
	height:360px;
	float:right;
	background-color:#f1f1f1;
}

#cols3{
	margin-top:15px;
	padding-bottom:15px;
	padding-left:6px;
	width:268px;
	height:150px;
	float:right;
	/*background-color:#f1f1f1;*/
}

/*#coprop{
	background:url(../img/droit_de_la_copropriete,219,104.jpg) no-repeat;
	width:219px;
	height:104px;	
	margin:0 auto;
	margin-top:15px;
}*/

#cols2 p{
	padding:20px;
	text-align:justify;
	}
	
/*#cols2 li{
	padding:3px;
	padding-left:50px 0;
	list-style:none;	
}*/

#cols2 ul li{
	background:url(../img/puce.png) no-repeat  left;
	padding-left:20px;
	padding-right:5px;
	list-style:none;	
	margin:5px;
	color:#005392;
}

#cols2 a{
	text-decoration:none;
	color:#cc9900;
}

#cols2 a:hover{
	text-decoration:underline;
	color:#cc9900;
}


strong{
	color:#333;	
}

#js_submit{
	color:#333;
	float:left;
	background:#fff;
	color:#900;
	border:1px solid #fff
}

label{
	color:#fff;	
}
#formulaire_1 label{
	color:#505050;
	}


/* ----------------- Fin Contenu ----------------- */



/********************************************************************* Exemple pour encart
*/
.suite{
	text-decoration:none;
	color:#990000;
	padding-bottom:10px;
	}
.suite:hover{
	text-decoration:underline;
	}
#encart_content {
	background:#fff;
	overflow:hidden;
	width:100%;
}

#encart_content div {
	width:20%;
	height:100px;
	display:inline;
	margin:0 40px;	
}

#encart1 {
	background:#666;
}

#encart2 {
	background:#666;
}

#encart3 {
	background:#666;
}

/********************************************************************* CSS associé aux box d'inscription à la newsletter
*/
#newsletter_iframe {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#categorie_listing .selected a{
	color:#990000!important
	}
.actualite h2 a{
	color:#990000!important
	}
.actualite .link {
	color:#990000!important;
	float:right;
	}
#listing_calendrier {
	width:100%!important;
	}
#listing_calendrier li li a {
	color:#990000!important;
}
#actualite_detail h2 {
	color:#990000!important;
	border-bottom: 1px solid #990000!important;
}
.ariane{
	font-size:10px;
	padding-left:15px;
	padding-top:5px;
}
.ariane a{
	text-decoration:none;
	color:#505050;
	}
	.ariane a:hover{
	text-decoration:underline;
	}