/* CSS Document */
/* Conception de cette feuille de style : agence Vous Loire - Tous droits réservés */
body, html {
	margin: 0 auto;
	background-image: url(../images_nav2/fd_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCC99;
}
a {
	outline: none;
}
h1 {
	font-family: Georgia, Times;
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: normal;
}
h2 {
	font-family: Georgia, Times;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: normal;
}
.msgErreur {
	background-color: red;
	padding: 3px;
	color: #FFFFFF;
}

#conteneur {
	width: 900px;
	padding: 0;
	margin: 0 auto;
}
hr.separation {
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color: black;
}

#header{
	width: 900px;
	height: 155px;
	background-image: url(../images_nav2/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
	#header #diaporamaFlash {
		float: right;
		width: 417px;
		height: 155px;
	}

#divContent {
	width: 900px
}
	#contentLeft {
		float: left;
		width: 282px;
		height: 600px;
	}
	#contentLeft  img.creditCard {
		margin-top: 15px;
	}
		#news {
			width: 282px;
		}
		#news a.suite {
			color: #CCCC99;
			font-size: 11px;
		}
		#news a:hover.suite {
			text-decoration: none;
			color: #CCCC99;
		}
		#news img.imgNews {
			float: right;
			width: 70px;
		}
		
		#carte{
			width: 282px;
		}
		
		#newsletter {
			width: 282px;
			height: 50px;
			background-image: url(../images_nav2/fd_newsletter.jpg);
			background-position: left top;
			background-repeat: no-repeat;
			margin-bottom: 10px;
		}
			#newsletter form.homeNews {
				width: 282px;
				padding: 0;
				margin: 0;
			}
			#newsletter form.homeNews input.emailNews {
				float: left;
				width: 170px;
				padding: 2px;
				margin: 24px 0 0 25px;
				background-color: transparent;
				border: 0;
				font-size: 11px;
				color: #CCCC99;
			}
			#newsletter form.homeNews input.submit {
				width: 36px;
				height: 34px;
				background-image: url(../images_nav2/bt_submit.gif);
				background-position: left top;
				background-repeat: no-repeat;
				background-color: transparent;
				border: 0;
				margin-top: 15px;
			}
			
		#recherche {
			width: 282px;
			height: 48px;
			background-image: url(../images_nav2/fd_recherche.jpg);
			background-position: left top;
			background-repeat: no-repeat;
			margin-bottom: 10px;
		}
			#recherche form.homeSearch {
				width: 282px;
				padding: 0;
				margin: 0;
			}
			#recherche form.homeSearch input.motcleSearch {
				float: left;
				width: 170px;
				padding: 2px;
				margin: 25px 0 0 25px;
				background-color: transparent;
				border: 0;
				font-size: 11px;
				color: #CCCC99;
			}
			#recherche form.homeSearch input.submit {
				width: 36px;
				height: 41px;
				background-image: url(../images_nav2/bt_submit.gif);
				background-position: left top;
				background-repeat: no-repeat;
				background-color: transparent;
				border: 0;
				margin-top: 15px;
			}
			
		#espaceClient {
			width: 282px;
			height: 46px;
			background-image: url(../images_nav2/fd_espace_client.jpg);
			background-position: left top;
			background-repeat: no-repeat;
		}
			#espaceClient form.homeClient {
				width: 282px;
				padding: 0;
				margin: 0;
			}
			#espaceClient form.homeClient input.log {
				float: left;
				width: 90px;
				padding: 2px;
				margin: 23px 0 0 25px;
				background-color: transparent;
				border: 0;
				font-size: 11px;
				color: #CCCC99;
			}
				#espaceClient form.homeClient input.pass {
					float: left;
					width: 70px;
					padding: 2px;
					margin: 23px 5px 0 0;
					background-color: transparent;
					border: 0;
					font-size: 11px;
					color: #CCCC99;
				}
			#espaceClient form.homeClient input.submit {
				width: 36px;
				height: 41px;
				background-image: url(../images_nav2/bt_submit.gif);
				background-position: left top;
				background-repeat: no-repeat;
				background-color: transparent;
				border: 0;
				margin-top: 15px;
			}
			#espaceClient  a.lienLeft {
				float: left;
				width: 282px;
				height: 15px;
				font-size: 10px;
				color: #CCC996;
				text-decoration: none;
				margin-top: 25px;
				margin-left: 30px;
			}
			
	#contentRight {
		float: left;
		width: 595px;
		padding: 45px 0 0 0;
		margin: 0;
		line-height: 18px;
	}
	#contentRight a {
		font-size: 12px;
		color: #CCCC99;
	}



#bloc_votre_commande {
	float: right;
	display: block;
	width: 166px;
	height: 26px;
	line-height: 26px;
	padding: 2px 2px 2px 25px;
	background-color: #B54403;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(../images_nav2/caddie.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
}
#bloc_votre_commande a {
	color: #fff;
}
.btcarte {
	float: left;
	display: block;
	width: 160px;
	background-color: #E36E11;
	padding: 6px;
	margin-top: 5px;
	border: 0;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}
