
body {
    font-family: Verdana, Arial, Helvetica;
    font-size: 0.9em;
	margin:20px;
	/*COULEUR DE FOND DU SITE*/
	background-color: #2a2a2a;
	color:#c3c7cb;
}

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

#droits{
	margin:auto;
	text-align:center;
	font-size: 0.7em;
}

#bandeau{
	width:  798px;
	height: 100px;
	background-color:#2d2d28;
	border: 1px solid #90908e;
}

#menu{
	float: left;
	width: 198px;
	min-height: 650px;
	background-color:#3d3d3d;
	color:#c3c7cb;
	border-left: 1px solid #90908e;
	border-right: 1px solid #90908e;
	border-bottom: 1px solid #90908e;
}

#menu dl dt{
	list-style-type: none;
	margin-top: 25px;
	padding-left: 5px;
	font-size: 0.9em;
	font-weight:bold;
	border-bottom: 1px dashed #818385;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #818385;
	font-family: Arial, Verdana;
}

#menu dl dt b{
	color:#c3c7cb;
}

#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: 599px;
	min-height: 650px;
	border-right: 1px solid #90908e;
	border-bottom: 1px solid #90908e;
	/*FOND  DU CONTENU PHOTO*/
	background-color:#e1bb50;	
}

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

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

#pagination{	
	margin:auto;
	background-color:#575a5c;
	border: 1px solid #90908e;
	width:400px;
	text-align:center;
	margin-top:15px;
	letter-spacing: 3px;
	height: 20px;
	font-size:0.9em;
	color:#c3c7cb;
}

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

#titre{
	font-size: 1.2em;
	font-weight:bold;
	text-transform: uppercase;
	text-align:right;
	letter-spacing: 5px;
	/*COULEUR TEXTE TITRE SOUS CATEGORIE*/
	color: #5b5b57;
	font-family: Arial;
	padding:5px;
}	

#contenu_text{
	float: left;
	width: 579px;
	min-height: 640px;
	font-size: 0.8em;
	padding: 10px;
	border-right: 1px solid #90908e;
	border-bottom: 1px solid #90908e;
	/*FOND  DU CONTENU TEXTE*/
	background-color:#e1bb50;
	/*COULEUR TEXTE*/
	color:black;
}

#contenu_text dt{
	font-weight: bold;	
	margin-left: 5px;
}

#contenu_text dd{
	margin-top: 10px;
	margin-left: 5px;
	line-height: 18px;
}

#contenu_text a{
	text-decoration:underline;
	 font-style: italic ;
	color:#black;
}

/* -------------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;
}
