/* CSS issu des tutoriels www.alsacreations.com/articles */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: justify;
	color: #000066;
	background-color:#ffff00;
}

#header {
	height: 60px;
	top:0;
	
	background-image: url(images/fondbleu.png);

}

#conteneur {
position: absolute;
width: 100%;
background-color:#ffff00;
background-image: url(images/menugauche.gif);
}

#logo {
	position: absolute;
	width: 50px;
	height: 52px;
	left:3px;
	top:3px;
	border: 1px solid #ffcc33;
}

#hautdroit {
	position: absolute;
	width: 75px;
	height: 52px;
	right:3px;
	top:3px;
	text-align: right;
}


#centre {
	background-color:#ffffff;
	margin-left: 150px;
	padding-left:10px;
	margin-right: 145px;
	padding-right:10px;
	border: 1px solid #FF0000;

}

#gauche {
position: absolute;
left:3px;
width: 145px;


}

#droite {
	position: absolute;
	top : 70px;
	right:5px;
	width: 134px;
	padding: 0px;
	text-align: left;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;

}

#pied {
	background-color: #ffff00;
	
	
}

p {
	margin: 0 0 10px 0;
}

#image {
  float: right;
  width: 120px;
  margin: 0;
  text-align: center;
  
}

.spip_logo {
	border: 1px solid #000000;
	margin: 1px;
}
