/* CSS Document */
body{
	margin-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
.header{
	margin-left:auto;
	margin-right:auto;
	height:75px;
	width:700px;
	background:url(images/bandeauHaut.jpg) no-repeat right top;
}
.contenu{
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	width:700px;
	border:1px solid #b2b2b2;

}
.footer{
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	height:18px;
	width:700px;
	text-align:center;
	padding-top:2px;
	background:url(images/bandeauBas.jpg) no-repeat center top;
}
a:link{
	color:#666666;
	text-decoration:none;
}
a:visited{
	color:#666666;
	text-decoration:none;
}
a:hover{
	color:#a6c529;
	text-decoration:none;
}
.titre{
	color:#3882bf;
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:10px;
}
.titreVert{
	color:#a6c529;
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:10px;
}
.titreGris{
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:10px;
}
.cadreHaut{
	background:url(images/cadreHaut.jpg) no-repeat top center;
	padding-left:10px;
	font-weight:bold;
}
.cadreMilieu{
	background:url(images/cadreMilieu.jpg) repeat-y top center;
	padding-left:10px;
}
.cadreHautVert{
	background:url(images/cadreHautVert.jpg) no-repeat top center;
	padding-left:10px;
	font-weight:bold;
}
.cadreMilieuVert{
	background:url(images/cadreMilieuVert.jpg) repeat-y top center;
	padding-left:10px;
}
.cadreHautGris{
	background:url(images/cadreHautGris.jpg) no-repeat top center;
	padding-left:10px;
	padding-right:15px;
}
.cadreMilieuGris{
	background:url(images/cadreMilieuGris.jpg) repeat-y top center;
}
blockquote{
	margin-left:10px;
	margin-top:0px;
	margin-bottom:0px;
	pading:0px;
}
.tabbottom{
	padding-left:20px;
	padding-bottom:10px;
}
input.envoyer {
	color:#3882bf;
	font-size:11px;
	font-weight:bold;
	border:2px outset #b2b2b2;
	background-color:#ffffff;
	cursor:pointer;
}
input.envoyer:hover {
	color:#a6d0e8;
	border:2px outset #666666;
	background-color:#ffffff;
}
input.envoyer:active {
	color:#ffffff;
	border:2px inset #666666;
	background-color:#3882bf;
} 
input.long{
	width:400px;
}
textarea.long{
	width:400px;
}
input.ville{
	width:195px;
}
input.codepost{
	width:70px;
}