body {
	margin:0;
	padding:0;
	background: #cccccc;
}

a {text-decoration:underline; color: #0066b7;}
a:hover {text-decoration:underline; color: red;}

.main {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: white;
}

.leftmenu {
	background-color: #fe0000;
	padding-left: 10px;
	padding-right: 5px;
}

#listmenu { 
	  padding:0; 
	  margin:0; 
} 

#listmenu li { 
	  list-style-type:none; 
} 

#listmenu a, #listmenu a:visited {
	display: block;
	color: #ffcaca;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
}

#listmenu a:hover {
	display: block;
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
}
	  
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #707070;
}

.copyright a {
	color: #707070;
	text-decoration: underline;
}

.copyright a:hover {
	color: black;
	text-decoration: underline;
}

/* Articles */

.ImageInGallery {
	/* background-color: #e6e6e6; */
	margin: 5px; 
	padding: 0px;
}

.eventDay a
{
	background-color: #fe0000;
	color: black;
	font-weight: bold;
}

.divRessource {
	/* background-color: #e6e6e6; */
	margin: 5px; 
	padding: 0px;
}

.ArticleListTitle {
	color:#fe0000;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
}

.ArticleListTitle a {
	color:#fe0000;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
}

.ArticleListTitle a:hover {
	color: #fe0000;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
}

.ArticleTitle {
	color:#fe0000;
	font-size: 23px;
	line-height: 25px;
}

.ArticleSubTitle {
	color: #fe0000;
	font-size: 16px;
	line-height: 20px;
}

.ArticleHomeTitle {
	color:#fe0000;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}

.ArticleHomeSummary {
	color:#fe0000;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}

.title1 {
	color: #8cc63e;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
}

.title2 {
	color: #29aae1;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
}

.title3 {
	color: #708090;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
}

.highlight1 {
	color:#8cc63e;
	font-weight: bold;
}

.highlight2 {
	color: #29aae1;
	font-weight: bold;
}

.highlight3 {
	color: #708090;
	font-weight: bold;
}

.small1 {
	color:#8cc63e;
	font-size: 11px;
}

.small2 {
	color: #29aae1;
	font-size: 11px;
}

.small3 {
	color: #708090;
	font-size: 11px;
}

.td1 {
	background-color: #c9e2a5;
}

.td2 {
}

/* rollover buttons */

.rollover a, .rollover a:link, .rollover a:visited {
   display: block;
   text-align:center;
   width: 105px;
   margin: 0;
   padding: 8px 0 10px 0px;   
   font: bold 11px/1 Arial, Helvetica, sans-serif;
   background: url("images/button.gif") 0 0 no-repeat;
   text-decoration: none;
   color: #FFFFFF;
}

.rollover a:hover {
   background-position: -105px 0;
   text-decoration: none;
   color: #FFFFFF;
}

.rollover a:active {
   background-position: -210px 0;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover {
   display: block;
   text-align:center;
   width: 105px;
   margin: 0;
   padding: 8px 0 10px 0px;   
   font: bold 11px/1 Arial, Helvetica, sans-serif;
   background: url("images/button.gif") 0 0 no-repeat;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:link {
   background: url("images/button.gif") 0 0 no-repeat;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:visited {
   background-position: 0 0;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:hover {
   background-position: -105px 0;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:active {
   background-position: -210px 0;
   text-decoration: none;
   color: #FFFFFF;
}

