

/*
Style du blog: 2 colonnes avec sidebar ˆ gauche
*/

a:link {
	color: #fff;
}

a:visited {
	color: #fff;
}


#page {
width: 801px;
min-height: 100%;
margin: 0 auto 0 auto;
background-color:fafafa;
border : 2px solid #333;
position: relative;
background:url(../images/fond.jpg) repeat-Y;
}

#header {
width: 800px;
height: 212px;
font-family: "Lucida Grande", Arial, Helvetica, Georgia, Sans-serif;
z-index: 0;
}

#center{
clear:both;
overflow: auto;
min-height: 100%;
}

#content {
float: right;
width:604px;
text-align: justify;
padding-right:10px;
padding-bottom:30px;
}

#sidebar {
float: left;
width: 160px;
height:400px;
}

/*corps de la page web */

body {
height: 100%;
font-family: "Segoe Print";
color : #fff;
font-size: 0.8em;
text-align: left;
background-color: #000;
font-weight:bold;
margin: 0;
}

.bouton	
{
padding-left:30px;
padding-top:8px;
font-size: 1em;
text-decoration : none;
/*background:url(../images/button.jpg) no-repeat;*/
min-height : 20px;
width : 75px;
}
	
.bouton a
{
color: #FFF;
}

.bouton:hover
{
font-size: 1.2em;
text-decoration : none;
/*background:url(../images/button_clicked.jpg) no-repeat;*/
height : 30px;
width : 75px;
}


.folderThumbnail {
  margin : 10px;
  padding-top:10px;
  padding-left:10px;
  color: inherit;
  width: 250px;
  height: 110px;
  float :left;
  border: 1px solid #666;
}
.folderThumbnail:hover {
 border: 1px solid #fff;
}

.folderThumbnail img{
height:102px;
	border: 1px solid #666;
}


.folderThumbnail .picture{
	width : 160px;
	float:left;
}


















































.thumbnail {
  margin : 10px;
  width: 180px;
  height: 102px;
  float :left;
  text-align :center;
}


.thumbnail img{
	height:110px;
	border: 1px solid #666;
}

.thumbnail img:hover {
 border: 1px solid #fff;
}

.clear{
clear: both;
}

/*.thumbnail:hover {
  color: inherit;
  width: 200px;
  height: 200px;
  border: 1px solid #666;
}*/
#mentions{
margin-top : 10px;
color : #fdfdfd;
text-align: center;
}

#footer{
width:800px;
height:106px;
/*background : url(../images/footer.jpg);*/
}
a{
font-family: "Segoe Print";
text-decoration:none;
}

