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

td.coin_gauche{
	width:12px;
	height:49px;
	background-image:url(coin_gauche.jpg);
	background-repeat:no-repeat;
}
td.coin_gauche_pub{
	width:12px;
	height:49px;
	background-image:url(coin_gauche_pub.jpg);
	background-repeat:no-repeat;
}
td.entre_coin_1{
	height:49px;
	background-image:url(entre_coin_1.jpg);
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}

td.coin_milieu{
	height:49px;
	width:22px;
	background-image:url(coin_milieu.jpg);
	background-repeat:no-repeat;
}

td.entre_coin_2{
	height:49px;
	background-image:url(entre_coin_2.jpg);
	background-repeat:repeat-x;
	width:306px;
}

td.coin_droite{
	height:49px;
	width:10px;
	background-image:url(coin_droite.jpg);
	background-repeat:no-repeat;
}
td.gris{
	background-color:#f1f1f1;
}

td.coin_gauche_bas{
	width:12px;
	height:18px;
	background-image:url(coin_gauche_bas.jpg);
	background-repeat:no-repeat;
}

td.entre_coin_bas{
	height:18px;
	background-image:url(entre_coin_bas.jpg);
	background-repeat:repeat-x;
}

td.coin_droite_bas{
	height:18px;
	width:10px;
	background-image:url(coin_droite_bas.jpg);
	background-repeat:no-repeat;
}

/* FORMULAIRE */

.motscles{
	background-color:#FFF;
	padding:4px 4px 4px 4px;
	border:0px;
}
.seCriteres{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#222;
	font-weight:normal;
}
.seCategorie{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#555;
	font-weight:normal;
}
td.envoyer{
	height:30px;
	vertical-align:bottom;
	text-align:right;
	padding-right:15px;

}

/* Communities */

.communities_text{

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	margin:10px 0 0px 0;
	padding-left:4px;
	line-height:16px;
}
a.communities{

	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0185b6;
	line-height:16px;
}
a.communities:hover{

	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0185b6;
	line-height:16px;
	text-decoration:none;
}