/* 
    Document   : styles
    Created on : 12 avr. 2011, 17:37:49
    Author     : yb
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body
{

}


/* Styles specifiques de la carte  */

	div#fondcartemonasteres {
		background-image: url(images/carte.png);
		background-repeat: no-repeat;
		width: 466px;
		height: 444px;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}


ul.listeCriteresRecherche li {
    list-style: none;
}

td.colonneIcones {
    width: 150px;
    padding-left: 10px;
}

td.colonneIcones img { margin-bottom: 5px;}