/* MISE EN PAGE */
*{
	margin: 0;
	padding: 0;
}

body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E4080;
	background:#FFF;
}

#top {
	background:url(../images/bandeau.gif);
	width: 760px;
	height: 101px;
	margin: 0 auto;
}
#top a{
	display: block;
	width: 760px;
	height: 101px;
	text-decoration: none;
}

#page {
	width: 760px;
	margin: 0 auto;
}

#menu {
	width: 756px;
	height: 25px;
	border-left: 2px solid #8E4080;
	border-right: 2px solid #8E4080;
}

#contenu {
	width: 736px;
	padding: 10px;
	border-left: 2px solid #8E4080;
	border-right: 2px solid #8E4080;
	min-height: 272px;
}

#foot {
	background:url(../images/foot.gif);
	width: 760px;
	height: 37px;
}

.floatr{
	float: right;
	margin: 3px;
}
.floatl{
	float: left;
	margin: 3px;
}
div.fin_float{
	clear: both;
}

	/* Menu */
#menu a{
	height: 21px;
	text-decoration: none;	
}
#menu a:visited {
	text-decoration: none;
}

.menu1 a{
	margin-left: 20px;
	background:url(../images/b_catalogue.gif);
	float: left;
	width: 110px;
}
.menu1 a:hover{	
	background:url(../images/b_catalogue_f2.gif);
}

.menu2 a{
	background:url(../images/b_actualites.gif);
	float: left;
	width: 100px;
}
.menu2 a:hover{	
	background:url(../images/b_actualites_f2.gif);
}

.menu3 a{
	background:url(../images/b_liens.gif);
	float: left;
	width: 100px;
}
.menu3 a:hover{	
	background:url(../images/b_liens_f2.gif);
}

.menu4 a{
	background:url(../images/b_contact.gif);
	float: left;
	width: 100px;
}
.menu4 a:hover{	
	background:url(../images/b_contact_f2.gif);
}

.menu5 a{
	background:url(../images/b_quisommesnous.gif);
	float: left;
	width: 131px;
}
.menu5 a:hover{	
	background:url(../images/b_quisommesnous_f2.gif);
}

.menupro a{
	margin-right: 20px;
	background:url(../images/b_espacepro.gif);
	float: right;
	width: 127px;
}
.menupro a:hover{	
	background:url(../images/b_espacepro_f2.gif);
}
	/* Fin Menu */

	/* Catalogue */
#rubriques{
	float:left;
	margin-right:5px;
	width: 140px;
	height: 500px;
	border: 1px dotted #8E4080;
	overflow: auto;
}
div.affich_rub{
	width: 100px;
	margin: 5px;
	text-align: center;
}
#produits{
	margin-left: 150px;	
}
div.affich_pdt{
	float:left;
	margin: 5px;
	text-align: center;
}
div.fiche_pdt{
	margin:0 auto;
	text-align: center;
}
	/* Fin Catalogue */
/* FIN MISE EN PAGE */

/* IMAGES */

img{
	border:0;
}

img.bordered{
	border: 1px solid #8E4080;
}
/* FIN IMAGES */

/* TEXTE */
h1{
	margin-top : 5px;
	margin-bottom : 10px;
}

h2{
	margin-top : 5px;
	margin-bottom : 8px;
	border-bottom: 1px dotted #8E4080;
	font-size: 15px;
	color: #8E4080;
	font-weight: bold;
}
h2.col_enfant{
	color : #92B81F;
	border-bottom: 1px dotted #92B81F;
}
h3{
	font-size: 12px;
	font-weight: bold;
}

object{
	margin-bottom : 10px;
}

p{
	margin-top : 3px;
	margin-bottom : 3px;
}
p.description{
	padding-left : 30px;
	color: #8E4080;
}


a:link,a:active,a:visited {text-decoration: underline; color: #D91069;} 
a:hover{text-decoration: none;}

ul{
	margin-top : 0px;
	margin-bottom : 2px;
}
/* FIN TEXTE */

/* FORMULAIRE */
#formulaire_index {
	width: 250px;
	padding: 60px 0 60px 0;
	margin: auto;
	text-align:center;
}
fieldset {
	padding:5px;
	text-align:right;
}
legend {
	color: #8E4080;
	font-weight:bold;
	padding:0 3px 0 3px;
}
.chps {
	background-color: #FFF;
	border : 1px solid #8E4080;
	color: #8E4080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bouton{
	font-size:12px;
	font-weight: bolder;
	color: #FFF;
	background-color:#8E4080;
	border-color:#000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
}
/* FIN FORMULAIRE */

/* Hack IE-win \*/
* html #contenu {
	height: 272px;
} 
/* Fin hack */
