/*/////////////////////////////////////////////////
// GENERAL
/////////////////////////////////////////////////*/

body, table, a, input, select, textarea {
	color: #663300;
	font-family: Arial;
	font-size: 12px;
}

body {
	background-color: #6B5C58;
	margin: 0px;
}

a {
 	text-decoration: underline;
}

img {
	border: 0px;
}

/*/////////////////////////////////////////////////
// IHM
/////////////////////////////////////////////////*/

.skeleton {
	border-left: 1px solid #404040;
	border-right: 1px solid #404040;
}

.banniere {
	background-image: url('/pic/banniere.jpg');
	background-repeat: no-repeat;
}

.skeletonBackground, .menu, .footer {
	background-color: #FFFFFF;
}

.menu {
	background-image: url('/pic/menu.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
}

.menu a {
 	text-decoration: none;
}

.menu a:hover {
 	font-weight: bold;
}

.menu a.selected {
	color: #663300;
	font-weight: bold;
}

.footer {
	text-align: center;
}

/*/////////////////////////////////////////////////
// FORMULAIRE
/////////////////////////////////////////////////*/

input, textarea, select {
	background-color: #FFFFFF;
	border: 1px solid #D4A06E;
	padding-left: 2px;
}

input, textarea {
	padding-right: 2px;
}

.checkbox, .radio {
	border: 0px;
}

/*/////////////////////////////////////////////////
// BOUTON
/////////////////////////////////////////////////*/

a.bouton {
	background-image: url('/pic/bouton.jpg');
	text-decoration: none;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 30px;
	border: 1px solid #663300;
	white-space: nowrap;
}

a.bouton:hover {
	background-image: url('/pic/bouton_roll.jpg');
	text-decoration: none;
	color: #000000;
}

/*/////////////////////////////////////////////////
// DIVERS
/////////////////////////////////////////////////*/

.message {
	color: #0000FF;
}

.erreur {
	color: #FF0000;
}

