body * { font-family:arial; font-size:xx-small;}
head:first-child+body * {
	font-size:x-small;
}
body { 
	min-width:1004px;
	max-width:1004px;
	margin:7px auto;
	text-align:center;
	overflow-y:auto;
	/*MODIF 08/02*/
	background-color:#EAEEF1;
	/**/
}
form, p { 
	margin:0px;
}
p, li {
	font-size:110%;
}
p *, li *, li p, li p *, li li {
	font-size:100%;
}

head:first-child+body p, head:first-child+body li {
	font-size:110%;
}
head:first-child+body p *, head:first-child+body li * {
	font-size:100%;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	/*color:#990000;*/
}
a img {
	border:none;
}
a:hover img {
	text-decoration:none;
}
strong {
	font-weight:bold;
}
div{
	height:1px;
}
head:first-child+body div {
	height:auto;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.red {
	color:#FD000D;
}
br.clear {
	clear:both;
}
/* elements de formulaires */
label.disabled {
	color:#808080;
}
label.enabled {
	color:#000000;
}
label.noimp {
	display:none;
}
.vatop {
	vertical-align:text-top;
}
label strong, span.mand, h2 label strong {
	color:#FD000D;
	font-weight:bold;
	font-size:x-small;
}
head:first-child+body label strong, head:first-child+body span.mand, head:first-child+body h2 label strong {
	font-size:small;
}
head:first-child+body label.noimp {
	float:left;
}
input, select, textarea {
	margin-left:0px;
}
input {
	padding:1px 0px 0px 4px;
}
textarea {
	padding:1px 0px 1px 4px;
}
input.rad {
	margin-left:-5px;
}
input.check {
	margin-left:-4px;
}
head:first-child+body input.rad, head:first-child+body input.check {
	margin-left:0px;
}
select {
	margin-top:2px;
}
head:first-child+body select {
	margin-top:2px;
	padding:0px;
}
head:first-child+body input, head:first-child+body textarea {
	margin-top:2px;
}
#main {
	/*MODIF 08/02*/
	border:1px solid #868597;
	background-color:#FFFFFF;
	/**/
	width:expression(Math.min(1004, Math.max(document.body.clientWidth, 1004)));
	text-align:left;
	overflow-x:hidden;
	margin:0px auto;
	padding:0px 0px 20px 0px;
}
#main500 {
	/*MODIF 08/02*/
	border:1px solid #868597;
	background-color:#FFFFFF;
	/**/
	width:500px;
	height:600px;
	text-align:left;
	overflow-x:hidden;
	margin:0px auto;
	padding:0px 0px 20px 0px;
}
head:first-child+body #main {
	width:100%;
	min-width:1004px;
	max-width:1004px;
}

/* Bandeau haut */
div#header, div#headeralt {
	padding:0px 0px 0px 6px;
	height:80px;
	overflow:hidden;
	width:auto;
}

/* Logo */
div#logo {
	float:left;
	width:252px;
}
head:first-child+body div#logo {
	height:61px;
}

/* Bloc recherche */
div#searchbox {
	float:right;
	padding:0px 18px 4px 0px;
	text-align:right;
	white-space:nowrap;
	font-size:110%;
}
div#searchbox span {
	height:51px;
	width:1px;
	overflow:hidden;
}
head:first-child+body div#searchbox span {
	display:none;
}
div#searchbox div.searchline {
	display:inline;
}
head:first-child+body div#searchbox div.searchline {
	display:table-cell;
	vertical-align:bottom;
	height:51px;
	padding-bottom:2px;
	/* Modif ACS (sous NS dans le cas de trois langues */
	/* width:23em; */
	/* Fin modif ACS */
	text-align:left;
}
div#searchbox input {
	float:left;
}
div#searchbox a {
	float:left;
	margin:5px 12px 0px 0px;
	font-size:120%;
}
input#searchfield {
	font-size:110%;
	width:11em;
	padding:1px 0px 0px 4px;
	border:1px solid #808080;
	margin:0px 4px 0px 17px;
	background-color:#F2F2F2;
}

/* Ajout ACS */
input.searchfield {
	font-size:110%;
	width:11em;
	padding:1px 0px 0px 4px;
	border:1px solid #808080;
	margin:0px 4px 0px 17px;
	background-color:#F2F2F2;
}
/* Fin Ajout ACS */

/* Navigation haut */
ul#headernav {
	clear:both;
	float:none;
	margin:0px;
	padding:0px;
	white-space:nowrap;
	list-style-type:none;
	height:25px;
}
ul#headernav li {
	display:inline;
	margin:0px 1px 0px 0px;
}

