body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#000;
	margin:0px;
	padding:0px;
}

#header {
	width:100%;
	height:200px;
	background-color:#FC3284;
}

#content {
	width:950px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color:#FC3284;
	font-size:12px;
	line-height:12px;
}

#content p {
	padding:0px 0px 10px 0px;
	margin:0px;
}

#footer {
	width:100%;
	height:30px;
	background-color:#392F33;
	font-size:11px;
	line-height:15px;
	color:#B794A7;
	padding-top:15px;
	margin-top:50px;
}

#navbarre {
	width:100%;
	height:34px;
	background-color:#83005F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:34px;
}

#navbarre ul {
	padding:0px;
	margin:0px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#navbarre li {
	display:inline;
	width:150px;
	list-style:none;
	padding:0px;
	margin:0px;
}

#navbarre a:link, #navbarre a:visited { /*ATTENTION : pour fonctionner, cette declaration groupée doit respecter l'ordre link visited active */
	color:#DFC8D6;
	text-decoration:none;
	line-height:34px;
	padding:10px 5px 9px 5px;
}

#navbarre a:hover, #navbarre a:focus, #navbarre a:active {
	color:#490D3B;
	background-color:#FC3284;
	padding:10px 5px 9px 5px;
}

#barre-animaux {
	padding-top:20px;
}

#barre-animaux a {
	border:0px;
}

#fiche {
	margin: 0px 0px 20px 0px;
}

.nom {
	font-size:14px;
	font-weight:bold;
}

.dessin {
	margin:0px;
	padding:0px;
}

.commander {
	width:360px;
	padding:8px 8px 8px 70px;
	border:2px;
	border-style:dashed;
	border-color:#83005F;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
	margin-bottom:20px;
	line-height:18px;
	text-align:left;
	display:block;
}
	
a.commander:link, a.commander:visited  {
	color:#FC3284;
	text-decoration:none;
	background:url(../imgs/picto-t-shirt-inactif.gif) no-repeat 20px 10px;
}

a.commander:hover, a.commander:focus, a.commander:active {
	color:#F6CAD4;
	background:url(../imgs/picto-t-shirt-actif.gif) no-repeat 20px 10px;
}

.rose {
	color:#FC3284;
	font-size:11px;
}

p.rose {
	line-height:20px;
}

p.rose a {
	color:#EACFDA;
]