
body
	{
		background : url('../images/fond2.png')  ;
		font:12px verdana;
	}


/*  effets sur les images */
img 
	{ 
	border:0; 
	}

img.mini
	{ 
	border:0; 
	width : 200px;
	border : 1px solid #9fae73;	
	}

img.mini2
	{ 
	border:0; 
	width : 200px;
	border : 1px solid #9fae73;	
	}


/*  effets sur les paragraphes */
p 
	{ 
	text-indent: 15px; 
	text-align : left;
	}	

p.legende 
	{ 
	text-align : left;
	font:10px verdana;
	}

p.photo 
	{ 

	}

p.erreur
	{ 
	text-indent: 15px; 
	text-align : left;
	font:10px verdana;
	color : red ;
	}

p.msg
	{ 
	text-indent: 15px; 
	text-align : left;
	font:10px verdana;
	color : green ;
	}

p.presentation
	{
		text-align : center;
		font:14px verdana;
		padding : 5px;
	}
	
p.sans
	{
		text-align : left;
		text-indent: 0px; 
	}
	
	
/*  effets sur les titres */
h1 
	{ 
		font:18px verdana; 
		color:#5f654e;  
		text-align : center;
	}	

h2 
	{ 
		font:14px verdana; 
		color:#5f654e;  
		text-align : center;
	}

	
/*  structure html */	
div#page
	{
		width : 950px;
		margin:auto;
		padding : 10px;
		border : 3px solid #9fae73;
		-moz-border-radius : 10px;
		padding-bottom : 30px;
		background-color : #f7f7ef;
	}
	
div#haut
	{
		width : 950px;
		margin : auto;
		height : 100px;
		background:url('../images/header.png') no-repeat;
	}
	
	
div#contenu
	{
		width : 100%;
		text-align : left;
	}	
	
div#menu
	{
		width : 100%;
		text-align : center;
		font:12px verdana;
		background-color : #000;
		color : #9a835e;
		padding-top : 3px;
		padding-bottom : 3px;
	}
	
div#pdp
	{
		width : 100%;
		margin : auto;
		text-align : center;		
		padding : 10px;
	}	
	
	
/* style des liens */
a
	{
		color: #5f654e;
		text-decoration:none;
		font-weight:none;
	}	

a:hover
	{
		color: #000000;
		text-decoration:none;
		font-weight:none;
	}

a.forum
	{
		color: #5f654e;
		text-decoration:none;
		font-weight:none;
		font:14px verdana;
	}	

a:hover.forum
	{
		color: #000000;
		text-decoration:none;
		font-weight:none;
		font:14px verdana;
	}
	
div#menu a:hover
	{
		color: #f7f7ef;
		text-decoration:none;
		font-weight:none;
	}	

div#menu a
	{
		color: #9a835e;
		text-decoration:none;
		font-weight:none;
	}

a.pdp
	{
		color: #000;
		text-decoration:none;
		font-weight:none;
	}	

a:hover.pdp
	{
		color: #9a835e;
		text-decoration:none;
		font-weight:none;
	}

a:hover.nonlus
	{
		color: #000000;
		text-decoration:none;
		font-weight:bold;
	}	

a.nonlus
	{
		color: #000000;
		text-decoration:none;
		font-weight:none;
	}
	
a.verrou
	{
		color: #000000;
		text-decoration:none;
		font-weight:none;
	}	

a:hover.verrou
	{
		color: #5f654e;
		text-decoration:none;
		font-weight:none;
	}
	
	
/* effets sur les tableaux */
table#forum
	{
		width : 100% ;
		margin-bottom : 5px;
		border : 1px solid #9fae73;
		text-align : center;
	}
	
th.categorie
	{
		padding : 5px;
		background-color : #c1cf8f;
		text-align : center;
		font-variant : small-caps;
		color : white;
	}	
	
th.forum
	{
		padding : 5px;
		background-color : #c1cf8f;
		text-align : center;
		font-variant : small-caps;
		color : white;
	}	
	
td.contenu
	{
		padding : 10px;	
	}
	
td.forum2
	{
		padding : 10px;
		text-align : left;
	}	
