﻿/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/* table {
	border-collapse: collapse;
	border-spacing: 0;
} */












/* p, ul, li, h1,h2,h3,h4,h5,h6{
margin:0;
padding:0;
}  */

body {
	background:#dcd7b6;
	color: #000000;
	margin: 0;
	padding :0;
	text-align:center;
}

#container { 
	width: 999px;
	margin: 0 auto;
	text-align:left;
}	

#header {
	background-color:#ffffff;
	border-bottom:#b31125 solid 21px;
	height:146px;
	width: 999px;
	padding: 1px 0;
}

#logo {
	background: url(../img/header.png) no-repeat;
	width:694px;
	height:75px;
	margin: 50px 0 0 20px;
	
}


/* Menu bandeau */
#menu_bandeau {
	font-family: Verdana,Arial,Times new roman;
	font-size:13px;
	background-color:#a08a70;
	height:25px;
}

#menu_bandeau  ul{
	display:inline;
	margin-left:50px;
}

#menu_bandeau  li{
	display:inline;
	margin-left:10px;
	position:relative;
	top:4px;
}

#menu_bandeau  a:link, #menu_bandeau  a:visited{
	color:#ffffff;
	text-decoration:none;
}

#menu_bandeau  a:hover, #menu_bandeau  a:active{
	color:/* #fcc25d */ #e3c16f;
	text-decoration:underline;
}
/* //Menu bandeau */


/* Menu gauche */
#menu_gauche {
	font-family: Verdana,Arial,Times new roman;
	font-size:13px;
	margin-top:60px;
	float:left;
}

#menu_gauche ul li{
	list-style-type:square;
	color:#b41125;
	line-height: 200%;
	margin-left:31px;
}

#menu_gauche  a:link, #menu_gauche  a:visited{
	color:#b31125;
	text-decoration:none;
}

#menu_gauche a:hover, #menu_gauche  a:active{
	color:#49040d;
	text-decoration:underline;
}
/*  //Menu gauche */


#catalogue {
	clear:both;
	margin-left:15px;
	padding-top:10px;
	width:150px;	
	height:40px;
}

#catalogue  a:link{
	color:#ba6601;
	text-decoration:none;
}

#catalogue  a:visited{
	color:#ba6601;
	text-decoration:none;
}

#catalogue a:hover{
	color:#ba6601;
	text-decoration:underline;
}

#catalogue  a:active{
	color:#ba6601;
	text-decoration:underline;
}

#random{
	margin-left:15px;
	margin-top:30px;
	
	border: solid #afae91 1px;
	background-color:#dddddd;
	width:150px;
	height:100px;
}

#footer {
	background-color:#352615;
	height:37px;
	position:relative;
}

#footer span { 
	font-family: Arial,verdana, Times new roman;
	font-size:11px;
	color:#9c958c;
	display:block;
	padding: 10px 0 0 0;
	text-align:center;
}

#footer a { 
	font-family: Arial,verdana, Times new roman;
	font-size:11px;
}
	
/* Couleurs des liens pour le footer */
#footer a:link, #footer a:visited{
	color:#9c958c;
	text-decoration:none;
}

#footer  a:hover, #footer  a:active{
	color:#89acd7;
	text-decoration:underline;
}
/* //Couleurs des liens pour le footer */


#colonne_gauche {
	float:left;
}

#colonne_droite {
	float:left;
	/*border-left:#000000 solid 15px;*/
}

#contenu {
	font-family: Arial,verdana, Times new roman;
	font-size:10px;
	float:left;
	margin-left:52px;
	margin-top:30px;
	width:485px;
}

#contenu_haut {
	background: url(../img/contenu_haut.jpg);
	width:485px;
	height:57px;
}

#contenu_milieu {
	background: url(../img/contenu_milieu.jpg);
	width:485px;
	height:auto;
}

#contenu_milieu_texte {
	width:390px;
	margin-left:60px;
	text-align:justify;
	font-size:14px;
	line-height:150%;
}

#contenu_bas {
	background: url(../img/contenu_bas.jpg);
	width:485px;
	height:41px;
	margin-left:2px;
}


