body {
	background-color: #1D3C5A;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.7em;
}
#conteneur {
	position: relative;
	top:20px;
	background-color: #4682B4;
	width:430px;
	margin:auto;
	display:block;
}
#entete {
	height:90px;
	width: 100%;
	background-image: url(../images/entete.png);
}
#entete h1 {
	text-indent:-100em;
}
#contenu {
	width:100%;
	float:left;
	background-color: #1B5CA8;
	overflow:hidden
}
#droite,#gauche {
	padding-bottom: 32767px;
	margin-bottom: -32767px;

}

#gauche {

/*width: 108px; Width of left column*/
/*margin-left: -430px; Set left margin to -(MainContainerWidth)*/
background-color: #139DC5;
float:left;
overflow:hidden;
position:relative;
width:100px;
color:#FFF;
}
#gauche p {
	padding:0.4em;
}
#droite {
	/*margin-left:114px;*/
	height:100%;

	background-color: #2B5B8A;
	border-left:1px solid Black;
	margin-left:100px;
line-height: 1.5em;

color:#FFF;
}
#droite h2 {
	font-size: 1em;
	margin:0;
}
#droite li{
	margin-left: -10px;
}
#droite a {
	color: #B6C5EE;
}
#droite div.section {margin:0;padding:0;}
#droite div.section  h2 {background-color:#FFF;color:#29598c;padding:2px;}
#photo {
	text-align:center;
	width:100%;
}
