/*********** général ******************************/

body {
	background-color: #ffffff;
	background-image: url(img/fond.jpg);
	margin:0;
}

img a{
	border:0;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	text-align:justify;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#333;
}

a {
	color:#333;
	text-decoration:underline;
}

a:hover {
	color:#333;
	text-decoration:none;
}

/*********** structure de la page ******************************/

#principale{
	height:420px;
	width:765px;
	background-image:url(img/bas.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#colonne-milieu{
	background-image:url(img/haut-milieu.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:40px 10px 0 10px;
}

#menu{
	width:218px;
}

#droite{
	width:143px;
}


/*********** classes ******************************/

.menu{
	height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
}

.menu a{
	color:#FFF;
	padding-left:10px;
	text-decoration:none;
	display:block;
	width:175px;
	height:17px;
}

.menu a:hover, .menu a:active{
	color:#FFFFFF;
	padding-left:20px;
	background-image:url(img/menu-sur.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.td-contact{
	background-image:url(img/contact.gif);
	background-repeat:no-repeat;
	height:75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	padding:18px  15px 10px 15px;
}

.td-contact a{
	color:#000000;
	text-decoration:underline;
}

.td-contact a:hover{
	text-decoration:none;
}

.txtkemenn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}

.txtkemenn a{
	color: #000;	
}

.txtkemenn a:hover{
	text-decoration:none;
	color: #000;
}

.txtkemenn a:visited{
	color:#000;
}

.titres{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color:#333;
}

.txtformulaire{
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#980016;
}
