@import url(fenua_common.css);
@import url(fenua_2col_menudroite.css);

#tabcontenu2{
background-image: url(../images/communiquer/frise_droite.gif);
}

#tabcontenu {
    background-image: url(../images/communiquer/frise_gauche.jpg);
}




h3 {
color: #BB4D3C;
text-align:center;
}


/*------------------------------- liste des forums */
div.forum{
	margin-bottom:20px;
	text-align:left;
    border: 1px dotted #D1CCB3;
}

div.forum h4 {
 background-image:  url(../images/puce_perle_trespetite.png);
 background-repeat: no-repeat;
 padding-left:15px;
 text-align: left;
 font-size: 9pt;
 color : #000000;
}

div.forum h4 span {
 padding-left:2em;
 font-size: 8pt;
}

div.forum .entrer{
color : #000000;
font-weight : bold;
text-align:right;
}

div.forum p{
clear: both;
font-size: 8pt;
color : #000000;
background-color : #FEF8DA;
margin:0;
padding:0.2em;
}




/*---- experimental */


#blockannonce, #blockforum  {
width: 48%;
margin:5px;
padding:0px;
vertical-align: top;
font-size : 10pt;
font-family : Verdana, Arial;
color : #000000;
text-align:center;
}

#blockannonce {
float:right;
}

#blockforum {
float:left;
}




