﻿/* Feuille de style globale.

	Initialise toutes les balises à des comportements génériques.
 */
body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0px;
	padding:0px;
}
.Column h1{
font-size:18px;}

.Column ul li a {
color:#a40f09;
text-decoration:none;
}
table
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}



span,
label,
a
{
	margin: 0;
	padding: 0;
}

a 
{
color:#A40F09;
text-decoration:none;
}
a:hover{
color:#A40F09;
text-decoration: underline;
}
p 
{

}

div 
{
	margin: 0;
	padding: 0;
}

/* Styles spécifiques aux structures sémantiques */
ul.Actions,
ul.Tools
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.Actions li,
ul.Tools li
{
	display: inline;
}
