/* CSS Document */
div.gris, div.grisSeul, div.gris2{
  margin:0px;
  padding:0px;
  background-color: #F4F4F4;
  border-bottom:1px solid #CAC287;
  color:#000000;
}
div.gris{
  height:450px;
}
div.gris2{
  height:250px;
}

div.gris p, div.grisSeul p, div.gris2 p{
  padding:10px 15px 10px 15px;
}


.degrader-orange{
	background-image:url(../images/templates/fond-menu.png);
	background-repeat:repeat-x;
	padding-left:5px;
}
.txtCourt {
	font-size:12px;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
  text-decoration: none;
	padding:5px;
	text-align:justify;
}

.fond-cellule{
	background-image:url(../images/templates/fond-menu.png);
	background-repeat:repeat-x;
}
.boite-news{
	border-bottom:1px solid #007DC3; 
}
.boite-edito{
	border-bottom:1px solid #FF6600; 
}
table.boite-eve{
	border-bottom:1px solid #999999; 
}
table.boite-eve th{
	background-image:url(../images/templates/fond_gray.png);
	background-repeat:repeat;
	text-align:left;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.div-top{
	vertical-align:top;
	padding-bottom:175px;
}
.grey {  
	background: #eee; 
	padding: 15px; 
	border: 1px solid #ccc; 
	margin: 0 0 15px 0; 
	color: #444; 
}

.yellow {
	background: #FFF7C8; 
	padding: 15px; 
	font-size:12px;
	border: 1px solid #F1E081; 
	margin: 0px 0px 15px 0px;
	color: #4B4000; 
}

.green { 
	background: #E2FFD9; 
	padding: 15px;
  border: 1px solid #69CB4B; 
	margin: 0 0 15px 0; 
	color: #1E4B00; 
}
