html { 
font-size: 100%;
}
@font-face { 	font-family: "fonts_gite"; 	src: url('../styles/OLDENGL.TTF'); }
body.site { 
background-image: url(../images/background.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-size: 12px;
line-height: 18px;
width: 100%;
margin: 0;
}
.header {
width: 100%;
height: 90px;
}
.hd_container {
display: table;
width: 960px;
margin-left: auto;
margin-right: auto;
height: 90px;

}
.hd_logo {
display: table-cell;
width: 100px;
height: 90px;
margin-top: 0;
margin-left: 10px;
background-color: black;
color: white;
text-align: center;
}
.hd_titre {
display: table-cell;
width: 960px;
text-align: center;
vertical-align: middle;
margin-top: 15px;
#background: url(../images/bandeau_titre.jpg);
background-color: #FFC05D;
}
.nav {
display: table;
margin-top: 0px;
padding-top: 0px;
width: 960px;
height:30px;
text-align: center;
vertical-align: bottom;
margin-left:auto;
margin-right: auto;
}
.nav_container {
display: table-cell;
background-image: url(../images/noise.png);
background-color: #AC6900;
width: 960px;
height: 30px;
margin-left: auto;
margin-right: auto;
text-align: center;
vertical-align:middle;
margin-top: 0px;
}
.page {
width: 100%;
margin-top: 10px;
}
.page_container {
display: table;
background-image: url(../images/noise.png);
background-color: #AC6900;
width: 960px;
margin-left: auto;
margin-right: auto;
text-align: center;
margin-top: 0px;
padding-top: 10px;
padding-bottom: 15px;
}
.footer {
display: table;
margin-top: 0px;
padding-top: 0px;
background-image: url(../images/noise.png);
background-color: #D3D3D3;
width: 960px;
height:30px;
text-align: center;
vertical-align: bottom;
margin-left:auto;
margin-right: auto;
}
.ft_container {
display: table-cell;
background-image: url(../images/noise.png);
background-color: #AC6900;
width: 960px;
height: 30px;
margin-left: auto;
margin-right: auto;
text-align: center;
vertical-align:middle;
}
.bloc_gauche {
display: table-cell;
margin-left: 10px;
margin-top: 10px;
width: 170px;
height: 600px;
background: url(../images/noise.png) repeat;
background-color: #FFC05D;
}
.bloc_sep {
display: table-cell;
width: 20px;
}
.bloc_marge {
display: table-cell;
width: 10px;
}
.bloc_centre {
display: table-cell;
margin-left: 10px;
margin-top: 10px;
width: 540px;
height: 600px;
background: url(../images/noise.png) repeat;
background-color: #FFC05D;
}
.bloc_droit {
display: table-cell;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
width: 170px;
height: 600px;
background-image: url(../images/noise.png);
background-color: #FFC05D;
}
.bloc_actu {
width: 164px;
text-align: center;
margin-left:auto;
margin-right:auto;
}
.bloc_actu:hover{
background-image: url(../images/noise.png);
background-color: #FFDAB2;
}
.bloc_actu_titre {
width: 160px;
margin-left: 5px;
font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
font-weight: bold;
font-size: 11px;
text-align: left;
}
.bloc_actu_desc {
width: 160px;
margin-top: -3px;
font-family: "Arial", sans-serif;
font-style : italic;
font-size: 8px;
text-align: right;
}
.roundedf {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px 10px 10px 10px;
}
.roundedb {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 0 0 10px 10px;
}
.roundedt {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px 10px 0 0;
}
.dashed {
 border-width:2px;
 border-style:dashed;
 border-color:black;
}
.shadow {
-webkit-box-shadow:4px 4px 12px #555;
-moz-box-shadow:4px 4px 12px #555;
box-shadow: 4px 4px 12px #555;
}
p.title {
font-family: "Old English Text MT", "fonts_gite", "OpenSansCondensedBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
text-rendering: optimizeLegibility;
text-decoration:underline;
color: #A04000;
font-size: 22px;
font-weight: bold;
line-height: 21px;
margin-top: 5px;
}
p.title-fr {
font-family: "Old English Text MT", "fonts_gite", "OpenSansCondensedBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
text-rendering: optimizeLegibility;
text-decoration:underline;
color: #A04000;
font-size: 28px;
font-weight: bold;
line-height: 26px;
margin-top: 5px;
}
p.sstitle {
font-family: "Old English Text MT", "fonts_gite", "OpenSansCondensedBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
text-rendering: optimizeLegibility;
text-decoration:none;
color: #A04000;
font-size: 18px;
font-weight: bold;
line-height: 16px;
margin-top: 5px;
}
.titre_centre {
font-family: "Old English Text MT", "fonts_gite", "OpenSansCondensedBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
text-rendering: optimizeLegibility;
font-weight: bold;
color: #A04000;
font-size: 34px;
line-height: 21px;
margin-top: 20px;
margin-bottom: 20px;
}
p.txt{
font-family: "Arial", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
text-rendering: optimizeLegibility;
color: #454545;
font-size: 12px;
font-weight: normal;
margin-top: -10px;
text-align : justify;
margin-left: 5px;
margin-right: 5px;
}
.menuh {
font-family: "Old English Text MT", "fonts_gite", "OpenSansCondensedBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
text-rendering: optimizeLegibility;
color: #FFC05D;
font-size: 18px;
font-weight: normal;
line-height: 21px;
margin-top: 5px;
}
.titre {
font-family: "Old English Text MT", "fonts_gite", "OpenSansCondensedBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
text-rendering: optimizeLegibility;
font-weight: bold;
color: #A04000;
font-size: 34px;
line-height: 21px;
margin-top: 5px;
}
.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}
.link_actu {
text-decoration: none;
cursor: help;
color: black;
}
.link_bloc{
text-decoration: none;
cursor: help;
color: #454545;
}
.link_footer {
text-decoration: none;
cursor: help;
color: #FFC05D;
}
.cadre_photo {
margin-bottom:0;
margin-top:-20px;
margin-left: auto;
margin-right: auto;
padding:0;
position:relative;
width: 400px;
height: 200px;
border:8px solid #fff;
-webkit-box-shadow:0 3px 5px #999;
-moz-box-shadow:0 3px 5px #999;
box-shadow:0 3px 5px #999;
}
.ca_photo_haut_accueil1 {
margin-bottom:0;
margin-top: -30px;
margin-left: auto;
margin-right: auto;
padding:0;
width: 100px;
height: 100px;
position:relative;
border: 5px solid #fff;
-webkit-box-shadow:0 3px 5px #999;
-moz-box-shadow:0 3px 5px #999;
box-shadow:0 3px 5px #999;
}
.ca_photo_haut_accueil2 {
margin-bottom:0;
margin-top: -30px;
margin-left: auto;
margin-right: auto;
padding:0;
width: 100px;
height: 76px;
position:relative;
border: 5px solid #fff;
-webkit-box-shadow:0 3px 5px #999;
-moz-box-shadow:0 3px 5px #999;
box-shadow:0 3px 5px #999;
}
.ca_photo_haut_culture1 {
margin-bottom:0;
margin-top: -30px;
margin-left: auto;
margin-right: auto;
padding:0;
width: 150px;
height: 150px;
position:relative;
border: 5px solid #fff;
-webkit-box-shadow:0 3px 5px #999;
-moz-box-shadow:0 3px 5px #999;
box-shadow:0 3px 5px #999;
}
.ca_photo_haut_culture2 {
margin-bottom:0;
margin-top: -30px;
margin-left: auto;
margin-right: auto;
padding:0;
width: 140px;
height: 106px;
position:relative;
border: 5px solid #fff;
-webkit-box-shadow:0 3px 5px #999;
-moz-box-shadow:0 3px 5px #999;
box-shadow:0 3px 5px #999;
}
.ca_photo_140_105 {
margin-bottom:0;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding:0;
width: 140px;
height: 106px;
position:relative;
border: 5px solid #fff;
-webkit-box-shadow:0 3px 5px #999;
-moz-box-shadow:0 3px 5px #999;
box-shadow:0 3px 5px #999;
}
.ca_photo_220_165 {
margin-bottom:0;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding:0;
width: 220px;
height: 166px;
position:relative;
border: 5px solid #fff;
-webkit-box-shadow:0 3px 5px #999;
-moz-box-shadow:0 3px 5px #999;
box-shadow:0 3px 5px #999;
}
.ca_photo_105_105 {
margin-bottom:0;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding:0;
width: 105px;
height: 105px;
position:relative;
border: 5px solid #fff;
-webkit-box-shadow:0 3px 5px #999;
-moz-box-shadow:0 3px 5px #999;
box-shadow:0 3px 5px #999;
}
.ca_photo_140_92 {
margin-bottom:0;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding:0;
width: 140px;
height: 92px;
position:relative;
border: 5px solid #fff;
-webkit-box-shadow:0 3px 5px #999;
-moz-box-shadow:0 3px 5px #999;
box-shadow:0 3px 5px #999;
}
.ca_photo_bas_culture1 {
margin-bottom:0;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding:0;
position:relative;
width: 140px;
height: 102px;
border: 5px solid #fff;
-webkit-box-shadow:0 3px 5px #999;
-moz-box-shadow:0 3px 5px #999;
box-shadow:0 3px 5px #999;
}
.ca_photo_bas_culture2 {
margin-bottom:0;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding:0;
position:relative;
width: 140px;
height: 105px;
border: 5px solid #fff;
-webkit-box-shadow:0 3px 5px #999;
-moz-box-shadow:0 3px 5px #999;
box-shadow:0 3px 5px #999;
}
.ca_photo_haut_tarifs1 {
margin-bottom:0;
margin-top: -30px;
margin-left: auto;
margin-right: auto;
padding:0;
width: 150px;
height: 150px;
position:relative;
border: 5px solid #fff;
-webkit-box-shadow:0 3px 5px #999;
-moz-box-shadow:0 3px 5px #999;
box-shadow:0 3px 5px #999;
}
.ca_photo_haut_tarifs2 {
margin-bottom:0;
margin-top: -30px;
margin-left: auto;
margin-right: auto;
padding:0;
width: 150px;
height: 150px;
position:relative;
border: 5px solid #fff;
-webkit-box-shadow:0 3px 5px #999;
-moz-box-shadow:0 3px 5px #999;
box-shadow:0 3px 5px #999;
}
.ca_photo_bas_tarifs1 {
margin-bottom:0;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding:0;
position:relative;
width: 150px;
height: 150px;
border: 5px solid #fff;
-webkit-box-shadow:0 3px 5px #999;
-moz-box-shadow:0 3px 5px #999;
box-shadow:0 3px 5px #999;
}
.ca_photo_bas_tarifs2 {
margin-bottom:0;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding:0;
position:relative;
width: 150px;
height: 150px;
border: 5px solid #fff;
-webkit-box-shadow:0 3px 5px #999;
-moz-box-shadow:0 3px 5px #999;
box-shadow:0 3px 5px #999;
}
.ca_photo_haut_contact1 {
margin-bottom:0;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding:0;
width: 150px;
height: 334px;
position:relative;
border: 5px solid #fff;
-webkit-box-shadow:0 3px 5px #999;
-moz-box-shadow:0 3px 5px #999;
box-shadow:0 3px 5px #999;
}
.ca_photo_haut_contact2 {
margin-bottom:0;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding:0;
width: 150px;
height: 334px;
position:relative;
border: 5px solid #fff;
-webkit-box-shadow:0 3px 5px #999;
-moz-box-shadow:0 3px 5px #999;
box-shadow:0 3px 5px #999;
}
.ca_photo_haut_plan1 {
margin-bottom:0;
margin-top: -30px;
margin-left: auto;
margin-right: auto;
padding:0;
width: 140px;
height: 105px;
position:relative;
border: 5px solid #fff;
-webkit-box-shadow:0 3px 5px #999;
-moz-box-shadow:0 3px 5px #999;
box-shadow:0 3px 5px #999;
}
.ca_photo_haut_plan2 {
margin-bottom:0;
margin-top: -30px;
margin-left: auto;
margin-right: auto;
padding:0;
width: 140px;
height: 105px;
position:relative;
border: 5px solid #fff;
-webkit-box-shadow:0 3px 5px #999;
-moz-box-shadow:0 3px 5px #999;
box-shadow:0 3px 5px #999;
}
.ca_photo_bas_plan1 {
margin-bottom:0;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding:0;
position:relative;
width: 140px;
height: 105px;
border: 5px solid #fff;
-webkit-box-shadow:0 3px 5px #999;
-moz-box-shadow:0 3px 5px #999;
box-shadow:0 3px 5px #999;
}
.ca_photo_bas_plan2 {
margin-bottom:0;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding:0;
position:relative;
width: 140px;
height: 103px;
border: 5px solid #fff;
-webkit-box-shadow:0 3px 5px #999;
-moz-box-shadow:0 3px 5px #999;
box-shadow:0 3px 5px #999;
}
a.link:hover {
text-decoration: none;
color: #A04000;
}
a.link{
text-decoration: none;
color: #FFC05D;
}
.txt_footer{
font-family: "Arial", sans-serif;
font-size: 11px;
line-height: 11pt;
font-style: italic;
text-align: center;
color: #FFC05D;
}
.txt_gf{
font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
text-rendering: optimizeLegibility;
color: #454545;
font-size: 14px;
font-weight: normal;
margin-left: 5px;
margin-right: 5px;
margin-top: -5px;
}
.txt_design{
font-family: "Arial", sans-serif;
font-size: 10px;
font-style: italic;
text-align: center;
color: #FFC05D;
}
#aleft {
text-align: left;
margin-left: 5px;
margin-right: 5px;
}
#acenter {
text-align: center;
}
#fullcenter {
text-align: center;
verical-align: middle;
}
.descriptif {
font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
text-rendering: optimizeLegibility;
color: #454545;
font-size: 11px;
font-weight: normal;
line-height: 11pt;
margin-left: 5px;
margin-right: 5px;
margin-top: -5px;
}
.txt_tarifc{
font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
text-rendering: optimizeLegibility;
color: #454545;
font-size: 12px;
font-weight: normal;
margin-top: -10px;
text-align : center;
margin-left: 5px;
margin-right: 5px;
}
.txt_tarifl{
font-family: "Arial", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
text-rendering: optimizeLegibility;
color: #454545;
font-size: 12px;
font-weight: normal;
margin-top: -10px;
text-align : justify;
margin-left: 90px;
margin-right: 5px;
}
/*
Gestion CSS
*/
.bloc_gestion {
display: table-cell;
margin-left: 10px;
margin-top: 10px;
width: 940px;
height: 300px;
background-image: url(../images/noise.png);
background-color: #FFF2E2;
}
/*
Page CSS
*/
.cadre_page {
display:block;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-top: -5px;
width: 870px;
height: 560px;
background-image: url(../images/noise.png);
background-color: #FFC05D;
padding-left: 10px;
}
.cadre_news {
display:block;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-top: -5px;
width: 98%;
height: 90%;
background-image: url(../images/noise.png);
background-color: #FFC05D;
padding-left: 10px;
}
.title_page {
font-family: "Old English Text MT", "fonts_gite", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
text-rendering: optimizeLegibility;
text-decoration:underline;
color: #A04000;
font-size: 26px;
font-weight: bold;
line-height: 21px;
text-align: center;
}
.ss_title_page {
font-family: "Old English Text MT", "fonts_gite", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
text-rendering: optimizeLegibility;
text-decoration:none;
color: #A04000;
font-size: 18px;
font-weight: bold;
line-height: 20px;
text-align: center;
}
.txt_news {
font-family: "Old English Text MT", "fonts_gite", "Arial", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
text-rendering: optimizeLegibility;
color: #454545;
font-size: 12px;
font-weight: normal;
margin-left: 5px;
margin-right: 5px;
}
.txt_page {
font-family: "Arial", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
text-rendering: optimizeLegibility;
color: #454545;
font-size: 12px;
font-weight: normal;
margin-left: 5px;
margin-right: 5px;
}
.ss_txt_page {
font-family: "Arial", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
text-rendering: optimizeLegibility;
color: #454545;
font-size: 12px;
font-weight: normal;
text-align: center;
}
.bg_page{
background-color: #f9f9f9;
}
/*
link bloc css
*/
a.bck_lien:link {
text-decoration:none;
border-bottom-width: 1px;
border-bottom-style: dashed;
color: #454545;

}
a.bck_lien:hover {
border-bottom-width: 1px;
border-bottom-style: dashed;
background-image: url(../images/noise.png);
background-color: #FFDAB2;
cursor:help;
color: #454545;
}
a.bck_lien:visited {
text-decoration:none;
border-bottom-width: 1px;
border-bottom-style: dashed;
color: #454545;
}
a.bck_lien:active {
text-decoration:none;
border-bottom-width: 1px;
border-bottom-style: dashed;
cursor:help;
color: #454545;
}

