@CHARSET 'UTF-8';

/* CSS Document */
/***********************************/
/********* - general.css - *********/
/* Version : CSS 2                 */
/* Auteur : Jean-Philippe VANTELON */
/* Tous droits réservés (2008)     */
/***********************************/

/****************/
/*** - body - ***/
/****************/
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #0c94e2;
	background-color: #deecfd;
}
/*************/
/*** - a - ***/
/*************/
a {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #0c94e2;
}
/*************************/
/*** - h1, h2, h3... - ***/
/*************************/
h1 {
	margin: 2px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-variant: small-caps;
	font-weight: bold;
	color: #0c94e2;
	text-align: center;
	text-decoration: underline;
}
h2 {
	margin: 2px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-variant: small-caps;
	font-weight: lighter;
	color: #0c94e2;
	text-align: center;
}
h3 {
	margin: 2px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #0c94e2;
	text-align: center;
	text-decoration: underline;
}
h4 {
	margin: 2px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: lighter;
	color: #0c94e2;
	text-align: center;
}
h5 {
	margin: 2px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	color: #0c94e2;
	text-align: left;
}
h6 {
	margin: 2px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: lighter;
	color: #0c94e2;
	text-align: left;
}
/***********************************/
/*** - fieldset, input, select - ***/
/***********************************/
fieldset {
	border-style: solid;
	border-width: 1px;
	border-color: #0c94e2;
	padding: 10px;
	margin: 0px;
}
fieldset legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #0c94e2;
}
fieldset div {
	text-align: center;
	padding: 5px;
}
fieldset span {
	margin-top: -5%;
	margin-right: 3%;
	margin-bottom: 1%;
	margin-left: 3%;
	white-space: nowrap;
}

input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #0c94e2;
	text-align: center;
}
input[type="file"] {
	text-align: left;
}

select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #0c94e2;
	text-align: center;
}

textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #0c94e2;
}
/*****************/
/*** -  EOF  - ***/
/*****************/
