/* CSS Document */
body{
font:Arial, Helvetica, sans-serif;
}
div.encadre{
width:400px;
height:150px;
margin-left:auto;
margin-right:auto;
/*border:1px solid black;*/
}
.title{
color:#DE9C33;
font:"Courier New", Courier, mono;
font-weight:bold;
font-size:large;
}
.htitle {
font-weight:bold;
color:#4FA523;
}
.legende{
text-align:center;
background-color:#FFFFCC;
width:300px;

}
.subtitle {
	background-color:#FFFFCC;
	border:1px solid;
	border-color: #CCCCCC;
}
.photo{
text-align:center;
}
div.gauche {background-color:#96aeca;
color:black;
font-family:Arial,Helvetica;
font-size:14px;
text-align:center;
width:180px;
height:170px;
float:left;
border:1px solid black;
vertical-align: middle;
min-height:140px;
}
div.gauche:hover {
border:1px solid red;
}

div.droite {
	background-color: #96aeca;
	color:black;
	font-family:Arial,Helvetica;
	font-size:14px;
	text-align:center;
	margin-top:auto;
	margin-bottom:auto;
	width:180px;
	height:170px;
	float:right;
	border:1px solid black;
	vertical-align: middle;
	min-height:140px;
}
div.droite:hover {
border:1px solid red;
}
img.pic{
margin-top:5px;
 margin-bottom:5px;
  border:0px;
}
div.spacer {
	height:10px;
}


