body {
	text-align:center;
}
.bordure {
	border: 1px solid #FFFFFF;
}
A.vertical {
	DISPLAY: block;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #006600;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	padding: 0px 0px 0px 3px;
	width: auto;
	height: 16px;
	background-color: #D3D945;
}
A.vertical:hover {
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #B3532D;
}
.titre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../img/fond_titre.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #FFFFFF;
	font-style: italic;
}
.important {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
}
/*-------------------DIV-----------------------*/
div#conteneur {
	text-align:left;
	margin-left: 50px;
	width:700px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/*------------------------titre-------------------*/
h2 {
	text-align:center;
	border-bottom:  1px solid #006600;
	font-size:16px;
	font-style:italic;
	background-color:#D3D945;
}
/*------------------------txt---------------------*/

div#conteneur p {
	color:#006600;
}

.centrer {
	text-align:center;
}
/*----------------liens-------------*/
.lien {
	color:#006600;
	text-decoration:underline;
}
.lien:hover {
	color:#C8582A;
	text-decoration:underline overline;
}
	
/*-------------formulaires-----------------*/
input, textarea {
	background-color:#D3D945;
	color:#006600;
}
.bordurecontact {
	border: 1px groove #fff;
}