/* EVB EVOL:373 ul#headernav li#last a, #headeralt ul#headernav li#last a {
	padding-right:1024px;
}*/

ul#headernav li a {
	text-decoration:none;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	font-family:arial;
	/*MODIF 08/02
	background:#FD000D url(../pimages/header-off.gif) top left no-repeat;*/
	background-color:#FD000D;
	/**/
	/* EVB EVOL:373padding:6px 24px 5px 20px;	*/
	margin:0px;
	height:25px;
	white-space:nowrap;
	text-transform:uppercase;
	display:inline;
	letter-spacing:1px;
}
ul#headernav li.on a, ul#headernav li a:hover {
	/*MODIF 08/02
	background:#FF6600 url(../pimages/header-on.gif) top left no-repeat;*/
	background-color:#FF6600;
	/**/
}
head:first-child+body ul#headernav li a {
	padding-right:23px;
}
head:first-child+body #headeralt ul#headernav li a {
	padding-right:35px;
}

/* Barre de progression */
p#trail {
	padding:7px 0px 0px 7px;
	color:#FF6600;
}
p#trail span {
	font-weight:bold;
}

/* Bandeau bas */
div#footer {
	/*MODIF 08/02*/
	border-top:1px solid #B6BABD;
	/**/
	clear:both;
	/*MODIF 08/02
	padding:25px 0px 2px 0px;*/
	margin-top:16px;
	padding:6px 0px 5px 0px;
	/**/
	text-align:center;
	color:#000000;
}
div#footer a, div#footer span {
	margin:0px 4px 0px 4px;
	font-size:110%;
}
div#footer span.on {
	color:#FF6600;
	font-weight:bold;
}

/* Structures Corps de page */
div.noright {
	margin:15px 0px 0px 45px;
}
div.norightmp {
	margin:15px 0px 0px 25px;
}
div.norightmp h1, div.norightmp div.hrule {
	margin-left:20px;
}
div.home {
	margin:24px 0px 0px 6px;
}
div.pcontents {
	clear:both;
	padding-right:16px;
}

/* Styles Corps de page */

.center {
	text-align:center;
}
.left {
	text-align:left;
}

/* boutons */
div.button {
	float:left;
	background:#FFFFFF url(../pimages/ctr_pic_bout_ombre_droit.gif) bottom right no-repeat;
	padding-right:5px;
	height:19px;
	overflow:visible;
}

div.button br {
	clear:both;
}

div.button div {
	float:left;
	background:#FFFFFF url(../pimages/ctr_pic_bout_ombre_bas-repet.gif) bottom left repeat-x;
	padding:0px;
}

div.button div div {
	width:13px;
	height:5px;
	background:#FFFFFF url(../pimages/ctr_pic_bout_ombre_bas-gauche.gif) top left no-repeat;
	padding:0px;
	overflow:hidden;
}

div.button div input {
	clear:both;
	color:#FFFFFF;
	background-color:#FD000D;
	text-transform:uppercase;
	padding:0px 3px 0px 3px;
	margin:0px;
	white-space:nowrap;
	overflow:auto;
	border:none;
	font-weight:bold;
	font-size:110%;
	height:1.4em;
	cursor:pointer;
	cursor:hand;
}
head:first-child+body div.button div input {
	margin-top:1px;
	overflow:visible;
	height:auto;
}

/* boites */
/* coins traces */
div.cornerbox {
	background-color:#FFF9E0;
}
div.cornerbox div.tlangle {
	background:url(../pimages/tlangle.gif) top left no-repeat;
}
div.cornerbox div.brangle {
	background:url(../pimages/brangle.gif) bottom right no-repeat;
}
div.cornerbox div.contents {
	padding:12px;
}
div.xcontents {
	padding:10px;
}

div.cornerbox div.button {
	background:#FFEFDE url(../pimages/ctr_pic_bout_ombre_droit_jaune.gif) bottom right no-repeat;
	margin-top:5px;
	margin-left:1px;
}
div.cornerbox div.button div {
	background:#FFEFDE url(../pimages/ctr_pic_bout_ombre_bas-repet_jaune.gif) bottom left repeat-x;
}
div.cornerbox div.button div div {
	background:#FFEFDE url(../pimages/ctr_pic_bout_ombre_bas-gauche_jaune.gif) top left no-repeat;
}

