﻿body{
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	color: #443a3e;
	background:#D7D7D7 url('Images/Fond.jpg') repeat-x left top;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin:0;
}
p{
	margin:0 0 10px 0;
}
a{
  text-decoration: underline;
  color: #443a3e;
}
a:visited, a.visited{
  color: #443a3e;
}
a:hover, a.hover, .Footer a:hover{
  color: #bc1a4d;
}
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover{
  font-size:98px;
  text-decoration:none;
  color:#443a3e;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover{
  font-size: 35px;
}
input, textarea{
	padding:5px;
	border:none;
	font-size:14px;
	margin:3px 0 10px 0;
}
.Clear{
	clear:both;
	margin:0;
	padding:0;
}
.Largeur{
	width:600px;
	margin:20px auto 5px auto;
	padding:20px;
}
.Rouge{
	color:#bc1a4d;
}
.TMoyen{
	font-size:25px;
}
.Big{
	font-size:45px;
}
.Bloc{
	padding:10px 20px;
	margin-top:40px;
}
.Contact{
	text-align:right;
}
.Button{
	border:none;
	height:32px;
	padding:0 25px 2px;
	font-size:14px;
	cursor:pointer;
}
.Button:hover{
	color:#bc1a4d;
	background:#ffffff;
}
.MargeButton{
	margin:15px 0;
	text-align:center;
}




