/**********************/
/* Proprietes comunes */
/**********************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #DEDFE3;
	margin: 0px;
	padding: 0px;	
	letter-spacing: 0px;
}


body#home #center div.module{
float:left;
}

#content-56{
width:320px;
height: 272px;
}

#content-49{
width:346px;
clear:left;
}



p.loading-time{ /* Temps de chargement des pages, mettre la meme couleur que le background du site pour ne le voir qu'en le selectionnant */
	color: #675f52;
}


a img,img{
	border: none;
	margin: 0px;
	padding: 0px;
	outline-width: 0px;
	outline-style: none;	
}
.left{text-align:left;}
.right{text-align:right;}
.center{text-align:center;}
.justify{text-align:justify;}
.floatleft{	float:left;}
.floatright{ float:right; }
.clear{clear: both;}

.underline{ text-decoration: underline; }

.marginright{ margin-right: 16px; }
.marginleft{ margin-left: 16px; }

.red{ color: #ffa500; }
.green{ color: #00ff00; }

/*****************/
/* Mise en forme */
/*****************/

#wrapper{
	padding: 0px 0px 0px 0px;
}
#content{
	width: 908px;
	margin: 0px auto;
	background-image: url('../img/bg-content.jpg');
	background-repeat: repeat-y;
	background-position:top center;
	background-color:#FFFFFF;
}
#header{ 
	position: relative;
	padding: 0px;
	height: 428px;
}
#header #logo{ 
	height:129px;
	margin:0 auto;
	padding:0 0 0 4px;
	width:346px;
}
#header p{margin: 0px;}
table#page-content{
	width: 100%;
	border: 0px;
	border-collapse: collapse;
}
table#page-content td {	vertical-align: top; } 
table#page-content td#center{ 
	background-image: url('../img/bg-center.gif');
	background-repeat:repeat-x;
}
table#page-content td#left{ width: 208px;padding-left: 16px; }
table#page-content td#right{ display: none; }
table#page-content td#left-border,table#page-content td#right-border{
	width: 4px;
	padding: 0px;
}
#footer{
	color: #ffffff;
	font-size: 12px;
	height: 49px;
	width:908px;
	text-align:center;
	background-image: url('../img/bg-footer.gif');
	background-repeat: no-repeat;
	line-height: 40px;
	margin:0px;
}
#footer a{
	color:#ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#footer p{ margin: 0px; }
#footer a:hover{ text-decoration: underline; }
#footer div.redaction {font-weight: bold;}
#footer div.redaction img{ vertical-align: bottom; }


.lienchateau{
	padding-left:500px;
	margin-top:0px;
	
}
.liengites{
	padding-left:20px;
	margin-top:0px;
	
}
.lienguides{
	padding-left:20px;
	margin-top:0px;
	
}




/***************/
/*   Accueil   */
/***************/

td#center { padding:30px; }
div.page-content{ padding: 0px 14px; }
body#home td#center div.page-content{ padding: 0px; }
body#home td#center div#content-17 p{ margin: 0px; } 

/*Bloc d'intro sur le logis*/
body#home div#content-41{
	width: 690px;
	height: 342px;
	padding-right: 260px;
	padding-top: 40px;
	background-image: url('../img/bg-article-accueil.jpg');
	background-repeat: no-repeat;
	background-position: right 40px;
	clear: both;
	
}

/*Bloc carte*/
body#home div#content-40{
	width: 898px;
	height: 41px;
}

/*body#home div#content-40,body#home div#content-42{ padding-top: 40px; }*/

/*Bloc dernieres actus*/
body#home div.actualite{
	padding: 0px;
	margin:0px 0px 0px 20px;
	width: 469px;	
	float:left;
}
body#home div.actualite-item{
	background-color: #EFEFEF;
	padding-left: 8px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom:15px;
	margin-bottom: 8px;
	text-decoration:none;
}

	
body#home table#page-content td#center div.actualite-item p{ margin-bottom: 8px; }

/******************/
/* COLONNE GAUCHE */
/******************/

/***************/
/*Page standard*/ 
/***************/

table#page-content td#center p{
	padding: 0px;
	margin: 0px 0px 20px 0px;
	line-height:18px;	
}

table#page-content td#center p a{
text-decoration:none;
}

table#page-content td#center p a:hover{
text-decoration:underline;
}



table#page-content h2.title{
	color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	height:31px;
	letter-spacing:2px;
	line-height:31px;
	margin-left:0px;
	padding: 0px 0 0 16px;
	background-color: #F9550E;
	border: solid #898B97 1px;
}