/* coins ombres */
div.shadedbox div.tlangle, div.gshadedbox div.gtlangle {
	background:url(../pimages/tlshangle.gif) top left no-repeat;
}
div.shadedbox div.brangle, div.gshadedbox div.gbrangle {
	background:url(../pimages/brshangle.gif) bottom right no-repeat;
}
div.empt div.brangle {
	background:url(../pimages/brshangle_empt.gif) bottom right no-repeat;
}
div.shadedbox div.contents, div.gshadedbox div.gcontents {
	padding:20px;
	height:250px;
}
head:first-child+body div.shadedbox div.contents, head:first-child+body div.gshadedbox div.gcontents {
	height:auto;
	min-height:210px;
}

/* coins ombres - petit */
div.smallshadedbox div.tlangle {
	background:url(../pimages/tlsmshangle.gif) top left no-repeat;
}
div.smallshadedbox div.brangle {
	background:url(../pimages/brsmshangle.gif) bottom right no-repeat;
}
div.smallshadedbox div.contents {
	padding:12px;
	height:110px;
}
head:first-child+body div.smallshadedbox div.contents {
	height:auto;
	min-height:86px;
}

/* ombres droite home */
div.straightshadedbox div.tbord {
	background:url(../pimages/straightsht.gif) top left repeat-x;
}
div.straightshadedbox div.bbord {
	background:url(../pimages/straightshb.gif) bottom left repeat-x;
}
div.straightshadedbox div.contents {
	padding:12px 0px 16px 0px;
}

/* coins ombres orange */
div.orshadedbox {
	background-color:#FF6600;
}
div.orshadedbox div.tlangle {
	background:url(../pimages/tlshorangle.gif) top left no-repeat;
}
div.orshadedbox div.brangle {
	background:url(../pimages/brshorangle.gif) bottom right no-repeat;
}
div.orshadedbox div.contents {
	padding:20px;
	color:#FFFFFF;
}
div.pcontents div.orshadedbox {
	width:174px;
}
/* combo pays */
div.pcontents #combobox {
	clear:both;
}
div.pcontents #combobox div.contents {
	padding:12px;
	text-align:center;
	color:#FF6600;
}
div.pcontents #combobox div.contents p {
	font-size:110%;
	font-weight:bold;
}
div.pcontents #combobox div.contents p select {
	font-size:90%;
	font-weight:normal;
}

/* haut de page */
div.hdp{
	clear:both;
	padding-top:12px;
	text-align:right;
}
div.hdp a{
	font-size:110%;
}
div.hdp a img {
	margin:0px 5px 1px 0px;
	background-color:#FFFFFF;
}
head:first-child+body div.hdp a img {
	margin:0px;
	padding:0px 5px 1px 0px;
}
div.hdp p {
	float:left;
	font-size:100%;
}

/* coin corne */
div.warpedbox {
	background-color:#E5E5E5;
}
div.warpedbox div.brangle {
	background:url(../pimages/ctr_bloc_style5_b-d.gif) bottom right no-repeat;
}
div.warpedbox div.contents {
	padding:8px 12px 8px 12px;
}

/* coin corne orange */
div.warpedboxorng {
	background-color:#FFF2DF;
}
div.warpedboxorng div.brangle {
	background:url(../pimages/ctr_bloc_style5_b-d-orng.gif) bottom right no-repeat;
}
div.warpedboxorng div.contents {
	padding:8px 12px 8px 12px;
}

/* filet haut */
div.straightbox {
	background:url(../pimages/straightbkg.gif) top left repeat-x;
	border-top:1px solid #999999;
}
div.straightbox div.contents {
	padding:8px;
}
/* coin corne */
div.borderbox {
	border:1px solid #FF6600;
}

/* Video */
div.videobox {
	width:320px;
	height:283px;
	background-color:#000000;
}
div.videobox div.player {
	height:240px;
	text-align:center;
}
div.videobox div.controls {
	height:43px;
	background:url(../pimages/player/fond.gif) top left no-repeat;
	padding:3px 0px 0px 6px;
}
head:first-child+body div.videobox div.controls {
	height:40px;
}
div.videobox div.controls #play {
	margin:4px 0px 0px 6px;
}
head:first-child+body div.videobox div.controls #play {
	margin-top:1px;
}
div.videobox div.controls #slider {
	margin:0px 0px 0px 6px;
}
div.videobox div.controls #stop {
	margin:0px 0px 0px 3px;
}
div.videobox div.controls #goback {
	margin:0px 0px 0px 10px;
}
div.videobox div.controls #back {
	margin:0px 0px 0px 2px;
}
div.videobox div.controls #go {
	margin:0px 0px 0px 2px;
}
div.videobox div.controls #goon {
	margin:0px 0px 0px 2px;
}
div.videobox div.controls #badsl {
	margin:0px 0px 5px 4px;
}
div.videobox div.controls #b56k {
	margin:0px 0px 5px 2px;
}
div.videobox div.controls #sound {
	margin:0px 0px 0px 12px;
}
div.videobox div.controls #volume {
	margin:0px 0px 4px 9px;
}

