/* CSS Document */

*{margin: 0px; padding: 0px;}

p {font-family: "Cambria", "Times New Roman";
text-align:justify;

}

body {
	margin-left:auto;
 	margin-right:auto;
 	width: 800px;
	background-color:#214363;
}

a img {
border:none;
}
	
h1 {
  
text-decoration : none; 
font-family: "Comic Sans MS", "Times New Roman";
font-size : 20px; 
font-weight : bold; 
color : #CE724D;
width: 300px;
margin-bottom:20px;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-left: 20px;
  margin-bottom:20px;
  border-bottom: #CCCCCC dashed 1px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  color:  #000000;
}

h4 {

  font-size: 14px;
  margin-left: 20px;
  margin-bottom:20px;
  border-bottom: #CCCCCC dashed 1px;
  color:#82A545;
  font:Arial, Helvetica, sans-serif;
  font-weight:bold;
}


hr {border-style:dotted;border-color:#CCCCCC}


li { font-family:Cambria, "Times New Roman";
	list-style-image:url(../images/puce.gif);
	padding-bottom:10px;
	}

/* Layout */
#page {

	border-right: #fff 1px solid; 
	border-left: #fff 1px solid; 
	width: 800px;
	}

#top {
  width: 800px;
  height: 216px;
  background: url(../images/banner.jpg) no-repeat;
}

#topfr {
  width: 800px;
  height: 216px;
  background: url(../images/banner_fr.jpg) no-repeat;
}


#topnav {
	width: 800px;
	height: 21px;
	background-color:#666633;
	
}


#topnav li
{
margin-left: 30px;
line-height: 20px;
list-style: none;
float: left;
font-size:16px;

}

#topnav li a
{
margin:0px;
float: left;
width: 100px;;
display: block;
color:#FFFFFF;
text-decoration: none;
text-align: center;
}

#topnav a:hover
{
margin:0px;
float: left;
width: 100px;;
display: block;
color: #000000;
text-align: center;
text-decoration:underline;
}

 #cont
 {
 margin:0px;
 width: 740px;
 background-color: #FFFFFF;
 Padding: 30px;
 height: 100%;

}




/* Footer */

#bot {
	height: 20px;
	text-align: right;
	clear: both;
	background-color: #FFFFFF; 
	padding-right: 5px; 
	padding-left: 5px; 
	padding-bottom: 3px;
	padding-top: 3px;
	display: block;
	font-size:12px;
	color: #999999;
 	}

#bot a {
	color: #acee3a;}
	
#bot a:hover {
	color: #7ee208;
}

 	.ligne { 
      clear:both;
      margin:5px;
      padding:5px;
    }
    .case { 
      float:left;
      margin:5px;
      padding:5px;
      text-align:center;
      width:5em;
    }
	
	    .case2 { 
      float:left;
      margin:5px;
      padding:5px;
      width:35%;
    }




#map {
overflow:hidden;
}

.tableau
{
border: 1px solid #000000;
}

.tabtitle
{
background-color:#666633;
}

.tableau td {
border-top: 1px solid #000000;
}



.guestbook_comment {
	font:Arial, Helvetica, sans-serif;
}

.form fieldset {
	text-align: left;
	float: left;
	padding: 0 10px;
	border: 1px solid  #CCCCCC;
	width: 600px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

legend {
	color: #59A40B;
	font-family: Trebuchet MS, Arial, serif;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0 5px;
}