/* Réglages généraux */
* {
	margin: 0;
	padding: 0;
}
body,td,th {
	font: 12px Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #1E69AE;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1E69AE;
}
a:hover {
	text-decoration: none;
	color: #FCC714;
}
a:active {
	text-decoration: none;
	color: #1E69AE;
}





/* Typographie - Titrage */
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	color: #004191;
}
h1 {
	font-size: 20px;
	margin: 0px 0px 4px;
}
h2 {
	font-size: 15px;
	margin: 0px 0px 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1E69AE;
}
h3 {
	font-size: 15px;
	margin: 0px 0px 4px;
}
h4 {
	font-size: 14px;
	margin: 0px 0px 4px;
}
h5 {
	font-size: 12px;
	margin: 0px 0px 4px;
}
h6 {
	font-size: 9px;
	margin: 0px 0px 4px;
}
p {
	margin: 0px 0px 10px;
	padding: 0px;
	line-height: 140%;
}
p.chapo {
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	margin: 0px 0px 4px;
	padding: 0px;
	color: #1E69AE;

}





/* Bandeau haut à personnaliser */
#globalheader {
	margin:0px;
	padding: 0px;
	height: 376px;
	width: auto;
}
#header {
	margin:0px auto;
	padding: 0px;
	height: 376px;
	width: 974px;
	position: relative;
	background: #b7c2eb url(../../img/navigation/header-bk.jpg) no-repeat;
}
#header-back {
	margin:0px auto;
	padding: 0px;
	height: 243px;
	width: 780px;
	position: absolute;
	z-index: 1;
}
#logotype {
	margin:0;
	padding: 0;
	height: 176px;
	width: 240px;
	position: absolute;
	left: 210px;
	top: 0px;
	z-index: 2;
}



#menu {
	margin: 0;
	padding: 0px;
	width: 200px;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul ul {
	margin: 0 0 6px;
	padding: 0;
}
#menu li {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu .a_niv1 {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: left;
	margin: 0 0 2px;
	padding: 0 0 0 44px;
	width: 156px;
	font-size: 13px;
	font-weight: bold;
	line-height: 33px;
	background: url(../../img/navigation/niv1-bk.gif);
	height: 33px;
	}

#menu .a_niv1:hover,
#menu .a_niv1_active {
	color: #004191;
	text-decoration: none;
	display: block;
	text-align: left;
	margin: 0 0 2px;
	padding: 0 0 0 44px;
	width: 156px;
	font-size: 13px;
	font-weight: bold;
	line-height: 33px;
	background: url(../../img/navigation/niv1-active-bk.gif);
	height: 33px;
	}
	
#menu .a_niv2 {
	color: #015da8;
	text-decoration: none;
	display: block;
	text-align: left;
	margin: 0 0 0 35px;
	padding: 3px 0 3px 9px;
	width: 156px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-right-color: #004191;
	font: normal 11px/12px Arial, Helvetica, sans-serif;
	}

#menu .a_niv2:hover,
#menu .a_niv2_active {
	color: #015da8;
	text-decoration: none;
	display: block;
	text-align: left;
	margin: 0 0 0 35px;
	padding: 3px 0 3px 9px;
	width: 156px;
	font-size: 11px;
	line-height: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-right-color: #004191;
	background: #B7C2EB;
	}

#menu .a_niv2_active {
	font-weight: bold;
	}
	
	


#baseline {
	margin:0;
	padding: 0;
	height: 31px;
	width: 429px;
	position: absolute;
	left: 482px;
	top: 95px;
	z-index: 2;
}



/* Petits pictos */
.picto a {
	width:18px;
	height:16px;
	padding:0;
	background-position:0px 0px;
	background-repeat:no-repeat;
	overflow: hidden;
	clip: rect(auto,auto,32px,auto);
}

.picto a:hover { background-position:0 -16px; }

