/*************************** BALISES *********************************/
noscript p {
text-align: center;
background: #4b4b4b;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.78em;
margin: 0;
padding: 0;
background:#909090 url('../img/bg.jpg') repeat-x;
color:#4b4b4b;
/* scrollbar IE */
}

h2 {
font-size: 14px;
font-weight: bold;
color: #9d1837;
}

h3 {
	font-size: 18px;
	color: #b41239;
	font-weight: bold;
	margin:7px 0;
}

h4 {
	font-size: 14px;
	color: #b41239;
	font-weight: bold;
	margin:7px 0;
}

legend {
margin: 2px 0 2px -10px;
width: 100%;
}
p, li {
	margin:0;
	line-height: 120%;
}
p.texte {
margin: 5px 0;
text-align: justify;
}
strong {
	font-weight: bold;
	color:#b41239;
}
.titre_plats {
	font-weight: bold;
	color:#500034;
}
a {
color: #006fb4;
}
a.current {
color: #9d1837;
text-decoration: none;
}
input[type=text], textarea {
	margin: 2px 0 3px 0;
	background: #fff url('../img/bg-input.gif') repeat-x;  
	border-top:1px solid #838383;
	border-right:1px solid #C4C4C4;
	border-bottom:1px solid #C4C4C4;   
	border-left:1px solid #838383; 
}
input[type=submit] {
	margin:0;
}
table {
border-collapse: collapse;
}
/***************************** BALISES END *****************************/

/**************************** LAYOUT ***********************************/
#wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	width: 968px;
	margin-left: -484px;
}

#header{
	width: 968px;
	height:236px;
}

#header.de{
	width: 968px;
	height:236px;
	background: #fff url('../img/headerde.jpg') no-repeat 0 0;
}

#header.fr{
	width: 968px;
	height:236px;
	background: #fff url('../img/headerfr.jpg') no-repeat 0 0;
}

#header.en{
	width: 968px;
	height:236px;
	background: #fff url('../img/headeren.jpg') no-repeat 0 0;
}

#lang_selector{
	width: 100px;
	height: 40px;
	position:relative;
	top:5px;
	left:12px;}

#menu {
	width: 170px;
	height: 156px;
	position:relative;
	top:23px;
	left:710px;
}

#date{
	font-size:90%;
	width: 230px;
	height: 20px;
	position:relative;
	top:0;
	left:688px;
	text-align:center;
}
	
#main {
	width:968px;
	height:456px;
	background: #fff url('../img/main.jpg') no-repeat 0 0;
}

#accueil #main {
	width:968px;
	height:456px;
	background: #fff url('../img/main_accueil.jpg') no-repeat 0 0;
}

#anim {
	width:968px;
	height:456px;
}

#photo{
	float:left;
	width:205px;
	height:439px;
	padding:7px 0 0 11px;}
	
.photo-wrapper{
	width:280px;
	height:110px;
	overflow: hidden;
}

#accordion {
	float:left;
	width:434px;
	height:326px;
	margin:100px 0 0 0;
	padding:10px 20px;
}

#noaccordion {
	float:left;
	width:434px;
	height:326px;
	margin:100px 0 0 0;
	padding:10px 20px;
}

h3.accordion {
	cursor: pointer;
	font-size: 18px;
	color: #b41239;
	font-weight: bold;
	margin:7px 0;
	padding:0 20px;
}


#img_right{
	float:left;
	width:250px;
	height:346px;
	margin:100px 0 0 17px;
	}

#map{
	float:left;
	width:485px;
	height:346px;
	margin-top:100px;}
	
#contact{
	float:left;
	width: 253px;
	height: 346px;
	margin:100px 0 0 219px;}

#footer {
	float:left;
	width: 968px;
	height:87px;
	background:url('../img/footer.jpg') no-repeat 0 0;
	text-align:center;
}

#footer a {
color: #0e76b2;
text-decoration:none;
}

#footer a:hover {
color: #4b4b4b;
text-decoration:none;
}

#footer p {
padding-top:20px;
font-size:90%;
}
/**************************** LAYOUT END ***********************************/

/*********************************  NAV  ***********************************************/
#nav {
	font-size: 13px;
	margin:0;
	font-weight:bold;
}
#nav li {
	float: left;
	text-align: center;
	width: 170px;
	padding:8px 0 0 0;
}
#nav a:link, #nav a:visited {
	font-size: 100%;
	color: #006fb4;
	text-decoration: none;
	text-align: center;
	padding:0;
}
#nav a:hover, #nav a:link.active, #nav a:visited.active, #nav a:hover.active {
	color: #9d1837;
}
/*********************************  NAV END  ***********************************************/

/*********************** CONTENT *********************************/
fieldset{
	float:left;
	margin-right:20px;
	}

label {
	display: block;
	margin-top: 2px;
}
fieldset.message textarea {
	width: 270px;
	height: 60px;
}
fieldset.validation {
	clear: left;
}
#contact .nous_ecrire {
	float: left;
	width: 270px;
}
/*********************** CONTENT END *********************************/

/*********************** CLASSES *********************************/
.pagination {
	height: 2em;
	line-height: 2em;
}
.pagination a, .pagination span {
	padding: 0.1em 0.3em;
}
.pagination a {
	color: #2C347F;
}
.pagination span.disabled, .pagination span.current {
	color: #777;
}
.gauche {
	float: left;
}
.droite {
	float: right;
}
.aligne_centre {
	text-align: center;
}
.aligne_droite {
	text-align: right;
}
.justifie {
	text-align: justify;
}
.nomargin {
	margin: 0;
}
.reset {
	clear: both;
}
.nofloat {
	float: none;
}
.nobg {
	background: none;
}
.curseur_lien {
	cursor: pointer;
}
.cache {
	display: none;
}
/*********************** CLASSES END *********************************/
