@charset "utf-8";

html {
margin: 0; 
padding: 0;
}

body {
	padding: 0px;
	margin: 0 auto;
	font-size: 11px;
	font-family: Tahoma;
	color:#4c4c4c;
	background-color: white;
	background: transparent url(../images/accueil/bg.jpg) no-repeat top center;
}

h1 {display: inline;margin: 0px;padding: 0px;font-family: tahoma;font-size: 11px;}
h2 {display: inline;margin: 0px;padding: 0px;font-family: tahoma;font-size: 11px;}
h3 {display: inline;margin: 0px;padding: 0px;font-family: tahoma;font-size: 11px;}
h4 {display: inline;margin: 0px;padding: 0px;font-family: tahoma;font-size: 11px;}

.txtnoir {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
}

.txtgris {
	font-family: tahoma;
	font-size: 11px;
	color: #CCCCCC;
}


.txtnoir-s {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.txtblanc {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

.txtvert-b {
	font-family: tahoma;
	font-size: 11px;
	color: #095855;
	font-weight: bold;
}

.txtvert {
	font-family: tahoma;
	font-size: 11px;
	color: #095855;
}

.contourblanc {
	border: 1px solid #FFFFFF;
}

.contourgris {
	border: 1px solid #606a69;
}
