/* Feuille de style du projet elated */

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


/* Code couleur */


/* 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: 10px 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: #000000;
	margin: 0;
	padding: 0;
	color:#454545;
}		
#conteneur {
	width: 980px;
	margin: 0 auto; 
}		
p {
	margin: 0;
}
#tampon {
	clear:both;
}
#tampon_interieur {
	clear:both;
}
.requis {
	color:#E00000;
}