*{
margin:0;
padding:0;
font-family:Arial;
font-size:12px;
}
a{
text-decoration:none;
color:#86001c;
}
table tr td a{
text-decoration:none;
color:#86001c;
}
table{
border-collapse:collapse;
}
body{
background-image:url(/app/image.php?id=36);
text-align:center;
}
.pertuis-haut{
background-image:url(/app/image.php?id=35);
height:124px;
width:871px;
}
.pertuis-bas{
background-color:#E2E0E1;
height:30px;
text-align:center;
}
.tableau-pertuis{
margin-top:10px;
width:871px;
margin-left:auto;
margin-right:auto;
background-color:#fefefe;
border-collapse:collapse;
}
.pertuis-milieu{
text-align:left;
background-color:#fefefe;
}
span.titre-pertuis,span.titre-pertuis a{
font-size:12px;
color:#fff;
text-decoration:none;
}
div.home{
margin-left:250px;
}
/* ------------------- MENU -----------------*/
div.menu{
margin-left:255px;
z-index:1000000;
height:30px;
}
h3{
color:#86001c;
font-size:16px;
display:block;
width:250px;
}
h1{
color:#86001c;
font-size:18px;
}
h2{
color:#86001c;
font-size:17px;
text-decoration:none;
}
h2 a{
color:#86001c;
font-size:14px;
text-decoration:none;
}
div.corps_pertuis{
width:621px;
padding:5px;
overflow:hidden;
}
p{
font-family:Arial;
font-size:12px;
color:#000;
}
/*-----------PHOTOTHEQUE--------------------------------------------*/
.phototheque_corps{

}
.phototheque_cellule{

}
a.phototheque_lien img{
        opacity: 0.3;
        filter:alpha(opacity=30);
        cursor:pointer;
        border:1px solid #000000;
        margin:5px;
}
a.phototheque_lien:hover img{
        opacity: 1.0;
        filter:alpha(opacity=100);
}
div.actu{
margin-bottom:10px;
}
div.actu table tr td h2 a{
color:#000;
font-size:13px;
font-weight:bold;
text-decoration:none;
}
div.actu table tr td h5 a{
color:#000;
font-size:12px;
font-weight:normal;
text-decoration:none;
}
a h1{
text-decoration:none;
}
h3.commentaire_calendrier a{
color:#86001c;
font-size:12px;
font-weight:normal;
text-decoration:none;
}
a.retour_calendrier{
text-decoration:none;
color:#86001c;
font-size:12px;
font-weight:bold;
}

/*///////////////////////////////////////////////////////////////////*/
/*///CALENDRIER//////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////*/

div.select_type_calendrier {
	display: none;
}

/* The main calendar widget.  DIV containing a table. */

div.calendar { 
position: relative;
  margin-right:10px;
 }

.calendar, .calendar table {
  border: 1px solid #b2b2b2;
  font-size: 10px;
  color: #000;
  cursor: f0e2d1ault;
  background: #fae2b5;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #6b2a00 url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #6b2a00;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #f0e2d1;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #b2b2b2;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #fde794;
  color: #000;
  border: 1px solid #c16c34;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #fde794;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #f0e2d1;
}

.calendar tbody .rowhilite td {
  background: #f0e2d1;
}

.calendar tbody .rowhilite td.wn {
  background: #fae2b5;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #f0e2d1;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #b2b2b2;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #b2b2b2;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #fde794;
  border: 1px solid #c16c34;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #fde794;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: f0e2d1ault;
  border: 1px solid #655;
  background: #f0e2d1;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #fde794;
}

.calendar .combo .active {
  border-top: 1px solid #c16c34;
  border-bottom: 1px solid #c16c34;
  background: #fae2b5;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

/* ---------------------------------*/
.tableau_case_produit {
     background-color: #fff;
}
td.case_produit{
width:250px;
}
td.case_produit h3{
color:#000;
font-size:12px;
}
.recherche{
display:none;
}
h1.titre_prod{
font-size:12px;
margin-bottom:10px;
}
tr.titre_recherche td {
display:none;
}
/*----------------------------------*/
.image_produit{
width:90px;
height:80px;
}
.image_produit_promo{
width:240px;
margin-left:auto;
margin-right:auto;
}
.pub_promo{
margin-top:15px;
text-align:center;
width:240px;
}
div#publicite div.pub_promo div{
font-size:14px;
font-weight:bold;
position:absolute;
background-image:none;
background-color:#fff;
height:30px;
float:left;
line-height:30px;
text-align:center;
width:233px;
margin-top:16px;
margin-left:13px;
filter:alpha(opacity=80);
-moz-opacity:.80;
opacity:.80;
z-index:0;
}
/*--------------------------*/
.text_email{
border:1px solid #86001c;
}
/* ------------- MENU -----------------*/
.TABLE_MENUss {
        width: 180px;
}
.TABLE_MENU {
        BACKGROUND-COLOR: #FFFFFF;
        margin:0px;
        padding:0px;
	FONT-WEIGHT: normal;
        FONT-SIZE: 11px;
        COLOR: #000000;
        FONT-FAMILY: Arial, Helvetica, sans-serif;
        z-index:10000000;
}
.tejsmenu{
	FONT-WEIGHT: normal;
        FONT-SIZE: 11px;
        FONT-FAMILY: Arial, Helvetica, sans-serif;
        z-index:10;
        border:1px solid #fff;
        background-color:#890014;

}
.ejsmenu2{
width:80px;
height:30px;
background-color:#fff;
margin:0;
display:block;
}
.ejsmenu{
width:150px;
height:30px;
color:#fff;
padding:2px;
margin:0;
}
/* ----- ARTICLE ------*/
.art_ligne_titre{
width:550px;
border-bottom:1px solid #ccc;
height:30px;
line-height:30px;
}
.art_ligne_contenu{
width:550px;
border-bottom:1px solid #fcfcfc;
height:25px;
line-height:25px;
}
.art_ligne_fin{
width:550px;
border-bottom:1px solid #ccc;
height:20px;
line-height:20px;
margin-bottom:15px;
}
.art_titre_col1{
display:inline;
width:320px;
font-weight:bold;
}
.art_titre_col2{
display:inline;
width:230px;
font-weight:bold;
}
.art_contenu_col1{
display:inline;
width:320px;
}
.art_contenu_col2{
display:inline;
width:230px;
}
.art_contenu_col2 a,.art_contenu_col1 a{
color:#000;
}
div.art_navigation{
width:550px;
text-align:center;
}