body {
	margin:0px;
	background-color: #1d2b3f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCBBBB;
}

#boutons{
	margin:0px;
	height:20px; 
	width:100%;
	background-image:url(../images/Violet.png);
}

#wrapper {
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	height: auto;
	background-image: url(../images/image_background.jpg);
	background-repeat: repeat;
	border-color: #2a3547;
	border-style: solid;
	color:#DDDDDD;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div.spacer {
 	clear: both;
 }
 
 /*************** THUMBNAILS *******************/
/* Apparemment ces propriétés sont appelées directement depuis le PHP */
#thumbs{
	margin-bottom:5px;
	text-align:center;
	border-style:none;
	text-decoration:none;
} 
#thumbs a:link {
	color: #2E3649;
	border-style:none;
	text-decoration:none;
}
#thumbs a:visited {
	color: #2E3649;
	border-style:none;
	text-decoration:none;
}

.thumbnails{
 	margin: 1px;
	border: solid 1px #fff }
.thumbnails:hover{
	border: 1px solid #d73414; }
.current_thumbnail{ 
	margin: 1px;
	border: solid 1px #d73414 } 

/**********************************************/


/***************** BLOC PRINCIPAL ***************/
.main-bloc{
	width: 915px;
	height: auto;
	position:relative;
	margin-left:15px;
	background-image: url(../images/image_main.jpg);
	background-repeat: repeat;
	font-family: "Century Gothic", Arial, sans-serif;
	color:#0A1A2C;
}
.main-bloc h1{
	float:left;
	margin-top:7px;
	margin-left:12px;
}
.main-bloc h2{
	/* float:right;*/
	 margin-bottom:3px;
	 /*margin-right:130px;*/
	 /*font-style:italic;*/
}

/* --- Header */
#main-header {
	height: 10px; /* height < 20 : dangereux... */
	background-image: url(../images/image_header.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

/* --- Footer */

#main-footer {
	background-image: url(../images/image_foot.jpg);
	background-position: center top;
	background-repeat: no-repeat; 
}

/****************************************************/


/************* CREATIVE COMMONS & GADGETS ***********/
#gadgets{
	float:left;
	width:535px;
	margin-left:25px;
	text-align:center;
	font-size:9px;
	color:#DDDDDD;
}
#Creative-Commons{
	float:right;
	padding-right: 40px;
	text-align:right;
	font-size:11px;
	color:#CC9933;
}
/*************************************************/
