@import url(class.css);
@import url(id.css);


/* TAGS */

/* met les liens pieds de page centrer*/
body{
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #eee;
}


p{
	margin: 0;
}

img{
	display: inline;
}

a img{
	text-decoration: none;
	border: none;
}

ul{
	list-style-type: none;
}

ul li{
	text-align: left;
	font-size: 1.3em;
}

ul li a{
	font-size: 1.1em;
	font-weight: bold;
	/*color: #0F3E8C;*/
	text-decoration: underline;
}

fieldset{
	border: 1px solid #999;
	text-align: left;
	width: 760px;
	}

table {
	empty-cells:show;
}


/* LIENS */
a {
	color: #265C82; 
	font-weight: normal;
 }
 
a:visited	{	color: #265C82;}

a:hover {
	text-decoration: underline; 
	color: #265C82;
 }
