﻿/* DOMAINS FOR SALE Default Stylesheet        *
* Genuine Creation TIGER WEB AGENCY      *
* Online  2020 APR 08                    *
* Updated 2020 APR 09                    *
* CSS version 0.1                  */


/***************************************************
			      RESET
***************************************************/

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,*/ img, ins, kbd, q, s, samp,
/*small,*/ strike, /*strong,*/ sub, sup, tt, var,
b, /*u,*/ i, center,
dl, dt, dd, ol, ul, li,
/*fieldset,*/ form, label, /*legend,*/
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/*  ATTENTION: NON-RESETED
u, em, strong, fieldset, small, legend,
Specific .COM : h1, h2, h3, h4, h5, h6,  
*/



body {
	background-color: #111;
	font-family: Arial, sans-serif;
	color: #fff;
}

a:link, a:visited {
	color: #fff;
}

a:hover {
	color:red;
}

img {
	border: 0px solid #f00;
}

p {
	color:#fff
}

img.centrage {
    display: block;
    margin-left: auto;
    margin-right: auto; 
	width: auto;
	height: auto;
	margin-top: 100px;
	border: 0px solid #00f;
}

#contenu {
	/*position: relative; */
	/* margin-top: 1000px; */
	max-width: 700px;
	margin:auto;
	text-align: center;
	border: 0px solid #f00;
}

#basdepage {
	/*margin-top: 20px; */
	max-width: 700px;
	margin:auto;
	text-align: right;
		border: 0px solid #f00;
	height: 100px;
	font-size: 0.8em;
	font-style: italic;
	border: 0px solid #0f0;
}



