body {
	margin: 0;
	padding: 0;
	background-color: #bbe8ff;
	background-image: url(images/css/bg-moto-ronier.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Comic sans MS;
	color: #630;
	font-size: 12pt;
	line-height: 16pt;
	background-attachment: fixed;
}
#container {
	width: 780px;
	margin: 0 auto;
}
#contenttop {
	width: 780px;
	height: 150px;
	background-image: url(images/css/content-bg-top.png);
	background-position: left top;
}
#contentmid {
	width: 780px;
	background-image: url(images/css/content-bg-mid.png);
	background-position: left top;
}
#contentbot {
	width: 780px;
	height: 25px;
	background-image: url(images/css/content-bg-bot.png);
	background-position: left top;
}
#contenutop {
	margin-top: 70px;
	width: 525px;
	float: left;
}
#contenu {
	margin-top: 0px;
	width: 525px;
	float: left;
	margin-left: 208px !important; /* suite mise en place menu fixe */
	margin-left: 0; /* suite mise en place menu fixe */
}
#logo { float: left; }
.break { clear: both; }

/* MENU & PUCE */
#menu {
	margin-top: 10px;
	width: 208px;
	float: left;
	font-size: 11pt;
	line-height: 18pt;
	position: fixed !important; /* mise en place menu fixe */
}
ul {
	padding: 0;
	margin: 0 0 0 20px;
	list-style-position: inside;
}
ul li { list-style-type: square; }
ul ul {
	padding: 0;
	margin: 0 0 0 18px;
}
ul ul li {
	list-style-type: circle;
	font-size: 10pt;
}

/* LIENS */
a {
	text-decoration: none;
	color: #630;
}
a:hover { text-decoration: underline; }

/* TEXTE */
.txtc { text-align: center; }
.txtr { text-align: right; }
.txtcb {
	text-align: center;
	font-weight: bold;
}
.txtp {
	padding: 0;
	margin: 0;
	font-size: 11pt;
	line-height: 16pt;
}
.txtp2 {
	padding: 0;
	margin: 0;
	font-size: 10pt;
	line-height: 12pt;
}
.txtpied {
	text-align: center;
	font-size: 10pt;
	line-height: 14pt;
	color: #fff;
}
.txtpied a { color: #fff; }
.txtpet {
	text-align: center;
	font-size: 6pt;
	line-height: 6pt;
}
.txtpetit {
	text-align: center;
	font-size: 4pt;
	line-height: 4pt;
}
.txtvert { color: #090; }
.txtbleu { color: #06f; }
.txtrouge { color: #f00; }
.txtblanc{ color: #f90; }
h1 {
	font-size: 20pt;
	line-height: 20pt;
}
h2 {
	padding: 0;
	margin: 0;
	font-size: 15pt;
	line-height: 18pt;
}
h3 {
	padding: 0;
	margin: 0;
	font-size: 18pt;
	line-height: 18pt;
}
h4 {}
h5 {}
h6 {}
p {
	padding: 0;
	margin: 0;
}
blockquote {
	padding: 0;
	margin: 0px 0px 0px 20px;
}

/* DIVERS */
.imgborder {
	border-color: #630;
	border-width: 1px;
	border-style: solid;
}
.retraitg { margin-left: 10px; }
.retraitG16 { margin-left: 16px; }
.retraitd {margin-right: 10px;}
.retraitD16 {margin-right: 16px;}
.formtablo {
	background-color: #6CF;
	border-color: #630;
	border-width: 1px;
	border-style: solid;
}

/* JS */
.highslide {
	cursor: url(images/js/zoomin.cur), pointer;
	outline: none;
}
.highslide img { border: 1px solid #630; }
.highslide:hover img { border: 1px #630 dotted; }
.highslide-image { border: 1px solid white; }
.highslide-caption {
	display: none;
	border: 1px solid white;
	border-top: none;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	padding: 5px;
	background-color: white;
	color: #333;
}
.highslide-loading {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move { cursor: move; }
.highslide-overlay { display: none; }

/* Necessary for functionality */
.highslide-display-block { display: block; }
.highslide-display-none { display: none; }
/* Fin JS */

