@charset "UTF-8";

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, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	background: #ffe044 url(img/header.jpg) repeat-x center top;
	font: 11px/1.2 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #666666;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#content
{
	position: relative;
	width: 500px;
	left: 140px;
	margin-top: 300px;
	margin-bottom: 50px;
}

#leftcol
{
	position: relative;
	top: 0px;
	width: 320px;
	left: 0px;
	margin-right: 10px;
	float: left;
}

#rightcol_bloc
{
	padding: 10px;
	top: 0px;
	width: 130px;
	left: 0px;
	background: #ffe770;
}

#rightcol
{
	padding-bottom: 10px;
	padding-top: 0px;
	position: relative;
	top: 0px;
	width: 150px;
	left: 0px;
	float: right;
}

h1
{
	font-size: 15px;
/*	font-weight: bold;*/
	margin-bottom: 20px;
}

h2
{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 7px;
}

p
{
	margin-bottom: 20px;
}

a
{
	color: #666666;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px solid #666666;
}

a:hover
{
	color: #4c4c4c;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px solid #4c4c4c;
}

.none
{
	text-decoration: none;
	border: none;
}

.none:hover
{
	text-decoration: none;
	border: none;
}

#signature
{
	left: 490px;
	width: 130px;
	position: relative;
	padding-top: 50px;
	margin-bottom: 5px;
	bottom: 0;
	clear: both;
	font-size: 9px;
}

.contact
{
	margin-bottom: 5px;
}

#bouton_flyer
{
	width: 98px;
	height: 113px;
	margin-left: 27px;
	margin-top: 20px;
}

#bouton_flyer a
{
	background-repeat: no-repeat;
	width: 98px;
	height: 113px;
	display: block;
	background-image: url(img/bouton_flyer.png);
	border-bottom: none;
}

#bouton_flyer a:hover
{
	background-position: 0 -113px;
	background-repeat: no-repeat;
	width: 98px;
	height: 113px;
	display: block;
	background-image: url(img/bouton_flyer.png);
	border-bottom: none;
}