/* ********************************************************************** */
/* Page générale */
/* ********************************************************************** */

body {
	background-color: #E1E1E1;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

a {
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}

a:hover {
	color: #DDAA11;
	text-decoration: underline;
}

/* Titres */

h1 {
	border-bottom: 1px solid #777777;
	margin-bottom: 30px;

	color: #555555;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

img {
	border: 0px;
	margin: 0px;
}

/* ********************************************************************** */
/* Interface */
/* ********************************************************************** */

#global {

	margin: 0px auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

/* ********************************************************************** */

#header {
	clear: both;
	text-align: center;
	height: 80px;
}

/* ********************************************************************** */

#menubar {
	clear: both;
	text-align: center;
	font-size: 1.05em;
	letter-spacing: 1px;
		
	height: 15px;
	border-top : 1px solid #777777;
	border-bottom : 1px solid #777777;
	background-color: #FAFAFA;
	
	padding: 2px;
	padding-right: 8px;
}

#menubar a {
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}

#menubar a:hover {
	color: #DDAA11;
	text-decoration: underline;
}

/* ********************************************************************** */

#contentbox {
	padding: 10px;
	color: #555555;
}

.frame {
	text-align: center;
	border: 1px dashed #DDDDDD;
	background-color: #FDFDFD;
	padding: 5px;
}

.sort-arrow {
	clear:both;
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}

.sort-arrow.descending {
	background-image:		url("../gfx/downsimple.gif");

}

.sort-arrow.ascending {
	background-image:		url("../gfx/upsimple.gif");
}

#recap {
	text-align: center;
	border : 1px solid #777777;
	border-collapse: collapse;
	margin-bottom: 30px;
}

#recap thead td {
	cursor: pointer;
	padding: 4px;
	padding-top: 10px;
	background-color: #F9F9F9;
	font-weight: bold;
	border : 1px solid #777777;
	border-left : 1px dashed #DDDDDD;
	border-right : 1px dashed #DDDDDD;
}

#recap tbody tr:hover {
	background-color: #F9F9F9;
}

#recap tbody td {
	padding: 1px;
	white-space: nowrap;
	border : 1px dashed #DDDDDD;
}

.prix {
	text-align: right;
}

.prixcg {
	text-align: right;
	font-weight: bold;
}

.orga {
	font-weight: bold;
}

#recap tfoot {
	background-color: #F9F9F9;
	font-weight: bold;
	border : 1px solid #777777;
}

#recap tfoot td {
	padding: 4px;
	white-space: nowrap;
	border-left : 1px dashed #DDDDDD;
	border-right : 1px dashed #DDDDDD;
}

#legende {
	text-align: center;
	width:100%;
}

/* ********************************************************************** */

#footer {
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding : 5px;
	border-top: 1px solid #777777;
	background-color: #FAFAFA;
}

#footer img {
	margin: 2px;
	margin-bottom: 0px;
}

#cnil {
	margin: 5px auto;
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
}

#cnil img {
	border: 1px dotted #777777;
}

#spacer {
	clear: both;
}
