@import "styles_reset.css";
@import "styles_layout.css";
@import "styles_titles.css";
@import "styles_nav.css";
@import "styles_forms.css";

body {
	font-family:"Trebuchet MS",Verdana,Arial,serif;
	font-size:0.8em;
	text-align:center;
	color:#555555;
	background:#e2e2e2 url(../images/bg-body.png) repeat-x;

}
a {
	text-decoration:none;
	color:#17569E;
}
a:hover {
	text-decoration:underline;
}
p {
	padding:5px 0;
}

#content ul {
	padding:0 0 0 25px;	
}



/* FORMULAIRE */ 


input[type="submit"]  {
	border:1px solid #17569e;
	font-weight:bold;
	color:#17569e;
	background:#49acf1;
	margin:20px 0 0 103px;
	padding:2px 20px;
}



input, textarea, select {
	background:none repeat scroll 0 0 #e8e8e8;
	border:1px solid #676767;
	color:#09253b;
}

form {
	
}

body.contact table {
	background:#ecf3fe;
	padding:8px;
/*width:520px;*/

}

thead {
	background:#616162;
	color:#ffffff;
}
table td.question {
	padding:3px 0;
	width:120px;

}
