/* b24-06 style tarifs - Dec2007 Modif 07/2010 - www.pixelscarres.com */

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	color: #000;
	background-color: #000;
	padding: 0;
	margin: 0;
	font: 0.8em Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

#top {
	height: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 998px;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 998px;
	background-color: #fff;
	height:auto;
}
#header {
	margin-left: auto;
	height: 6.5em;
	margin-right: auto;
	background-color: #fff;
	width: 39em;
	padding-top: 10px;
}

.logo {
	width: 25em;
	height: 6.38em;
}
#chemin {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px inset #ccc;
	height: 1em;
	padding: 5px;
	margin-top: 10px;
	background-color: #fff;
	color: #999;
	font-size: 0.9em;
	text-align: left;
}
#chemin a {
	color: #999;
}

a img
{
	border: 0;
}
#anim {
	width: 120px;
	height: 120px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	top:12%;
}

a {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* @group Menu Gauche */

ul#menu {
	background:url(../images/menu.jpg) no-repeat 42px top;
	height:560px;
	margin-top: 1.30em;
	float: left;
	padding-top: 50px;
	text-align: center;
	list-style-type : none;
	width: 120px;
	padding-left: 8px;
}

ul#menu li {
	padding-top: 20px;
}

ul#menu a {
	color: #666;
	text-decoration: none;
}
ul#menu a:hover {
	color:#d70065;
	text-decoration: none;
}

ul#menu .current {
	color :#d70065;
	font-weight: bold;
}

/* @end */

#contenu {
	width: 718px;
	height:auto;
	float: left;
	text-align: center;
	margin:10px 5px 20px 8px;
}

#news {
	height: 380px;
	float: left;
	width: 130px;
	text-align: center;
	color: #666;
	font-size: 0.9em;
	padding: 2px;
	border-left: 1px outset #ccc;
}

/* @group Rollcartes */


#legende {
	width: 234px;
	height: 148px;
	float: left;
	border: 0;
	text-align: center;
	margin-top: 25px;
	overflow: auto;
	background: url(../images/tarif-small.png) no-repeat center top;
	font-size: 10px;
}

#b3, #b10, #b20, #b50, #b100 {
	width: 234px;
	height: 148px;
	float: left;
	border: 0;
	margin-top: 10px;
}

a.carte {
	width: 234px;
	height: 148px;
	display: block;
}

a.carte span {
	visibility: hidden;
	display: block;
	cursor: default;
}
a.carte:hover {
	z-index: 100;
}
a.carte:hover span {
	visibility: visible;
	z-index: 100;
	border: 0;
	
}
a.carte:hover span img {
	border: 0;
}
a.carte:active, a.carte:focus {
	border: 0;
}

a.carte:active span, a.carte:focus span {
	visibility: visible;
	
}
a.carte:active span img, a.carte:focus span img {
	border: 0;
}
a.b3 {
	background-image: url(../images/rectob3.jpg);
}
a.b10 {
	background-image: url(../images/rectob10.jpg);
}
a.b20 {
	background-image: url(../images/rectob20.jpg);
}
a.b50 {
	background-image: url(../images/rectob50.jpg);
}
a.b100 {
	background-image: url(../images/rectob100.jpg);
}

/* @end */

/* @group Formatage texte */
h1 {
	font-weight:bold;
	color:#d70065;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing:0.20em;
	font-size:1.5em;
}
h2 {
	font-weight: bold;
	color: #666;
	font-size: 1em;
}
h3 {
	font-size: 1em;
	color:#d70065;
	text-align: center;
}
.rose {
	color:#d70065;
}
.souligne {
	text-decoration:underline;
}



/* @end */
/* @group Footer */

#footer {
	clear: both;
	background-color: #fff;
	text-align: center;
	margin-left: auto;
	width: 50em;
	margin-right: auto;
	color: #999999;
	height:3em;
	margin-bottom:1.9em;
}

#footer a {
	color: #999999;
	text-decoration: none;
} 

#footer a:hover {
	text-decoration: underline;
}

/* @end */