/* post-it note */
div.notebox {
	background:#FFFFFF url(../pimages/outernote.gif) bottom left no-repeat;
	width:178px;
	padding-bottom:49px;
}
div.notebox div.contents {
	background:#F9E3BE url(../pimages/innernote.gif) bottom left no-repeat;
	height:68px;
	width:158px;
	padding-top:4px;
	padding-bottom:4px;
	margin:0px 7px 0px 13px;
}
head:first-child+body div.notebox {
	height:auto;
}
head:first-child+body div.notebox div.contents {
	height:auto;
	min-height:64px;
}
/* liens a puce */
a.reditm {
	padding-left:12px;
	padding-top:0px;
	background:url(../pimages/ctr_puce-red.gif) top left no-repeat;
}

/* listes */
/* a puces carrees rouges */
ul.sqlist {
	list-style-type:none;
	margin:0px 0px 0px 16px;
	color:#000000;
	list-style-image:url(../pimages/ctr_puce-red.gif);
}
ul.white {
	color:#FFFFFF;
	list-style-image:url(../pimages/ctr_puce-white.gif);
}
ul.black {
	list-style-image:url(../pimages/ctr_puce-black2.gif);
}
ul.black2 {
	list-style-image:url(../pimages/ctr_puce-black3.gif);
}
ul.none {
	list-style-image:none;
	margin-left:0px;
}
head:first-child+body ul.sqlist {
	margin-left:-26px;
}
head:first-child+body ul.none {
	margin-left:-40px;
}
ul.sqlist li, ul.tablist ul.sqlist li {
	margin-top:1px;
	margin-bottom:1px;
	display:list-item;
	padding:0px;
	width:auto;
}
head:first-child+body ul.tablist ul.sqlist li {
	display:list-item;
}
ul.sqlist li a, ul.tablist ul.sqlist li a {
	font-weight:bold;
}

/* comportement tableau */
ul.tablist {
	list-style-type:none;
	margin:0px;
	color:#000000;
}
head:first-child+body ul.tablist {
	margin-left:-40px;
	display:table;
}
ul.tablist li {
	display:inline;
	list-style: none;
	vertical-align:top;
}
head:first-child+body ul.tablist li {
	display:table-cell;
}
ul.tablist li.newline {
	display:none;
}
head:first-child+body ul.tablist li.newline {
	display:table-row;
}

/* lignes */
div.hrule {
	clear:both;
	/*MODIF 08/02
	border-top:1px solid #FF6600;
	*/
}

/* headers */
h1, h2 {
	color:#FF6600;
	margin:0px;
	font-weight:bold;
}
h1 {
	font-size:165%;
}
h2 {
	font-size:120%;
}
head:first-child+body h1 {
	font-size:x-large;
}
head:first-child+body h2 {
	font-size:120%;
}
h1 span.date {
	font-size:70%;
	color:#888888;
}
p.chapo {
	padding:15px 20px 15px 0px;
	color:#000000;
}
p.mentions {
	padding:8px 20px 10px 0px;
	color:#808080;
	font-size:xx-small;
}
head:first-child+body p.mentions {
	font-size:x-small;
}
.highlight {
	background-color:#E5E5E5;
}
table.data {
	border-collapse:collapse;
}
table.data td, table.data th {
	border:1px solid #FF6600;
	padding:2px 4px 2px 4px;
	font-size:110%;
}
table.data th {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#FF6600;
	font-size:x-small;
}
head:first-child+body table.data th {
	font-size:small;
}
table.data tr.alt {
	background-color:#FFF2DF;
}
/* Boutons d'action */
div.empty p {
	height:3px;
	overflow:hidden;
}
p.actions {
	text-align:right;
	padding:1px 7px 0px 0px;
	font-size:110%;
}
p.actions a {
	padding:0px;
	margin:0px 8px 0px 0px;
	height:1px;
}
p.actions a img {
	vertical-align:middle;
	margin:0px 3px 0px 0px;
	background-color:#FFFFFF;
}
head:first-child+body p.actions a img {
	margin:0px;
	padding:0px 3px 0px 0px;
}

