/* CSS Document */

body {
  background: #721A00 url(../images/leaf_lace.jpg);
  font-size: 12px;
  color:#330000;  
  padding:0px;
  margin:0px;
  text-align:left;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Layout */
#main { 	
  text-align: left;
  vertical-align: middle;	
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: auto; 
  margin-left: auto; 
  padding: 0px;
  width: 700px;
  background-color: #ffffff;
  border: 1px dashed #564b47;
}

#header { 	
  text-align: left;
  vertical-align: top;	
  margin: 5px;
  padding: 5px;
  width: 100%;
  background-color: #FDFDFD;
  border: 1px solid #564b47;
}

#menu { 	
  text-align: left;
vertical-align: top;	
  margin: 5px;
  padding: 5px;
  width: 100%;
}

#content { 	
  text-align: left;
  vertical-align: top;	
  margin: 5px;
  padding: 5px;
  width: 90%;
  text-align:justify;
}

#footer { 	
  text-align: left;
  vertical-align: top;	
  margin: 5px;
  padding: 5px;
  width: 100%;
  background-color: #FDFDFD;
  border: 1px solid #564b47;
}

/*pics*/
img.main{ 	
  margin-left:5px;
  margin-right:5px;
  border: 1px solid #731900;
}
img.map{ 	
  border:1px solid #CCCCCC;
}

/*Tag redefinitions*/
p{ 	
/*to use margins on text, use div or table*/
}

ol{ 	
margin-bottom:2px;
line-height:130%;
text-align:left;
}

h1{ 	
font-family:Georgia, "Times New Roman", Times, serif;
background: url(../images/papillon1.jpg) no-repeat left center;
font-size:26px;
letter-spacing:3px;
font-weight:900;
color:#96290C;
padding-left:65px;
padding-top:20px;
height:65px;
margin-bottom:-25px;
}
h1.mot{ 	
font-family:Georgia, "Times New Roman", Times, serif;
background: url(../images/mot.gif) no-repeat left center;
font-size:26px;
letter-spacing:3px;
font-weight:900;
color:#96290C;
padding-left:65px;
padding-top:20px;
height:65px;
margin-bottom:-25px;
}

h2{ 	
font-family:Georgia, "Times New Roman", Times, serif;
margin-bottom:-5px;
color:#731900;
font-size:16px;
font-weight:900;
letter-spacing:2px;
}

h3{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold; 	
margin-bottom:5px;
color:#DB9C1B;
}

/*Links*/
a:link, a:visited{
text-decoration:none;
color:#CA4300;
}

a.menu:link, a.menu:visited{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
color:white;
text-decoration:none;
}
a.menu:hover{
color:#560000;
text-decoration:none;
}

a.topmenu:link, a.topmenu:visited{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
letter-spacing:2px;
color:white;
text-decoration:none;
}
a.topmenu:hover{
color:#560000;
text-decoration:none;
}
a.footermenu:link, a.footermenu:visited{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
color:white;
font-weight:bold;
text-decoration:none;
}
a.footermenu:hover{
color:#FFFFCC;
text-decoration:none;
}

a.copyright:link, a.copyright:visited{
color:#FFFFFF;
font-weight:bold;
}
a.copyright:hover{
color:#FFFF99;
}

a:hover{
color:#DB9C1B;
text-decoration:underline;
}

/*other*/
span.copyright{
font-size:10px;
color:#FFCC33;
}

div.hl{
height:16px;
padding:5px;
text-align:center;
margin-left:10%;
margin-right:10%;
}

div.services{
color:#000000;
background-color:#FFEBA6;
width:410px;
padding:5px;
margin-left:10%;
margin-right:10%;
border:1px solid #731900;
}
/*cadre*/
div.c1{
margin-left:13%;
margin-right:10%;
}
div.c1content{
color:black;
background:  #FFFAE5 url(../images/c1_deg.jpg) repeat-x bottom;
margin:0px;
padding:5px;
height:100%;
}
/*separateur*/
div.hr {
  height: 1px;
  background-color:#DB9C1B;
  width:95%;
  margin-left:5px;
}
div.hr hr {
  display: none;
}