*{
	margin: 0;
	padding: 0;
}

img{
	border: none;
}

body{
	margin: auto;
	text-align: center;
	background:url('../images/body.jpg') repeat;
	width: 771px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#Header{
	height: 239px;
}

#Menu{
	width: 771px;	
	color: #f8d650;
	font-size: 130%;
	font-weight: bold;
	background: url(../images/Menu.jpg) no-repeat;
	height: 65px;
	line-height: 55px;
	text-align: center;
}


.Center{
	margin-left: 80px;
}

#Menu ul{
	list-style: none;
}

#Menu li{
	margin-left: 20px;
}

a {
	color: #8e0e0e;
	text-decoration: none;
}

a:hover{
	border-bottom: 1px dashed silver;
	font-weight: bold;
}

a.header:hover{
	border:none;
}

.List a{
	margin-left: 25px;
	float:left;
	display: block;
	line-height: 50px;
	color: #f8d650;
	text-decoration: none;
	height: 65px;
	
}

.List a:hover{
	color: #FFF;
	height: 65px;
	background: url('../images/HoverMenu.png') no-repeat center bottom;
	border:none;
}



/*---------------*/


#Corps{
	background: url('../images/CorpsBackground.jpg') repeat-y;
	text-align: justify;
}

#Corps p{
	margin:0;
	padding: 0px 10px 10px 10px;
	width: 580px;
}

#Corps p.Titre{
	color: #8e0e0e;
	font-size: 135%;
	font-weight: bold;
	margin-left: 110px;
}

#Corps .titre{
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url('../images/BackTitre.png') no-repeat left;
}

div.Corps{
	margin-left: 120px;
	font-size: 88%;
	width: 580px;
}

#Horse{
	margin: 0;
	float: left;
	position: absolute;
	top: 290px;
}

p.Copy{
	color: #FFF;
	margin: 0;
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
}

#Footer{
	height: 35px;
}

textarea{
	background: #fff;
	border: 1px solid #8e0e0e;
	width: 580px;
	height: 300px;
	padding: 5px;
}

input{
	border: 1px solid #8e0e0e;
	padding-left: 5px;
}

/* ---------------- */

ul.Link{
	list-style: none;
	width: 580px;
	padding: 20px 0px 40px 90px;
	
}

ul.Link li{
	border: 1px solid silver;
	padding-left: 10px;
	display: block;
	width: 580px;
	line-height: 30px;
}

ul.Link li.Dark{
	background-color: #E3E3E3;
}

.Hover{
	background: #FFB366;
}

.SubTitle{
	font-weight:bold;
}

.BlockName{
	display: block;
	width: 300px;
 	float: left;
 	height: 20px;
}

.BlockGestionLink{
	height: 20px;
	width: 200px;
}

.Good, .Bad{
	width: 580px;
	line-height: 20px;
	padding: 20px 0 0 10px;
	font-weight:bold;
}

.Bad{
	border: 1px solid #E06802;
	background: #FCD9BB url('../images/error.png') left no-repeat;
}

.Good{
	border: 1px solid #85C69A;
	background: #BDE1C9 url('../images/ok.png') left no-repeat;
}

.NoBot{
	display: none;
	visibility: hidden;
}

h4{
	color: #8e0e0e;
	margin: 0 0 10px 10px;
	border-left: 3px solid #8e0e0e;
	border-bottom: 1px solid #8e0e0e;
	padding-left: 5px;
	
}

.submit{
	padding-right: 5px;
	margin:0 0 10px 10px;
}

fieldset{
	float: left;
	width: 250px;
	margin-left: 8px;
	margin-right: 20px;
	padding: 0 0 5px 5px;
	border: none;
	border-right: 1px dashed black;
	height: 280px;
}

legend{
	padding: 5px 5px 5px 10px;
	font-weight: bold;
}

.Abonnement{
	display:block;
	height: 300px;
}

.Formules{
	font-weight: bold;
	color: #8e0e0e;
}


.Mois{
	margin-left: 23px;
}

.AbonnementImg{
	display:block;
	height: 300px;
	text-align:center;
}

.OffreMois, .OffreJour{

	margin-top: 20px;
	padding-top: 20px;
}

.OffreMois{
	border-top: 1px solid #8e0e0e;
}

.AbonnementJours{
	height: 80px;
	background: url('../images/jours-mini.png') no-repeat top left;
	padding-left: 80px;
}

.AbonnementMois{
	height: 80px;
	background: url('../images/mois-mini.png') no-repeat top left;
	padding-left: 80px;
}

#Corps ul{
	list-style: none;
	margin-left: 10px;
}

.Green{
	
	color: green;
	font-weight:bold;
}

.Red{
	
	color: red;
	font-weight:bold;
}


.Center{
	text-align:center;
}

.None{
}

form p{
	margin:0;
	padding: 0px 10px 10px 10px;
	width: 100px;
}

fieldset form{
	width: 120px:
}

p.Copy a{
	
	color: white;
	text-decoration: none;
}

p.Copy a:hover{
	font-weight:normal;
	color: black;
	text-decoration: none;
}

.FloatLeft{
	float: left;
}
