/* Positionnement*/
.idl {
	background-color:#ffe;
	padding:20px 0;
	min-height: 100%;	
	width: 100%;
	position:absolute;
}
.idl .wrapper {
	width:900px;
	margin:0 auto;
	border: solid 2px #827A67;
}
.mceContentBody {
  background-color:#FFFFFF;
}
.idl .header {
	background-image:url('/images/header_flyer.png');
	background-repeat: no-repeat;
	height:242px;
}
.idl .header h1,
.idl .header h2 {
  display: none;
}

.idl .content,
.idl .menu {
  margin-left: 48px;
  margin-right: 48px;
}
.idl .menu {
   margin-top: 15px;
}

.idl .content {
	margin-top: 25px; 
	margin-bottom: 6px;
}

.idl .main-content {
	float:left;
	padding-right:20px;
  width: 529px;
	border-right: 2px solid #7CA618;
}
.idl .sidebar {
	float:right;
	width:221px;
	padding:4px;
}
.idl .pagefull {
	width:100%;
}
.idl .footer {
	clear:both;
	height: 20px;
  background-image:url('/images/papyrus_root_flyer.png');
  background-repeat: no-repeat;
  background-position: 558px;
  padding: 68px 48px 5px 48px;
  font-size: 12px;
}

/* Polices */
.idl{
  font-size: 15px;
  font-family:Gill,Helvetica,sans-serif;
  line-height:1.4em;
}
.idl p,
.idl ul,
.idl ol {
  margin:5px 2px 10px 2px;
}
.idl ul,
.idl ol {
  margin-left: 30px;
}
.idl h1{
  color:#F02A7B;
  font-size:17px;
  margin-bottom:10px;
}
.idl h2 {
  color:#7CA618;
  font-size:16px;
  margin-bottom:10px;
}
.idl h3 {
  font-weight: bold;
  font-size:15px;
  margin-bottom: 4px;
}
.idl blockquote {
  text-align: center;
  border: solid 1px grey;
  margin: 5px 50px 10px 50px;
} 
.idl .header h1, 
.idl .header h2 {
  color:#FFFFFF;
  text-align:center;
}
.idl .header h1 {
  font-size:46px;
  line-height: 60px;
}
.idl .header h2 {
  font-size:28px;
  line-height: 40px;
}
.idl a,
.idl a:visited {
  color:#26A1B3;
}
.idl a:hover {
  text-decoration: underline;
}
.idl .footer p {
	font-size:0.8em;
	text-align:center;
}
.idl .content img {
  margin-left: 10px;
  margin-right: 10px;
}




/* Divers */
.idl .galerie {
	height: 400px;
	width: 100%;
}
.idl .idl-flvVideo {
  text-align: center;
}
.idl form {
	padding:5px;
	margin:4px;
}
.idl form input, .idl form textarea {
	border:1px solid #D3BFA5;
	width: 350px;
}
.idl form label {
  display:inline-block;
  width:120px;
}
.idl form .button {
  text-align: right;
}
.idl form .button input {
  width: 100px;
}

.idl form.partnerLoginForm{
  width: 326px;
}
.idl form.partnerLoginForm label{
  width: 120px;
}
.idl form.partnerLoginForm input{
  width: 200px;
}