body {
	margin: 0px;
	background: #949494; //url(../img/fond.gif) repeat;
	font-family: arial, helvetica, sans-serif;
}

#conteneur {
	position: absolute;
	left: 50%;
	top: auto;
	bottom: auto;
	margin-left: -390px;
	width: 780px;
    background:  #Ffffff url(../img/pelloche.gif) repeat-y top left; //F5E783
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	}

/*************************************************/
/*                 HEADER                        */
/*************************************************/

#titre{
/*	position:absolute;top:0px;left:0px;*/
	background: url(../img/Logo.jpg) no-repeat top left;
	width: 780px; 
	height: 95px; 
	text-align: right;
	background-color:#ffffff;//F5E783;
}

#texte_titre{
	font-family: verdana,helvetica,georgia,times,roman,sans-serif;
	font: 50px;
	margin-right: 35px;
	
}

/*************************************************/
/*                 SOMMAIRE                      */
/*************************************************/

#sommaire{
	/*position:absolute;top:90px;left:0px;*/
	background-color:#ffffff;//F5E783;
	padding-left: auto;
	padding-right: auto;
	text-align: center;
	height: 25px;
	
	}

.menu{
	
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 10px;
	font-size: 12px;
	width: auto;
	
	border-style: double;
	border-color: #fff;
	border-width:0px 2px 0px 0px;
	font: 12px;
	font-family: verdana,helvetica,georgia,times,roman,sans-serif;
	font-stretch: expanded;
	letter-spacing: 1pt;
	display: inline;
	color: #D65200;
}

a.menu, a.menu:visited { 
	color: #D65200; 
	text-decoration: none; 
	background: transparent url(../img/bouton1.gif) no-repeat top left;
	font-weight: bold;
	vertical-align: middle;
	height:25px;
} 
a.menu#on { 
	color: #D65200;
	background: transparent url(../img/bouton2.gif) no-repeat top left; 
	height:25px;
} 
a.menu:hover, a.menu:visited:hover{ 
	text-decoration: none; 
	color: black;  
	height:25px;
} 

a.menu#on:hover, a.menu#on:visited:hover{
	background: transparent url(../img/bouton2.gif) no-repeat top left;
	text-decoration: none; 
	color: black; 
	height:25px;	
}

/*************************************************/
/*                 ENCART                        */
/*************************************************/

#encart{
	float: right;
	width: 200px; 
	margin-right: 1%;
   	border-left: dotted 3px #D65200;
	padding-left: 5px;
	padding-right: 70px;
	
	margin-top: 15px;
	background: url(../img/ondes2.png) repeat-y top right; //#990066 #D65200 
	
}

* html #encart {
   width: 180px;
}

#encart a{
	
	text-decoration: underline;
}

#marge{
	height: 100px;
}

#encart h3{
	font-size: 14px;
	color: #D65200;
	/*line-height: 1px;*/
}
#encart h4{
	font-size: 13px;
	font-style : italic;
	color: black;
	/*line-height: 1px;*/
}
#encart h2{
	font-size: 16px;
	color: #D65200;
	font-weight: bold;
	
}

hr{
	visibility: visible; 
	width: 50px;
	color: #D65200;
	
}
#encart ul{
	list-style-type: circle;
	list-style-position: inside;
	
	padding-left: 0px;
	margin-left: 0px;
}



.hidden{
	display:none;
}


/*************************************************/
/*              CORPS                            */
/*************************************************/

#corps{
	background-color: white;
	
	float: right;
	margin-bottom: 20px;
	margin-right: 20px;	
	width: 430px;
	
}
 * html #corps {
   	background-color: #fff;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 15px;
	width: 430px;
}

.titre_arch{
	text-align: center;
	font-weight: bold;
}
  
#corps p{
	margin: 0px 0px 0px 0px;
}

#bidon{
	height: 300px;
	background-color: white;
	
	
	
}

#corps .encadre{
	background-color: white;
	border: 1px solid orange;
}

/*************************************************/
/*              PIED                             */
/*************************************************/

#pied{
background-color: #ffffff;
font-family: verdana,helvetica,georgia,times,roman,sans-serif;
font-weight: bold;
text-align: center;
font-size: 10px;
width: 100%;
height: 50px;
float: right;
border-style: dashed;
border-width: 1px 0px 0px 0px;
border-color: #663300;
padding-top: 5px;
}

#pied span{
	border-style: double;
	border-color: #fff;
	border-width:0px 2px 0px 2px;
	padding-left: 22px;
	padding-right: 22px;
}
/*
.spacer {
  clear: both;
}*/

/*************************************************/
/*             TYPO                              */
/*************************************************/

a{
color: #D65200;
font-size: 14 px;
}

.petit {
color: #D65200;
font-size: 12 px;
text-align: right;
padding-right: 10px;
}

h2{
color: #D65200;
font-size: 18px;
text-align:center;
}

h3{
color: #D65200;
font-size: 16px;
text-align:right;
}

p, ul{
	text-indent: 15px;
	text-align:justify;
	font-size: 14px;
	
}

#corps p, #corps h2, #corps h3, #corps ul{
  	padding: 15px;
  }
  
  