BODY {
	font-size:12px;
	font-family: arial,verdana;
	color : #444444;
	background-color: #ffffff;
}

td {
	font-size:12px;
	color : #444444;
}

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

a{
	text-decoration: none;
	color: #777777;
}
a:hover {
	text-decoration: none;
	color: #111111;
}

img {
	border: 0;
}

table, td {
	padding: 0;
	border: 0;
       	margin: 0;
	border-collapse: collapse;
}


/*===============================================*/
/* Ref, logo, accueil                            */
/*===============================================*/

#ref {
	position: absolute;
	visibility: hidden;
}

#accueil img {
	position: absolute;
	top: 50%;
	left: 50%;
}

/*===============================================*/
/* Tableau général et menu en fonction du menu   */
/*===============================================*/

#contenant {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

#tcontenant {
	height: 100%;
	width: 100%;
}

#contenant .middle {
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

/*===============================================*/
/* cases principales                             */
/*===============================================*/

#contenu {
	width: 100%;
}
#contenu .contenu {
	width: 100%;
	height: 400px;
}

#cadretotal {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 370px;
}

#menu {
	position: absolute;
	top: 0px;
	left: 50%;
	height: 345px;
	margin-left: -410px;
	width: 140px;
	z-index: 2;
	text-align: center;
}

#sousmenu {
	position: absolute;
	top: 150px;
	left: 0px;
	height: 195px;
	width: 140px;
}

#cadre {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -410px;
	width: 820px;
	height: 345px;
	z-index: 1;
}

#bas {
	position: absolute;
	top: 350px;
	left: 50%;
	margin-left: 0px;
	height: 20px;
	width: 406px;
	overflow: hidden;
	text-align: right;
	font-size: 10px;
	color: #c0c0c0;
}

#bas a {
	text-decoration: underline;
        font-weight: bold;
	color: #a0a0a0;
}
#bas a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #a0a0a0;
}

#logo {
	position: absolute;
	top: 0px;
	left: 50%;
	height: 50px;
	margin-left: -365px;
	z-index: 6;
}


/*===============================================*/
/* Page contact                                  */
/*===============================================*/

#contact {
	position: absolute;
	top: 0px;
	left: 147px;
	height: 345px;
	width: 670px;
	overflow: auto;
	border: 1px solid #e0e0e0;
}

#contact form {
	margin: 20px 0 20px 20px;
}

#adresse {
	position: relative;
	left: 0;
	margin: 20px 0 20px 0;
	width: 670px;
}

/*===============================================*/
/* Diaporama : Le tableau des grandes            */
/*===============================================*/

#diapo_grde {
	position: absolute;
	left: 147px;
	top: 2px;
	height: 345px;
	width: 670px;
}

/* les fleches */

#diapo_grde .suiv {
	position: absolute;
	top: 352px;
	left: 320px;
}
#diapo_grde .prec {
	position: absolute;
	top: 352px;
	left: 305px;
}

#ejs_texte {
	position: absolute;
	top: 352px;
	left: 0px;
	text-align: left;
	font-size: 11px;
	font-family: arial, verdana;
	font-weight: bold;
	height: 15px;
	width: 300px;
}

/* Les cases avec Diapo */

#diapo_grde .case_diapo {
	text-align: center;
	height: 69px;
	width: 134px;
	vertical-align: middle;
	font-size: 11px;
}

#diapo_grde .case_diapo h1 {
	margin: 40px 0 20px 0;
	text-align: center;
	font-size: 13px;
	text-decoration: underline;
}

#diapo_grde .case_diapo img {
	width: 130px;
	height: 65px;
	margin: 1px;
}


#diapo_grde .case_diapo img:hover {
	margin: 0;
	border: 1px solid #93E291;
}


/*===============================================*/
/* Les textes                                    */
/*===============================================*/

#contient_texte {
	position: absolute;
	top: 0px;
	left: 150px;
	height: 375px;
	width: 670px;
	overflow: hidden;
}

#texte {
	position: absolute;
	height: 375px;
	width: 690px;
	overflow: auto;
}


/* Le print des textes */

#textes_menu {
	display: none;
	position: absolute;
	top: 5px;
	left: 3px;
	width: 135px;
}


/*===============================================*/
/* Les fleches de scroll                         */
/*===============================================*/

#scroll {
	position: absolute;
	display: none;
	top: 0px;
	left: 805px;
	width: 15px;
	height: 350px;
	z-index: 2;
}
/*
#scroll .top {
	position: absolute;
	top: 2px;
}

#scroll .up {
	position: absolute;
	top: 15px;
}

#scroll .down {
	position: absolute;
	top: 350px;
}

#scroll .bot {
	position: absolute;
	top: 363px;
}*/
