body {
	text-align: center;				}

h1 {
  color: White;
  font-size: 3.6em;					}

h2 {
	color: Red;
	font-size: 1.3em;
	text-decoration: none;
	margin-left: 20%;
	font-family: "Comic Sans MS";
	font-style: italic;
	font-weight: bold;				}

h3 {
  color: Teal;
  font-size: 1em;						}

h4 {
	background: Red;
	color: White;
	font-weight: bold;
	text-align: center;				}

hr {
	color: Black;						}

a, a:active {
	font-family: Verdana;
	color: White;
	text-decoration: none;
	font-weight: bold;				}

a:link {
	color: #666666;
	text-decoration: none;			}

a:visited {
	color: Navy;
	text-decoration: none;			}

a:hover {
	color: #CC3300;
	text-decoration: none;			}

a:active {
	color: #666666;
	text-decoration: none;			}

#page {
	font-family: Verdana;
	font: normal bolder Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 940px;
	margin-left: auto; margin-right: auto; 
	text-align: left;
	list-style-type: disc;
	background-image: url(../images/fond1.jpg);
	background-repeat: no-repeat;			}

#entete {
	height: 120px;
	color: White;
	background-color: Red;
	background-image: url(../images/entete.gif);
	background-position: left top;		}

#contenu {
	float: left;
	margin: 0 auto auto;
	padding: 0 5px;
	width: 760px;								}

#sidebar {
	color: Yellow;
	width: 170px;
	float: right;
	clear: both;								}

#pied-page {
	position: relative; left:0px; top:10px; width:940px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: White;
	text-decoration: none;
	background-color: Teal;
	text-align: center;						}


#bar-nav, #bar-nav ul {
	padding: 0; margin: 0;
	list-style: none;
	background: #DBDBDB;						}

#bar-nav a {
	display: block;
	width: 160px; 				/* longueur du sous-menu */
	text-decoration: none;
	color: Teal;
	font: normal normal bold 15px Verdana;
	padding: 6px 3px 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-style: none solid solid none;
	font-family: sans-serif;				}

#bar-nav a:hover { 			/* menu survol*/
	color: White;

	background-image: url(../images/menubgover.gif);
	background-color: #BBBBBB;				}

#bar-nav li {
	float: left;
	width: 163px; 	/* longueur du menu */
	background-image: url(../images/menubg1.gif);
	background-color: #DBDBDB;				}

#bar-nav li ul {
	position: absolute;
	width: 155px;	left: -999em;			}

#bar-nav li:hover ul {
	left: auto; 								}

#bar-nav li:hover ul, #bar-nav li.sfhover ul {
	left: auto; 								}


#logo {
	font-size: 1.2em; color: Teal;
	text-align: center;						}

#menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;			}

#menu li a {
	margin: 2px;
	background: Green url(../images/btn-on.gif) repeat-x scroll center top;
	display: block;
	height: 30px;
	padding-left: 30px;
	color: Yellow;
	text-decoration: none;
	line-height: normal;
	font-size: 1em;
	font-weight: bold;
	padding-top: 4px;							}

#menu li a:hover {
	background: Silver url(../images/btn-off.jpg) repeat scroll 0%;
	font-weight: bold;
	color: Yellow;								}


.dessus { position:relative; top:20px; left:34px;
	font-size: 42pt; color:White; 		}
.dessous { position:relative; top:2px; left:2px;
	font-size: 42pt; color: #666666; 	}


.zoom {
height:300px;
margin:auto;									}

.zoom p {
text-align:center;							}

.zoom img {
width:150px;
height:100px;									}

.zoom img:hover {
width:300px;
height:200px;									}

 /*
 #entete h1 {
  font-size: 4em;
  text-decoration: none;
  color: white;
  font-weight: inherit;
  margin-top: auto;
  margin-left: 10px;							}
  */