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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, input, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;  
	vertical-align : baseline;
	font-size: 100%;
	text-decoration: none;
}

body {
	background: #FFFFFF url("../images/bg.png");
	margin-top: 20px;
	color: #151415;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
    text-align: center;
}

h1 {
	margin-bottom: 10px;
	color: #6D6D6D;
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
}

h2 {
	margin-top: 21px;
	margin-bottom: 13px;
	color: #6D6D6D;
	font-size: 1em;
	font-weight: bold;
}

h3 {
	margin-top: 7px;
	font-size: 0.92em;
	font-weight: bold;
}

p {
	margin-bottom: 7px;
	font-size: 0.92em;
	line-height: 1.5em;
}

p.champs {
	margin-top: -5px;
	font-size: 0.75em;
}

a, a:link, a:visited {
	color: #4779B2;
	font-size: 0.92em;
	font-weight: bold;
	line-height: 1.5em;
}

a:hover, a:focus, a:active {
	color: #6D6D6D;
}

img {
	display: block;
}

#container {
    width: 890px;
	height: auto;
    margin: 37px auto 0 auto;
}

#content {
	float: left;
    width: 438px;
	height: 450px;
	margin-right: 10px;
	background-color: #FFFFFF;
	border: solid 1px #666666;
}

#logo {
	float: left;
	width: 260px;
	height: 115px;
	margin: 30px 60px 30px 90px;
}

#logo-v {
	float: left;
	width: 260px;
	height: 115px;
	margin: 30px 60px 10px 90px;
}

#texte {
	float: left;
	margin-right: 30px;
	margin-left: 30px;
	text-align: left;
}

#expo {
	float: left;
	width: 340px;
	height: 20px;
	margin: 5px 0 0 30px;
	padding: 5px 0 0 40px;
	background: #4779B2 url("../images/btn-bg.png");
	color: #FFFFFF;
	text-align: left;
	text-transform: uppercase;
}

#promotions {
	float: left;
	width: 340px;
	height: 20px;
	margin: 5px 0 0 30px;
	padding: 5px 0 0 40px;
	background: #4779B2 url("../images/btn-bg.png");
	text-align: left;
	text-transform: uppercase;
}

#promotions a, #promotions a:link, #promotions a:visited {
	color: #FFFFFF;
}

#promotions a:hover, #promotions a:focus, #promotions a:active {
	color: #FFFFFF;
	background-color: #999933;
}

#animation {
	float: left;
    width: 438px;
	height: 450px;
	background-color: #FFFFFF;
	border: solid 1px #666666;
}

#adresses {
	float: left;
    width: 888px;
	height: 221px;
	margin-top: 10px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	border: solid 1px #666666;
}

#adresses #magasins {
	float: left;
    width: 414px;
	padding-left: 30px;
	text-align: left;
}

#adresses #magasins p {
	font-size: 0.92em;
	line-height: 1.5em;
}

#adresses #plan {
	float: right;
    width: 439px;
}

#footer {
	float: left;
    width: 890px;
	height: 20px;
}

