/*

    Style CSS de Kephpage 

*/

/* ------ Balises ------ */

body{
  background-color: #ddd;
  color: #000000;  
  font-family: Sans, Verdana;
  font-size: 90%;
  line-height: 1.6em;  
	text-align: center;
}

h1{
  color: #000000;
  font-style: italic;
  font-size: 2em;
  
  width: 728px;
  height: 50px;  
  margin: 0;
  padding: 25px 0 0 10px;

  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
}

h2{
  font-size: 1.5em;
}

h3{
  font-size: 1.2em;
} 

h4{
  font-size: 1em;
}

a{
  color: #000066;
}

a:hover{
  color: #666;
}

code, .code{
  text-align: left;
  background-color: #F5F2DC;
  padding: 2px;
  font-size: 1em;
  font-family: Monospace, Courier;
  overflow: auto;
}

hr{
	color: #eee;
	height: 1px;
}

/* ------ Classes ------ */

.page_titre{
  text-align: center;
}

.invisible{
  visibility: hidden;
  position: absolute;
}

.localisation{
	font-size: 0.9em;
}

.center{
	text-align: center;
}

.img-no-border{
	border: 0;
}

.programme{
	margin: 20px 0 20px 0;
}

/* ------ IDs ------ */

#change-langue{
	position: relative;
	display: block;
	top: -50px; 
	left: 599px;
	margin: 0;
	height: 0;
	width: 150px;
}

#page{
  padding: 0px;
  width: 740px;
  margin: 0 auto;
	text-align: justify;
}

#content{
  float: left;
  width: 568px;
  background-color: #fff;
  margin: 0 0 10px 0;
  padding: 10px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #000000;
  min-height: 440px;
}

#menu_hr{
  visibility: hidden;
  position: absolute;
}

#hr_page_titre{
  visibility: hidden;
  position: absolute;
}

#menu_titre{
  visibility: hidden;
  position: absolute;
}

#menu_puces{
  
  background-color: #fff;
  float: right;
  width: 149px;
  
  margin: 0px;
  color: #444;
  padding-left: 0px;
  
  border-style: dashed;
  border-color: #000000;
  border-width: 0 1px 1px 0;
}

#menu_puces a{
	color: #000;
}

#menu_puces li{
  border: 0px;
  padding: 10px;
}

#presentation{
  margin-top: 0px;
  width: 100%;
}

#img-deco{
  background-color: #FFFFFF;
  float: right;
  width: 149px;
  
  margin: 0px;
  margin-top: 20px;
  padding-left: 0px;
  
  border-style: dashed;
  border-color: #000000;
  border-width: 1px 1px 1px 0;

  text-align: left;
}

