/********/
/* HTML */
/********/
body {
	background-color: #8BBA5D
}
body,td,th {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
a {
    color: #336600;
	font-family : Verdana;
   font-size : 12px;
   font-weight: normal;
}

a.clean {
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #cc6600;
}
th {
	text-align	: right;
}
input,
textarea,
select {
	border			: 1px #5D7629 solid;
	background-color: transparent;
	font-family		: Verdana, Geneva, sans-serif;
	font-size		: 12px;
}
input.checkbox {
	border	: 0;
}
input.bouton {
	font-size		: 13px;
	font-weight		: bold;
	padding			: 6px;
}
hr {
	border			: 0;
	height			: 1px;
	border-top		: 1px #666666 dashed;
}


/******/
/* ID */
/******/
#contenu {
	padding		: 5px;
	text-align	: justify;
}
#menu div {
	margin : 5px;
}
#menu a {
	font-weight	: bold;
}
/* Bulletin Participation soirée */
#bouton_participation_soiree {
	border		: 2px #008000 solid;
	color		: #000000;
	background	: #FFFF99;
	font-size	: 22px;
	position	: absolute;
	width		: 500px;
	margin-top	: -65px;
	text-align	: center;
	margin-left	: 85px;
}
#bouton_participation_soiree a:link,
#bouton_participation_soiree a:visited,
#bouton_participation_soiree a:hover,
#bouton_participation_soiree a:active {
	color			: #000000;
	font-size		: 22px;
	font-weight		: bold;
	text-decoration	: none;
}


/***********/
/* CLASSES */
/***********/
.stylewarning {font-size: 10px; font-weight: bold; font-family: Verdana; color: #FF0000;}
.stylelogo {font-size: 14px; font-weight: bold; font-family: Verdana; color: #000000;}
.styledesign {font-size: 10px; font-weight: bold; font-family: Verdana; color: #ffffff;}
.styleMenu {font-size: 12px; font-weight: bold; font-family: Verdana; color: #ffffff;}
.styleecriture {font-size: 10px; font-family: Verdana; color: #000000;}
.stylelienmail {font-size: 10px; font-weight: bold; font-family: Verdana;}
.stylewebmaster {font-size: 10px; font-weight: bold; font-family: Verdana; color: #84B5FF;}
.styletitre {
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}
.erreur {
	color		: #CC0000;
	font-size	: 14px;
	font-weight	: bold;
	text-align	: center;
}
.ok {
	color		: #009900;
	font-size	: 14px;
	font-weight	: bold;
	text-align	: center;
}
.image {
	border	: 1px #CCCCCC solid;
}