/* Feuille de style du projet elated */

/* Importations des feuilles de styles complementaires */
@import url(./css/design.css);

/* Neutraliser les balises d'affichage */
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: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Definir les styles focus */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

/* Les tableaux sont neutralises 'cellspacing="0"' */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

body {
	font-family:Arial;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-image:url(./images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#ffffff;
	background-attachment:fixed;
}
p {
	margin: 0;
}
#tampon {
	background-color:#FF0000;
	clear:both;
}
h1 {
	font-size:20px;
	font-weight:bold;
	margin-left:0px;
	margin-top:0px;
}
h2 {
	font-size:14px;
	font-weight:bold;
	margin-left:0px;
	margin-top:0px;
}
.requis {
	color:#FF0000;
}
.menu_selected {
	color:#00ff00;
}
a {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:none;
	color:#ff0000;
}
