@charset "utf-8";
/* CSS Document */

body,  th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image:url(../../template/images/fond.jpg);
	background-repeat:repeat-x;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
h1 {
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}
h2 {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}
h3 {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
h4 {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
/* Centrage de la page*/
#principale {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}
/*Body haut*/
#body_haut {
	width:1000px;
	height:29px;
	background-image:url(../../template/images/body_haut.png);
}

/*Body centre*/
#body_centre {
	width:1000px;
	/*height:780px;*/
	height: auto;
	background-image:url(../../template/images/body_centre.png);
	background-repeat:repeat-y;
}

/*Body bas*/
#body_bas {
	width:1000px;
	height:40px;
	background-image:url(../../template/images/Body_bas.png);
	background-repeat:no-repeat;
	text-align:center;
}

/*tableau central*/
#tableau {
	width:958px;
	height:760px;
}

/*header*/
#header {
	height:294px;
	background-color:#6a0000;
	background-image:url(../../template/images/header.jpg);
}

/*colonne parchemin*/
.parchemin {
	width:220px;
	height:466px;
	background-image:url(../../template/images/parchemin.jpg);
	background-repeat:no-repeat;
}

/*colonne parchemin gauche*/
.parchemin_left {
	width:220px;
	height:466px;
	background-image:url(../../template/images/parchemin_left.jpg);
	background-repeat:no-repeat;
}

/*colonne parchemin droite*/
.parchemin_right {
	width:220px;
	height:466px;
	background-image:url(../../template/images/parchemin_right.jpg);
	background-repeat:no-repeat;
}

/*colonne centrale*/
.colonne_centrale {
	width:518px;
	background-color:#6a0000;
	background-image:url(../../template/images/fond.gif);
}

/*parametre menu verticale*/
.menu_ver {
	width:140px;
	height:29px;
}

#tab_haut {
	width:140px;
	height:32px;
	background-image:url(../../template/images/tab_haut.jpg);
}

#tab_bas {
	width:140px;
	height:40px;
	background-image:url(../../template/images/tab_bas.jpg);
}

#tab_haut_g {
	background-image:url(../../../annuma/templates/annumada/images/tab_haut_g.jpg);
	width:182px;
	height:32px;
}

/*Slogan*/
#slogan {
	height:60px;
	background-image: url(../../template/images/pied.gif);
	background-repeat:no-repeat;
	background-position:center;
}

/* corps de page*/
#corps {
	height:auto;
	width:500px;
	background-image:url(../../template/images/fond.gif);
}

.corps2 {
	height:406px;
	width:550px;
	color:#FFFFFF;
	font-size:12px;
}
/*iframe*/
#frame {
	width:518px;
	height:406px;
}

.tarif{
	padding-bottom: 3px;
}