/* Classe appliqué à toutes les div de contenu du bloc gauche */
.countryLeftDiv {}

/* les différentes div de contenu du bloc de gauche */
#countryLeftDiv1 {
	color:#999999;
	float:left;
}
#countryLeftDiv2 {
	color:#999999;
	float:left;
}
#countryLeftDiv3 {
	display: none;
}
#countryLeftDiv4 {
	display: none;
}

/* les titres des contenus de gauche */
.countryLeftDivTitle {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 100;
	color: #666666;
	min-height: 15px;
}
/* proprietes specifiques aux titres des contenus de gauche*/
#countryLeftDivTitle1{}
#countryLeftDivTitle2{}
#countryLeftDivTitle3{}
#countryLeftDivTitle4{}

/* div autour de l'image et du texte */
.countryLeftDivTextBloc{
	color:#999999;
	float:left;
}
#countryLeftDivTextBloc1{
	width: 410px;
}
#countryLeftDivTextBloc2{
	width: 410px;
}
#countryLeftDivTextBloc3{}
#countryLeftDivTextBloc4{}

/* div contenant l'image dans le contenu de gauche*/
.countryLeftDivPicture {
	float:left;
	font-style:italic;
	padding:0 0 5px;
	width:210px;
}
#countryLeftDivPicture1{}
#countryLeftDivPicture2{}
#countryLeftDivPicture3{}
#countryLeftDivPicture4{}

/* l'image de contenu */
.countryLeftPicture {
	float:left;
	height:150px;
	margin:0 10px 0 0;
	width:200px;
}
#countryLeftPicture1 {}
#countryLeftPicture2 {}
#countryLeftPicture3 {}
#countryLeftPicture4 {}

/* legende sous l'image*/
.countryLeftDivLegend {
	clear: both;
	color:#999999;
	font-size:9px;
	font-style:italic;
	text-align:center;
	width:200px;
}
#countryLeftDivLegend1 {}
#countryLeftDivLegend2 {}
#countryLeftDivLegend3 {}
#countryLeftDivLegend4 {}

/* lien */
.countryLeftDivLink {
	text-align: left;
}
#countryLeftDivLink1 {}
#countryLeftDivLink2 {}
#countryLeftDivLink3 {}
#countryLeftDivLink4 {}


