/* attributs de la balise "body" */
body {
	background-color: #DACBB8;
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
}


/* attributs des balises "a" */
a {
	background-color: inherit;
	color: #336666;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}

a:hover {
	background-color: inherit;
	color: #FFBF00;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: underline;
}

a.copyright {
	background-color: inherit;
	color: #333333;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: xx-small;
	text-decoration: none;
}

a.copyright:hover {
	background-color: inherit;
	color: #333333;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: xx-small;
	text-decoration: underline;
}

a.menu {
	background-color: inherit;
	color: #ffffff;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: x-small;
	text-align: center;
}

a.menu:hover {
	background-color: inherit;
	color: #ffcc00;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: small;
	text-decoration: none;
}

a.info {
	background-color: inherit;
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
	border-bottom: 1px gray dotted;
	text-decoration: none;
}

a.info:hover {
	background-color: inherit;
	color: #FFA500;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}

a, img {
  border: none;
}

abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}


/* attributs des balises utilisées dans les forumulaires */
textarea {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: x-small;
	border: thin solid #A5ACB2;
	background-color: #FFFFFF;
	color: #000000;
}

input {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: x-small;
	border: thin solid #A5ACB2;
	background-color: #FFFFFF;
	color: #000000;
}

select {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: x-small;
	border: thin solid #A5ACB2;
	background-color: #FFFFFF;
	color: #000000;
}


/* autres attributs */
.confirmation {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: x-small;
	text-align: center;
}

.copyright {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: xx-small;
}

.moyen {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: x-small;
}

.petit {
	background-color: inherit;
	color: #808080;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: xx-small;
}


/* Cadre general entourant les tableaux et les formulaires */
fieldset
{	
	padding: 8px;
	border: 1px solid #EFC718;
	background-color: #F7F7F7;
	position: relative;
	margin: 10px 10px 0px 10px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.u {
	text-decoration: underline;
}