li {
list-style:none;
}

p {
	margin:0;
	padding:0;
	text-align: justify;
}

h2 {
	font-size: 17px;
	font-variant: small-caps;
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

h3 {
	margin-left:30px;  /*  Alignement de L'EQUIPE et de NOTRE ADRESSE */
	margin-top:10px;	/*  Retrait haut des titres L'EQUIPE et de NOTRE ADRESSE dans la div BLOCK TEXTE */
	font-size: 13px;
	font-variant: small-caps;
	width: 100%;
	display: block;
	margin-bottom: 20px;
}	
ul {
	
	margin-bottom:30px;
}

#div_error
{
margin-left:50px;
margin-right:50px;
background-color:#FFFFCC;
margin-top:10px;
margin-bottom:10px;
}
#message_error
{
	text-align:center;
	color:red;
}

#block_texte4
{
	float:right;
	width:300px;
	height:280px;
	margin-left:30px;
}
#formulaire
{
	float: left;
	width:550px;
	height:280px;
	margin-left:70px;
}
#adresse
{
	font-weight:bold;
	margin-left:4px;
}

.tdCentre
{
	text-align: center;	

}

.colonneGauche
{
	background-color:#CCD8FF;
	width:120px;
}
.colonneDroite
{
	vertical-align:middle;
	text-align:center;
}
.equipe
{
	list-style-image: url('/images/puce.gif');
}