
body {
    font-family: Verdana, Arial, Helvetica;
    font-size: 0.9em;
	margin:15px;
	background-image:url(img/fond_vert.jpg);
	background-repeat:repeat;
	color:#243902;
}

#page{
	text-align: left;
	position: relative;
	margin: 0px auto 0 auto;
	width:  800px;
}

#droits{
	margin:auto;
	text-align:center;
	font-size: 0.8em;
	color:#63635e;
}

#bandeau{
	width:  798px;
	height: 100px;
	background-color:#003c06;
	border-right: 1px solid #63635e;
	border-left: 1px solid #63635e;
	border-top: 1px solid #63635e;
	
}

#menu{
	float: left;
	width: 180px;
	height: 680px;
	border-right: 1px solid #63635e;
	border-left: 1px solid #63635e;
	border-bottom: 1px solid #63635e;
	color:#c3c7cb;
	
}

#menu dl dt{
	list-style-type: none;
	margin-top: 10px;
	padding-left: 10px;
	font-size: 0.8em;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #c2bb9b;
	font-family: Arial, Verdana;
}

#menu dl dt a{
	text-decoration: none;
	color:#818385;
}

#menu dd{
	list-style-type: none;
	font-size: 0.7em;
	margin-top: 3px;
	margin-left:10px;
	
}

#menu dd a{
	text-decoration: none;
	color:#a1a2a4;
}

#contenu{
	float: left;
	width: 617px;
	height: 680px;
	border-right: 1px solid #63635e;
	border-bottom: 1px solid #63635e;
}

#miniature_box{
	margin:auto;
	text-align:center;
	width:580px;
	padding-top:6px;
}

#miniature_box img{
	border: 1px solid #90908e;
	margin: 10px;	
}

#pagination{	
	margin:auto;
	border: 1px solid #63635e;
	width:400px;
	text-align:center;
	margin-top:8px;
	letter-spacing: 3px;
	height: 20px;
	font-size:0.9em;
	color:#f2e8ba;
}

#pagination a{
	text-decoration:none;
	color:#c3c7cb;
}

#titre{
	font-size: 1.2em;
	font-weight:bold;
	text-transform: uppercase;
	text-align:right;
	letter-spacing: 5px;
	color: #97ae78;
	font-family: Arial;
	padding:20px;
}	

#contenu_text{
	float: left;
	width: 597px;
	height: 660px;
	font-size: 0.8em;
	padding: 10px;
	border-right: 1px solid #63635e;
	border-bottom: 1px solid #63635e;
	color: #f2e8ba;
}

/* -------------HIGHSLIDE JS--------------
    These CSS-styles are necessary for the script to work. You may also put
    them in an external CSS-file. See the webpage for documentation.
*/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 1px solid  #2d2d28;
}
.highslide:hover img {
	border: 1px solid  #2d2d28;
}

.highslide-image {
    border: 1px solid  #2d2d28;
}
.highslide-image-blur {
}
.highslide-caption {	
    display: none;
    border: 1px solid #2d2d28;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: #575a5c;
}
.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;
}

.highslide-move {
    cursor: move;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    border-top: 1px solid #90908e;
    border-bottom: 1px solid #90908e;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #90908e;
}