/*- - - - - - - - - - - - - - 

Title : Default CSS
Author : JAS
URL : http://www.mandalis.fr

- - - - - - - - - - - - - - */

/*----------------- Basic -----------------*/

body {
	margin: 10px;
	padding: 0;
	background: #660000; background-image: url(top1.gif); background-repeat: repeat-x;
	font: normal small Arial, Helvetica, sans-serif; font-size: 11px;

	color: #444;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #fff;
}

.formulaire {font-family: Arial, Helvetica, sans-serif; font-size: 10px;}
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #660066;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

#wrapper {
	background: #660000 url(wrapper.gif) no-repeat;
	margin: 0 auto;
	width: 800px;
}
/*----------------- Header -----------------*/

#header {
	width: 490px;
	height: 110px;
	margin: 0 auto;
	padding: 0px 0 0 0;
	background: #660000;
	border: 5px solid #000;
	border-bottom: none;
}

#header h1 {
	text-align: center;
	font-size: 3em;
}

#header h2 {
	text-align: center;
	font-size: 12px;
}

#header a {
	text-decoration: none;
	color: #CC66CC;
}

/*----------------- Menu -----------------*/

#glideDiv { 
  position:absolute; 
  right:0px; top:400px; float:right;
  width:130px; height:200px; background-color: #660000;
  }
#up a {text-decoration:none;color:#fff; font-size:130%; }
#up span {cursor:hand;width:130px;height:200px;top:0;left:0;position:absolute;background:url(glide.jpg);}


#menu {
	width: 490px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background: #000; background-image: url(deg.gif); background-repeat: repeat-x;
	border: 5px solid #000;
	border-top: 1px solid #440044;
	border-bottom: 1px solid #440044;;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	font-size: 12px;
	display: block;
	float: left;
	width: 98px;
	height: 26px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: #880000;
	color: #fff;
}

/*----------------- Splash -----------------*/

#splash {
	width: 490px;
	height: 210px;
	margin: 0 auto;
	background: #fff;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
}

/*----------------- Content -----------------*/

#content {
	width: 490px;
	margin: 0 auto;
	background: #fff;
	border: 5px solid #000;
}

#content .title {
	padding: 5px 5px 5px 20px;
	background: #fff url(deg.gif) repeat-x left bottom;
	font-size: 11px;
	border-bottom: 2px solid #000;
}

#content .privat {
	color: #ff9900;
}

#content .tarif {
	color: #990000;
}

#content .idea {
	color: #009900;
}
#content .indic {
	color: #000;
	font-size: 0.85em;
}

#content .story {
	padding: 20px;
	border: 2px solid #000;
}

/*----------------- Footer -----------------*/

#footer {
	width: 450px;
	margin: 0 auto;
	padding: 5px 20px;
	background: #000;
	border: 5px solid #000;
	border-top: none;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 9px;
	color: #fff;
}

#footer a {
	color: #ccc;
}