
  
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:center;
	background-color:#333333;
	vertical-align: middle;
}
#body-back{
	background-color:#333333;
}
#body-wrap{
	text-align:left;
	padding:3px;
	border:1px dashed #222222;
	background-color:#F8750B;
	width: 800px;
}

a {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:none;
	color:#666666;
}

h1 {
	font-size:x-large;
}

h1 a {
	text-decoration:none;
}

h2 {
	font-size:large;
	color:#666666;
}

h3 {
	font-size:14px;
	font-weight:bold;
}

/***************************************************************************
 *	#title-banner
 ***************************************************************************/

#title-banner {
	margin:0 0 25px 0;
	margin:20px auto 20px auto;
	width:60%;
}

#title-banner h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18pt;
	color:#333333;
}

#title-banner h1 a {
	text-decoration:none;
}

#title-banner p {
	font-size:10px;
	color:#111111;
	margin:15px 0 0 0;
}

/***************************************************************************
 *	#middle-div
 ***************************************************************************/

#middle-div {
	font-size:11px;
	margin:20px auto 20px auto;
	width:60%;
	color:#111111;
	line-height:120%;
}

#middle-div p {
	margin:5px 0 10px 0;
}

#middle-div ul {
	list-style-type:none;
	border-top:1px dotted #222222;
}

#middle-div h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15pt;
	font-weight:bold;
	color:#FDD26A;
	margin:0 0 20px 0;
}

#middle-div h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:5px 0 5px 0;
}

#middle-div li .title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15pt;
	font-weight:bold;
	color:#FDD26A;
	line-height:150%;
}

#middle-div li {
	list-style-type:none;
	padding:5px 0 5px 0;
	border-bottom:1px dotted #222222;
}

#middle-div li a {
	font-weight:bold;
}


#middle-div .minutes {
	color:#CC0000;
	font-weight:bold;
}

#middle-div .hours {
	color:#FDD26A;
	font-weight:bold;
}

/***************************************************************************
 *	#bottom-div
 ***************************************************************************/
 
#bottom-div {
	margin:20px auto 20px auto;
	width:60%;
	font-size:11px;
	line-height:120%;
}

#bottom-div a:hover {
	border-bottom:1px dotted #FDD26A;
}

/***************************************************************************
 *	#album-div
 ***************************************************************************/
 
#album-div {
	border:1px dashed #222222;
	background-color:#FBA762;
}

#album-div .album-thumbnails {
	text-align:center;
	float:left;
	margin:5px 5px 5px 5px;
	padding:5px 5px 3px 5px; /* le 3px en bas pour combler l'espace qui vient de nulle part */
	border:1px solid transparent;
}

#album-div .album-thumbnails:hover {
	border:1px solid #111111;
}

#album-div .album-thumbnails img {
	border:1px solid #000000;
}

/***************************************************************************
 *	#image-div
 ***************************************************************************/
 
#image-div {
	font-size:11px;
	color:#111111;
	line-height:120%;
}

#image-div h2, 
#image-div a  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15pt;
	font-weight:bold;
	color:#FDD26A;
	margin:0 0 20px 0;
}

#image-div a:hover {
	border-bottom:1px dotted #222222;
}

#image-div h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#111111;
	margin:0 0 20px 0;
}

#image-div .image img {
	border:5px solid #000000;
}

#image-div .info {
	margin:10px 0 5px 0;
}

#image-div .exif {
	margin:10px 0 5px 0;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
}

/***************************************************************************
 *	#form-div
 ***************************************************************************/

#form-div {
	font-size:11px;
}

#form-div label {
	display:block;
	font-weight:bold;
	color:#000000;
}

#form-div .input1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFA448;
	border: thin solid #333333;
	padding:2px 2px 2px 2px;
}

#form-div .input1:focus {
	border:1px solid #111111;
}

#form-div .button1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/***************************************************************************
 *	#comments-div
 ***************************************************************************/

#comments-div {
	margin:20px auto 20px auto;
	width:60%;
	font-size:11px;
	color:#111111;
	line-height:120%;
}

#comments-div .comments-item {
	text-align:left;
	padding:3px;
	border:1px dashed #222222;
	background-color:#FBA762;
}

#comments-div .comments-item:hover {
	border:1px solid #FDD26A;
}

#comments-div .comments-author {
	text-align:center;
	color:#111111;
	margin:0 0 10px 0;
}

#comments-div .comments-infos {
	text-align:right;
	color:#111111;
	margin:10px 0 0 0;
}

#comments {
	margin:10px 0 0 0;
}

/***************************************************************************
 *	#footer
 ***************************************************************************/

#footer {
	border-top:1px dotted #222222;
	padding-top:5px;
	font-size:9px;
	margin:20px auto 20px auto;
	width:60%;
}

#footer a:hover {
	border-bottom:1px dotted #FDD26A;
}

/***************************************************************************
 *	#menu-select & #select-lang-div
 ***************************************************************************/

#menu-select select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #111111;
	background-color:#FFFFFF;
	font-size:10px;
}

#select-lang-div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#select-lang-div select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/***************************************************************************
 *	Other & custom tags
 ***************************************************************************/

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.gray {
	color:#999999;
}

.clearboth {
	clear:both;
}

.warning {
	color:#CC3300;
	font-weight:bold;
	padding-left:5px;
}