.btcheque {
	float: left;
	display: block;
	width: 150px;
	background-color: #E36E11;
	padding: 4px;
	margin-right: 5px;
	border: 0;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	font-size: 11px;
	text-align: center;
}
#img_left_top {
	float: left;
	display: block;
	width: 187px;
	height: 25px;
	margin: 0;
	padding: 5px 0 0 0;
	background-image: url(../images_nav2/left_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#bloc_left {
	float: left;
	width: 268px;
	margin: 0;
	padding: 0;
}
#jeu_haut {
	float: left;
	width: 268px;
	height: 147px;
	margin: 0;
	padding: 0;
	/*background-color: #00FF00;*/
}
/*----Bloc actualités----*/
#bloc_actu {
	float: left;
	width: 240px;
	height: 350px;
	margin: 0;
	padding: 80px 0 0 0;
	*padding-right: -5px;
	background-image: url(../images_nav2/haut_actu.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#bloc_actu p {
	float: left;
	width: 236px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
	padding: 5px 8px 5px 5px;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E36E11;
}
#bloc_actu a {
	float: right;
	display: block;
	width: 75px;
	padding: 1px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	margin: 3px;
}
#bloc_actu a:hover {
	display: block;
	width: 75px;
	padding: 1px;
	background-color: #B54403;
	color: #fff;
	text-align: center;
}

/*----Bloc recherche----*/
#bloc_recherche {
	width: 180px;
	text-align: center;
	padding: 0;
	margin: 0;
}
#bloc_recherche form {
	padding: 0;
	margin: 0;
}
#bloc_recherche input {
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 2px;
	border: 0px;
}
#bloc_recherche input.bt {
	width: 30px;
	height: 18px;
	background-color: #B54403;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 2px;
	border: 0px;
	color: #FFFFFF;
}

#bloc_logo {
	float: left;
	width: 532px;
	height: 147px;
	margin: 0;
	padding: 0;
}
#bloc_page {
	float: left;
	width: 500px;
	padding: 5px;
	margin: 0;
}
#bloc_page a {
	color: #C6C99C;
}
#bloc_page h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	margin: 0 0 5px 0;
	width: 490px;
}
#bloc_page h5{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}
#bloc_page h6{
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}
/*----Bloc jeu----*/
#bloc_jeu {
	float: left;
	width: 595px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12x;
	margin: 10px 0 10px 0;
	border-bottom: 1px dotted #C6C99C;
	padding: 0;
}
#bloc_jeu img {
	border: 0;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	margin: 0 0 5px 0;
} 
.image_jeu {
	float: right;
	margin: 2px 0 2px 5px;
	border: 1px solid #C6C99C;
	padding: 0;
}
.nom_jeu {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 5px 0;
	width: 490px;
}
.infosjeu {
	color: #E17117;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.lien_commande a {
	font-size: 9px;
}
.dispo{
	display: block;
	text-align: center;
	width: 150px;
	background-color: #5D5D5D;
	padding: 2px;
	font-size: 9px;
	color: #999999;
}
#bloc_jeu a {
	color: #E17117;
	font-size: 11px;
	font-weight: normal;
}
#bloc_jeu a:hover {
	color: #fff;
	text-decoration: none;
}

/*---------------Formulaire de contacts--*/
#form_contact {
	display: block;
}
#form_contact input, textarea, select {
	float: left;
	background-color: #EEEEEE;
	border: 1px solid #666;
	text-align: left;
	padding: 2px;
	margin-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.large {
	width: 300px;
}
.xlarge {
	width: 450px;
}
#form_contact input.small {
	width: 140px;
}
#form_contact input.xsmall {
	width: 100px;
}
#form_contact input.submit {
	display: block;
	background-color: #E36E11;
	width: 100px;
	height: 21px;
	border: 1px solid #000;
	font-family: Arial;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

form {
	width: 500px;
	font-size: 12px; font-family: Arial;
	padding: 0; margin: 0;
}
	form span {
		font-size: 10px; line-height: 12px;
	}
	form p { 
		float: left;
		width: 100%;
		padding: 2px; margin: 6px 0; 
	}
	form p label {
		float: left;
		margin-top: 3px; padding: 0 5px; width: 150px;
		text-align: right; ligne-height: 12px; 
		}
	form p input, form p textarea {
		float: left;
		padding: 3px 0 3px 5px; width: 250px;
		border: 0; border-left: 1px solid #EF4F00;
		color: #000000; font-size: 12px; font-family: Arial;
		background-color: #EBEBEB;
	}
	form p input.small {
		width: 150px;
	}
	form input.case {
		width: 10px;
	}
	form p input.submit {
		display: block;
		width: 150px; height: 28px;
		background-color: #993501;
		text-align: center; padding: 2px; border: 0; 
		color: #FFFFFF;
	}
	form p.infosLegales {
		width: 450px;
		font-size: 10px; line-height: 12px;
	}

/*-----Bas de page-----*/
#footer {
	width: 900px;
	height: 250px;
	padding: 20px 0 0 0;
	margin: 10px 0 0 0;
	background-image: url(../images_nav2/fd_footer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 11px;
}
	#footer p {
		float: left;
		padding: 0 25px 0 0;
		margin: 0;
	}
		#footer p.first {
			margin-left: 300px;
			padding-left: 0;
		}
	#footer p span.titleFooter {
		font-size: 12px;
		font-weight: bold;
		color: #CCCC99;
	}
	#footer p a {
		color: #666666;
		font-size: 11px;
		text-decoration: none;
	}
	#footer p a:hover {
		color: #CCCC99;
	}
