@charset "iso-8859-1";
/* author: anne.botrel@laposte.net */
/* Generated by AceHTML Freeware http://freeware.acehtml.com */
/* Creation date: 11/03/2004 */


/* Main structure ------------------------------------*/
html, body {
		margin: 0;
		padding: 0;
		font: 95% arial, hevetica, sans-serif;
		text-align: center;
		color: #000;;
		background-color: #fff;
		
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #176846;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color:  #176846;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #176846;
	}

#container
	{
		margin: 1em auto;
		width: 800px;
		border:5px;
		text-align: left;
		background-color:#fff;
		
	}

#banner
{
	/*background-image: url('../interface/IMG_4426.png');*/
	background-image: url('/SPIP/interface/IMG_4426.png');
	width : 800px;
	height : 75px;
	text-align: center;
	
	color: white;
	
}



#menuheader{
	color:red;
	text-align: center;
	background-color:#99CC66;
	height:20px;
	line-height: 120%;
	}

	
#titre {
	font: arial, hevetica, sans-serif;
	font-size: 14px;
	margin-top: 20px;
	color: #669999;
}

#blocdate{
	color: #006699;
	font-weight: bold;
	font-size:20px;
	text-align: right;
	
}
#menu
	{
		
		float: right;
		width: 200px;
		top:90px;
		padding-left: 15px;
		color:#99CC66;
		background-color: white;
		border: 0px solid gray;
	}

#blocadmin{
	
	color:#99CC66;
	
	}
	
	
#contents
	{
		width:550px;
		margin-right: 300px;
		margin-left: 20px;
		background-color: white;
		border-right: 2px solid #99CC66;
		padding-bottom: 100px;
	}
/* article -------------------------------------- */
.article {
	padding: 7px 15px 15px 10px;
	text-align: left;
	line-height: 15px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  black;
	
}	
	
.article h1, .article h1 a {
	color:  #339933;
	font-size: 15px;
	margin:  10px 0 4px 0;
	padding: 0;
	text-decoration: none;	
}

.article h1 a:hover {
	text-decoration: none;
} 

.article h2 {
	color:#339900;
	font-size:12px;
}

.article a {
	color:  #176846;
	text-decoration: underline;
}

.article a:hover {
	color: #f30;
	text-decoration: underline;
}
	
.auteur {
	color:#660066;
		}
/* forum elements -------------------------------------- */
#forumreply{
	margin:  0;
	padding: 0;
}

.forum {	
	margin: 20px 10px 0 0;
	border: 1px solid #ccc;
	font-size: 12px;	
}

.forumtitle {
	display: block;	
	background: #eee;
	padding: 4px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.forummeta { 
	color: #666;
	padding-left: 20px;
}

.forumbody { 
	color: black;
	padding: 4px;
}
.forumps  {
	border-top: 1px solid #ccc;
	padding: 4px;	
}
/* footer -------------------------------------- */	
#footer
	{
		color:red;
		
		height: 20px;
		background-color:#99CC99;
		text-align: center;
	}