/* Feuille de style du site WorkShop */

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

/* Code couleur */
/* Noir : #000000 */
/* Blanc : #FFFFFF */
/* Orange : #FF4D03 */
/* Gris : #1B1B1B */


/* 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;
}


/* Ajustements */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(./images/body.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}


/* Liens */
a {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #FF4D03;
	text-decoration: underline;
}


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

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

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

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