html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
.fixed{
position: fixed;
top: 0;
}
.fixed_bottom{
position: fixed;
top: 550px;
}
* html{
background-image: url(img/blank.jpg); /* Use a 1px x 1px image */ 
}
* html .fixed_bottom{ 
position: absolute; /* position fixed for IE6 */ 
top: expression(550+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');  
} 
* html .fixed{ 
position: absolute; /* position fixed for IE6 */ 
top: expression(0+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');  
}


body {
	font-family: verdana,sans-serif;
	font-size: 12px; 
	line-height: 1; 
	color:#333;
	background: #ffffff;
}
a{
	text-decoration: none;
	border-bottom: dotted 1px;
	color: #382F17;
}
a:hover{
	border-bottom: solid 1px;
	color: #D8CAA0;
}

#page {
	width:848px;
	height: 100%;
	margin: auto;
	background: #fff url(img/bckgnd.jpg) no-repeat fixed 50% 50%;
	border-left: 1px solid black;
	border-right: 1px solid black;
	overflow:hidden;
}
.info {
	color: #77ff77;
}

.chapter{
	background: none;
	height: 600px;
}

.content{
	padding-left: 310px;
}
.content2{
	padding-left: 290px;
}

#page h1{
	padding-top: 150px;
	background: url(img/chapitres.jpg) bottom left no-repeat;
	padding-left: 310px;
	padding-bottom: 10px;
	height: 20px;
	color: #fff;
	font-weight: 900;
}


#top {
	width: 850px;
	height: 10px;
	background: #ffffff;
	margin: auto;
  	left: 50%;
  	margin-left: -425px;
	z-index: 12;
}
#header {
	width: 850px;
	height: 130px;
	background: url(img/header.jpg) top left;
	margin: auto;;
  	left: 50%;
  	margin-left: -425px;
	margin-top: 10px;
	z-index: 10;
	text-indent: -9000px;
}


#menu {
	width: 230px;
	height: 435px;
	background: url(img/menu.jpg) top left no-repeat;
	background-color: #ffffff;
	text-align: right;
	padding-top: 20px;
	margin: auto;
  	left: 50%;
  	margin-left: -370px;
	margin-top: 95px;
	z-index: 11;
	letter-spacing: 1.2pt;
	word-spacing: -2pt;
}

#menu ul{
	list-style: none;
}

#menu ul li{
	height: 35px;
}
	
#menu ul li a{
	color: #fff;
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 20px;
	color: #ffffff;
	border:none;
}
	
	
#menu ul li a:hover {
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;
	border-left: solid 15px #fff;
	border-right:solid 15px #fff;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	/*color: #372E16;*/
}
a img {
	padding: 2px;
	background: #ffffff;
	border: solid 1px #ddd3b5;
	margin: 5px;
}
a:hover img {
	background: #ddd3b5;
}

#images a{
	border: none;
}

#base {
	margin-top: 25px;
}
#accueil_content{
	text-align: center;
}
#main_img {
	opacity: 1;
	border: #ddd3b5 solid 1px;
	padding: 3px;
}
#concept_content h2{
	padding-top: 10px;
	font-weight: 800;
	font-size: 100%;
	padding-right: 10px;
}
#concept_content p{
	font-size: 10px;
	text-align: justify;
	letter-spacing: 1.1pt;
	word-spacing: -1pt;
	line-height: 1;
	padding-top: 10px;
	padding-right: 10px;
}

#concept_content img{
	margin: 10px;
	float: right;
	display: inline;
	border: solid #ddd3b5 1px;
	padding: 3px;
	background: white;
}

#chef_content p{
	padding-top: 10px;
	padding-left: 150px;
	padding-right: 25px;
	font-size: 13px;
	text-align: justify;
	letter-spacing: 1.2pt;
	word-spacing: 0.2pt;
	line-height: 1.4;
}

#chef_content img{
	position: relative;
	z-index: 9;
	right: 15px;
	top: -295px;
	border: solid #ddd3b5 1px;
	padding: 3px;
	background: #ffffff;
}

#cours_content h2{
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 800;
	font-size: 100%;
}
#cours_content h3{
	padding-bottom: 10px;
}
#cours_content ul{
	font-size: 61%;
	margin-left: 30px;
	font-size: 12px;
	letter-spacing: 1.1pt;
}
#cours_content img{
	padding: 3px;
	position: relative;
	top: -200px;
	left: 350px;
	z-index: 9;
	border: solid #ddd3b5 1px;
	background: #ffffff;
}

