/* Start of CMSMS style sheet 'Page' */
.pageTitle
{
color: #6d3d86;
text-align:right;
}
#header h1.entete
{text-align:left;color: #CFA684;
font-size: 0.8em;}
.blocTitle
{
color: #6d3d86;
}
#myframe{height:2000px}

.pageText
{
color: #6b4a6b; 
font-size: 11pt;
 text-align: justify;
}

.pageTextS
{
color: #6b4a6b; 
font-size: 10pt;
 text-align: justify;
}

.pageText2
{
color: #5d6558; 
font-size: 11pt; 
text-align: justify;
}

.tableTarif td
{
color: #6b4a6b; 
padding-right: 15px;
}

.tableTarif th
{
text-align:left;
font-weight:bold;
}



/*main rules*/
* {
  margin:0;
  padding:0;
  border:none;
}
body {
 /* font: 90% Arial, Helvetica, sans-serif;*/
font: 100% Arial, Helvetica, sans-serif;
color:#40007F;
font-weight:bold;
  background:#FFF url(../img/fond-page.png) fixed;
}
a {
  text-decoration:none;
  /*color:#673911;*/
color:#FFCC00;
  }
a:hover {
 /* color:#cfa684;*/
color:#FCC00;
  text-decoration:underline;
}
hr.clearfix {
  height:0;
  background:#FFF;
  font-size:0;
  clear:both;
  }
p {
  padding:10px;
  }
p, li {
  font-size:0.9em;
  line-height:1.3em;
}
ul {
  padding-left:20px;
  }
/*layout*/
#wrapper {
  background:transparent url(../img/bande-page.png) repeat-x 0 0;
}
#page {
  width:960px;
  margin:20px auto;
  /*-moz-box-shadow:3px 0px 3px 0px #666, -3px 0px 3px 0px #666;*/
}
#header {
  background:#320d45 url(../img/fond_header.jpg) no-repeat 0 0;
  position:relative;
  height:120px;
  color:#FFF;
  /*-moz-box-shadow:2px 0px 1px 0px #666, -3px 0px 1px 0px #666;*/
  }
#header h1 {
  font-size:1.4em;
  line-height:1em;
  letter-spacing:0.06em;
  position:absolute;
  left:120px;
  top:5px;
 /* top:0;
  right:0;*/
}
#header h2 {
  font-size:1.4em;
  line-height:1em;
  letter-spacing:0.06em;
  position:absolute;
  left:120px;
  top:5px;
  }
#header h2 strong {
  color:#cfa684;
  font-size:0.8em;
  }
#content {
  background:url(../img/content-middle.png) repeat-y 0 0;
}
#top_content {
  height:40px;
  background:url(../img/content-top.png) no-repeat 0 0;
}
#inner_content {
  background:url(../img/content-bottom.png) no-repeat bottom center;
  min-height:310px;
  }
#bloc_principal {
  padding:0 160px;
  }
#footer {
  height:60px;
  background:url(../img/fond-footer.png);
  clear:both;
  }
#footer .nav {
  background:none;
  margin:0 auto;
  width:680px;
}
#footer a {
  font-size:0.9em;
  font-weight:normal;
  padding:3px 15px;
}
#footer a:hover {
  color:#673911;
  background:transparent;
  }
#footer p {
  text-align:center;
  color:#FFF;
  }
/*nav*/
.nav {
  list-style:none;
  background:transparent url(../img/fond-nav.png);
  height:25px;
  margin-top:5px;
  padding:5px 20px;
}


.nav li {
  float:left;
  color:#673911;
  position:relative;
}
.nav a, .nav .section {
  display:block;
 /* height:16px;*/
  text-align:center;
color:#990000;
  font:bold 1em Arial,Helvetica, sans-serif;
  padding:5px 6px;
}
.nav li.section {
  font-size:0.9em;
}
.nav a:hover {
 /* background:#673911;*/
background:#ececec;
}
.nav li ul {
  display:none;
}
.nav li:hover ul {
  display:block;
  position:absolute;
  z-index:100;
  top:25px;
  left:0;
  background:#cfa684;
  list-style:none;
  padding:5px 0;
  width:90px;
}

/*accordion effect*/
.accordionWrapper {overflow:hidden;}

.accordionWrapper div {display:block; float:left;}

.accordionWrapper div.title{cursor:pointer;}
.accordionWrapper div.content{display:none;}

/*accueil*/
#slides {
  width:640px;
  height:315px;
  clear:both;
  margin:0 0 20px 0;
}

#slides .content {
  height:315px;
  width:350px;
}
#slides h4 {
  padding:10px;
  }

#slides .title {
  width:57px;
  float:left;
  margin:0;
  position:relative;
}
#slides .photo {
float:right;
padding:0 0 10px 10px;
  }
.box {
  width:201px;
  float:left;
  height:200px;
  margin:0 10px 10px 0;
  border:solid 1px #ddd;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  }
.box h3 {
  padding:3px 5px;
color:#40007F;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
h3
{color:#FFCC00;}
.plus {
 text-align:right;
 font-weight:bold;
 }
.big {
  font-size:2em;
  line-height:1.3em;
  /*color:#666711;*/
color:#FFCC00;
}
.medium {
font-size:1.3em;
line-height:1.3em;
color:#600;
}
.strike {
  text-decoration:line-through;
  }
.color1 {
  color:#666711;
}
.color2 {
color:#76773c;
}
.color3 {
color:#909f35;
}
.color4 {
color:#cecf83;
}
.color5 {
color:#cecf68;
}
.bgcolor1 {

background:#FFCC00;
}

.bgcolor1OLD{
background:#666711;
}
.bgcolor2 {
/*background:#76773c;*/
background:#FFCC00;
}
.bgcolor3 {
/*background:#909f35;*/
background:#FFCC00;
}
.bgcolor4 {
/*background:#cecf83;*/
background:#FFCC00;
}
.bgcolor5 {
/*background:#cecf68;*/
background:#FFCC00;
}

.tableTarif
{width:100%;border:1px}

.payment{text-align:right;width:100px}


/* End of 'Page' */

