@charset "utf-8";
/* CSS Document */

BODY {
	margin:0 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	height: 100%;
	margin: 0;
	padding: 0;
}

img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}

#content {
position:relative;
z-index:1;
}

A:link {
	color: #8B725F;
}
A:visited {
	color:#8B725F;
}
A:hover {
	color:#8B725F;
}

P {
	text-align:justify;
}

IMG {
	border:0px;

}

H1 {
	font-size:18px;
	font-weight:bold;
	color:#655345;
}

.table_bg {
	
	background-position:center;
	background-image: url(../imm/bg60.png);
	background-repeat: repeat;
}

.tdtable_topper {
	background-image: url(../imm/bg_topper.png);
	background-repeat:repeat-x;
}

.tdtable_bg {
	/*border-bottom:1px solid #333;
	border-top:1px solid #333;*/
}

.menu_pri {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#8B725F;
	list-style:none;
}

.menu_pri ul {

}

.menu_pri li {
	list-style: none;
}

.menu_pri a:link {
	color:#8B725F;
	text-decoration: none;
}


.menu_pri a:visited {
	color:#8B725F;
	text-decoration: none;
}

.menu_pri a:hover {
	color:#32251C;
	text-decoration:underline;
}

.pics {  
    height:  232px;  
    width:   232px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  200px; 
    height: 200px; 
    top:  0; 
    left: 0 
} 

TABLE.spip  {
	border: 1px solid gray;
	background-color:#FFF;
	border-bottom:3px solid gray;
}

TABLE.spip TD {
	border-bottom: 1px solid gray;
	padding: 5px;
}

TR.row_first {
	border-bottom: 1px solid silver;
	background-color:#FF9;
	height:24px;
}

TR.row_odd {
	background-color:#CCC;
	border-bottom:1px solid silver;
	height:24px;
}

TR.row_even{
	background-color:#FFF;
	border-bottom:1px solid silver;
	height:24px;
}
