/* Phoca Template - www.phoca.cz */

html {
  margin:    0;
  padding:  0;
}
body {
  text-align:   center;
  font-size:     76%;
  font-family:   Arial, sans-serif, Verdana, Helvetica, "Times New Roman";
  line-height:   1.3;
  background:   #fff;
  padding:    0;
  margin:      0;
  color: #8b0000;  
}

/* Typo */
.phoca-in {
  margin:4px;
}

h1,h2,h3,h4,h5,h6,blockquote,label,ol,dl,fieldset,address, p {
  margin:    0.5em 0;
  padding:  0;
}

h2 {
  font-family: Georgia, Times;
  color: #ff6600;
  font-weight: bold;
  border-bottom: 1px dotted #c0c0c0;
}

h2 a {
  color: #ff6600;
  text-decoration: none;
}

fieldset {
  padding: 0.5em;
  border: 0px;
}

form {
  margin:   0;
  padding:   0;
}

img a{
  border:   0;
}

ul {
  /*list-style: none;*/
  padding:  0em;
  margin-left:1.5em;
}
ul  li{
  color: #777;
  list-style: disc;
}

ul li ul li{
  color: #777;
  list-style: circle;
}

ol li {}


td {
  padding:1px;
}
a {
  color:   #3082bf;
}
/*
a:link   {color:   #3082bf;}
a:hover  {color:   #2a5071;}*/

h1  {font-size:  1.4em}
h2  {font-size: 1.3em;}
h3    {font-size: 1.2em;}
h4   {font-size: 1.1em;}
h5   {font-size: 1.1em;}
h6   {font-size: 1em;}

hr   {border:1px solid #000000;}

a img {
  border:   0px;
}

/* Site */
#phoca-site {
  padding:  0;
  margin:    0;
  background: #f7f7f7;
}

#phoca-wrap {
  min-width:   990px;
  max-width:   1150px;
  width:     auto !important;
  width:     990px;
  margin:   0 auto;
  text-align: left;
  padding:  0;
}

#phoca-search {
  float:right;
  margin-top: 7px;
}

#phoca-search input[type="text"] {
  background: #fff;
  color: #777;
  margin-left: 5px;
}

/* Header background:   transparent url(../images/hbg.png) 0 0 no-repeat; */
#phoca-header {
  background:   transparent;
  position:    relative;
  height:      120px;
  margin-top:    0px;
  margin-bottom:  0px;
  padding:    0;
  color:      #dbd3bd;
  margin-bottom:  10px;
}

#phoca-header #logo {
  position:  absolute;
  top:    8px;
  left:    10px;
  background:  transparent;
}
#phoca-header #logo .header-desc {
  font-size:     76%;
  color: #777;
}

#phoca-header .banner {
  position:  absolute;
  top:     8px;
  right:    0px;
  background:  transparent;
}

#phoca-slideshow {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: 0px 0px 3px 0px #aaa;
  -webkit-box-shadow: 0px 0px 3px 0px #aaa;
  box-shadow: 0px 0px 3px 0px #aaa;
  border: solid 10px #fff;
}

form#cse-search-box div input {
  width:200px;
}

/* Top Menu */
#phoca-topmenu {
  padding:  0;
  margin:    0;
  background:  transparent;
}

/* Top */
#phoca-top {
  margin:0;
  padding:0;
}

#phoca-middle {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: 0px 0px 3px 0px #aaa;
  -webkit-box-shadow: 0px 0px 3px 0px #aaa;
  box-shadow: 0px 0px 3px 0px #aaa;
  background: #ffffff;
  margin: 10px 0px;

}

/* Side */
#phoca-side1 {
  position:  relative;
  float:    left;
  width:    23%;
  overflow:  hidden;
  margin:    0px;
  padding:  0px;
}

#phoca-side2 {
  position:  relative;
  float:    left;
  width:    23%;
  overflow:  hidden;
  margin:    0px;
  padding:  0px;
}

#phoca-side1-bg {
  margin:    0px;
  padding:  0px;
  background: transparent url(../images/sep.gif) 23% 0 repeat-y;
}

#phoca-side2-bg {
  margin:    0px;
  padding:  0px;
  background: transparent url(../images/sep.gif) 76% 0 repeat-y;
}

/* Content */
#breadcrumbs{
  padding-top: 10px;
}

#phoca-content {
  position:  relative;
  float:    left;
  width:     53%;
  padding:  0px;
  margin:    0px;
}

#phoca-content1 {
  position:  relative;
  float:    left;
  width:     51%;
  overflow:  hidden;
  padding:  1%;
  margin:    0px;
}

#phoca-content2 {
  position:  relative;
  float:    left;
  width:     74%;
  overflow:  hidden;
  padding:  1%;
}
#phoca-content3 {
  position:  relative;
  float:    left;
  width:     97%;
  overflow:  hidden;
  padding:  1%;
  
}

/* User */
#phoca-user {
  clear:both;
  padding:5px 15px 5px 0px;
}

/* Botom */
#phoca-bottom {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: 0px 0px 3px 0px #aaa;
  -webkit-box-shadow: 0px 0px 3px 0px #aaa;
  box-shadow: 0px 0px 3px 0px #aaa;
  background: #000;
  color: #fff;
  margin: 10px 0px;
    overflow:hidden;
}

/* Footer */
#phoca-clr{
  clear:    both;
  padding:  0;
  margin:    0;
}

