/***************************************
 *
 * Gard CSS print
 * 
 *
 ****************************************/
 
 /* page 4 print */
@page { 
	/*size: portrait;*/
	margin: 0;
	padding: 0;
} 
 
/**************** Layout ****************/
 
html, body {
      margin: 0;
      padding: 0;
      font-size: x-small;
      font-family: 	 Arial, Verdana, sans-serif;
	    color: #777;
	    background: #9ACFDC;
	    text-align: center;   /* IE sucks */
}
 
#container {      
      background: #fff; 
} 

#menuright {
      display:none;
} 

#content {
  text-align: left;
}

/**************** banner ***********************/
#banner {
  display: none;
}

#banner_print {
  text-align: left;
}

/****************  main tags ****************/
 
 a img {
  border: 0;
 } 
 
hr {
  clear: both;
  visibility: hidden;  
} 
 
 
/*************** header ***********************/
#menuheader {
	display:none;
}

/* main -------------------------------------- */

/* main: menu left------------------------------- */
#menuright h1{
	color: #403399;
	font-weight: bold;
	display:block;
	padding: 1px 5px;
	background-color: #9ACFDC;
  margin: 0;
  font-size: 1.1em;
}

#menuright ul, #menuright ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}


#menuright ul li a {
  display: block; 
	color: #003399;
	text-decoration: none;
	border-bottom:1px dotted #9ACFDC;
}

#menuright ul li a:hover {
  background-color: #D3EAF0;
}

/* main: content ------------------------------- */
#content {
  color: #000;  
  padding: 15px;
  font-size: 1.2em;
}

/* main: content > path ---------------------------- */
#path {
  font-size: 1.1em;
}

#path a {
  text-decoration: none;
}

/* main: content > path ---------------------------- */
h2 {
  font-size: 1.1em;
}

h2.edito {
  color: #f60;
}

h2.actu {
  color: #06f;
}

h3 {
  font-size: 1.1em;
}


/* footer -------------------------------------- */
#footer {
  display:none;
}


