.langue {
	text-align:center;
	width : 200px;
	height : 100px;
   	display: table-cell;
	vertical-align: middle;

}

.fondrouge {
	background-color : rgb(123,0,50);
	font-family : Verdana, Arial, Helvetica, Times;
  	font-size : 10pt;
	color : white;
}

.menu {
	text-align:center;
	height : 100px;
	width : 150px;
   	display: table-cell;
	vertical-align: middle;
}

.invisible {
	text-align:center;
	height : 100px;
	width : 150px;
   	display: table-cell;
	vertical-align: middle;
	color : rgb(123,0,50);
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family : Verdana, Arial, Helvetica, Times;
	color : rgb(123,0,50);
}

.contenu {
	font-family : Verdana, Arial, Helvetica, Times;
  	font-size : 10pt;
	margin:20px;
	/*background-color : #FFFDD0;*/
}

#tabaccueil {

}

a {
	color : rgb(0,93,149);
}

a:visited {
	color : rgb(0,155,212);
}

a:hover {
	font-weight: bold;
}

div.centre3 {
	text-align:center;
	float:left;
	display : inline;
	width:33%;
}

div.annonce{
    border: 2px solid rgb(123,0,50);
    padding: 3px;
    background-color: rgb(230,230,230);
}

.adroite {
	float : right;
	display : block;
}

.agauche {
	float : left;
	display : block;
	width : 8%;
}

span.titrepubli {
	font-style:italic;
}

span.italbold {
	font-style:italic;
	font-weight: bold;
}

span.ital {
	font-style:italic;
}

span.bold {
	font-weight: bold;
}

span.titreparagraphe {
	color : rgb(0,155,212);

}

span.petit {
  	font-size : 9pt;

}


#clustrmaps-widget{
	text-align : center;
	display:none;
	margin : 0 auto; 
}