* {
    padding: 0;
    margin: 0;
} 
body {
	background: #6ea6ea;
	background-image: url(../images/fond.png);
	background-repeat: repeat-x;
	font-size: 1em;
	font-family: georgia, "trebuchet ms", arial, serif;
}
h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px #000;
}
h2 {color: #ea3f22;text-align: center;text-shadow: 1px 1px #000;font-size:1.4em}
h3 {color: #ea3f22;text-align: left;text-shadow: 1px 1px #000;font-size:1.2em}
#cadre {
	width: 860px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#cadreHaut {
	height: 30px;
	background-image: url(../images/haut.png);
	background-repeat: no-repeat;
}
#cadreBandeau {
	height: 260px;
	background-image: url(../images/centre_noir.png);
	background-repeat: repeat-y;
}
#cadreCentre {
	min-height: 100px;
	background-image: url(../images/centre_bleu.png);
	background-repeat: repeat-y;
}
#cadreBas {
	height: 30px;
	background-image: url(../images/bas.png);
	background-repeat: no-repeat;
}
#corps {
	text-align: justify;
	margin-left: 40px;
	margin-right: 40px;
	}
#corps a { color: #6ea6ea; text-decoration: none; }
#corps a:hover { color: #fff; text-decoration: underline; }
#photos {
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
	background: #000;
	}
#photos img {
	margin-top: 10px;
	}
#xphotos {
	background: #f1f1f1;
	margin-left: 30px;
	margin-right: 30px;
	padding: 10px 0 0 0;
	}
#droits {
	padding: 0 0 0 0;
	text-align: center;
	font-size: .7em;
	color: #333;
	}
#droits a { color: #333; text-decoration: none; }
#droits a:hover { color: #fff; text-decoration: underline; }

.droite, .gauche { 
	background-color: #F1F1F1;
	width: 120px; /* important */ 
    	border-collapse: collapse; /* cosmétique */ 
}
.droite td { 
    padding: 5px; /* cosmétique */ 
}
.droite p, .gauche p {font-size:.8em; text-align: center; font-weight: bold; font-style: italic;}
.droite {float: right; margin-left:10px;}
.gauche {float: left; margin-right:10px;} 
.gauche td { 
    padding: 5px; /* cosmétique */ 
}
#bandeau {
	height: 200px;
	width: 800px;
	margin-left: 30px;
	margin-right: 30px;
}
#menu {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 40px;
	width: 800px;
	margin-left: 30px;
	margin-right: 30px;
}

