/* CSS Document */
body {
	background-color: #FFFFFF;
	color: #000000;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
img
{
	border:0;
}
form, h1, h2, h3, p
{
	padding:0;
	margin:0;
}
h2
{
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
}
h3
{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}
p
{
	font-size: 12px;
	padding-bottom: 10px;
}

.header
{
	background-image: url(../img/header/fond.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#inscription a
{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
#inscription
{
	color: #666666;
	font-size: 10px;
}
.lien_header
{
	color: #cccccc;
	font-size: 10px;
}
.lien_header a
{
	color: #666666;
	text-decoration: none;
	font-size: 15px;
	padding: 0px 5px;
}
.bienvenue a
{
	color: #6b6b6b;
	text-decoration: none;
}
.bienvenue
{
	background-image: url(../img/header/fond_bienvenue.gif);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 25px;
	color: #6b6b6b;
	font-size: 12px;
}
.encart_panier
{
	background-image: url(../img/header/fond_milieu_bienvenue.gif);
	background-position: left top;
	background-repeat: no-repeat;	
}

.grdBloc
{
	background-image: url(../img/grdBloc_fond.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
.grdBloc h2
{
	padding-left: 34px;
	color: #FFFFFF;
	background-position: left top;
	background-repeat: no-repeat;
}

.petitBloc
{
	background-image: url(../img/petitBloc_fond.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
.petitBloc h2
{
	padding-left: 8px;
	color: #FFFFFF;
	background-position: left top;
	background-repeat: no-repeat;
}

.footer
{
	color: #cccccc;
	font-size: 15px;
}
.footer a, .footer span
{
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	padding: 0px 5px;
}

.masqueText
{
	display: none;
}
a:hover
{
	text-decoration: underline;
}

