@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	padding:0px;

}
/*1px = montre les cadres sur la page html*/
div{
	border:0px solid #000000;
}

/*************************** Liens *****************************/
/*defini les paragraphes*/
p {
	text-indent: 0em;
	text-align:justify;
	bottom:5px;
}

#texte_intro {
	text-decoration:underline;
}
/*defini le format des liens*/
a{
	font-weight:bold;
	color:#0065b2;
	text-decoration:underline;
}
a:visited{
	color: #000000;
}
a:hover {
	color: #036;
	text-decoration:underline;
}

a img {border:none}

/*defini un autre le format de liens, à utiliser avec <a href="" class="style2">
a.style2{
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}
a.style2:visited {
	color: #000000;
}
a.style2:hover {
	color: #000000;
	text-decoration:underline;
	*/
}

/*envele cadre sur images clicables*/
#texte_intro a img{
	border:none;
	border:0px;
}


/*************************** global *****************************/
/* page*/
#global{
	width:1039px;
	padding-bottom:10px;
}
/* cadre texte + image rappel contenu*/
#title{
	height:20px;

	margin-left:5px;
	margin-top:2px;
	}
	
/* cadre de texte*/
#contenu{
	height:auto;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;

}

#texte{
		margin-left:auto;
	margin-right:auto;
	height:180px;
	width:850px;
	margin-top:5px;
	font-family:Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	border-width:1px;
	border-color:#666;
	padding-left:20px;
}
.prix{
		font-family:Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
margin-left:50px;
width:250px;
bottom:5px;

}

.floatr{
float:right;
margin-left:5px;
margin-right:10px;
}

/* police rappel de la categorie*/
.titre{
	font-family:Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-left:3px;
}
	
li {
 font-size: 100%;
 font-weight:bold;
 color: black;
 display : list-item;
 list-style-image : url(puce.gif);
} 

.descri{
height:80px;
margin-top:5px;
margin-left:10px;
font-family:Verdana, Geneva, sans-serif;
font-size:9px;
	border-width:0px;
	border-color:#666;
	
}



/* intro du contenu*/
#texte_intro{
	font-family:Verdana, Geneva, sans-serif;
	height:auto;
	width:auto;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}



/*************************** mises en pages *****************************/

