 /* redefinition des elements */
body {
	color: #333333;
	font-family: arial, helvetica, sans-serif;
}
h4 {
	font: bold small arial, helvetica, sans-serif;
}
h3 {
	font: bold small arial, helvetica, sans-serif;
}
th {
	font-weight: bold;
	font-size: small;
	background-color: #ffffff;
	border : 1px solid #DCDCDC;
}
td {
	font-size: small;
	background: #ffffff;
	border : 1px solid #DCDCDC;
}
input[type="button"] {
	font-family: arial, helvetica, sans-serif;
	border : 1px solid black;
	border-style : outset;
	background-color : #E0E0E0;
	background-image : url(fondbouton.jpg);
	background-repeat : repeat-x;
}
input[type="submit"] {
	font-family: arial, helvetica, sans-serif;
	border : 1px solid black;
	border-style : outset;
	background-color : #E0E0E0;
	background-image : url(fondbouton.jpg);
	background-repeat : repeat-x;
}
select {
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	border-bottom: #333333 1px solid;
	font-family: arial, helvetica, sans-serif;
}
textarea {
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	border-bottom: #333333 1px solid;
	font-family: arial, helvetica, sans-serif;
}
/* class element */
form.magic {
	padding : 2px 2px 2px 2px;
	font-size : xx-small;
}
input.magic {
	font : xx-small;
	font-family: arial, helvetica, sans-serif;
	border : 1px solid black;
	border-style : outset;
}
select.magic {
	font : xx-small;
	padding : 1 px;
}
/* class */
.petitrouge {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color : #FF0033;
}
.titre {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	background-color: #cccccc;
}
.textecenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-align : center;
}
.petit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.tableau {
	width: 80%;
	border : 1px outset Gray;
	margin-left : auto;
	margin-right : auto;
}
.fichier {
	text-align : center;
}
.menu {
	font-size : small;
	font-family : Arial, Helvetica, sans-serif;
}

.center {
	text-align : center;
}

td a {
	font-family: arial, helvetica, sans-serif;
	border : 1px solid black;
	background-color : #E0E0E0;
	border-style : outset;
	line-height : 170%;
	text-decoration : none;
	padding-left : 2px;
	padding-right : 2px;
	padding-bottom : 2px;
	background-image : url(fondbouton.jpg);
	background-repeat : repeat-x;
}
.menu a {
	font-family: arial, helvetica, sans-serif;
	border : 1px solid black;
	background-color : #E0E0E0;
	border-style : outset;
	line-height : 170%;
	text-decoration : none;
	padding-left : 2px;
	padding-right : 2px;
	padding-bottom : 2px;
	background-image : url(fondbouton.jpg);
	background-repeat : repeat-x;
}
td a:hover {
	background-color : Red;
	border : 1px solid black;
	border-style : outset;
}
.menu a:hover {
	background-color : Red;
	border : 1px solid black;
	border-style : outset;
}