.box{
	width: 500px;
	margin: 5px;
	padding-top: 150px;
	padding-bottom: 300px;
}
.contentbox {
	border: solid #ddd3b5 1px;
	padding: 5px;
	height: 100%;
	padding-bottom: 20px;
	background: #ffffff;
}
#menus{
	height: 100%;
}
#menus ul{
	list-style: none;
	margin-top: 50px;
}
#menus li{
	height: 60px;
	background: #ffffff;
	border: solid #ddd3b5 1px;
	padding:3px;
	margin: 3px;
	text-align: center;

}
#menus li a{
	color: #958b6f;
	font-weight: 800;
	height: 20px;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	text-decoration:none;
	border: none;
}
#menus li a:hover{
	color: #000000;
	background: #ddd3b5;
	text-decoration:none;
}

#menus h2{
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 800;
	font-size: 100%;
	text-align: center;
	width: 100%;
	background: #ddd3b5;
	color: #958b6f;
}

#menus h3{
	padding-top: 10px;
	padding-bottom: 0px;
	font-weight: 800;
	font-size: 95%;
}
#menus p{
	font-size: 90%;
	padding: 10px;
	padding-bottom: 0px;
}

p.note {
	margin-top: 20px;
	padding-left: 10px;
	font-size: 80%;
}

#cadeau p{
	font-size: 13px;
	text-align: justify;
	letter-spacing: 1.2pt;
	word-spacing: 0.2pt;
	line-height: 1.2;
	padding-right: 10px;
}
#cadeau h2{
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 800;
	font-size: 13px;
	padding-right: 200px;
	letter-spacing: 1.2pt;
	word-spacing: 0.2pt;
	line-height: 1.2;
}
#cadeau ul{
	padding-left: 30px;
	margin-bottom:20px;
	padding-right: 200px;
	font-size: 12px;
	letter-spacing: 1.2pt;
	word-spacing: 0.2pt;
	line-height: 1.2;
}
#cadeau img{
	position: relative;
	top: -270px;
	left: 350px;
	z-index: 9;
	border: solid #ddd3b5 1px;
	background: #ffffff;
	padding-bottom: 3px;
	padding-top: 4px;
}
#vcard{
	background: url(../img/mail.png) #ffffff no-repeat top left;
	border: solid #ddd3b5 1px;
	margin: 30px;
	padding: 13px;
	padding-left: 270px;
	width: 216px;
	height: 236px;
}
#vcard ul{
	list-style: none;
	text-align: center;
	margin-bottom: 20px;
}
#vcard li{
	height: 20px;
}
#contact_info{
	font-weight: 800;
}
#extra {
	height: 500px;
}
#detail h2{
	padding-top: 10px;
	font-weight: 800;
	font-size: 100%;
	padding-right: 10px;
}
#detail p{
	font-size: 10px;
	text-align: justify;
	letter-spacing: 1.2pt;
	word-spacing: -1pt;
	line-height: 1;
	padding-top: 10px;
	padding-right: 10px;
}
#detail ul{
	font-size: 9px;
	text-align: justify;
	letter-spacing: 1.2pt;
	word-spacing: -1pt;
	line-height: 1;
	margin-left: 30px;
}
.result{
	margin: auto;
	width: 400px;
	background: #aaffaa;
	border: dashed #aaaaaa;
	padding: 10px;
}

#editeur{
	margin: auto;
	width: 600px;
	text-align: center;
	margin-top: 30px;
	background: #ffffff;
	border: dashed #333333;
	padding: 20px;
}
#editeur h1{
	font-size: 100%;
}
#editeur ul{
	font-size: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	text-align: left;
}
#editeur ul li{
	height: 20px;
}

#footer {
	width: 850px;
	height: 60px;
	background: url(img/footer.jpg) top right;	
}
#footer p{
	color: #D8CAA0;
	text-align: center;
	padding-top: 45px;
	font-size: 61%;
}
#footer a{
	color: #D8CAA0;
}

#shadow {
	width: 850px;
	height: 1032px;
	background: url(img/shadow.jpg) #ffffff top left no-repeat;	
}


#bottom_container {
	margin: auto;
	background:none;
  	left: 50%;
  	margin-left: -425px;
	z-index: 10;
}
#ie6msg{
	border:3px solid #090; 
	margin:8px 0; 
	background:#cfc; 
	color:#000;
	z-index=99:
	}
#ie6msg p{
	margin:8px; 
	padding:0;
}
#ie6msg p a.getie7{
	font-weight:bold; 
	color:#006;}

#ie6msg p a.ie6expl{
	font-weight:normal; 
	color:#006;
	}