/* Les éléments HTML en général
*******************************************************************************/
body {
	background-color: #84a2aa;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 115%;
	color: #333333;
}

h1,h2,h3,h4 {
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, sans-serif;
}
h2 {
	font-size: 1.6em;
	margin: 0 0 0.5em 0;
}


h3 {
	font-size: 1.2em;
	margin: 0 0 10px 0;
}

a:link,
a:visited {
	color:#1083a9;
	text-decoration:none;
	padding:2px 2px 0;
	margin:0 -2px;
	
	}
a:focus {
	color:#a91036;
	}
a:hover {
	color:#a91036;
	border-color:#a91036;
	}
	
h2 {
	font-size: 1.1em;
	margin-bottom:5px;
}

blockquote {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	font-style: italic;
	background:#fff;
	color: #666666;
}

code {
	background-color: #eeeeee;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
*******************************************************************************/
#page {
	margin: 0px auto;
	padding: 0px;
	width: 802px;
	background: #fff;
	border: 1px solid #000000;
	overflow: hidden;
	position:relative;
}
 
/* L'entête
*******************************************************************************/

#topheader {
	background-color: #2A2C38;
	margin: 0px;
	padding: 0px;
	height: 100px;
	border: 1px solid #FFFFFF;
	background-image: url(images/title.jpg);
	background-position: right;
}

#topheader h1 {
	float: left;
	height: 50px;
	margin-left: 20px;
	padding-top: 20px;
	width: 300px;
}

#topheader h1 a {
	color: #FFFFFF;
	font-size:1.3em;
	font-family: "Century Gothic";
	font-weight: normal;
}

#topheader h1 a:hover{ text-decoration: underline;}
#subheader {
	background-color: #188CD7;
	margin: 0px;
	padding: 5px;
	height: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}

#subheader p {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
}



/* Le contenu
*******************************************************************************/
.day-date{
	margin-bottom:1px;
	font-size: 1.8em;
	font-weight:normal;
	text-transform:uppercase;
}

.post-info{
	font-size: x-small;
	margin-top: -25px;
	color: #666;
	background: #fff;
}

.post-info-co{
	background: transparent url(images/comments.gif) no-repeat center left;
	text-align: right;
	margin-bottom: -5px;
	color: #666;
	font-size: 11px;
}

.post-title {
	margin-top:0px;
	padding-bottom:10px;
	font-size: 120%;
	background: #fff;
	font-weight:bold;
	color:#000000
}
.post-title a, .post-title a:visited{
color:#a91036;
}

.post{
	padding: 2px;
	border-bottom: 1px dotted #ddd;
}

.post:hover{background: #efefef;}
.post-content p {
	margin-top:0px;
	margin-bottom:16px;
	font-size: 12px;
}
.post-content img {
	padding: 4px;
	border: 1px solid #CCCCCC;
}

#content {
	float: left;
	width: 555px;
	clear: both;
	border: 2px solid #efefef;
	border-bottom: 1px solid #efefef;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.6em;
	overflow:hidden;

}

.comment-info{
	float: right;
	text-align: right;
	font-size: x-small;
	color: #9b9b9b;
}

#comments blockquote {
	margin-top: 0px;
	clear: both;
	margin-bottom: 30px;
	border-top: 1px solid #ebebeb;
	line-height:12px;
	border-left: none;
	font-style: normal;
	color: #5b5b5b;
	background-color: #F8F8F8;
	padding: 5px;
}

#comments strong{
	float: left;
	text-align: left;
	margin: 0;
}

.me {
	margin-top: 0px;
	clear: both;
	margin-bottom: 30px;
	border-top: 1px solid #ebebeb;
	line-height:12px;
	color: #5b5b5b;
	background-color: #CEE4F4;
	padding: 5px;
}

#comments h3{
	text-align:center;
	border-top:1px solid #acb1ba;
	background:#eeeeee;
	padding:2px;
	border-bottom:1px solid #acb1ba;
	margin-bottom:10px;
	margin-top:80px;
	font-size: 110%;
}

textarea{
	width:100%;
}

fieldset{ border: 1px solid #ddd; background: #ededed; color: #ccc;}
textarea, input{ border: 1px solid #949494; background: #f4f4f4; color: #888;}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
/* La barre de navigation
*******************************************************************************/

#calendar{
	display: none;
}

#sidebar {
	background-color: #24345C;
	float: right;
	border: 2px solid #395293;
	width: 236px;
	margin: 0px 1px 0px 0px;
	line-height:1.3em;
	color: #FFFFFF;
	font-family:Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
}

#sidebar ul {
	list-style: none;
}

#sidebar h2 {
	font-size: 100%;
	padding-left: 5px;
	padding-right: 5px;
	font-weight:normal;
	background: #395293;
	margin-top: 10px;
	margin-bottom: 1px;
	text-transform:uppercase;
}

#sidebar ul{
	margin: 0px;
	padding: 0px;
}

#sidebar ul li {
	list-style-type: none;
}

#sidebar li{
	margin:0px;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 1px solid #395293;
}

#sidebar li:hover{
	background-color: #395293;
}

#sidebar a {
	color:#ABC7ED;
	}
#sidebar a:hover{
	color: #fff;
}

#sidebar h2 {
	color:#ffffff;
	font-weight: bold;
	letter-spacing: 1px;
	}
#search{
	margin-bottom: 20px;
	font-weight:bold;
}

#search h2{ text-transform: none; margin-bottom: -12px; background: #24345c;}

#q, #search .submit {border: 2px solid #395293; color: #395293; background: #efefef;}
#q{ width: 130px; margin-left: 5px; padding-left: 1px; padding-right: 1px;}
/* Le pied de page
*******************************************************************************/	
#footer {
	background-color: #333643;
	clear: both;
	border: 1px solid #fff;
	height: 30px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 0px;
	font-size: 10px;
	font-size: x-small;
}

#footer a{ color: #fff;}