/**

* <=> Deco-Style.be <=>

* @web: www.deco-style.be

* @css-file: intro-deco-style.css

* @copyright: (C) 2009 by Deco-Style.be - All rights reserved!

**/


/* --- POSITIONNEMENT ET COULEURS --- */

body {
	margin: 0 auto;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	background-color : #FFFFFF;
	margin-left : 0;
	
}
#global{
	text-align : center;
	border : 0;
	margin: 0 auto;
	width: 900px;
}
#welcome {
	background-image: url(../images/color_haut.jpg);
	background-repeat: no-repeat;
	border : 0;
	width: 900px;
	height: 160px;
	float : none;
}
h1 {
	text-align : center;
	font-size : 1.6em;
	line-height: 75%;
	font-weight : bold;
	font-variant : normal;
	font-style : normal;
	color : #7B0000;
}
p {
	text-align : center;
	font-size : 12px;
	font-style : italic;
	color: Black;
}
strong {
}
.Style1 {
	font-size: xx-small;
	color: #FFFFFF;
}

a {
	color: #DAA520;
}
a:hover, a:focus {
	color: Yellow;
}

/* Mention de copyright */
#copyright {
	color: #000000;
	width: 900px;
	height: 40px;
	margin: 0 0 0 0;
	font-size: .8em;
	text-align: center;
}
