body 
{
	margin: 5px 0 0;
	padding: 0;
	background-color: #fff;
}

div, a, p, select, option, input, button, textarea,
a:link, a:visited, a:active, a:hover, h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #666;
}

a:link, a:visited
{
	text-decoration: underline;
}

a:active, a:hover
{
	text-decoration: none;
}

button, .button
{
	border: none;
	background-color: transparent; 
	cursor: pointer;
	padding: 0;
	margin-left: auto;
	text-align: right;
	text-decoration: underline;
	width: 100px;
	height: 21px;
	vertical-align: baseline;
}

table
{
	border-collapse: collapse;
}

td, th
{
	padding: 0;
}


img
{
	border: 0;
}

ul
{
	margin-top: 0; 
	margin-bottom: 0;
}

/*\*/
* html .clearfix, * html .iefix { height: 1%; } /* Holly hack, ie win */
/**/

/* clear both hack, gecko, opera and khtml */
.clearfix:after
{
    content: "."; 	/* gecko needs content "." */
    display: block; 
    line-height: 0; /* opera needs this with content "." */
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear
{
	clear: both; /* ie mac only */
}

#header
{
	position: relative;
	width: 760px;
}

#lang .border,
#topnav .border, 
#mainnav .border 
{
	border-right: 1px dotted #999;
}

#lang, 
#topnav
{
	float: right;
	margin: 0 0 0 15px;
}

#lang a, #lang a:link, #lang a:visited, 
#topnav a, #topnav a:link, #topnav a:visited
{
	font-size: 10px;
	text-decoration: none;
	line-height: 13px;
	padding: 0 8px;
}

#lang a.on, #lang a:active, #lang a:hover
{
	background-color: #d5dbea;
}

#topnav a.on,  
#topnav a:active, #topnav a:hover
{
	background-color: #d5dbea;
}

#logo
{
	position: relative;
	top: 5px;
	width: 1%;
	margin: 0 0 10px 15px;
}

#mainnav
{
	background-color: #f7931d;
}

#mainnav a, #mainnav a:link, #mainnav a:visited
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 15px;
	letter-spacing: 1px;
	float: right;
	color: #333;
	padding: 2px 7px;
}

#mainnav a.off
{
	background-color: #fff;
}

#mainnav a.on,
#mainnav a:active, #mainnav a:hover
{
	background-color: #d5dbea;
}

#head
{
	position: relative;
	background-color: #f7931d; 
}

#head p
{
	position: absolute; /* absolute position for ie mac */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
	width: 476px; /* because of absolute position */
	margin: 0 0 0 10px;
}

#head p.title
{
	top: 35px;
}

#head p.sub 
{
	top: 56px;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	letter-spacing: 1px;
}

#head img.float
{
	float: right; 
}

* html #head img.float
{
	margin: 0 -3px;  /* ie 3px margin hack */
	ma\rgin: 0; /* ie 6 strict is correct */
}

#head img.bottom
{
	position: absolute;
	top: 100px;
}

.grey
{
	background-color: #f3f3f4;
	border-bottom: 1px solid #999;
}


.wide
{
	width: 100%;
	clear: both;
}

.container
{
	width: 760px; 
}

.content
{
	padding: 10px 0 10px 10px; /* avoid box model problem */
}

.left1
{
	margin: 0 284px 0 0;
}

.right1
{
	float: right; 
	width: 274px;
}

.left2
{
	margin: 0 440px 0 0;
}

.right2
{
	float: right; 
	width: 430px;
}

div.box 
{
	position: relative;
	border: 1px solid #999;
	margin-bottom: 10px;
	background-color: #fff;
}

div.box p.title
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #999;
	padding: 1px 13px;
	margin: 0;
}

div.box div.liste
{
	margin: 0;
}

div.liste a, div.liste a:link, div.liste a:visited
{
	text-decoration: none;
	display: block;
	padding: 2px 13px;
	margin: 0;
}

div.liste a:active, div.liste a:hover
{
	background-color: #d5dbea;
}

div.liste .border
{
	border-bottom: 1px dotted #999;
}

div.news p
{
	padding: 13px 13px 2px;
}

.center
{
	text-align: center;
}

.r
{
	text-align: right;
}

h2
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f93;
	margin-top: 10px;
	padding-bottom: 6px;
}

div.textbox p, h3, h2
{
	padding: 0 20px;
}

h3
{
	font-weight: bold;
}

div.box span.chapter
{
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f93;
	padding: 0;
	margin: 6px 0 2px;
}


div.box li
{
	margin: 0 0 6px;
	padding: 0;
}

div.box p, div.box span
{
	display: block;
	margin: 2px 0 6px;
}

.floatbox
{
	position: relative;
	top: -1px;
	width: 150px;
	height: 100px;
	background-color: #f3f3f4;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}

div.textbox .left
{
	float: left;
	left: -1px;
	margin-right: 20px;
	border-right: 1px solid #999;
}

div.textbox .right
{
	float: right;
	right: -1px;
	margin-left: 20px;
	border-left: 1px solid #999;
}


div.boxnav
{
	position: relative;
	top: 1px;
	z-index: 99;
}

div.boxnav a, div.boxnav a:link, div.boxnav a:visited
{
	text-decoration: none;
	display: block;
	float: left;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	line-height: 17px;
	padding: 0 8px;
}

div.boxnav a.on, 
div.boxnav a:active, div.boxnav a:hover
{
	color: #333;
	background-color: #fff;
}

div.boxnav a.on
{
	border-bottom: 1px solid #fff;
}

div.boxnav a.first
{
/* 	border-left: 1px solid #bbb; */
}
div.boxnav div
{
	float: left;
	width: 1px;
	height: 19px;
	background-color: #999;
}

div.box p.nomargin
{
	margin: 0 0 6px;
	padding: 0;
}


#listelocation table a,
#listelocation table a:link,
#listelocation table a:visited,
#listelocation table a:active,
#listelocation table a:hover
{
	text-decoration: none; 
	display: block; 
	width: 100%; 
	padding: 4px 0;
	line-height: 16px;
}

#listelocation table a.header,
#listelocation table a.header:link,
#listelocation table a.header:visited,
#listelocation table a.header:active
{
	text-decoration: underline;
}
#listelocation table a.header:hover
{
	text-decoration: none;
}


#listelocation table td.last
{
	padding-right: 20px;
}

#listelocation table td.first
{
	padding-left: 20px;
}

#menulocation div.title
{
	padding-left: 8px; 
	background-color: #f3f3f4; 
	border-top: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
	margin: 3px 0;
}

#menulocation div
{
	padding: 5px 0 5px 15px;
}

#menulocation form
{
	margin: 0;
	padding: 0;
}

form.contact
{
	margin-top: 20px;
	padding: 0 20px;
}

form.contact input, form.contact textarea
{
	border: 1px solid #999;
}

form.contact td.r
{
	text-align: right;
	padding: 0 20px;
}

a.boxnav, a.boxnav:link, a.boxnav:visited
{
	position: relative;
	top: 1px;
	text-decoration: none;
	display: block;
	width: 1px;
	border: 1px solid #999;
	line-height: 17px;
	padding: 0 8px;
}

a.boxnav.on, 
a.boxnav:active, a.boxnav:hover
{
	color: #333;
	background-color: #fff;
}

/*style perso*/ 
.space10 {padding-left:10px;}
.title_dem_info {color:#f93; font-weight:bold; padding-top:4px;}