/*
Css slideshow
*/
/* Style pour le menu deroulant */
#menu-demo2, #menu-demo2 ul{
padding:0;
margin:0;
list-style:none;
text-align:center;
}
#menu-demo2 li{
display:inline-block;
position:relative;
border-radius:8px 8px 0 0;
}
#menu-demo2 ul li{
display:inherit;
border-radius:0;
}
#menu-demo2 ul li:hover{
border-radius:0;
}
#menu-demo2 ul li:last-child{
border-radius:0 0 8px 8px;
}
#menu-demo2 ul{
position:absolute;
z-index: 1000;
max-height:0;
left: 0;
right: 0;
overflow:hidden;
-moz-transition: .8s all .3s;
-webkit-transition: .8s all .3s;
transition: .8s all .3s;
}
#menu-demo2 li:hover ul{
max-height:15em;
}
/* background des liens sous menus */
#menu-demo2 li:first-child li{
background:#AC6900;
}
#menu-demo2 li:nth-child(2) li{
background:#AC6900;
}
#menu-demo2 li:nth-child(3) li{
background:#AC6900;
}
#menu-demo2 li:last-child li{
background:#AC6900;
}
/* les a href */
#menu-demo2 a{
font-family: "Old English Text MT", "fonts_gite", "OpenSansCondensedBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
text-rendering: optimizeLegibility;
color: #FFC05D;
font-size: 18px;
font-weight: normal;
line-height: 21px;
text-decoration:none;
display:block;
padding:4px 24px;
}
#menu-demo2 ul a{
padding:8px 0;
}
#menu-demo2 li li a{
font-family: "Old English Text MT", "fonts_gite", "OpenSansCondensedBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
text-rendering: optimizeLegibility;
color: #FFC05D;
font-size: 14px;
font-weight: normal;
text-decoration:none;
text-transform:inherit;
}
#menu-demo2 li:hover li a{
font-family: "Old English Text MT", "fonts_gite", "OpenSansCondensedBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
text-rendering: optimizeLegibility;
color: #FFC05D;
font-size: 14px;
font-weight: normal;
text-decoration:none;
text-transform:inherit;
}
#menu-demo2 li:hover a, #menu-demo2 li li:hover a{
color:#A04000;
}