a.readmore{
	display: block;
	width: 110px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background-image: url('../img/readmore-orange.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

/***************/
/* Formulaires */
/***************/

form.form fieldset{
	border:1px solid #CCCCCC;
	margin:20px 0;
	padding:40px;
}
form.form p{ margin-bottom: 8px; }
form.form em.legend{
	color:#525252;
	font-size:11px;
	font-weight:normal;
	padding-left: 216px;
	display: none;
}
form.form label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#525252;
	display: inline;
	float: left;
	line-height: 24px;
	width: 216px;
}
form.login label{ width: 156px; }
form.form textarea{	padding: 8px; }
form.form p *{
	vertical-align: bottom;
}
input.checkbox{
	background-color: #7faadb;
	border: solid 1px #1765bf;
}
input.text{
	padding: 3px 4px 1px;
	height: 16px;
}
select.select{
	background-color: transparent;
	border: solid 1px #ffffff;
	color: #0056b9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 2px 4px;
	cursor: pointer;
}
select.select option { background-color: #ffffff; } 
input.text,select.select, form.form textarea{
	background-color:#FFFFFF;
	background-image:url(../img/bg-input.gif);
	background-position:right top;
	background-repeat:repeat-x;
	border:1px solid #A6A6A4;
	color:#727272;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

input.large{ width: 467px; }
input.medium{ width: 262px; }
input.small{ width: 180px; }
input.mini{ width: 50px; }

select.medium{ width: 280px; }
textarea.full{ width: 656px; }

span.checkbox{ cursor: pointer; }
span.required{ color: red;font-weight:bold;font-size: 10px; }

/*******************/
/* Elements divers */
/*******************/
table#page-content td#center p.right{width:100%;overflow:hidden;}
table#page-content td#center p.right a.button{ float:right; }
table#page-content td#center p.center a.button {margin: 0px auto;}
table#page-content td#center p.airy{line-height:24px;}
table#page-content td#center p.no-margin,#header p.no-margin{margin:0px;} 
table#page-content td#center p.mini{font-size:10px;}

hr.separation {
	height: 2px;
	margin: 24px 0px;
	padding: 0;
	color: #6b6356;
	background-color: #898B97;
	border: 0;
	clear: both;
}

p.legend{ font-style: italic;font-size: 12px; }
img.legend{ vertical-align: top;margin-right: 8px; }

div#loading{
	display: none;
	text-align:center;
	position: absolute;
	right:18px;
	top:130px;	
}
div#loading * {vertical-align:middle;}

/********************/
/* MODULE REDACTION */
/********************/

ul.socialbookmark{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 16px;
	float: right;
}
ul.socialbookmark li{
	float: left;
	margin-left: 8px;
}

/***************/
/* MODULE MENU */
/***************/

div#content-11,#header div#content-13{ float:left;height: 140px; }
div#content-11{	width: 311px;padding-left: 75px; }
div#content-14{	width:660px;height:30px;clear: left; }

div#content-11 ul.standard{
	list-style-type: none;
	margin: 0px;
	padding: 16px 0px 0px 0px;
}
div#content-11 ul.standard li{
	float: left;
	font-size: 12px;
	line-height: 12px;
	margin-left: 6px;
	padding-right: 8px;
	border-right: solid #a1aa01 2px;
}
div#content-11 ul.standard li.first{ margin: 0px; }
div#content-11 ul.standard li.last{ padding: 0px;border: 0px none; }
div#content-11 ul.standard li a{
	color:#6d6d6d;
	font-weight: bold;
	text-decoration: none;
}
div#content-11 ul.standard li a:hover{ text-decoration: underline; }

/*Menu deroulant dans /css/superfish.css*/

/*********************/
/* MODULE MULTIMEDIA */
/*********************/

#header div.multimedia{ padding-left:5px;}

div.flash {
	z-index: 1;
	height: 257px;
	width:898px;}

/*********************/
/* MODULE NEWSLETTER */
/*********************/

#header div.newsletter p{ margin:0px; }
#header div.newsletter div.abonnement{ padding-top: 16px; }
#header div.newsletter div.abonnement form{ padding-top: 6px; }
#header div.newsletter div.abonnement input.text{
	width: 116px;
	padding: 3px 4px 1px;
	vertical-align: top;
}
#header div.newsletter div.abonnement input.image{ 
	vertical-align: top;
	margin-top: 1px;
	margin-left: 4px;
}
/********************/
/* MODULE ACTUALITE */
/********************/

div.actualite h3{
	color:#282828;
	font-size:14px;
	font-weight:bold;
	margin:0 0 8px;
}
div.actualite h3 span.date{
	line-height: 14px;
	color: #F9550E;
	margin-right: 8px;
	text-decoration:none;
}

div.actualite h3 span.date a{
	line-height: 14px;
	color: #6B6356;
	margin-right: 8px;
	text-decoration:none;
}

div.actualite h3 span.date a:hover{
	line-height: 14px;
	color: #6B6356;
	margin-right: 8px;
	text-decoration:underline;
}

.texteactu{
	color: #000000;
	text-decoration:none;
}

.texteactu a{
	color: #000000;
	text-decoration:none;
}

.texteactu a:hover{
	color: #000000;
	text-decoration:none;
}


