/*CSS - BOUTIQUES*/
#header { background: url(img_globale/fond-haut-jaune2.gif) no-repeat; }

/* ZONE CONTENU - Gauche Contenu **************************************************************************************/	
.choixPays {
	float: left;
	width: 200px;
	height: 400px;
	margin-top: 15px;
	margin-left: 50px; 
	padding-bottom: 20px; }
	#imgBout {
		margin-bottom: 15px; }
	h3.liensPays  { 
		margin-left: 30px;
		margin-bottom: 4px; }
		h3.liensPays a {
			display: block;
			height: 20px; 
			padding-left: 40px;
			font-size: 10px;
			color: #5A3D1B;
			font-weight: normal;
			text-transform: uppercase; }
			h3.liensPays a:link, h3.liensPays a:visited { 
				background: url(img_boutiques/fleche_brun.gif) left top no-repeat;
				color: #5A3D1B; }
			h3.liensPays a:hover {
				background: url(img_boutiques/fleche_vert.gif) left top no-repeat;
				color: #EAD920; }

/* ZONE CONTENU - Droite Contenu ***************************************************************************************/
.droiteContenu {
	background: url(img_boutiques/champ_br.gif) right bottom no-repeat; }
img.pays {
	margin-left: 37px;
	margin-top: 60px;}
.texte {
	width: 575px;
	margin-top: 10px;
	margin-left: 40px; }
	.texte p {
		text-align: left;
		font-size: 10px;
		color: #472D14;
		line-height: 20px; }
		.texte p a {
			margin-left: 5px;}
		.texte p a:link, .texte p a:visited {
			color: #AD9E8D;}
		.texte p a:hover {
			text-decoration: underline; }
	.texte ul {
		float: left;
		width: 159px;
		height: 60px;
		margin-bottom: 25px;
		margin-right: 20px; }
	.texte ul li { 
		text-align: left;
		font-size: 10px;
		color: #472D14;
		line-height: 12px; }
		.nomBout {
			font-weight: bold;}
		.texte ul li a:link, .texte ul li a:visited {
			color: #AD9E8D;}
		.texte ul li a:hover {
			text-decoration: underline; }
