*
{
	margin:0;
	padding:0;
}

/* Styles par defaut */

body
{
	background: #333;
}

/* divs */

div#body
{
	width: 750px;
	margin: 20px auto;
	font-size: 80%;
	font-family: sans-serif;
	border: 1px solid #999;
	background: #fffff3;
}

div#header
{
	width: 100%;
	clear: both;
	height: 281px;
	background: url(img/header.gif) top center no-repeat;
}

div#header h1,
div#header p
{
	height: 0;
	overflow: hidden;
}

/* Menu */
/* #e5ecf9: Bleu clair */

div#menu
{
	width: 100%;
	background: #e5ecf9;
}

div#menu ul
{
	list-style-type: none;
	float: left;
	width: 125px;
}

div#menu ul li
{
	text-align: center;
	background: #e5ecf9;
	font-weight: bold;
}

div#menu ul li:hover
{
  background: #fc0;
}

div#menu ul li ul
{
	position: absolute;
	color: #333;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	visibility: hidden;
}

div#menu ul li:hover ul
{
	visibility: visible;
}

div#menu ul li ul li
{
	text-align: left;
	padding-right: 1em;
}

div#menu a
{
	color: #333;
	text-decoration: none;
	width: 100%;
	display:block;
	padding: .5em;
}

div#menu p
{
	color: #333;
	cursor: default;
	padding: .5em;
}

div#menuspacer
{
	clear: both;
	background: #333;
	height: 1px;
}

/* img */

div#img
{
  float: left;
  padding: 0 5px;
}

div#imgspacer
{
  clear: left;
}

span.titre
{
	font-weight: bold;
}

table#op_spa
{
	background: #f9f9f9;
	padding: 5px;
 	margin: 10px 0;
        border: 1px solid #ccc;
	width: 100%;
	border-spacing: 0;
}

/* Logos */

div#logos
{
	float: right;
	text-align: center;
	width: 150px;
	padding: 20px 0;
}

div#logos img
{
	margin: 5px;
	border-width: 0;
}

/* Content */

div#content
{
	padding: 30px;
	padding-right: 150px;
}

div#content h2
{
	font-size: 250%;
	font-weight: bold;
	min-height: 50px;
	color: #a30;
	text-align: center;
}

div#content h3
{
	font-size: 150%;
	font-weight: bold;
	color: #333;
	margin: 20px 0 -15px 0;
	width: 100%;
	color: #855;
	color: #744;
}

div#content h3.center
{
	font-size: 150%;
	font-weight: bold;
	color: #333;
	margin: -10px 0 0 0;
	width: 100%;
	color: #744;
	text-align: center;
}

div#content h4
{
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
	background: url(img/css/microtoyunda.jpg) left center no-repeat;
	margin: 20px 0 10px 0;
	color: #333;
}

div#content p
{
	margin: 20px 0;
	text-align: justify;
}

div#content pre
{
	font-size: 100%;
	font-family: Verdana;
}

div#content pre.red
{
	color: #ff0000;
	font-size: 100%;
	font-family: Verdana;
}

div#content a
{
	color: #303;
}

div#content ul
{
	padding-left: 2em;
	margin: .4em;
}

/* Special Content */

div#content p.code
{
	font-family: courier;
	font-size: 75%;
	text-align: left;
	color: #666;
	border: 1px solid #999;
	background: #ffd;
	padding: 10px;
}

div#content img.floatimg
{
	float: right;
	margin: 0 0 20px 20px;
	border: 1px solid #999;
}

div#content div.rubspacer
{
	height: 30px;
}

/* Footer */

div#footer
{
	clear: both;
	padding: 20px;
	font-size: 80%;
	color: #999;
}

div#footer a
{
	color: #999;
}

div#postfooter
{
	height: 30px;
	background: top center no-repeat;
	margin-top: -20px;
	text-align: center;
	font-size: 0;
}

/* News */

div#content div.news
{
	border: 1px solid #999;
	border-width: 0 0 1px 0;
}

div#content div.news p
{
	margin: 10px;
}

div#content div.news p.date
{
	margin-top: 15px;
	font-size: 75%;
	font-weight: bold;
}

/* Carte d'acces */

div#map
{
	width: 100%;
	height: 400px;
	border: 1px solid black;
	text-align: center;
}

/* StickyNote2 */

div.stickynote2
{
	background: url(img/css/sticky_note.png) no-repeat center center;
	width: 240px;
	height: 220px;
	font-size: 12px;
	margin-bottom: -20px;
	margin-right: -80px;

	position: relative;
	right: 80px;
	float: left;
}

div.stickynote2 div
{
	padding: 0;
	margin: 0;
	margin: 40px auto;
	width: 170px;
	height: 140px;
	top: 40px;

	position: relative;
	overflow: auto;
	margin: auto;
}

div.stickynote2 h3,
div.stickynote2 p
{
	text-align: left;
	margin: 2px 5px;
	color: #333;
	line-height: 120%;
}

div.stickynote2 p
{
	text-align: justify;
}

/*
 * Highslide
 */

.highslide
{
  cursor: url(highslide/graphics/zoomin.cur), pointer;
  outline: none;
}

.highslide img
{
  border: 2px solid gray;
}

.highslide:hover img
{
  border: 2px solid white;
}

.highslide-image
{
  border: 2px solid white;
}

.highslide-image-blur
{
}

.highslide-caption
{
 display: none;

 border: 2px solid white;
 border-top: none;
 font-family: Verdana, Helvetica;
 font-size: 10pt;
 padding: 5px;
 background-color: white;
}

.highslide-display-block
{
 display: block;
}

.highslide-display-none
{
 display: none;
}

.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;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i
{
 padding: 2px;
 color: silver;
 text-decoration: none;
 font-size: 10px;
}

a.highslide-credits:hover,
a.highslide-credits:hover i
{
 color: white;
 background-color: gray;
}
