
/** Feuille de style pour spaw **/
@import url('/css/common.css');

html 
{
	margin: 0;
	padding: 0;
}

body 
{
	margin: 0;
	padding: 0;
	color: #633412;
	background-color: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-image: url('/img/bg.jpg');
}

#banner img
{
	position:  absolute;
	right : 10px;
	top : 10px;
	border: 1px solid;
}



#c_content
{
	margin: 1em 1em 0 20px;
	padding: 0;
	text-align: left;
	min-height: 300px;
	_height: 300px;
}


#c_content img 
{
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	padding: 5px;
	margin: 10px;
}

#c_content table img
{
  padding: 0px;
  margin: 2px;
  border: none;
}


#c_content table img
{
  padding: 0px;
  margin: 2px;
  border: none;
}

table.spaw2 img, table.spaw2
{
  padding: 0px !important;
  margin: 0px !important;
}

#page 
{
	width: 95%;
	margin: 10px auto 10px auto;
	position: relative;
	background: white url('/img/header.jpg') top left no-repeat;
	border: solid 1px;	
	border-color: #0c2908 !important;
	padding: 0;
}

#banner 
{
	margin: 0;
	padding: 0;
	border: none;
}

#footer a, #banner h1 a 
{
	text-decoration: none;
	border: none;
	color: #AABD71;
}

#footer 
{
	text-align: center;
	padding: 3px;
	clear: both;
	border: none;
	color:#439E1D;
	font-weight:bold;
	font-size : 10px;
}

#footer a:hover 
{
	text-decoration: underline;
}

#menutop 
{
	/*position: relative;*/
	 /*height: 58px;*/
	margin: 100px 0 0 0;
	padding: 0 0 2px 0;
	background: #167807;
}

#menutop li 
{
	margin:0;
	padding: 0;
	list-style-type: none;
	text-align: center;
 	/*float: left;	*/
 	display: inline;
}

#menutop li a 
{
	outline: none;
	display: inline;
	padding: 0 10px 0 10px;
	height: 28px;
	color: #FFECC2;
	font: 16px/28px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #fff;
	text-align: center;
}

#menutop .last 
{
	border-right: none;
}


#menutop a:hover 
{
	color: #fff;
}




@media print
{
  body
  {
    background-image : none;
  }
  
  #page
  {
    background : none;
    border : none;
    width: 100%;
  }
  
  #banner, #menutop, #footer
  {
    display: none;
  }
}



