/* Feuille de style du site Mery Nautic */

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

/* Code couleur */
/* Noir : #000000 */
/* Blanc : #FFFFFF */
/* Gris : #818787 */
/* Gris fonce : #616666 */
/* Rouge : #970F00 */

/* 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: 0.6em;
	color: #818787;
	background-color: #DCE0E0;
	background-image: url(./images/body.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}


/* Liens */
a {
	color: #616666;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* 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: 0.7em;
	font-weight: normal;
}

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

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