/* Pagination */
p.page {
	margin-top:2px;
}
p.page span, p.page a {
	font-weight:bold;
	margin:0px;
}
p.retour {
	margin-top:2px;
	margin-bottom:2px;
	font-size:110%;
	font-weight:bold;
	color:#FD000D;
}
span.date {
	color:#888888;
}
a.help {
	cursor:pointer;
	cursor:help;
	border-bottom:1px dashed #FD000D;
}
a.help:hover {
	text-decoration:none;
}


div.pcontents {
	padding-top:25px;
	padding-right:20px;
	padding-bottom:20px;
	text-align:justify;
	width:99%;
	float:right;
}

head:first-child+body div.pcontents {
        width:auto;
        float:none;
}

div.pcontents span {
	font-size:120%;
}

div.pcontents div.contents {
	font-size:110%;
}
div.pcontents span span, div.pcontents span a, div.pcontents li span {
	font-size:100%;
}
div.pcontents span.strong {
	font-weight:bold;
}
div.pcontents span.italic {
	font-style:italic;
}
div.pcontents span.headline {
	font-size:110%;
	display:block;
	font-weight:bold;
}
div.pcontents span.headline:first-letter {
	font-size:520%;
	margin:-18px 2px -18px 0px;
	float:left;
	color:#ff6600;
}
div.pcontents h2 {
	background:url(../pimages/ctr_puce-or2.gif) 0px 1px no-repeat;
	padding:0px 0px 8px 13px;
	margin:36px 0px 0px 0px;
	font-size:140%;
}
div.pcontents .fleft {
	margin-left:0px;
}
div.pcontents .fright {
	margin-right:0px;
}
div.pcontents .full {
	margin-left:0px;
	margin-right:0px;
}
div.pcontents .ptop {
	margin-top:2px;
}
div.pcontents blockquote {
	margin:10px 20px 10px 20px;
	display:inline;
}
div.pcontents blockquote.vid {
	width:320px;
}
div.pcontents blockquote.imgv315 {
	width:315px;
}
div.pcontents blockquote.imgv210 {
	width:210px;
}
div.pcontents blockquote.imgv140 {
	width:140px;
}

div.pcontents blockquote.imgv150 {
	width:150px;
}

div.pcontents blockquote.imgv100 {
	width:100px;
}

div.pcontents blockquote.imgh img, div.pcontents blockquote.imgv img {
	display:block;
}
div.pcontents blockquote.caption {
	background-color:#999999;
}
div.pcontents blockquote.caption p.cap {
	padding:2px 4px 2px 4px;
	color:#FFFFFF;
	text-align:left;
	font-size:xx-small;
}
head:first-child+body div.pcontents blockquote.caption p.cap {
	font-size:x-small;
}
div.pcontents blockquote p.zoom {
	font-size:110%;
	float:right;
	padding:3px 5px 3px 5px;
	margin:0px 0px 0px 2px;
	background-color:#FFFFFF;
	font-weight:bold;
	white-space:nowrap;
}
div.pcontents blockquote.caption p.zoom {
	background-color:#D9D9D9;
}

head:first-child+body div.pcontents blockquote p.zoom {
	font-size:110%;
}
div.pcontents blockquote p.zoom img {
	vertical-align:middle;
	margin:0px 4px 0px 0px;
	display:inline;
}

head:first-child+body div.pcontents h2 {
 font-size:140%;
}
div.pcontents ul {
 margin-left:40px;
}
head:first-child+body div.pcontents ul {
 margin-left:-2px;
}
div.pcontents li {
 font-size:120%;
 list-style-type:square;
}
head:first-child+body div.pcontents li {
 font-size:120%;
}
div.pcontents p {
 font-size:105%;
}
head:first-child+body div.pcontents p {
 font-size:105%;
}
div.pcontents td {
 font-size:92%;
 text-align:justify;
}
head:first-child+body div.pcontents td {
 font-size:92%;
}
div.pcontents blockquote td {
 font-size:120%;
}
head:first-child+body div.pcontents blockquote td {
 font-size:120%;
}
div.pcontents blockquote td span {
 font-size:100%;
}
div.pcontents blockquote td.center {
 text-align:center;
}
div.pcontents td li {
 font-size:105%;
}
head:first-child+body div.pcontents td li {
 font-size:105%;
}
/* Structures Corps de page */
div.left {
	float:left;
	width:150px;
	height:auto;
	/*MODIF 08/02
	margin:20px 0px 0px 0px;*/
	margin:20px 0px 0px 2px;
	/**/
}
div.left img {
	display:block;
	margin-top:-5px;
}
div.right {
	margin:15px 0px 0px 192px;
}
head:first-child+body div.right {
	margin-left:195px;
}


