html,
body {
	margin:0;
	padding:0;
	height:100%; 
}

html>body #wrap {height:100%;	} 

#wrap {
	width: 100%;
	margin:0;
}

#header {
	width: 900px;
	height: 108px;
}

html>body #header {
	position:fixed;
	z-index:10; 
}

html>body #content-wrap {height:100%;} 

html>body #content {	width:900px; height: 5000px; margin: auto; background-color: #dacda0; } 

#footer {
	width:900px;
	height:77px;
}

html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10; 
}

#centre {
	margin:auto;
	width: 900px
}

#col1 {
	float: left;
	width: 200px;
	height: 100%;
	margin: 0;
	text-align: left;
	font-size: 0.8em;
	border-left: 2px solid #c42130;
	border-right: 2px solid #c1a875;
}

#col2 {
	float: left;
	width: 344px;
	height: 100%;
	text-align: left;
	border-left: 2px solid #ddd;
	border-right: 2px solid #c1a875;
}

#col3 {
	float: left;
	width: 344px;
	height: 100%;
	text-align: left;
	border-left: 2px solid #ddd;
	border-right: 2px solid #c42130;
}

#col2a {
	float: left;
	width: 220px;
	height: 100%;
	text-align: left;
	border-left: 2px solid #ddd;
	border-right: 2px solid #c1a875;
}

#col3a {
	float: left;
	width: 468px;
	height: 100%;
	text-align: left;
	border-left: 2px solid #ddd;
	border-right: 2px solid #c42130;
}

#col2b {
	float: left;
	width: 692px;
	height: 100%;
	text-align: left;
	border-left: 2px solid #ddd;
	border-right: 2px solid #c42130;
}

#col2b1 {
	float: left;
	width: 692px;
	height: 100%;
	text-align: left;
	border-left: 2px solid #ddd;
	border-right: 2px solid #c42130;
}

#col1c {
	float: left;
	width: 296px;
	height: 100%;
	text-align: left;
	font-size: 0.8em;
	border-left: 2px solid #c42130;
	border-right: 2px solid #c1a875;
}

#col2c {
	float: left;
	width: 296px;
	height: 100%;
	text-align: left;
	font-size: 0.8em;
	border-left: 2px solid #ddd;
	border-right: 2px solid #c1a875;
}

#col3c {
	float: left;
	width: 296px;
	height: 100%;
	text-align: left;
	font-size: 0.8em;
	border-left: 2px solid #ddd;
	border-right: 2px solid #c42130;
}

.bandeaux {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 115px;
	margin-bottom: 77px;
}

.band_menu {
	background-color: #c42130;
	height: 20px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.liste_menu {
	margin-left: 10px;
	margin-bottom: 6px;
}

.col_titres {
	clear: both;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
}

.col_titres_txt {
	float: left;
	width: 200px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: 0.7em;
}
.titre_liens {
	margin-left: 20px;
	margin-bottom: 20px;
}

.liste_liens {
	margin-left: 40px;
	margin-top: 10px;
}

.texte {
	font-size: 0.8em;
}

.panier {
	margin-top: 30px;
	margin-bottom: 30px;
}

.soustitre {
	font-variant: small-caps;
}

body {
	background-color: #c1a875;
	font-family: serif, verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	color: #5B0006;
	min-width : 900px;
	height:100%;
}

.accueil{
	  position:absolute;
     left: 50%; 
     top: 50%;
     margin-top: -250px; /* moitié de la hauteur de l'image */
     margin-left: -275px; /* moitié de la largeur de l'image */
 } 

div.buzz span.colonnes {
	float: left;
	text-align: justify;
	width: 42%;
	padding: 3%;
}

a:link {
	color : #b71b2a;
	text-decoration : none;
}
a:visited  {
	color : #d86671;
	text-decoration : none;
}
a:hover  {
	color : #923740;
	text-decoration : underline;
}

.menufixe {
	position: absolute;
	bottom: 0px;
	width: 100%;
	min-width: 800px;
	height: 77px;
	text-align: center;
}

html>body .menufixe {
	position: fixed;
}

.table_photo{height:230px}
.table_photo,.table_diapo{border:1px solid #ccc;width:300px;margin:0 auto 10px auto}
.table_photo td,.table_diapo td{text-align:center;vertical-align:middle}
.table_diapo tr{float:left}
.arrow{width:20px;vertical-align:middle}
.mini_diapo2{width:90px;height:90px;}


