body {
	margin-bottom: 10px;
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #111111;
	background: #CCCC9A;
	border: 3px solid #BC7C05;
	border-radius: 15px;
	max-width: 860px;
	min-width: 318px;
	margin-left: auto;
	margin-right: auto;
}

h1 { font: bold 18px Verdana; color: #000066;  }
h2 { padding: 3px 0px 3px 0px; font: bold 18px Verdana; color: #800000;  }
hr { width: 95%; color: #F95921; size:2px; }

A {
	color: #0000CC;
	text-decoration: none;
}

A:HOVER {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}

.titre {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #BC7C05;
}

.foot {
    padding: 1%;
    height: 140px;
    text-align: center;
}
.container {
	width: 100%;
    background: #FDF5E6;
    border-radius: 15px;
}

.wrapper {
	overflow: hidden;
}

.gridbox {
    float: left;
}

.header {
    width: 73%;
    float: right;
    border-left: 1px solid #BC7C05;
    border-bottom: 1px solid #BC7C05;
}

.header img {
    width: 100%;
    height: 100%;
}

.alpha {
	width: 26%;
	min-width: 159px;
    padding: .4%;
	font-size: 12px;
}
.menu {
	width: 26%;
	min-width: 159px;
    padding: .4%;
	font-size: 12px;
}

.contenu {
    width: 73%;
    float: right;
	background: #FFFFFF;
	border-left: 1px solid #BC7C05;
	border-bottom: 1px solid #BC7C05;
}

.footer {
    width: 100%;
    margin-bottom: 0;
    border-top: 1px solid #BC7C05;
}

.texte {
	padding: 1.5%;
	min-height: 1150px;
}
.bread{
	top: 5px;
}
.diapo {
	float: left;
	border: 1px solid #BC7C05;
}