/* Structures Corps de page */
div#part1 {
	float:left;
	width:350px;
	height:auto;
	margin:10px 0px 0px 2px;
}

div#part2 {
	float:left;
	width:444px;
	height:auto;
	margin:10px 0px 0px 2px;
}

div#part3 {
	float:left;
	width:200px;
	height:auto;
	margin:-13px 0px 0px 2px;
}

head:first-child+body div.part2 {
	margin-left:350px;
}

head:first-child+body div.part3 {
	margin-left:700px;
}













div.part1a{
	float:left;
	width:50px;
	height:auto;
	margin:10px 0px 0px 2px;
}

div.part2a{
	float:left;
	width:630px;
	height:auto;
	margin:10px 0px 0px 10px;
}

div.part3a{
	float:left;
	width:200px;
	height:auto;
	margin:10px 0px 0px 2px;
}

head:first-child+body div.part2a{
	margin-left:350px;
}

head:first-child+body div.part3a{
	margin-left:700px;
}




div.part1b{
	float:left;
	width:470px;
	height:auto;
	margin:0px 0px 0px 0px;
	background:url(../pimages/prieure.jpg) top left no-repeat;
}
div.part1b div.pcontents a {
	color:#ff6600;
	text-decoration:none;
}
div.part1b div.pcontents a:hover{
	color:#ff6600;
	text-decoration:underline;
}
div.part2b{
	border:1px solid #868597;
	background-color:#FFF9E0;
	float:left;
	width:300px;
	height:auto;
	margin:5px 0px 0px 2px;
}
div.part20b{
	border:1px solid #868597;
	background-color:#FFF9E0;
	float:left;
	width:480px;
	height:auto;
	margin:5px 0px 0px 5px;
}
div.part21b{
	float:left;
	height:auto;
	margin:3px 0px 3px 3px;
}
div.part21b div.contents a {
	color:#ff6600;
	text-decoration:none;
}
div.part21b div.contents a:hover{
	color:#ff6600;
	text-decoration:underline;
}

div.part3b{
	float:right;
	width:200px;
	height:auto;
	margin:0px 0px 0px 0px;
}
head:first-child+body div.part2b{
	margin-left:200px;
}

head:first-child+body div.part3b{
	margin-left:700px;
}


div.part1c{
	float:left;
	width:800px;
	height:auto;
	margin:0px 0px 0px 0px;
	background:url(../pimages/prieure.jpg) top left no-repeat;
}
div.part11c{
	float:left;
	width:800px;
	height:auto;
	margin:0px 0px 0px 0px;

}
div.pxcontents {
	clear:both;
	padding-left:45px;
	height:40px;
	margin:15px 0px 10px 20px;
}
div.gite {
	background:url(../pimages/hebergement/gite-de-france.gif) left no-repeat;
	margin:-10px 0px 0px 10px;
	height:40px;
}

div.ctA2 {
	float:left;
	width:330px;
	margin-left:20px;
	margin-bottom:20px;
}
div.ctB2 {
	float:right;
	width:330px;
	margin-right:20px;
	margin-bottom:20px;
}
div.ctA21 {
	float:left;
	width:350px;
	margin-left:20px;
	margin-bottom:20px;
	border:1px solid #868597;
	background-color:#FFF9E0;
}
div.ctB21 {
	float:right;
	width:350px;
	margin-right:20px;
	margin-bottom:20px;
	border:1px solid #868597;
	background-color:#FFF9E0;
}

div.ctB {
	float:left;
	padding-left:10px;
	padding-right:5px;
	margin-top:20px;
	margin-left:20px;
	width:340px;
	border:1px solid #868597;
	background-color:#FFF9E0;
}
div.ctD {
	float:center;
	width:750px;
	margin-top:20px;
	border:1px solid #868597;
	background-color:#FFF9E0;
}






