/* CSS Document */
/* Conception de cette feuille de style : agence Vous Loire - Tous droits réservés */

	/*-----SOMMAIRE-----*/
	/*     . Blocs généraux
	/*     . Polices
	/*     . Entete
	/*     . Contenu page
	/*     . Tableaux
	/*     . Bloc right
	/*     . Bas de page
	/*     . Formulaire
	*/

/*-----BLOCS GENERAUX-----*/
body,html {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
margin: 0 auto;
background-color: #FFCF53;
}
p {
	 padding: 10px;
}
img {
display: block;
border: 0;
}
#conteneur {
width: 900px;
min-height: 550px !important;
height: 550px !important;
height: 550px;
margin: 0 auto;
border-bottom: 1px solid #000;
}
#bloc_contenu {
	float: left;
	width: 654px;
	margin: 0;
	background-image: url(../images_nav/fond_contenu.jpg);
	background-position: left 106px;
	background-repeat: no-repeat;
}

/*-----POLICES-----*/
a {
color: #000000;
}
	a:hover {
	text-decoration: none;
	color: #00902f;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #584117;
	margin-bottom: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b7923c;
	margin-bottom: 10px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin: 0 0 5px 0;
	padding: 0;
}
h6 {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	margin: 0 0 5px 0;
	padding: 0;
}

/*-----BLOC ENTETE-----*/
#bloc_entete {
float: left;
width: 654px;
height: 143px;
background-image: url(../images_nav/entete_fond.jpg);
background-repeat: repeat-x;

}

/*-----BLOC CONTENU PAGE-----*/
#bloc_page {
	float: left;
	width: 450px;
	min-height: 402px !important;
	height: 402px !important;
	height: 402px;
	padding: 5px 0 0 190px;
	margin: 0;
		overflow: auto;
	}
		.titre {
		color: #009900;
		font-size: 18px;
		margin: 0;
		padding: 0;
		}
		
/*-----TABLEAUX-----*/
table {
background-color: #584117;
width: 350px;
border: 1px solid #584117;
font-size: 11px;
border-collapse: collapse;
}
	tr{
	background-color: #fff;
	border-collapse: collapse;
	}
		.trentete{
		width: 351px;
		background-color: #584117;
		color: #fff;
		font-weight: bold;
		border-collapse: collapse;
		}
	td{
	padding: 5px;
	border: 1px solid #584117;
	}

/*-----BLOC RIGHT-----*/
#bloc_right {
float: right;
width: 246px;
height: 550px;
margin: 0;
padding: 0;
background-image: url(../images_nav/fond_flash.jpg);
}


/*---------------Bas de page-------------*/
#bas {
width: 800px;
padding: 10px;
margin: 0 auto;
	
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #584117;
}
	#bas a {
	color: #584117;
	}
	#bas a:hover {
	color: #000;
	}
	

/*_____FORMULAIRE_____*/
form {
margin: 0;
padding: 0;
}
form div.intitule{
float: left;
width: 110px;
display: block;
margin-top: 1px;
padding: 1px;
}
form div.champ{
float: left;
width: 310px;
display: block;
margin-top: 1px;
padding: 1px;
}
	input, textarea, select {
	background-color: #EEEEEE;
	border: 1px solid #666;
	text-align: left;
	padding: 1px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
		.large {
		width: 320px;
		}
		.xlarge {
		width: 450px;
		}
		input.small {
		width: 210px;
		}
		input.xsmall {
		width: 70px;
		}
		input.submit {
		display: block;
		background-color: #584117;
		width: 100px;
		height: 21px;
		border: 1px solid #000;
		font-family: Arial;
		color: #fff;
		font-size: 11px;
		font-weight: normal;
		text-align: center;
		margin-top: 2px;
		}
