@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/rayures.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	margin: 0;
	padding: 0;
	width: 100%;
}

a img, img {
	border: none;
}

a {
	text-decoration: none;
	color: #eb003f;
	cursor: pointer;
	letter-spacing: 1px;
}

a:hover {
	text-decoration: underline;
	color: #eb003f;
}

h1, p, ul, li {
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
}

.separateur {
	padding-bottom: 10px;
	border-bottom: 1px #CCC dotted;
	margin-bottom: 15px;
	width: 497px;
}

.post {
	margin-top: 10px;
}

.rouge {
	color: #eb003f;
}

.spacer {
	clear: both;
	min-height: 0;
	line-height: 0;
}

form {
	margin: 0;
	padding: 0;
}

form input, form label, form textarea {
	width: 150px;
	border: 1px solid #9c978f;
	float: left;
	display: inline;
	clear: left;
	padding: 2px;
	margin: 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

form label {
	width: 250px;
	border: none;
	clear: none;
	margin-left: 5px;
	color: #eb003f;
	font-size: 11px;
	font-weight: bold;
}

form textarea {
	width: 493px;
	height: 150px;
}

form input.bouton {
	width: auto;
	border: none;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	background-image: url(../img/header_fond.png);
	height: 88px;
	width: 100%;
}

#contenu {
	background-image: url(../img/content_fond.png);
	background-repeat: repeat-y;
	float: left;
	display: inline;
	margin: auto;
	width: 742px;
	padding: 88px 40px 0 40px;
	overflow: hidden;
	
	position:absolute;
    left: 50%;
    margin-left: -411px; /* moitié de la largeur */
}

#blog {
	width: 500px;
	padding-right: 50px;
	overflow: hidden;
}

#blog h1 {
	font-size: 12px;
	color: #eb003f;
	text-transform: uppercase;
}

#blog img {
	float: left;
	display: inline;
	border: 3px solid #000;
	margin-right: 10px;
}

#blog p {
	margin-top: 10px;
	float: left;
	display: inline;
}

#blog p.date {
	color: #cdcdcd;
	font-style: italic;
	font-size: 11px;
	margin-top: 0;
}

#blog .footerBillet {
	float: right;
	display: inline;
	margin: 30px 0 50px 0;
}

#blog .commentaires h1 {
	margin-top: 10px;
	float: left;
	display: inline;
	clear: left;
}

#blog .commentaires p {
	display: block;
	clear: both;
	margin-top: 0;
}

#blog .commentaires p.date {
	margin-top: 10px;
	margin-left: 5px;
	float: left;
	display: inline;
	clear: none;
}

#informations {
	float: right;
	display: inline;
	overflow: hidden;
	width: 180px;
}

#informations #webcam, #informations #infos, #informations #liens, #informations #archives  {
	padding: 12px;
	background-color: #F5F5F5;
	margin-bottom: 12px;
	text-align: right;
}

#informations #webcam img, #informations #infos img, #informations #liens img, #informations #archives img {
	margin-bottom: 5px;
}

#informations #webcam img.cam {
	width: 151px;
	height: 112px;
	border: 3px solid #000;
	margin: 0;
}

#informations #liens a, #informations #liens a:hover,#informations #archives a, #informations #archives a:hover {
	color: #000;
}