
/* Generic Selectors */
 
.contactInfo {
     width: 100px;
     max-width: 100px;
     min-width: 100px;
}

body
{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eeeeee;
}
 
input {
	font: normal 11px verdana;
	color: #0047ab;
	
}
 
/*li {
   list-style-type: none;
   line-height: 150%;
   list-style-image: url(../images/arrowSmall.gif);
}*/
 
h1 {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 22px;
   font-weight: bold;
   color: #000000;
}
 
h2
{
    margin: 3px;
    padding: 0px;
    font-family: Arial,Helvetica , serif;
    font-size: 16px;
    font-weight: bold;
    color: #3366FF;
    border-bottom: 1px solid #C6EC8C;
    border-bottom-color: #0099FF;
}
h3
{color: #3366FF;
    }
 
/**************** Pseudo classes ****************/
 
 /*a:link {
  color: #00CC00;
   text-decoration: underline;
   font-weight: bold;
}
 
li :link {
   
   text-decoration: none;
   font-weight: bold;
}
 
a:visited {
  
   text-decoration: none;
   font-weight: bold;
}
 
li a:visited {
   
   text-decoration: none;
   font-weight: bold;
}
 
a:hover {
   
   font-weight: bold;
   text-decoration: underline;
}
 
li a:hover {
   display: block;
  
   padding-bottom: 5px;
   font-weight: bold;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #C6EC8C;
}
 
a:active {
   /*color: rgb(255, 0, 102);
   font-weight: bold;}*/



/************************* ID's *************************/



#container
{
	padding: 5px;
	margin: 0 auto;
	width: 1300px;
	background: #ffffff;
}

#header
{
	width: 100%;
	
	margin-bottom: 10px;
}

#header h1
{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	
}

#navigation
{
	border-style: solid;
	border-width: 3px 0px 0px 0px;
	border-color: #FF0000;
	
	width: 100%;
	background: #eeeeee;
	margin-bottom: 20px;
}

/*#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover { background: #383; }

*/


 
#content
{
	/*top right bottom left*/
	
	
	width: 100%;
}


#aside h3 { margin: 0; }

#footer
{
	background-color: #eeeeee;
	width: 100%;
	text-align: center;

margin-top: 20px;

	
}

.featurebox_center {
  background-color: #fffff6;
  margin:0px;
  padding:10px;
  border: 1px solid #DFE8F7;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #333333;
}

.gras
{  font-weight: bold; }


/*CALENDAR*/
.CalendarWeekEndDay{  background-color: #FFFFcc; }




.ColonneInvisible
{
display : none ;
}