/*#contenu_feuille {
	background: url(../img/feuille.jpg);
	width:53px;
	height:212px;
	float:left;
	margin-left:474px;
	margin-top:-450px;
}*/


#separation {
	background:url(../img/separation_gauche.png);
	width:4px;
	height:43px;
	margin-left:85px;
	margin-top:70px;
}

#actu {
	font-family: Arial,verdana, Times new roman;
	margin-left:100px;
	margin-top:-50px;
	width:160px;
	text-align:jusify;
	font-size:11px;
}

#actu h1{
	font-size:14px;
	color:#282828;
}

#actu span{
	color:#ba6601;
	font-size:11px;
}

#actu a{
	text-decoration:none;
}

#actu a:visited{
	text-decoration:none;
}

#actu a:hover{
	text-decoration:underline;
}

#actu a:active{
	text-decoration:underline;
}

#actu_img {
	background:#f2f2f2;
	width:36px;
	height:32px;
	border: 4px solid #ffffff;
}

#actu_date{
	margin-top:-35px;
	margin-left:50px;
}



#actu_titre {
	background-color:#000000;
	margin-top:5px;
	margin-left:50px;
}

#actu_description {
	margin-top:5px;
}

#comm_fr {
	background: url(../img/comm_fr.png);
	width:28px;
	height:33px;
	position:absolute;
	top:3px;
	left:965px;
}

#comm_fr:hover{
	background: url(../img/comm_fr_a.png);
	width:28px;
	height:33px;
	position:absolute;
	top:3px;
	left:965px;
}

#logo_pub{
	background: url(../img/logo_pub.png);
	width:38px;
	height:32px;
	position:absolute;
	top:3px;
	left:920px;
}

#logo_pub:hover{
	background: url(../img/logo_pub_a.png);
	width:38px;
	height:32px;
	position:absolute;
	top:3px;
	left:920px;
}

td {
	font-size:11px;
	font-family: Arial,verdana, Times new roman;
}

th {
	background-color:#a08a70;
	color:#403528;
	font-family: Arial,verdana, Times new roman;
	font-size:13px;
}

.td_day {
	background-color:#dcd7b6;
}

.table_horaires {
	border:1px solid #cccccc;
	width:388px;
}

.top {
	background: url(../img/top.jpg);
	width:20px;
	height:20px;
}

#horaires_titre_actu {
	width:41px;
	border-bottom:1px dotted green;
	font-family: Arial,verdana, Times new roman;
	font-size:11px;
	color:#2b1c1c;
}

#horaires_titre {
	font-family: Arial,verdana, Times new roman;
	font-size:13px;
}

#reglement_img {
	border:none;
}

.td_comm{
	background-color:#dcd7b6;
	width:266px;
}

.table_tarifs{
	border:1px solid #cccccc;
	width:388px;
}

.reglement_titre {
	font-family: Arial,verdana, Times new roman;
	font-size:13px;
	color:#403528;
}

.li_biblio_titre {
	color:#345b83;
	list-style-type:circle;
}

#biblio_span {
	color:#000000;
}

.li_biblio {
	list-style-type:disc;
	margin-left:30px;
	color:#000000;
}

#hierarchie {
	left:60px;
	position:relative;
	top:30px;
	color:#9e7001;
	font-family: Verdana, Arial, Times new roman;
	font-size:12px;
}

#a_hierarchie:link, #a_hierarchie:visited{
	text-decoration:none;
	color:#9e7001;
}

#a_hierarchie:hover, #a_hierarchie:active{
	color:#9e7001;
	text-decoration:underline;
}

.biblio_section{
	margin-left:70px;
}

.biblio_section img:hover {
	opacity: 0.7;
	MozOpacity: 0.7;
	-moz-opacity : 0.7; /* ?? */
	KhtmlOpacity: 0.7;
	filter: alpha(opacity=70);
}

/* Couleurs tous les liens "a" non spécifié */
a:link, a:visited{
	color:#0b2b50;
	text-decoration:none;
}

a:hover, a:active{
	color:#325c8e;
	text-decoration:underline;
}
/* //Couleurs tous les liens "a" non spécifié */

#a_underline {
	text-decoration:underline;
}