body 	{
/*	background-color: #000000;*/
	font-family: Arial;
	font-size: 12px;
	margin: auto;
}

/* MENU */
.case 	{
	float: left;
	width: 100px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
/*	line-height: 30px;*/
	list-style-type: none;
/*	background: url('img/menu_case.png') no-repeat;*/
}

.subcase 	{
	width: 150px;
	height: 15px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
/*	line-height: 30px;*/
	list-style-type: none;
/*	background: url('img/menu_subcase.png') no-repeat;*/
}


/* CHAMPS */
fieldset	{
	position: relative; /* IE Only */
	padding-bottom: 6px; /* IE Only */
	padding-top: 1px; /* Mozilla correction border-top */
	margin-bottom: 10px; /* IE Only */
	border: 1px solid #932525;
	-moz-border-radius: 8px;
	background: 0px 0px url('img/fond.png') no-repeat transparent;
	background-color: #FFFFFF;
/*	opacity: 0.6;*/
}
fieldset legend	{
	position: relative; /* IE Only */
	top: -0.6em; /* IE Only */
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
fieldset div	{
	margin-left: 10px;
	margin-right: 10px;
}

/* PHOTOS */
fieldset#thb	{
	margin-left: auto;
	margin-right: auto;
}
fieldset#thb div	{
	overflow: hidden;
}
fieldset#thb div ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
fieldset#thb div ul li	{
	float: left;
	overflow: hidden;
	width: 110px;
	list-style-type: none;
}

div#pages	{
	line-height: 1.8em;
	text-align: center;
}
div#pages span	{
	border: 1px solid #932525;
	color: #932525;
	font-variant: small-caps;
	font-size: 11px;
	margin: 1px;
}

img	{
	border: 1px solid #932525;
}
a:hover	img	{
	border: 1px solid #EDE628;
}

/* AUTRES */
.center	{
	text-align: center;
}
.code	{
	background-color: #F7F0F0;
	color: #932525;
	border: 1px solid #932525;
	text-align: left;
	font-size: 9px;
	font-family: Courier;
}
.title	{
	color: #932525;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

span#CR	{
	color: #EDE628;
	text-align: center;
	font-size: 11px;
}

.err	{
	background-color: #932525;
	color: #EDE628;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

input	{
/*	background-color: #932525;*/
	border: 1px solid #932525;
	color: #932525;
	font-size: 11px;
}

select	{
/*	background-color: #932525;*/
	border: 1px solid #932525;
	color: #932525;
	font-variant: small-caps;
	font-size: 10px;
}

/* LINKS */
a:link, a:visited	{
	color: #932525;
	text-decoration: none;
}
a:hover	{
	color: #932525;	
	text-decoration: underline;
}

.err a:link, .err a:visited	{
	color: #FFFFFF;
	text-decoration: none;
}
.err a:hover	{
	color: #FFFFFF;	
	text-decoration: underline;
}

.subcase a:link, .subcase a:visited	{
	color: #932525;
	text-decoration: none;
}
.subcase a:hover	{
	color: #932525;	
	text-decoration: underline;
}

div#menu a:link, 
div#menu a:visited	{
	color: #EDE628;
	text-decoration: none;
}
div#menu a:hover	{
	color: #EDE628;	
	text-decoration: underline;
}
