/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;

}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#663333;
	background-image:url(../images/fond.gif) ;
	background-repeat: repeat;
}
img, table {
	border: none;
}

/**** Page ****/
#page{
	margin: 5px auto;
	width:998px;
	padding-bottom:20px;
	border:#996666 ;
	border-width: 1px;
  	border-style: solid;
	background:#FFFFFF;
}

/**** Texte general ****/

.gras{
	font-weight:bold;
}

.texte_11 {
	font-size:12px;
}
.texte_12 {
	font-size:12px;
}
.texte_12 a {
	text-decoration:underline;
	color:#663333;
}
.texte_13 {
	font-size:13px;
}
.texte_14 {
	font-size:14px;
}
.texte_22 {
	font-size:22px;
}

/* texte contenu des pages */
h1{
	font-size:22px;
	font-weight:normal;
}
h2{
	font-size:18px;
	font-weight:normal;
}
h3{
	font-size:16px;
	font-weight:normal;
}
#contenu_titre_ss_rubrique{
	background:url(../images/bg_titre_ss_rubrique.gif) no-repeat top left;
	margin-left:21px;
	padding-left:14px;
}
#photo_produit{
	float:left;
	padding: 0 20px 0 0;
}
#titre_surligne_1{
	float:left;
	padding: 2px 5px 3px 5px;
	font-size:12px;
	background:#ccff42;
}
#titre_surligne_2{
	float:left;
	padding: 3px 18px 3px 18px;
	background:#edffbd;
	color:#857700;
}
#titre_surligne_3{
	padding: 3px 18px 3px 18px;
	background:#edffbd;
	color:#857700;
	text-align:center;
}


input{
	border-color:#d4ccaf;
	border-width:1px;
	border-style:solid;
	color:#663333;
}
input.left{
	text-align:left;
}
input.right{
	text-align:right;
}
input.center{
	text-align:center;
}

input.transparent{
	border:none;
}


.clear{
	clear:both;
}
