.base {
	font-family: "Monotype Corsiva";
	color: #990000;
	font-size: 24px;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}

#content h1{
	margin-top: 0px;
	margin-bottom: 0px;
}

h1,h2 {
	font-family: "Monotype Corsiva";
	font-size: 36px;
	color: #990000;
	margin-top: 10px;
	margin-bottom: 0px;
}
.base2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	/*font-weight: bold;*/
}

.texte_small {
	font-size: 9px;
}

.alerte {
	color: red;
}

.lien_gallerie {
color:#990000;
font-size:1em;
text-decoration:none;
/*font-weight: bold;*/
}

#menu a {
color:#990000;
font-size:1em;
text-decoration:none;
font-weight: bold;
}

#menu a:hover {
color:#505050;
text-decoration:none;
font-weight: bold;
}

#footer {
	font-family: Verdana;
	font-size:10px;;
	text-align: center;
}


#footer a {
color:#d0d0d0;
font-weight:bold;
}

#highslide-credits {
	display: none;
}

.highslide-credits {
	display: none;
}

/* Form elements */

input, textarea
{
	font-family: Verdana, "Lucida Grande", sans-serif;
	font-size: 11px;
	padding: 2px;
	background-color: #eaeaea;
	border: 1px solid #333333;
}

input:focus, textarea:focus
{
	background-color: #f9e089;
	background-color: darksalmon;
}

button
{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 3px 10px 3px 10px;
	background-color: #FFFFFF;
	background-image: url(images/button_bg.gif);
	background-repeat: repeat-x;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, "Lucida Grande", sans-serif;
}

button:focus
{
	-moz-border-bottom-colors: #999999 #738fb3 #999999;
	-moz-border-right-colors: #999999 #738fb3 #999999;
	-moz-border-top-colors: #CCCCCC #738fb3 #CCCCCC;
	-moz-border-left-colors: #CCCCCC #738fb3 #CCCCCC;
}

button:active
{
	border: 3px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
	-moz-border-bottom-colors: #999999 #738fb3 #999999;
	-moz-border-right-colors: #999999 #738fb3 #999999;
	-moz-border-top-colors: #CCCCCC #738fb3 #CCCCCC;
	-moz-border-left-colors: #CCCCCC #738fb3 #CCCCCC;
	
	padding: 4px 9px 2px 11px;
}

form.sheet fieldset
{
	border: 1px solid #990000;
	padding: 12px;
	display: block;
}

form.sheet fieldset legend
{
	background-color: #990000;
	padding: 4px 6px 4px 6px;
	color: white;
	font-weight: bold;
	_margin-bottom: 12px;
}


form.sheet label
{
	display: block;

	width: 20%;
	float: left;
	margin-bottom: 10px;
	padding-right: 2%;
	
	margin-right: 1%;
	_margin-right: 0;
	text-align: right;
}

form.sheet input, form.sheet textarea
{
	/*display: block;*/
	/*_margin-left: -7%;*/ /* fixes a wacky IE bug */
	/*width: 75%;*/
	width: 95%;
	/*float: left;*/
	/*float: right;*/
	/*margin-bottom: 10px;*/
}

form.sheet br
{
	clear: left;
}


form.sheet button
{
	/*float: right;*/
	
	/*margin-right: 14px;*/
}

/* ajout jcb */

.standard_form fieldset
{
	border: 1px solid #3f5475;
	padding: 12px;
	display: block;
}

.standard_form fieldset legend
{
	background-color: #3f5475;
	padding: 4px 6px 4px 6px;
	color: white;
	font-weight: bold;
	_margin-bottom: 12px;
}


/* End of form elements */


