* {
	margin:0;
	padding:0;
	outline:none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	background-color: #fff0ee;
	background-image: url(/img/background/fond.jpg);
	background-repeat:no-repeat;
	background-position: top;
	word-spacing: normal;
}
img {
	border: 0;
}

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

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

.titre_grenat {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #903;
}
.pic {
	height: 150px;
	width: 200px;
	background-position:center;
	background-repeat:no-repeat;
	display:block;
}
.pic:hover {
	opacity:0.8;
    filter : alpha(opacity=80); 
}
.grenat {
	color:#911023;
	font-weight:bold;
}
.coinrond {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.stop {
	clear:both;
}
.couleur {
	background-color:#FAF0EE;
}
a.logo {
	width:90px;
	height:90px;
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	margin:auto;
}
p.img {
	background:#FFF;
	border:#711e22 1px solid;
	padding:5px;
	margin-left:10px;
	margin-bottom:10px;
	float:right;
}
