@charset "UTF-8";

body {	
	background: #ccc;
	background-image: url(fond.png);
	text-align: center;
	font-size: small;
	font-family: Verdana, Helvetica, sans-serif;
	color: #c60;
	padding: 10px;
	}
a
    {
    text-decoration: none ;
    font-weight: bold ;
    }

a:link, a:visited, a:hover
    {
    color: #630 ;
    }

.image_info {
    display:block;
    font-size:10px;
    /*color:#999;*/
    border:0px;
    }
#pied {
    width:840px;
    padding: 5px 10px;
    margin: 10px auto;
    background-color: #fff;
    font-size: x-small;
}
.wrapper {
    width:860px;
    margin:0px auto;
    padding: 0px;
    text-align:center;
	background-image: url(deg.png);
	background-repeat: repeat-x ;
    background-color: #fff;
}
.wrapper h1 {
    /*color: #ffffff;*/
}
.wrapper, #pied {
    border: 2px solid #630;
    border-top: 1px solid #630;
    border-left: 1px solid #630;
}
.descriptif {
    width: 150px;
    float: right;
    margin: 10px 5px;
    padding: 10px;
    text-align: left;
    background-color: #ffffff;
    color: #330000;
}
.sommaire, .intro{
    /*width: 90%;*/
    margin: 10px;
    padding: 10px;
    /*color: #666666;*/
    background-color: #ffffff;
    text-align: left;
}
.intro {
    text-align: justify;
}
.show_title {
    font-size: 2em;
    font-weight: bold;
    clear: both;
}
.image_info a {
    text-decoration:none;
    /*color:#666;*/
}
img {
	border-width: 0;
}
.image {
    margin-bottom:5px;
}
.image img {
    padding:6px;
/*    border: 1px solid #69c;
*/    /*display:block;*/
    background-color: #fff;
    margin-top: 10px;
}
.navigation, .navigation a {
	text-decoration: none;
    /*color:#666;*/
    margin-top:9px;
    font-weight:bold;
}
.thumbnail_row {
    margin-top: 1px;
}
.thumbnail_row img {
    border:0px solid #aaa;
    margin-top:10px;
}
.thumbnail_center {
    padding:1px;
    border:1px solid #fff !important;
}
/*img.thumbnail  {
    opacity: 0.50;
}*/
.small, .small a {
    margin-top: 20px;
    text-decoration:none;
    /*color:#777;*/
}
sup {
    font-size: 0.5em;
}
hr {
    width : 50%;
    color: #630; /*IE*/
    border-color: #630; /*Safari, Opera*/
    /*background-color: #630; Mozilla*/
}