/*************************************************
	http://archipork.free.fr
**************************************************
	style.css
	01/10/2007
	isoat.fr
**************************************************/
body {
	margin: 0;
	padding: 10px;
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 80%;
}


/*************************************************
	LIENS
**************************************************/
a, a:link, a:active  {
	background-color: transparent;
	color: #0000A0;
	text-decoration: none;
}
a:hover {
	background-color: transparent;
	color: #0000A0;
	text-decoration: underline;
}

/*************************************************
	H
**************************************************/
h1 {
	margin: 5px 0 15px 0;
	padding: 0;
	font-size: 2.5em;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: 1px #000000 solid;
	/* text-align: center; */
}
h2 {
	margin: 20px 0;
	padding: 0;
	font-size: 2em;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: 1px #000000 solid;
	/* text-align: center; */
}
h3 {
	margin: 8px 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: bold;
	/* font-variant: small-caps;
	border-bottom: 1px #000000 solid; */
}

/*************************************************
	TEXTE
**************************************************/
.p {
	font-size: 0.90em;
}
.gris {
	color: #808080;
}

.indent {
	margin: 0 0 0 50px;
}

/*************************************************
	RAZ
**************************************************/
img {
	border-width: 0;
}
p, form {
	margin: 0;
}
pre {
	margin: 0;
	font-size: 1em;
}
fieldset {
	margin: 0;
	border-width: 0;
}
th {
	font-weight: bold;
	text-align: center;
}
td {
	font-size: 1em;
}

ul {
	margin: 0 0 0 5px;
	padding: 5px 0 5px 30px;
}
li {
	margin: 0 0 0 5px;
	padding: 0;
}

/*************************************************
	FORMULAIRE
**************************************************/
.tdtitre {
	width: 120px;
	text-align: right;
	font-weight: bold;
	font-size: 0.90em;
}
.form {
	background-color: #fffbf7;
	color: #000033;
	/* font-family: Verdana, Geneva, Arial, sans-serif; */
	font-size: 1.1em;
	border-right: #cccc99 1px solid;
	border-top: #d3d3c2 1px solid;
	border-left: #d3d3c2 1px solid;
	border-bottom: #cccc99 1px solid;
}

textarea {
	background-color: #fffbf7;
	color: #000033;
	/* font-family: Verdana, Geneva, Arial, sans-serif; */
	font-size: 1.1em;
	border-right: #cccc99 1px solid;
	border-top: #d3d3c2 1px solid;
	border-left: #d3d3c2 1px solid;
	border-bottom: #cccc99 1px solid;
}

.button {
	background-color : #fffdfd;
	color: #000000;
	font-size: 0.9em;
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px; 
	border-color : #000000;
}
.bbselect {
	background-color: #fffbf7;
	color: #000033;
	/* font-family: Verdana, Geneva, Arial, sans-serif; */
	font-size: 0.9em;
	border-top: #d3d3a7 1px solid;
	border-left: #d3d3a7 1px solid;
	border-right: #d3d3a7 1px solid;
	border-bottom: #d3d3a7 1px solid;
}