div.actualite a.readmore{ 
	background-image: url('../img/readmore-vert.jpg'); 
	padding: 2px 18px 6px 18px;
	display: inline;
	line-height: 18px;
	font-weight:bold;
	text-decoration: none; 
}
div.actualite a.readmore:hover{
	font-weight:bold;
	text-decoration: underline; }
	


div.actualite ul.actualites{
	padding-left:8px;
	padding-top:8px;
	padding-bottom:8px;
	background-color:#EFEFEF;
	margin: 0px 0px 16px 0px;
	clear: both;
	list-style:none;
	width: 100%;
}
div.actualite ul.actualites li span.date{
	margin-right: 16px;
	font-size: 14px;
	font-weight: bold;
	color: #F9550E;
}
div.actualite ul.actualites li a{
	color: #525252;
	font-size: 14px;
	text-decoration :none;
	font-weight: bold;
}
div.actualite ul.actualites li a:hover{
	text-decoration: underline;
}
div.actualite div.dernieres img.illustration{
margin: 0px 8px 8px 0px;
border-right:2px dotted #52514F;
padding-right:4px;
}

table#page-content td#center div.actualite div.actualites p.illustration{
margin: 0px 16px 8px 0px;
border-right:4px dotted #52514F;
padding-top:2px;
padding-right:5px; }
/*********************/
/* MODULE FORMULAIRE */
/*********************/

p.cnil{
	font-size: 11px;
	color:#000000;
	font-weight:normal;
	padding: 0px 40px 20px 40px;
 }
p.cnil a{
	font-size: 11px;
	color:#F9550E;
	font-weight:bold;
	text-decoration: none;
	}

p.cnil a:hover{
	font-size: 11px;
	color:#F9550E;
	font-weight:bold;
	text-decoration: underline;
	}


div#page-14 div.redaction h3{
	font-size: 12px;
	padding-left: 32px;
}

/**************************/
/* MODULE GEOLOCALISATION */
/**************************/

div.geolocalisation div.standard,
div.geolocalisation div.multipoint{
	border: solid #898B97 5px;
	width: 750px;
	height: 550px;
	text-align:center;
	margin:20px auto;
}
div.geolocalisation div.standard p,
div.geolocalisation div.multipoint p{ margin: 0px; }
table#page-content td#center div.geolocalisation div.standard div.gmnoprint p{ margin: 0px; }
div.geolocalisation div.liste{
	height: 200px;
	overflow-y: scroll;
	border: 5px solid #52514F;
}
div.geolocalisation div.liste ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.geolocalisation div.liste ul li{
	margin:0;
	padding: 8px;
}
div.geolocalisation div.liste ul li.even{ background-color: #f7f7f7; }
div.geolocalisation div.liste ul li.odd{ background-color: #c6d0dd; }
div.geolocalisation div.liste ul li span.linkmap{
	float:right;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}
div.geolocalisation div.liste ul li span.linkmap:hover{ text-decoration: underline; }
div.geolocalisation div.search{
	border-left: solid #ccc 2px;
	border-right: solid #ccc 2px;
	background-color: #ccc;
}
div.geolocalisation div.search input.text{ width: 550px; }
div.geolocalisation div.search input.submit{ 
	height: 22px;
	padding: 4px 8px;
	background-color: #aaa;
	border: 0px none;
	color: #000; 
	margin-left: 4px; }
	
/******************/
/* MODULE GENERAL */
/******************/

/*plan du site*/
div.plan_du_site ul{ margin: 0px;padding: 0px;list-style-type: none;height: 246px;}
div.plan_du_site ul li{ padding: 8px 0px;float: left;margin-right: 24px; }
div.plan_du_site ul ul{ padding: 8px 8px 0px 8px;background-color: #fff;height:auto; }
div.plan_du_site ul li a.image{ display: block;height:39px;text-decoration:none; }
div.plan_du_site ul li a.image:hover{ text-decoration:none; }
div.plan_du_site ul li a.image span{ display:none; }
div.plan_du_site ul ul li{ padding: 8px 0px;width: auto;float: none; }

/******************/
/* DIVERS */
/******************/

.liens{
	font-family: Arial;
	color:#272826;
	font-size:14px;
	font-weight:bold;}

.liens a {
	font-family: Arial;
	color:#272826;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;}

.liens a:hover{
	font-family: Arial;
	color:#272826;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;}

table#page-content td#center #content-47 p{
width:456px;
line-height:21px;
margin:40px 10px 0px 49px;
}

h2  {
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:40px;
	margin-left:40px;
	border-top: solid #B3B3B3 2px;
	border-bottom: solid #B3B3B3 2px;
		}

div.article a:hover {
color:#F9550E;
font-size:12px;
font-weight:bold;
text-decoration:underline;
}

div.article a {
color:#F9550E;
font-size:12px;
font-weight:bold;
text-decoration:none;
}	
	
table#page-content h3.title{
	color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	height:31px;
	letter-spacing:2px;
	line-height:31px;
	padding: 0px 0 0 16px;
	background-color: #898B97;
	border: solid #EFEFEF 1px;
}


div.video{
margin-bottom:20px;

}
