@charset "utf-8";
/* CSS Document */
/*
Date: September 6th, 2007
Description: This is the CSS theme for my personal website: www.snowfall-cg.com
Version: 1.0
Author: Christopher Snow
Author URI: http://www.snowfall-cg.com
*/

/***Global***/
body{
	margin:0px;
	background-color:#FFFFFF;
	scrollbars:yes;
	font-family:serif;
	font-size:12px;
	color:#FFFFFF;
}

h1, h1 a:link, h1 a:visited {
	color: #BC9050;
	font-family: "trebuchet ms", sans-serif;
    font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	text-transform: none;
	padding: 0;
	margin: 7px 0 0 0;
	text-decoration: none;
}

h2, #wp-calendar caption {
	font-weight: bold;
	padding:0;
	margin:0 0 0 0px;
    color:#FFFED9;
	color:#666666;
	font-size:10px;
	text-align:left;
	font-family:"tw cent mt", arial, helvetica, sans-serif;
}

h2 a:link, h2 a:visited {
	color:#A12600;
	text-decoration:none;
	}

h2 a:hover {
	color:#DF3500;
	text-decoration:none;
}

a:link, a:visited {
	color:#4356A5;
	text-decoration:none;
}

a:hover, a:active {
	color:#475DB1;
}

/***Entry***/
.contenu{
	float:left;
	margin-left:20px;
	text-align:justify;
	font-size:12px;
	color:#000000;
	font-family:"times new roman", georgia, serif;
	font-family:"trebuchet ms", sans-serif;
}

.entry{
	margin-bottom:20px;
}

.contenuBas{
	background-color:#AACCBB;
	background-image:url(../images/bgNoir.gif);
	width:898; 
	height:653;
	margin-left:-1px;
}
.bas{
	width:100%;
	background-image:url(images/skylineBottomBg.jpg);
	margin-top:-1px;
}

/***Skyline***/
.bgSkyline{
	position:static;
	bottom:0px;
	margin-top:-250px;
	background-image:url(../images/skyline.png);
	background-repeat:repeat-x;
	background-position:bottom;
	width:100%;
	height:118px;
}
.underSkyline{
	background-color:#6D6D6D;
	height:200px;
}
.backTop{
	padding-right:100px;
	font-size:14px;
	font-family:verdana, sans-serif;
	padding-top:200px;
}
.calendar{
	background-color:#6D6D6D;
	width:620px;
	height:170px;
	padding-left:10px;
	padding-top:10px;
	margin-left:55px;
}
.calendarText{
	float:left;
	margin-top:-165px;
	margin-left:220px;
	color:#000000;
	font-family:"tw cent mt", arial, helvetica, sans-serif;
}
.photosText{
	color:#000000;
	font-family:"tw cent mt", arial, helvetica, sans-serif;
	margin-left:-265px;
	margin-bottom:-1px;
}
.search{
	float:right;
	width:200px;
	padding-right:60px;
}
.imagesBas{
	border:5px;
	border-color:#FFFFFF;
	border-style:solid;
}
.imagesPhotos{
	border:5px;
	border-color:#BC9050;
	border-style:solid;
}
.copyright{
	font-size:10px;
	font-family:verdana, sans-serif;
	background-color:#000000;
}
.corriger{
	margin-top:-1px!important;
	margin-top:2px;
}

/***Background***/
.topBg{
	background-image:url(../images/topBg.gif);
}

.skylineBottomBg{
	background-image:url(../images/skylineBottomBg.jpg);
	background-repeat:repeat-x;
}

.bg{
	background-image:url(../images/bg.gif);
}

.topBg{
	background-image:url(../images/topBg.gif);
}

.underTopLeft{
	background-image:url(../images/underTopLeft.jpg);
}

.underTopRight{
	background-image:url(../images/underTopRight.jpg);
}

.skylineBottomLeft{
	background-image:url(../images/skylineBottomLeft.jpg);
}

.skylineBottomRight{
	background-image:url(../images/skylineBottomRight.jpg);
}

/***Menu***/
.menu{
	font-size:10px;
	font-family:verdana, sans-serif;
	float: right;
	text-align: left;
	margin: 0 45px 15px 0;
}

.menu ul {
	list-style-type: none;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

.menu li a { 
	background: url("../images/puce.gif") no-repeat bottom left; 
	text-decoration: none;
	display: block;
	color: #BC9050;
	border-bottom: #1F270B 1px solid;
	padding: 4px 20px 4px 21px;
	margin: 0;
}

* html .menu li a { 
	height: 13px;
}

.menu li a:hover { 
	background: url("../images/puceOver.gif") no-repeat bottom left; 
	text-decoration: none;
	color: #DAB279;
}

.menu li li a { 
	background: url("../images/puce.gif") no-repeat bottom left; 
	text-decoration: none;
	display: block;
	color: #BC9050;
	border-bottom: #1F270B 1px solid;
	padding: 4px 0 4px 41px;
	margin: 0;
}

.menu li li a:hover { 
	background: url("../images/puceOver.gif") no-repeat bottom left; 
	text-decoration: none;
	color: #DAB279;
}