
a:link
{
	color: #000080;
	text-decoration:underline
}

a:hover
{
	color: #e73034;
	text-decoration:underline
}

a
{
	color: #000080;
	text-decoration:underline
}

fieldset
{
	border:1px solid #979797;
}

img
{
	border:0px;
}

body
{
	margin: 0 auto;
	padding: 0 auto;
	text-align:center;
	font-family:   Arial, Helvetica, Verdana,  sans-serif;
	background-image:url(images/fond.jpg);
	background-repeat:repeat-x;
}

#contenu
{
	text-align : left;
	margin: 0 auto;
	width:1032px;
}

#banniere
{
	height:185px;
	width:1032px;
	background-image:url(images/banniere.jpg);
}

#block_gauche
{
	float:left;
	width:260px;
}

#block_droit
{
	float:right;
	width:772px;
	background-color:#ffffff;
}

#titre
{
	font-size: 13px;
	color:#06028c;
	font-weight:bold;
}

#cote
{
	width:772px;
	background-image:url(images/cote_fond.jpg);
	min-height:475px;
}

#texte
{
	float:left;
	width:715px;
	padding-left:20px;
	padding-top:12px;
	font-size: 12px;
	text-align:justify;

}

#texte_index
{
	float:left;
	width:460px;
	height:441px;
	padding-left:20px;
	padding-top:12px;
	font-size: 12px;
	text-align:justify;
}

#info
{
	float:left;
	width:237px;
	height:435px;
	margin-left:20px;
	margin-top:35px;
	background-image:url(images/info.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
}

#pied
{
	height:78px;
	width:772px;
	background-image:url(images/pied.jpg);
	font-size: 12px;
	text-align: center;
	background-repeat: no-repeat;
}

.clear
{
	clear:both;
}

/* produit.html
--------------------------------------------------------------------------------------------- */

#encart_produit
{
	float:left;
	height:233px;
	width:200px;
	margin-left:30px;
	margin-top:10px;
}

#titre_produit
{
	float:left;
	height:15px;
	width:180px;
	margin-top:20px;
	margin-left:10px;
	font-size: 14px;
	text-align: center;
	color:#ffffff;
	overflow:hidden;
}

#image_produit
{
	float:left;
	height:95px;
	width:155px;
	margin-top:20px;
	margin-left:24px;
	font-size: 14px;
}

#desc_produit
{
	float:left;
	height:50px;
	width:160px;
	margin-top:5px;
	margin-left:20px;
	font-size:11px;
	text-align:justify;
	overflow:hidden;
}

#plus_produit
{
	float:left;
	height:15px;
	width:160px;

	margin-left:20px;
	font-size:12px;
	text-align:center;
	overflow:hidden;
}

/* detail_produit.html
--------------------------------------------------------------------------------------------- */

#nom_produit
{
	float:left;
	height:20px;
	width:250px;
	margin-top:5px;
	margin-left:20px;
	font-size:18px;
}

#retour
{
	float:right;
	width:150px;
	margin-top:10px;
	margin-left:20px;
	font-size:12px;
	font-style:italic;
}

#desc_produit_petit
{
	float:left;
	width:400px;
	margin-top:5px;
	margin-left:20px;
	font-size:12px;
	font-style:italic;
}

#images_gauche
{
	float:left;
	width:266px;
	height:330px;
	margin-top:15px;
	padding-top:53px;
	padding-left:16px;
	margin-left:20px;
	background-image:url(images/produit/illustration.jpg);
	background-repeat:no-repeat;
}

#desc_produit_grand
{
	float:right;
	background-image:url(images/produit/info_plus.jpg);
	width:370px;
	padding-top:53px;
	padding-left:16px;
	padding-right:16px;
	margin-top:15px;
	margin-left:10px;
	text-align:left;
	height:330px;
	background-repeat:no-repeat;
	overflow:hidden;
}
