html,body,p,div,img,h1,h2,h3,h4,dd,dt,form,table,td,tr  
{  
	margin: 0;  
	padding: 0;  
	border: 0;  
	border-collapse: collapse;  
	border-spacing: 0;
	empty-cells: show;
}
	
body
{
	background: url(style/fond.jpg) repeat-x left top;
	background-color: #292929;
	color: white;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;	
	font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;

}

a
{
	text-decoration: none;
}

#menuBackground
{
	position: fixed;
	top: -1px;
	margin-left: -10px;
	height: 100%;
	width: 210px;
	background: url(style/fondMenu.jpg) repeat center top ;
	border: #7e7e7e 1px solid;
	z-index: 1;
}

#leftColumn
{
	padding: 0 10px;
	width: 190px;
	text-align: center;
	overflow: auto;
	margin-left: -9px;
	z-index: 100;
	color: #fff1B2;
	position: fixed;
}

#centerColumn
{
	margin-left: 190px;
	margin-bottom: 0;
	
}

.centerDiv
{
	margin: 5px auto 0px;
}

.alignCenter
{
	text-align: center;
}

.alignLeft
{
	text-align: left;
}

.imgThumb
{
	text-decoration: none;
	color:  #FFF1B2;
	text-align: center;
	wwidth: 150px;
	padding: 10px 20px;
	margin: 10px;
	bborder: 1px solid #7e7e7e;
	border: 1px solid black;
	display: inline-block;
	vertical-align: bottom;
	cursor: pointer;
	bbackground-color: black;	
	bbackground-color: #2a0a0a;	
	font-size: smaller;
}

.imgThumb img
{
	width: 90%;
	height: auto;
	bbackground-color: green;
	border: 0;
}

.imgThumb span
{
	display: block;
}

.imgThumb:hover
{
	bbackground-color: #080033;
	color: white;
	border: 1px solid #7e7e7e;
}

.thumb_1
{
	width: 500px;
}

.thumb_2, .thumb_4
{
	width: 200px;
}

.thumb_6
{
	width: 140px;
}

.thumb_9
{
	width: 140px;
}

.thumb_10
{
	width: 60px;
}

#leftColumn 
{
	color: #080033;
}

.btn
{
	background-color: transparent;
	color: #FFF1B2;
	margin: 10px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	cursor: pointer;
}

.btn:hover
{
	background-color: #080033;
	font-size: bigger;
	color: white !important; 
	font-style: bold;
}

.bt
{
	border-top: 1px solid #7e7e7e;
}

.bb
{
	border-bottom: 1px solid #7e7e7e;
}

.br
{
	border-right: 1px solid #7e7e7e;
}

.bl
{
	border-left: 1px solid #7e7e7e;
}

#title
{
	/*font-size: 30px;
	text-decoration: bold;
	font-style: bold;*/
	text-align: center;
	margin: 10px 0 0;
	color: white;
}

#accueil, #contact, #biographie
{
	padding: 10px;
}

#dispBody
{
	width: 100%;
	height:500px;
	overflow: auto;
	margin: 0;
	padding: 0px;
	border: 1px solid #7e7e7e;
	border-top: none;
	background: black;
}

#lang
{
	float: right;
	height: 10px;
}

#bottomMenu
{
	text-align: center;
	wwidth: 100%;
}


#imgDiv
{
	overflow: auto;
}

select 
{

	color: #080033;
	background-color: #FFF1B2;
}

input[type=checkbox]
{
}

.selectedMenu
{
	background-color:  #080033 ;
	color:  #FFF1B2;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important; 
}

.popupLt
{
	width: 250px;
	text-align: left;
	color: black;
}

.popupLt p
{
	margin-top: 0;
}


#galeries
{
	padding: 5px;
}

.galerie 
{
	text-decoration: none;
	color:  #FFF1B2;
	vertical-align: middle;
	padding-bottom: 10px;
	display: block;
	width:49.5%;
	float: left;
	border: 1px solid transparent;
}

.galerie img
{
	float: left;
	background-color: black;
	border: 1px solid #7e7e7e;
	border: none;
	padding: 10px;
	margin: 10px;
	width:150px;
}

.galerie:hover
{
	bbackground-color: #080033;
	cursor: pointer;
	border: 1px solid #7e7e7e;
}

.important
{
	color: red;	
}
#menuBar
{
	margin: 0px;
}

#menuBar .btn
{
	margin: 0px 5px;
}

span.name
{
	font-style: italic;
}
span.address
{
	font-size: smaller;
}

#contact label
{
	width:100px;
	display: inline-block;
	vertical-alifgn: top;
	border-bottom: 1px dotted white;
}

#contact form
{
	margin: 50px auto 10px;
	width: 550px;
}

#contact input[type=text]
{
	width: 200px;
}

#contact textarea
{
	width: 400px;
	height: 100px;
	margin-top: 2px;
}

.inputError
{
	background-color: red;
	color: white;
}

#accordion 
{
	background-color: transparent;
}

#accordion h3
{
	line-height:100%;
	padding: 5px;
	margin: 0;
	background-color: transparent;
	background-color: #080033;
	border: 0;
	opacity: 0.7;
	filter: alpha(opacity=70) ; 		
}

#accordion h3 a
{
	color: #FFF1B2;
	padding: 0;
	font-size: 15px;
}

#accordion h3.ui-state-active
{
	opacity: 1 !important;
	filter: alpha(opacity=100) !important; 		
	background-color: #080033;
}

#accordion h3.ui-state-active a
{
	color: white;
}

#accordion h3:hover
{
	background-color: #080033;
	color: white;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important; 		
}


#accordion div
{
	font-size: 12px;	
	ffont-weight: bold;
	padding: 3px 5px;
	text-align: left;
	background-color: #FFF1B2;
	border: 1px solid #080033;
	margin-bottom: 0;
	opacity: 1.00 !important;
	filter: alpha(opacity=100) !important; 		

}

ul 
{
	margin: 0px 15px;
	padding-left:0px;
}

#accordion li a
{
	color: #080033;
}

#accordion li a.active
{
	bbackground-color: cornsilk;
	display: block;
	bborder: 1px solid #dddddd;
	color: red;
}


.hover
{
	text-decoration: underline;
	font-weight: bold;
}

.pub
{
	font-size: 10px;
	text-decoration: none;
	display: none;
}

.ui-accordion, .ui-accordion-header
{
	margin-top: 0px;
}
#lang
{
	margin-top: -25px;
	font-size: smaller;
	height: 100%; 
	margin-right: -2px; 
	border-right: 1px solid #7e7e7e;	
}
#lang .btn
{
	margin: 0;
	background-color: black;
}
