body {
    background-color:  #8CF;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#page {
    width: 90%;
    /*background-color:#FFFFFF;*/
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: thin solid #000;
	  background-color: #f93;
}

div#page div#bandeau {
    padding: 15px;
    margin: 0px;
    text-align: center;
    background-color: #ff9933;
}

div#page div#menu {
    /*width: 200px;*/
     width: 20%;
    padding: 10px;
    margin-top: 1px;
    margin-left:2%;
    float: left;
    max-width:190px;
  /*  position: fixed; en fixe pour ff
  float: left;  en fixe pour ie */ 
    height:400px;
    /*background: rgb(255,128,64) url('img/IMG_1276-menu.JPG') no-repeat scroll center right;*/
    background: url('img/IMG_1276-menu.JPG') no-repeat scroll center right;
    
   }


div#page div#menu p {
	text-align: center;
}


div#page div#menu p a{
  display: block;
  vertical-align: baseline;
	background-color: rgb(255,255,204);
	background: url('img/Panneau-Vide-small2.png') no-repeat right;
	padding: 2px 5px 2px 5px;
	margin-bottom: 10px;
	font-family: sans-serif;
	font-weight: bolder;
	color: rgb(255,255,255);
	max-width:190px;
}

div#page div#menu p a:link , 
div#page div#menu p a:visited , 
div#page div#menu p a:active {
	text-decoration: none;
	
}
div#page div#menu p a:hover {
	text-decoration: underline;
	color: rgb(255,255,0);
}

div#page div#contenu {
    margin-left: 30%;
    margin-right: 10%;
    margin-top: 1px;
    padding: 10px;
}

div#page div#contenu p {
	text-align: justify;
	margin: 10px;
	margin-top:20px;
}

#formcontact input, #formcontact textarea{
font: normal bold medium bold;
color:#000;
background-color:#fB7;

}
/*
div#page div#contenu p:first-letter1{
color: #ff0000;
font-size:x-large;
font-weight: bold;
}
*/
img.fltl, div#page div#contenu p img.fltl {
	float: left;
	margin-left: 0.5em;
	margin-right:0.5em;
	margin-bottom:0.5em;
}
img.fltr, div#page div#contenu p img.fltr {
	float: right;
	margin-left: 0.5em;
	margin-right:0.5em;
	margin-bottom:0.5em;
}

div#page div#contenu h1 {
	text-align: center;
	margin: 10px;
	font-size: x-large;
}
div#page div#contenu h2 {
	text-align: left;
	margin: 20px;
	font-size: large;
}

div#page div#contenu p.centrer{
	text-align: center;
}

div#page div#contenu p .colag{
	text-align: center;
}
 

div#page div#pied {
    padding: 15px;
    margin: 0px;
    height:100px;
    /* border-top: thin solid #000000;*/ 
  /*  background: url('img/_pano2.jpg')  no-repeat center center;*/
}
div#page div#pied p{
    text-align:center;
    font:  small-caps bolder small bolder;
    color:rgb(0,0,0);
}
div#page div#pied p.petiteligne{
  font-size: x-small;
}

