a{
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-weight:bold;
	}

a:hover{
	color:#e75b2b;
	
	}


.textecal {
/* texte calendrier */
	color : black
}
.detailcal {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.datecal {
	padding: 3px;
	background-color: #6a6a6a;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.heurecal {
/* heure de l'évènement */
	display: none;
}

.titre {
 /* background-color: #00447e;*/
padding-bottom: 15px;
  vertical-align: center;
  background:url(images/titre.png) no-repeat;
}
.titre font {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 20px;
 
}

.breves {
  background-color: #e75b2b;
  padding: 5px
}

.titrebreves font {
/* div de titre */
  color: #fff;
   font:bold 14px Arial, Helvetica, sans-serif;
   text-transform: uppercase;
}
.textebreves font {
/* div de détail */
  color: #000;
  font:12px Arial, Helvetica, sans-serif;

}

a.lienrep, .imgliendossier{
	color: #e75b2b;
  font:bold 14px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
	
	}
a:hover.lienrep, a:hover.imgliendossier{
	color:#000;
	}
	
.titredocu{
	border-bottom:2px solid #f8bb49;
	}

.titredocu font b{
/* cellule titre de l'espace document */
color: #000;
  font:bold 14px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}


.liendocu font{
/* cellule lien de l'espace document */
font:12px Arial, Helvetica, sans-serif;
color: #fff;
}


body {
  background-color: #fff;
 /** background:url(images/fond_site.jpg) repeat-x;*/
   margin:0;
  padding: 0;
}

td {
  background-color: transparent;
  color: #fff;
}

.contenu{
	
	background-color:#9b9a9a;
	}

.bandeau{
	background-color: transparent;
	text-align: left;
	}

.menu {
/* fond et largeur du menu vertical */
	width:190;

}
hr{
margin:0px;
padding: 0px;
color: #fff;
height: 1px;
background-color: #fff;
border: none;

}

#menubas img{
	border:1px solid #535353;
	margin-bottom: 2px;
	}
#menubas{
	text-align:center;
	padding-left: 10px;
	}
.menugauche{
	/*background: rgb(155,154,154) url(images/fond-menu.jpg) repeat-x;*/
	}
.fondmenu {
	background-color:transparent;
}
.menuhaut {
  list-style-type: none;
  vertical-align: middle;
  line-height: 20px;
}
.menuhaut td {
   font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  
  background-color:#e75b2b;
}
.menuhaut td a {
  display: block;
  font: bold 14px Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
}
.menuhaut a:hover {
  /*font-weight: bold;*/
  color: #000;
}

/* menuV.css
 * For: menuDropdown.js (version: 0.1x)
 */

#mainMenu1 {
  background-color: transparent;
  color: #000;
  margin: 0;
  padding: 0;
  border: none;
  margin-left: 15px;
  /* if the menu is vertical:
   * set border to 'none'
   * padding-left must be equal to padding-right
   */
  /* position du menu par rapport au haut de la page */
  width: 170px;
  top: 170px;
  z-index: 1;
  position: absolute;
  /* if the menu is horizontal: use a 'static' position
   * if the menu is vertical: use an 'absolute' or 'fixed' position
   */
}

#menuList1 {
/*  border: 1px solid #CCC; */
  margin: 0;
  padding: 0px;
  position: static;
  /* do not use a position other than 'static' here */
  /* if the menu is vertical:
   * margin-left + border-left-width + padding-left must be equal to
   * margin-right + border-right-width + padding-right
   */
  	background: rgb(155,154,154) url(images/fond-menu.jpg) repeat-x;
}

#menuList1 li {
  /* do not change these rules */
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  /* do not change these rules */
}

#menuList1 li a {
  background-color: transparent;
  color: #494949;
  display: block;
  border-bottom: 1px solid White;
  margin: 0;
  text-indent: 15px;
  padding: 4px 4px;
  font: 12px Arial;
  /* always set margin to '0' */
  /* Win/IE5.0 will ignore border and padding if display is 'inline' */
  text-decoration: none;
}

#menuList1 li a:hover, #menuList1 li a:focus {
  background-color: #e75b2b;
  color: #fff;
  /*border-color: #CCC;*/
}

#menuList1 li a.actuator {
/* menu principal quand il comporte un sous-menu */
	background: url("images/fleche-noire.gif") no-repeat 100% 50% #6d8a7d;
	color: #fff;
  /*padding-right: 20px;*/
}

#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus {
	background: url("images/fleche-grise.gif") no-repeat 100% 50% #00447e;
	color: #fff;
}

#menuList1 .menu {
  background-color: #759ed6;
  color: #0d2d9a;
  /*border: 1px solid #CCC;*/
  margin: 0;
  padding: 0px;
  width: 220px;
  /* only set '0' or negative margin */
  /* border  width must be the same on the four sides (in 'px' units) */
  /* padding width must be the same on the four sides (in 'px' units) */
  z-index: 1;
  position: absolute;
  visibility: hidden;
  /* always set position to 'absolute' and visibility to 'hidden' */
}

/*#menuList1 .menu .menu {
  /*margin-left: 2px;
  /* if a non-zero padding is set on .menu, set margin-left to margin-left + padding 
}

#menuList1 .menu li a {
  display: block;
  line-height: normal;  
 	border-left: 1px solid #0e4b84;
	border-right: 1px solid #0e4b84;
	border-bottom: 1px solid #0e4b84;
	color: #0e4b84;
	background: #fff;
	text-align: left;
}

#menuList1 .menu li a.actuator {
 background-color: #0e4b84;
color: #FFFFFF;
}

#menuList1 .menu li a:hover, #menuList1 .menu li a.actuator:focus {
  background-color: #0e4b84;
color: #FFFFFF;
}*/