#accueil {
	background-image:    url(../../img/navigation/picto-home.gif);
	position: absolute;
	left: 48px;
	top: 349px;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 18px;
	z-index: 400;
}
#mail {
	background-image:    url(../../img/navigation/picto-mail.gif);
	position: absolute;
	left: 88px;
	top: 349px;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 18px;
	z-index: 400;
}
#menu_droit {
	position: absolute;
	right: 40px;
	top: 346px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	/*width: 18px;*/
	z-index: 400;
	font:arial;
	font-size:16px;
	/*color:#3366cc;*/
	color:#004191;
	font-weight:bold;
}


#print {
	background-image:    url(../../img/navigation/picto-print.gif);
	position: absolute;
	left: 84px;
	top: 348px;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 18px;
	z-index: 400;
}
#plan {
	background-image:    url(../../img/navigation/picto-plan.gif);
	position: absolute;
	left: 131px;
	top: 349px;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 18px;
	z-index: 400;
}




/* Contenu sous le bandeau haut */
#globalcontent {
	margin:0px auto;
	padding: 0px;
	height: auto;
	width: auto;
	background: url(../../img/navigation/globalcontent-bk.gif) repeat-y center;
}
#content {
	margin:0px auto;
	padding: 0px;
	height: auto;
	width: 974px;
	clear: both;
	position: relative;
	background: url(../../img/navigation/content-bk.gif) no-repeat center top;
}
.imagecentre {
	padding: 0px;
	border: none;
	margin: 0px 0px 10px;
	text-align: center;
}
.imagegauche {
	float: left;
	padding: 0px;
	margin: 0px 16px 10px 0px;
	border-bottom: 10px solid #004191;
}
.imagedroite {
	float: right;
	padding: 0px;
	margin: 0px 0px 10px 50px;
	clear: right;
	border-left: 10px solid #FCC714;
}

.clear {
	clear: both;
	display: block;
	background: #99FF99;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}



/* Colonne gauche (Menu) */
#sideleft {
	margin: 0px;
	padding: 20px 0 0 26px;
	float: left;
	height: auto;
	width: 200px;
	position: relative;
}
	
/* Colonne droite (Contenu) */
#sideright {
	margin: 0px;
	padding: 20px 30px;
	height: auto;
	float: left;
	width: 688px;
}
#redac {
	height: auto;
	margin: 0;
	padding: 0;
}
#redac ul {
	margin: 0px 0 10px 40px;
	padding: 0 0 0 40px;
}
#redac li {
	margin: 0;
	padding: 0;
}
#breves {
	width: 200px;
	height: auto;
	margin: 0px 0px 0px 20px;
	padding: 10px;
	background: #F8F8F8;
	float: right;
	border: 1px solid #E6E6E6;
}
#breves p {
	color: #999999;
	margin: 0px 0px 10px;
	padding: 0px;

}
a.plus:link, a.plus:active, a.plus:visited{
	color: #1E69AE;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	display:block;
	text-align:right;
	margin-bottom: 10px;
}

a.plus:hover{
	/*color: #FCC714;*/
	color: #004191;
	text-decoration: none;
}

a.prevnext:link, a.prevnext:active, a.prevnext:visited{
	text-decoration: none;
	font-weight: bold;
	padding-right: 6px;
	padding-left: 6px;
	color: #1E69AE;
}

a.prevnext:hover{
	color: #FFFFFF;
}
	
/* Arborescence hiérarchique - Chemin de navigation */
#breadcrumb  {
	padding: 0px;
	color: #999999;
	margin: 0px 0 20px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	}
#breadcrumb ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 
#breadcrumb ul li {
	margin : 0;
	padding: 0;
	border: none;
	list-style: none;
	display: inline;
	color: #999999;
	}
#breadcrumb a:link, #breadcrumb a:active, #breadcrumb a:visited {
	text-decoration: none;
	color: #999999;
	padding-bottom: 2px;
	border-bottom: 1px solid #999999;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
