/*
@author jfdumas@djee.net
style de base
*/

html { margin: 0}

body{	margin:0;	padding:0; font-family: 'Verdana', Arial, helvetica, sans-serif;	font-size: 0.75em; color:#333;}

img {	border:0px;}

h1 {font-size:1.33em;}

h2 {font-size:1.16em;}

h3{	font-size:1em;}

table{width: 600px;margin:30px auto;}

a:link, a:visited{color:#333;text-decoration:none;}
a:hover, a:active{color:#666;}

#wrapper{margin:0px auto; width:800px;}

.error{ color:#FF0000;font-weight:bold;	font-size:1em;}
.form_error{	border: 2px solid #FF0000;}