/* Navigation gauche */
/* Niveau 1 */
ul#leftnav, ul#leftnav ul{
	margin:0px;
	padding:0px;
	width:150px;
	list-style-type:none;
}
ul#leftnav li {
	margin:1px 0px 0px 0px;
	padding:0px;
	float:left;
	font-size:100%;
}
ul#leftnav li.int {
	margin:2px 0px 0px 0px;
	padding:0px;
	float:left;
	height:6px;
	overflow:hidden;
}
head:first-child+body ul#leftnav li {
	float:none;
}
ul#leftnav li a {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	background:#AAAAAA;
	width:150px;
	display:block;
	padding:2px 7px 2px 7px;
	font-family:arial;
	font-size:110%;
}
head:first-child+body ul#leftnav li a {
	width:auto;
}
ul#leftnav li a:hover, ul#leftnav li.on a {
	background:#FF6600;
}

/* Niveau 2 */
ul#leftnav li.on ul {
	width:148px;
	border-left:1px solid #FF6600;
	border-right:1px solid #FF6600;
	border-bottom:1px solid #FF6600;
	padding:0px 0px 4px 0px;
}
ul#leftnav li.on li{
	margin:0px;
	padding:0px;
}
ul#leftnav li.on li a {
	text-decoration:none;
	color:#FD000D;
	background:#FFFFFF url(../pimages/leftnav-off.gif) 9px 6px no-repeat;
	width:148px;
	padding:3px 7px 1px 25px;
}
head:first-child+body ul#leftnav li.on li a {
	width:116px;
}
ul#leftnav li.on li a:hover, ul#leftnav li.on li.on a {
	color:#FF6600;
	background:#FFFFFF url(../pimages/leftnav-on.gif) 9px 6px no-repeat;
}

/* Niveau 3 */
ul#leftnav li.on li.on ul {
	width:148px;
	border:none;
	padding:0px 0px 1px 0px;
}
ul#leftnav li.on li.on li{
	margin:0px;
	padding:0px;
}
ul#leftnav li.on li.on li a {
	text-decoration:none;
	color:#FD000D;
	font-weight:normal;
	background:none;
	width:148px;
	padding:0px 7px 1px 33px;
}
ul#leftnav li.on li.on li a:hover, ul#leftnav li.on li.on li.on a {
	color:#FF6600;
	background:none;
}

/* Niveau 4 */
ul#leftnav li.on li.on li.on ul {
	width:148px;
	border:none;
	padding:0px 0px 1px 0px;
}
ul#leftnav li.on li.on li.on li{
	margin:0px;
	padding:0px;
}
ul#leftnav li.on li.on li.on li a {
	text-decoration:none;
	color:#FD000D;
	font-weight:normal;
	background:none;
	width:148px;
	padding:0px 7px 1px 41px;
}
ul#leftnav li.on li.on li.on li a:hover, ul#leftnav li.on li.on li.on li.on a {
	color:#FF6600;
	background:none;
}







#hornav {
	float:left;
	margin:2px 2px 2px 1px;
}
head:first-child+body #hornav {
	margin-left:0px;
	padding-left:0px;
}
#hornav li {

	vertical-align:bottom;
}
head:first-child+body #hornav li {
	display:inline-block;
	float:left;
}
#hornav li.on {
	background-image:url(../pimages/onglet-mid2-on.gif);
}
#hornav li a {
	color:#dde0c1;
	font-weight:bold;
	background:url(../pimages/onglet-edge.gif) bottom right no-repeat;
	height:26px;
	padding:5px 20px 0px 20px;
}
#hornav li.prev a {
	background-image:url(../pimages/onglet-prevedge.gif);
}
#hornav li.after a {
	background-image:url(../pimages/onglet-afteredge.gif);
}
#hornav li#firsto {
	background:url(../pimages/onglet-fedge.gif) bottom left no-repeat;
	width:76px;
	height:35px;
}
#hornav li.none {
	background:none;
	width:1px;
	overflow:hidden;
}
#hornav li#lasto a {
	background:url(../pimages/onglet-ledge.gif) bottom right no-repeat;
	padding-right:71px;
}
head:first-child+body #hornav li a {
	position:relative;
	height:auto;
	min-height:31px;
	display:block;
}
#hornav li.on a {

	color:#000000;
	background-color:#c8e0c1;
}
#hornav li a:hover {
	border:1px solid #000000;
	height:26px;
	text-decoration:none;
	color:#84947F;
	padding:5px 20px 0px 18px;
	background-color:#dde0c1;
}
#hornav li#lasto.on a {
	background-color:#dde0c1;

}
#hornav li#firsto.prev {
	background-image:url(../pimages/onglet-fedge-on.gif);
}




