/* CSS Document */

/* BALISES HTML GLOBALE */
* {
	margin: 0;
	padding: 0;
}

html, body {
	background-color: #ededed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
	text-align: center; /* pour corriger le bug de centrage IE */
	height: 100%;
	width: 100%;
}

a img {
	border: none;
}


/* STRUCTURE DE LA PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#tableau{ /* Pour centrage vertical */
	height: 100%;
	width: 947px;    /* ici la largeur fixe de l'element a center */
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* on retablit l'alignement normal du texte */
	
	padding-right: 10px;
}
#tableau-td { /* Pour centrage vertical */
	vertical-align: middle;
	
}
#conteneur { /* Conteneur global */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 947px;
	height: 557px;
	/* background-color: #fff; */
	z-index: 1;
}




h1 { /* Element H1 : logo ou flash */
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 527px;
	height: 206px;
	
	
	background-image: url(images/ot_bg_logo.jpg);
	background-repeat: no-repeat;
	z-index: 10;
}
h1 img { /* Positionnement du logo */
	margin :  13px 0 0 196px;

}
h2.access {  /* Balise H2 masquee */
	position: absolute;
	color: #FFFFFF;
	z-index: 100;
	font-size: 100%;
	top:-1000px;
}



/* ACCESSIBILITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#liensevitement { /* Block contenant les liens d'evitement */
	position: relative;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:55%;
	z-index: 1;
	color:#FFFFFF;
	text-align: right;
	margin: -17px 0px 0px 0px;
}

#liensevitement a { /* Les liens d'evitement */
	text-decoration: none;
	color: #EDEDED;
    margin: 0 0 0 0px;
}
#liensevitement a:hover, #liensevitement a:focus, #liensevitement a:active {  
/* Rollover des liens d evitement */
	text-decoration: underline;
	color: #000;
}


/* FORMULAIRE DE RECHERCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#recherche {  /* Formulaire */
	position: absolute;
	top: 20px;
	left: 248px;
	
	z-index: 100;
}
#recherche p {
	margin: 0px 0px 0px 0px;
}
#recherche label { /* Label */
	display: none;
}

#recherche img, #recherche input { 
	vertical-align: middle;
}

#recherche input { /* Champ de saisie */
	color: #4a5124;/*#62819e;*/
	border: 1px solid #ced7a4;
	width: 112px;
	font-size: 70%;
	text-align: center;
}

/* CONTACT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#zone_contact {
	position: absolute;
	top: 0px;
	left: 527px;
	
	width: 420px;
	height: 206px;
	
	background-image: url(images/ot_home_bg_zonecontact.jpg);
	background-repeat: no-repeat;
	
	z-index: 100;
}

#contact {
	position: absolute;
	top: 70px;
	left: 55px;
	
	height: 86px;
	
	padding-left: 57px;
	
	background-image: url(images/ot_home_bg_contact.gif);
	background-repeat: no-repeat;
	
	font-size: 0.7em;
	font-weight: bold;
	color: #801a04;
	font-family: Arial, Helvetica, sans-serif;

}
#contact a {
	color: #fff;
}
#contact a:hover {
	text-decoration: none;
}

/* MENU DROIT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#accroche { 
	position: absolute;
	top: 206px;
	left: 0px;
	width: 396px;
	height: 324px;
	
	background-image: url(images/ot_home_bg_accroche.jpg);
	background-position: left;
	background-repeat: no-repeat;
	z-index: 99;
}

#accroche img {
	margin-left: 45px;
}


/* LIENS SITES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#liens_sites {
	position: absolute;
	top: 206px;
	left: 527px;
	
	width: 210px;
	height: 324px;
	
	padding-left: 220px;
	
	background-image: url(images/ot_home_bg_liensite.jpg);
	background-repeat: no-repeat;
	
}
#liens_sites a {
	color: #fff;
	font-size: 75%;
	text-decoration: none;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	display: block;
	background-image: url(images/ot_home_bg_liensite.gif);
	
	background-repeat: no-repeat;
	background-position: 0% 50%;
	
	padding-left: 25px;
	margin-bottom: 10px;
	
	width: auto;
	letter-spacing: 0.1em;

}

#liens_sites a:hover {
	color: #7F1305;
	/*text-decoration:underline;*/
}
/* IMAGES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#images {
	position: absolute;
	top: 206px;
	left: 238px;
	width: 290px;
	height: 324px;
	/*
	L'image de l'arbre est calculee par le squelette rubrique=25.html
	*/
	background-repeat: no-repeat;
	
	z-index: 10;
}


/* MENU PRINCIPAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#nav_principale { /* Block Navigation principale */
	list-style-type:  none;
}

ul#nav_principale li { /* Elements Navigation principale */
	display: inline;
}

#rub_26 { /* Positionnement des menus principaux avec x=#ID_RUBRIQUE */
	position: absolute;
	top: 143px;
	left: 338px;
	
	z-index: 100;
}
#rub_27 { 
	position: absolute;
	top: 203px;
	left: 437px;
	
	z-index: 100;
}
#rub_29 { 
	position: absolute;
	top: 269px;
	left: 541px;
	
	z-index: 100;
}
#rub_30 { 
	position: absolute;
	top: 336px;
	left: 645px;
	
	z-index: 100;
}

/* ZONE CONTENU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h2.contenu { /* Titre contenu */
	position: absolute;
	top: -2000px;
}


/* FOOTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer { /* Block pied de page */
	position: absolute;
	top: 530px;
	left: 44px;
	
	width: 903px;
	height: 28px;
	
	background-image: url(images/ot_home_bg_footer.jpg);
	background-repeat: no-repeat;
}

#footer ul { /* Liste element */
	margin-top: 2px;
}
#footer h2 { /* Balise H2 pied de page masquee */
	position: absolute;
	top: -2000px;
}

#footer ul li { /* Liste element */
	display: inline;
	
	margin-left: 20px;

}

#footer li a { /* Liste element lien */
	color: #fff;
	font-size: 0.7em;
	text-decoration: none;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	
	background-image: url(images/ot_home_bg_liensbas.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	
	font-weight: bold;

	padding-left: 19px;
	margin-left: 2px;
}

#footer a:hover { /* Liste element lien hover */
	text-decoration: underline;
}


/* DIVERS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* pour "pousser" si presence de float */
/* penser à placer un &nbsp; pour eviter le bug sous netscape (page à rallonge) */ 
.clear {
	clear: both;
	height: 0px; /* correction page a rallonge sous netscape*/
	line-height: 0px;
	font-size: 1px;
}

/* Pour affichage correct PNG */
.format_png { behavior: url(win_png.htc); }