*{
margin:0;
padding:0;
}

body{
width:100%;
background-color:black;
color:red;
}
#centreur{
width:990px;
margin:5px auto;
border:1px solid red;
background-color:white;
padding:5px
}
#header{
width:980px;
height:90px;
}
#logo{
float:left;
width:250px;
}
#logo a h1{
font-size:18px;
color:red;
}
#pub_header{
float:left;
width:728px;
}
#content{
width:980px;
}
#intro, #photo{
margin-top:5px;
padding:5px;
border:1px dotted black;
}
#intro h2, .titre, .form_comment h2{
font-size:16px;
color:black;
text-align:left;
}
#intro p{
font-size:12px;
color:black;
}
#photo{
float:left;
width:540px;
}
#pub_droite{
float:right;
}
#pub_gauche{
float:left;
}
#pub_gauche{
margin-top:5px;
width:250px;
}
#pub_droite{
margin-top:5px;
width:160px;
}
#comment p{
text-align:left;
font-size:12px;
color:black;
}

#footer{
clear:both;
}

/* NOTATION */
.post-ratings {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
.post-ratings-loading {
	display: none;
	height: 16px;
	text-align: left;
}
.post-ratings-image {
	border: 0px;
}
.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
/* DEBUT CALENDRIER */
.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: red;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: pink;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}

.ds_cell:hover {
	background-color: #F3F3F3;
}
/* FIN CALENDRIER */
