body{
	background-color: #dbd5b5;
	font-family: Arial;
	font-size:12px;
	margin:-1px;
	padding:-1px;
}
	  
#header{
	height: 108px;
	width:auto;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}


#bandeau-title{
	float:right;
	margin-right: 1px;
	width: 340px;
	height: 108px;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}

#menu{
  width:160px;
  padding-top:20px;
  padding-bottom:50px;
  background-color: #491227;
  background-image: url(../images/curl.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
}

#menu a{
	display:block;
	width:100%;
	padding-left:40px;
	margin-bottom:8px;
	background-image: url(../images/raisin-bullet.gif);
	background-repeat: no-repeat;
	background-position: 26px 6px;
	font-size: 12px;
	font-weight: bold;
	color: #bb686b;
	text-decoration: none;
	font-family: Arial, sans-serif;
}
#menu a:hover {
  color:#FFFFFF;
}

#menu2 {
  width:160px;
  height:268px;
  background-color: #491227;
  background-image: url(../images/menu2.gif);
  background-repeat: no-repeat;
  background-position: center top;
}

#menugauche {
	background-color: #491227;
}

#main {
	font-size: 12px;
}

.dropthecap
 {float:left;
 padding-top:8px;
 font-size:36pt;
 font-weight:bold;
 font-family:"times","Times New Roman";
 height:40px} 
 
#accueil {
	font-size: 12px;
	/*font-weight: bold;*/
	padding-top: 50px;
	padding-left: 60px;
	padding-right: 0px;
	padding-bottom: 50px;
	margin-bottom:0px;
	line-height: 20px;
	height: 600px;
	overflow:hidden;
}

table {
	background-color: #ffffff;
}
	
#main h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
}

#main h2 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main h3 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 8px;
}



#submenu{
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color:#210C17;
}

#submenu span {
    background:#FFFFFF;
	padding: 5px;
}

#submenu a {
  text-decoration:none;
  color:#000000;
  padding-left: 15px;
  padding-right: 15px;
}

#submenu a:hover {
  text-decoration:none;
  color:c9272d;
}

.content{
  font-size: 12px;
  padding-top:10px;
  padding-bottom:40px;
  padding-right:40px;
  padding-left:60px;
  height:100%;
}

.lefttext{
  float:left;
  background:#FFFFFF;
  width:250px;
  padding:20px;
}

.middletext{
  background:#FFFFFF;
  width:600px;
  padding:20px;
  margin-top:10px;
}

.background{
position:absolute;
visibility:hidden;
top:0px;
left:0px;
right:0px;
bottom:0px;
width:0px;
height:0px;
}

.imageframe{
	border: 5px solid #FFFFFF;
}

#footer {
	font-size: 10px;
	background-color: #D6DFC8;
	text-align:center;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #687838;
}

#footer a {
	color:#000000;
  text-decoration:none;
}

#footer a:hover {
	color:#c9272d;
}

