/* 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:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #363636;
	margin: 0;
	padding: 0;
	height:900px;
	background-image: url('./images/1px.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}
p {
	margin: 0;
}
#tampon {
	background-color:#FF0000;
	clear:both;
}
h1 {
	font-size:20px;
	font-weight:bold;
	margin-left:10px;
	margin-top:0px;
}
h2 {
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
	margin-top:0px;
}
.requis {
	color:#C30000;
}
.menu_selected {
	color:#7ccbfe;
}
.menu_not_selected {
	color:#ffffff;
}