/* CSS Document */
.colonnegauche{
/* 	position: absolute;
	top: 20px;
	left: 2px;*/
	float: left;
	width: 205px;
	height: 400px;
}
html>body .colonnegauche{
	/*top: 10px;*/
	width: 195px;
}
.colonnegauche img {
	margin: 0 0 0 2px;
}
.menugauche{
	position: relative;
	top: 0px;
	left: 2px;
	width: 180px;
	background-color: #F5A700; /* orange */
	text-align: left;
	
}
html>body .menugauche{
	padding-bottom: 0.5em;	
}
.menugauche h4{
	text-align: center;
	
}

.menugauche li{
	list-style-type: none;	
	text-indent: -3em;	
}
html>body .menugauche li{
	text-indent: 0em;
}
.menugauche a{
	text-decoration: none;
	color: #FFFFFF; /*699AF6 bleu pâle */
	font-weight: bold;	
}   
.menugauche a:hover {
	color: blue;
	text-decoration: none;
} 
.photogauche {
	position: relative;
	top: 110px;
	left: 2px;
	width: 197px;
	height: 140px;
	text-align: center;
}
html>body .photogauche {
	top: 100px;
}
.photocontact {
	margin-top: 40px;
	left: 2px;
	width: 197px;
	text-align: center;
}
.photocontact_contact {
	margin-top: 40px;
	top: 200px;
	left: 2px;
	width: 197px;
	text-align: center;
}
.photocontact a, .photocontact_contact a{
	text-decoration: none;
}

