*{
    font-family:Arial;
	font-size:11px;
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	text-decoration:none;
}

body{
	background:url('../img/tempus_bg.gif');
	color:#999;
	text-align:left;
}

a{
	text-decoration:underline;
	font-weight:normal;
	color:#000;
}

#container{
	width:700px;
	height:600px;
	margin:75px 0 0 123px;
	text-align:left;
	background:url('../img/bg_main.gif') repeat-x;
	position:absolute;
}

#tempus{
	position:absolute;
	top:0;
	left:0;
	background:url('../img/Tempus_coin.png') transparent;
	width:243px;
	height:185px;
	cursor:pointer;
}

/*#tempus a{
	width:120px;
	height:60px;
	display:block;
}*/

#links{
	position:absolute;
	top:0;
	left:590px;
	width:301px;
	height:15px;
	background:url('../img/bg_links.gif');
	color:#fff;
}

#links ul{
	margin-left:25px;
}

#links li{
	display:inline;
	margin:0 5px;
}

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

#header{
	background:none;
	text-align:right;
	margin-top:16px;
}

#menu{
	position:absolute;
	top:58px;
}

#menu a{
	display:block;
	width:150px;
	height:40px;
	margin-bottom:10px;
}

#menu #accueil{
	background:url('../img/menu_accueil.gif') 0 0 no-repeat;
}
#menu #accueil:hover, #menu #accueil.selected{
	background:url('../img/menu_accueil.gif') 0 -40px no-repeat;
}

#menu #news{
	background:url('../img/menu_news.gif') 0 0 no-repeat;
}
#menu #news:hover, #menu #news.selected{
	background:url('../img/menu_news.gif') 0 -40px no-repeat;
}

#menu #catalogue{
	background:url('../img/menu_catalogue.gif') 0 0 no-repeat;
}
#menu #catalogue:hover, #menu #catalogue.selected{
	background:url('../img/menu_catalogue.gif') 0 -40px no-repeat;
}

#menu #tempusvous{
	background:url('../img/menu_tempus.gif') 0 0 no-repeat;
}
#menu #tempusvous:hover, #menu #tempusvous.selected{
	background:url('../img/menu_tempus.gif') 0 -40px no-repeat;
}

#recherche{
	position:absolute;
	top:468px;
	background:#d71440;
	width:172px;
	padding:10px;
}

#recherche input, #recherche select{
	width:170px;
	margin-bottom:5px;
}

#recherche #ok{
	width:36px;
	height:19px;
	background:url('../img/ok.gif');
	margin:5px 0 0 134px;
}

#bienvenue{
	position:absolute;
	top:58px;
	left:202px;
	width:486px;
	height:250px;
	background:#fff;
	border:1px solid #000;
}

#bienvenue h1, #bienvenue p{
	margin:10px;
}

#main{
	position:absolute;
	top:320px;
	left:202px;
	width:486px;
	background:#fff;
	border:1px solid #000;
}

#main h1{
	margin:10px 0;
}

.main_left{
	width:100px;
	float:left;
}

.main_left img{
	margin-bottom:20px;
	border:solid #000;
	border-width:1px 1px 1px 0;
}

.main_right{
	width:380px;
	float:left;
	color:#999;
	text-decoration:none;
	font-weight:normal;
}

.main_right h2{
	color:#cc3333;
	font-weight:bold;
}

.main_right h3{
	color:#000;
	font-weight:normal;
}

.main_right p{
	margin:2px 0;
}

.main_right:hover h2{
	color:#000;
}
.main_right:hover h3{
	color:#cc3333;
}
.main_right:hover p{
	color:#666;
}