#phoca-footer {
  height:    50px;
  min-width:   990px;
  max-width:   990px;
  width:     auto !important;
  width:     990px;
  margin:   0 auto;
  padding:  0;
}
#phoca-footer .phoca-footer {
  text-align:  center;
  margin:    0;
  color:     #777;
}

#phoca-debug {
  padding:  0px;
  margin:    0px;
}

/* Modules */
div.module {}
div.module h3 {
  font-family: Georgia, Times;
  color: #3082bf;
  border-bottom: 4px solid #c0c0c0;
  margin-top: 10px;
}

#phoca-bottom div.module h3,
#phoca-bottom div.moduletable h3,
#phoca-bottom div.moduletable h2 {
  
}

div.moduletable {
  padding: 10px;
}
div.moduletable h3,
div.moduletable h2 {
  font-family: Georgia, Times;
  color: #3082bf;
  border-bottom: 4px solid #c0c0c0;
  margin-top: 10px;
}

div.module ul li,
div.moduletable ul li {
  color: #ccc;
  list-style: disc;
}

.module input[type="password"],
.module input[type="text"] {
  display: block;
}

#phoca-bottom .phoca-in {
        margin:0 auto;
        padding:1%;
}

/* Phoca Middle */
#phoca-middle .pagenav-next,
#phoca-middle .pagenav-prev,
#phoca-middle .readmore {
  margin: 10px 0px;
}

#phoca-middle .pagenav-next {
  float: right;
}

#phoca-middle ul.pagenav {
  margin: 0px;
  padding: 0px;
}

#phoca-middle .pagenav-prev {
  float: left;
}

#phoca-middle ul.actions {
        text-align:right;
        padding:0 ;
        width:100%;
        margin:0;
}

#phoca-middle ul.actions li {
        display:inline;
    margin:0;padding:0;
}

#phoca-middle ul.actions a {
        text-decoration:none
}

#phoca-middle .pagenav-prev,
#phoca-middle .pagenav-next {
  padding-left: 0px;
  padding-right: 0px;
}

#phoca-middle .pagenav-prev a,
#phoca-middle .pagenav-next a,
#phoca-middle .readmore a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 0px 3px 0px #aaa;
  -webkit-box-shadow: 0px 0px 3px 0px #aaa;
  box-shadow: 0px 0px 3px 0px #aaa;
  background: #f3f3f3;
  padding:5px;
  font-weight: bold;
  color: #999;
  text-decoration: none;
}

#phoca-middle .contact .panel h3 {
  margin:0px 0 0px 0;
  padding: 0;
  background:#eee;
  border:0
}

/* Style Précigné */
/*
#en_tete 
{margin-left: 150px; margin-right: 150px;}
*/
#en_tete h1
{font-family: "Times New Roman"; font-size: 36px; color: #8b0000; font-style: italic; text-align: center;}
#en_tete a
{text-decoration: none;}
/*
.saisons
{width: 100%;}
*/
.saisons td
{text-align:center}
.tablemenu td
{text-align: center;}
.titrepage
{border: 0px; }
.titrepage tr
{height: 80px;}
.tablemenu
{border: 1px solid #8b0000; }
.tablemenu td
{text-align: center; background-color: #b0c4de; border: 1px solid #8b0000;}
.tablemenu a:hover
{background-color: #8b0000; color: #ffd700;}
.petit
{font-size: 0.8em; color: #8b0000; text-decoration: none;}

#menug
{float: left; width: 150px; text-align: center; color: #8b0000; position: fixed; left: 0px; right: 0px; top: 22px;}
.armes h2
{margin-top: 10px; font-size: 30px; font-family: "Times New Roman", Times, Arial, "Arial Black", serif; color: #8b0000;}
.element_menug
{background-color: #b0c4de;}
.element_menug a
{color: #8b0000;}
.element_menug a:hover
{background-color: #8b0000; color: #ffd700;}
.droits
{font-size: 10px; color:#8b0000}

/*
#menud
{float: right; width: 150px; text-align: center; color: #8b0000; }
.element_menud
{background-color: #b0c4de;}
.element_menud a
{color: #8b0000;}
.element_menud a:hover
{background-color: #8b0000; color: #ffd700;}
.actu
{font-size: 2em;  font-weight: bold;}
.actu a
{color:#8b0000;}
.actu a:hover
{background-color: #8b0000; color: #ffd700;}
*/
.voir
{font-size: 1.6em;  font-weight: bold; font-style:italic;}

#corps
{text-align: justify; text-indent: 30px; font-size: 18px; color: #8b0000; font-family: Arial, "Arial Black", serif, "Times New Roman", Times;}
#corps h1
{color: #8b0000; text-align: center; font-family: Arial, "Arial Black", serif, "Times New Roman", Times;}
#corps h2
{height: 24px; font-style:italic; text-align: left;}

.rien
{list-style-type: none;}
.signature
{text-align: right;}
/*
.formulaire
{text-align: center;}
.tableA
{margin: auto; }
.tableA th
{text-align: center;}
.tableA td
{text-align: center;}
.tableB
{border: 1px solid #8b0000; margin: auto;}
.tableB td
{border: 1px solid #8b0000;}
.tableB th
{border: 1px solid #8b0000;}
.tableB a:hover
.tableC
{margin: auto;}
.tableC td
{text-align: right;}
.tableCM
{margin: auto;}
.tableCM td
{text-align: center; vertical-align:top;}
*/
.titre_jaune {
  color: gold;
  background-color: #663399;  
}

.actu p, h2 {
  text-align: center;
}

.banneritem {
  padding: 3px 0 0 0;
}


.item-page p {
 text-align: center; 
}
