html, body, form, h1, h2, h3, h4, h5, h6, p, ul, li {
	border: none;
	padding: 0;
	margin: 0;
}


body{
	font-family: Verdana;
	font-size: 12px;
	color: #333;
}
a{
	color: #333;
}
a:hover{
	text-decoration: none;
}
a img{
	border: none;
}

div.clear{
	clear:both;
}
div.spacer{
	height: 10px;
}

/****************************************************************************************/

#header{
	height: 63px;
}
#header h1{
	font-size: 16px;
	position: relative;
}
#header h1 span{
	position: absolute;
}
#header h1 .main{
	text-indent: 300px;
	line-height: 30px;
	overflow: hidden;
	display: block;
	width: 265px;
	height: 24px;
	background: url("../img/clairesoubeyran.gif") no-repeat;
	
	top: 16px;
	left: 390px;
}
#header h1 .top{
	width: 300px;
	padding-right: 30px;
	padding-bottom: 1px;
	text-align: right;
	border-bottom: 1px solid black;
	top: 12px;
}
#header h1 .bottom{
	font-weight: normal;
	top: 34px;
	left: 177px;
}
#header .line{
	position: absolute;
	height: 220px;
	width: 32px;
	border-right: 1px solid black;
}
#header .langFlag{
	position: absolute;
	top: 11px;
	left: 8px;
}


#header .langen, #header .langfr{
	display: block;
	width: 16px;
	height: 11px;
	background: url("../img/en.gif") no-repeat;
}
#header .langen:hover, #header .langfr:hover{
	text-decoration: none;
}
#header .langfr{
	background-image: url("../img/fr.gif");
}


/****************************************************************************************/


#menu, #col1, #col2{
	float: left;
}

#menu{
	position: relative;
	width: 205px;
	height: 550px;
	background: url("../img/flute.jpg") no-repeat 38px 0;
}
#menu ul{
	list-style: none;
	border-right: 1px solid black;
	margin: 24px 0 0 76px;
	padding: 20px 0 22px 0;
}
#menu ul a{ text-decoration: none; }
#menu ul a:hover{ text-decoration: underline; }

#menu ul li{
	background: none;
	padding-left: 0;
}
#menu ul li h2{
	font-size: inherit;
	background: url("../img/blackpx.gif") repeat-x 0 11px;
}
#menu ul li a{
	background: white;
	padding-right: 4px;
}

#menu .logo{
	position: absolute;
	top: 80px;
	left: 90px;
}

/****************************************************************************************/
#col1, #col2{
	margin-left: 30px;
	margin-top: 24px;
	text-align: justify;
}
#col1{
	width: 125px;
	overflow: visible;
}
#col2{
	width: 580px;
	overflow: auto;
	margin-bottom: 50px;
}


/****************************************************************************************/

p{
	margin-bottom: 10px;
}
ul{
	list-style: none;
	margin-bottom: 10px;
}
ul li{
	background: url("../img/square.gif") no-repeat 2px 6px;
	padding-left: 9px;
}
ul.submenu li{
	margin-bottom:10px;
}
ul li.on{
	font-weight: bold;
}
ul li a{
	text-decoration:none;
}
ul li a:hover{
	text-decoration:underline;
}

h4{
	padding-left: 10px;
	margin-bottom: 10px;
	font-style: italic;
}



img.left{
	float: left;
	margin-right: 10px;
}
img.right{
	float:right;
	margin-left: 10px;
}


.nomargin{
	margin: 0;
}

.txtcenter{
	text-align: center;
}
.txtright{
	text-align: right;
}

div.half{
	width: 50%;
	float: left;
}
div.third{
	width: 33.3%;
	float: left;
}
div.doublethird{
	width: 66.6%;
	float: left;
}



table{
	border-collapse: collapse;
	width: 100%;
}
table td{
	padding: 0;
}
table.liste tr td{
	padding-top: 10px;
	border-top: 1px solid #999;
}
table tr.opt td{
	padding-top: 0;
	border: none;
	padding-left: 18px;
	background: url("../img/square.gif") no-repeat 11px 6px;
}
table tr.pad td{
	padding-bottom: 10px;
}
table tr td.prix{
	text-align: right;
	font-weight: bold;
	background: none;
}

/****************************************************************************************/


.mceContentBody div.third{
	width:30%;
}
.mceContentBody div.half{
	width:48%;
}