.rech_navigation {clear:both; width:225px; height:15px; margin:0 auto 23px auto;}
.rech_prev_page {float:left; width:17px;}
.rech_total_entries {float:left; text-align:center; width:186px; color:#000;}
.rech_total_entries_large {text-align:center; color:#000;}
.rech_next_page {float:right; width:17px;}

#fiche_left{
	float:left;
	width:335px;
	color:#000;
	padding-bottom:10px;
	display:inline;
}

#fiche_right{
	float:left;
	width:150px;
	border-left:1px solid #000;
	overflow:hidden;
	display:inline;
	margin:0;
	padding:0;
}

#fiche_right img{
	display:block;
	margin:0;
	padding:0;
	border-bottom:1px solid #000;
}

#fiche_left h1{
	margin:0;
	padding:0;
}

#fiche_left h1 img{
	margin:10px 10px 5px 0;
}

#fiche_left #details{
	background:#f2f2f2;
	border:solid #f2f2f2;
	border-width:1px 0;
	height:249px;
	line-height:18px;
}

#fiche_left #details h2{
	margin:40px 20px 10px 20px;
}
#fiche_left #details p{
	margin:2px 20px 2px 20px;
}

#fiche_left #texte{
	width:290px;
	padding:0 20px;
}

#fiche_left h2{
	color:#000;
	font-size:16px;
	margin:40px 0px 10px 0px;
}

#fiche_left p{
	margin:2px 0px 2px 0px;
	text-align:justify;
}

#fiche_left ul{
	margin:5px 0;
}

#fiche_left .rouge{
	color:#ce0033;
}

/*a.tooltip{
}

a.tooltip:hover{
	background:none;
	text-decoration:none;
} 

a.tooltip span{
	display:inline;
	position:absolute;
	visibility:hidden;
	visibility:visible;
	margin-left:75px;
	z-index:100000;
}

a.tooltip:hover span{
	visibility:visible;
}

a.tooltip span img{
	border-width:1px;
}*/

span.tooltip{
	position:absolute;
	left:75px;
	z-index:2000000;
	display:none;
}

span.tooltip img{
	border:1px solid #000;
}

/* FORMULAIRES */

.input_text{
	bo/rder:1px solid #555;
	width:240px;
	background:#eaeaea;
}
.input_button{
	width:120px;
	bor/der:1px solid #555;
	margin:10px 0 10px 342px;
}
label {
	font-weight:bold;
	color:#898686;
	display:block;
	margin-top:5px;
}
textarea {
	bord/er:1px solid #555;
	width:460px;
	height:126px;
	background:#eaeaea;
}
.asterisque {font-weight:bold; font-size:1.1em; color:#a00; padding-top:3px;}
.contacts h2, .contacts strong{
	color:#666;
}
.contacts a{
	color:#aaa;
}
.error{
	margin:10px 0 0 0;
	color:#cc3300;
	text-align:center;
}

#link_catalogue{
	margin-bottom:20px;
}


#link_catalogue a{
	width:369px;
	height:29px;
	display:block;
	margin-bottom:2px;
}

#link_catalogue #tout{background:url('../img/catalogue.gif');}
#link_catalogue #tout.selected, #link_catalogue #tout:hover{background:url('../img/catalogue_on.gif');}
#link_catalogue #histoire{background:url('../img/histoire.gif');}
#link_catalogue #histoire.selected, #link_catalogue #histoire:hover{background:url('../img/histoire_on.gif');}
#link_catalogue #biographie{background:url('../img/biographies.gif');}
#link_catalogue #biographie.selected, #link_catalogue #biographie:hover{background:url('../img/biographies_on.gif');}
#link_catalogue #economie{background:url('../img/economie.gif');}
#link_catalogue #economie.selected, #link_catalogue #economie:hover{background:url('../img/economie_on.gif');}
#link_catalogue #idees{background:url('../img/idees.gif');}
#link_catalogue #idees.selected, #link_catalogue #idees:hover{background:url('../img/idees_on.gif');}
#link_catalogue #arts{background:url('../img/arts.gif');}
#link_catalogue #arts.selected, #link_catalogue #arts:hover{background:url('../img/arts_on.gif');}