div#navcol1 {
	   background-color:#C9E0C1;
	   height:10px;
	   width:502px;
	   float: left;
}
div#navcol1B {
	   background-color:#C9E0C1;
	   height:33px;
	   width:70px;
	   float: left;
	   background:url(../pimages/arrondi11.gif) top left no-repeat;
}
div#sidecol1 {
	   background-color:#C9E0C1;
	    width:430px;
	    height:33px;
	    float: right;
}
div#choixlangue {
	   background-color:#C9E0C1;
	   height:12px;
	   width:30px;
	   float: right;
	   margin-top:6px;
}
div#titreenhaut {
	   background-color:#C9E0C1;
	   height:12px;
	   width:370px;
	   float: left;
	   margin-top:6px;
	   color:#000000;
	font-weight:bold;
	font-size:110%;
}
div#titre {
	  background:url(../pimages/titre.gif) top left no-repeat;
	   float: left;
	height:70px;
	width:500px;
	margin-top:-12px;
	margin-left:20px;
}
div#titrechambre {
	  background:url(../pimages/titre.gif) top left no-repeat;
	   float: left;
	height:70px;
	width:500px;
	margin-top:-12px;
	margin-left:8px;
}
div#bandeau1 {
	  background:url(../pimages/bandeau1.gif) top left no-repeat;
	   float: right;
	height:58px;
	width:377px;
	margin-top:0px;
	margin-left:0px;
}




#hornavsel {
	float:center;
	margin:2px 2px 2px 0px;
}
head:first-child+body #hornavsel {
	margin-left:0px;
	padding-left:0px;
}
#hornavsel li {
	width:140px;
	vertical-align:bottom;
}
head:first-child+body #hornavsel li {
	display:inline-block;
	float:left;
}
#hornavsel li.on {
	background-image:url(../pimages/onglet-mid2-on.gif);
}
#hornavsel li a {
	color:#dde0c1;
	font-weight:bold;
	height:25px;
	padding:7px 10px 0px 0px;
}
#hornavsel li.prev a {
	background-image:url(../pimages/onglet-prevedge.gif);
}
#hornavsel li.after a {
	background-image:url(../pimages/onglet-afteredge.gif);
}
#hornavsel li#firsto {
	background:url(../pimages/onglet-fedge.gif) bottom left no-repeat;
	width:76px;
	height:35px;
}
#hornavsel li.none {
	background:none;
	width:1px;
	overflow:hidden;
}
head:first-child+body #hornavsel li a {
	position:relative;
	height:auto;
	min-height:31px;
	display:block;
}
#hornavsel li.on a {
	width:140px;
	color:#c8e0c1;
}
#hornavsel li a:hover {
	width:140px;
	text-decoration:none;
	color:#F0BE9C;
}
#hornavsel li#lasto.on a {
	background-color:#dde0c1;

}
#hornavsel li#firsto.prev {
	background-image:url(../pimages/onglet-fedge-on.gif);
}


div#ct1 {

	   //width:500px;
	   //width:expression(document.body.clientWidth-210);
	   width:expression(Math.min(1004, Math.max(document.body.clientWidth, 1004)));
	   float: left;
}

div#ct1a {
	   background-color:#84947F;
	   height:30px;
}

div#ct1b {
	   height:311px;
	   width:460px;
	   float: left;
	   background:url(../pimages/prieure.jpg) top left no-repeat;
}
div#ct1c {
	   height:200px;
	   float: left;
	text-align:left;
}

div#ct1d {
	border:1px solid #868597;
	   background-color:#FFF9E0;
	   width:339px;
	   height:220px;
	   float: left;
	text-align:left;
	padding:10px 10px 10px 10px;
	
}

div#ct2 {
	   height:300px;
	   width:200px;
	   float: left;
}

div#ct2a {
	   background-color:#C9E0C1;
	   height:1px;
}
div#ct2b {
	   background-color:#1f1f1f;
	   height:30px;
}
div#ct2c {
	   background-color:#84947F;
	   height:300px;
}
div#ct2d {
	   height:103px;
	   width:200px;
	   float: right;
	   background:url(../pimages/arrondi2.gif) top left no-repeat;
}

div.pannonce {
	padding-top:10px;
	padding-right:20px;
	padding-bottom:20px;
	text-align:justify;
	width:95%;
	float:right;
	color:#FFFFFF;
}
div.pannonce span {
	font-size:120%;
}
div.pannonce span a {
	text-decoration:none;
	border:1px solid #000000;
	background-color:#EBB795;
	color:#000000;
	font-size:110%;
	padding:0px 3px 0px 3px;
	font-variant:small-caps;
}