#breadcrumb a:hover  {
	text-decoration: none;
	color: #CCCCCC;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCCCCC;
}




/* Pied de page */
#globalfooter {
	padding: 0px;
	height: 200px;
	margin: 0px;
	width: auto;
	clear: both;
}
#footer {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	width: 974px;
	background: #B7C2EB;
}


#rappelMenu {
	margin: 0px auto;
	padding: 5px 0;
	text-align: center;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #004191;
}
#rappelMenu a {
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	olor: #1E69AE;
	color: #004191;
}
#rappelMenu  a:hover  {
	color: #FCC714;
}


#coordonnees {
	margin: 0px auto;
	padding: 0;
	text-align: center;
	height: auto;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #004191;
}
#coordonnees a {
	text-decoration: none;
	color: #004191;
	font-weight: bold;
}
#coordonnees  a:hover  {
	color: #FCC714;
}


#signature {
	margin: 0px auto;
	padding: 10px 0;
	text-align: center;
	height: auto;
	font: normal 10px Arial, Helvetica, sans-serif;
}
#signature a {
	color: #004191;
	text-decoration: none;
}
#signature  a:hover  {
	color: #FCC714;
}

.actu { margin-bottom: 15px; }
.actu_header { padding: 0 0 5px 0; }
.actu_resume { width: 80%; vertical-align: top; }
.actu_photo img { border: 0px }
.actu_more_details { text-align: center; padding: 5px }


.actualite_preview, 
.docpdf_preview, 
.service_preview { margin-top: 5px }

#actualite_prev_next { text-align: right }
#actualite_photos { text-align: center; padding: 10px }
.actualite_title { margin-bottom: 10px }
.actualite_title_list { margin-bottom: 10px; margin-top: 10px }

.docpdf_title { margin-top: 10px }
.docpdf_content { margin-left: 20px }
.docpdf_description { margin-bottom: 5px; margin-top: 5px }
.docpdf_link { margin-bottom: 5px }

.service,
.service_resume,
.service_description,
.service_docpdf,
.service_photos_list { margin-top: 10px }

.service_category_title { margin-bottom: 10px; margin-top: 10px }
.service_photos { text-align: center; padding: 10px }

.lien { margin-bottom: 10px }
.lien_description { margin-top: 5px; margin-bottom: 5px }
.lien_content { margin-left: 20px }
.lien_category { margin-bottom: 10px; margin-top: 10px }


/*  Pour page des résidences  */
.boite_res{
padding:20px 50px 10px 50px;
}
.boite_res_img{
float:left;
}
.boite_res_txt{
float:left;
}
.boite_res img{padding-left:0; border:0;}

.boite_res fieldset{
padding:0;
}

.img_centre{display:block; margin:0 auto 0 auto;}
/*  Fin résidences  */

/* polices de la page d'accueil */
.accueil_texte1{
font-family:verdana;
font-weight:bold;
font-size:15px;
color:#004191;
text-align:center;
padding: 10px 20px 10px 20px;
}

.accueil_texte2{
font-family:verdana;
font-style:italic;
font-size:15px;
color:#000000;
text-align:center;
padding: 10px 20px 10px 20px;
}
ces  */
.boite_res{
padding:20px 50px 10px 50px;
}
.boite_res_img{
float:left;
}
.boite_res_txt{
float:left;
}
.boite_res img{padding-left:0; border:0;}

.boite_res fieldset{
padding:0;
}

.img_centre{display:block; margin:0 auto 0 auto;}
/*  Fin résidences  */

/* polices de la page d'accueil */
.accueil_texte1{
font-family:arial;
font-weight:bold;
font-size:16px;
color:#004191;
text-align:center;
padding: 10px 20px 10px 20px;
}

.accueil_texte2{
font-family:arial;
font-style:italic;
font-size:14px;
color:#000000;
text-align:center;
padding: 10px 20px 10px 20px;
}
